Skip to content

Commit d0d7394

Browse files
r-ryantmwegank
authored andcommitted
python312Packages.pycoin: 0.92.20230326 -> 0.92.20241201
1 parent 7746ea9 commit d0d7394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pycoin/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
buildPythonPackage rec {
1111
pname = "pycoin";
12-
version = "0.92.20230326";
12+
version = "0.92.20241201";
1313
format = "setuptools";
1414

1515
src = fetchPypi {
1616
inherit pname version;
17-
hash = "sha256-DYXwATRHw1ay9swLuQOtB+5LcoBe4TtAKWzQgxESwN8=";
17+
hash = "sha256-bpN74YFXPM8Cs1BkhEvsRt4TA4a0Xz3xltMHSox5BRI=";
1818
};
1919

2020
propagatedBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)