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 625e0c1 commit b9354a6Copy full SHA for b9354a6
packages/python-modules/py-ecc/default.nix
@@ -11,14 +11,14 @@
11
}:
12
buildPythonPackage rec {
13
pname = "py-ecc";
14
- version = "7.0.0";
+ version = "7.0.1";
15
disabled = pythonOlder "3.6";
16
17
src = fetchFromGitHub {
18
owner = "ethereum";
19
repo = "py_ecc";
20
rev = "v${version}";
21
- sha256 = "sha256-DKe+bI1GEzXg4Y4n5OA1/hWYz9L3X1AvaOFPEnCaAfs=";
+ sha256 = "sha256-ZkRGhLRRFwpCs10q2d78XxzjLZTrrsV3SMAfJ871XBg=";
22
};
23
24
propagatedBuildInputs = [
0 commit comments