Skip to content

Commit 0eed8b1

Browse files
authored
python312Packages.fastecdsa: 3.0.0 -> 3.0.1 (NixOS#377838)
2 parents d696d0a + 005c684 commit 0eed8b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1010
buildPythonPackage rec {
1111
pname = "fastecdsa";
12-
version = "3.0.0";
12+
version = "3.0.1";
1313
format = "setuptools";
1414

1515
disabled = pythonOlder "3.7";
1616

1717
src = fetchPypi {
1818
inherit pname version;
19-
hash = "sha256-deOnwZYvjtOMps90fp7OUfzbMxDFsk0Oj72gFoMymAU=";
19+
hash = "sha256-9LSlD9XjRsSUmro2XAYcP2sl7ueYPJc+HTHednK6SOo=";
2020
};
2121

2222
buildInputs = [ gmp ];

0 commit comments

Comments
 (0)