We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7746ea9 commit d0d7394Copy full SHA for d0d7394
pkgs/development/python-modules/pycoin/default.nix
@@ -9,12 +9,12 @@
9
10
buildPythonPackage rec {
11
pname = "pycoin";
12
- version = "0.92.20230326";
+ version = "0.92.20241201";
13
format = "setuptools";
14
15
src = fetchPypi {
16
inherit pname version;
17
- hash = "sha256-DYXwATRHw1ay9swLuQOtB+5LcoBe4TtAKWzQgxESwN8=";
+ hash = "sha256-bpN74YFXPM8Cs1BkhEvsRt4TA4a0Xz3xltMHSox5BRI=";
18
};
19
20
propagatedBuildInputs = [ setuptools ];
0 commit comments