Skip to content

Commit b9354a6

Browse files
github-actions[bot]PetarKirov
authored andcommitted
py-ecc: 7.0.0 -> 7.0.1
Diff: ethereum/py_ecc@v7.0.0...v7.0.1
1 parent 625e0c1 commit b9354a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/python-modules/py-ecc/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
}:
1212
buildPythonPackage rec {
1313
pname = "py-ecc";
14-
version = "7.0.0";
14+
version = "7.0.1";
1515
disabled = pythonOlder "3.6";
1616

1717
src = fetchFromGitHub {
1818
owner = "ethereum";
1919
repo = "py_ecc";
2020
rev = "v${version}";
21-
sha256 = "sha256-DKe+bI1GEzXg4Y4n5OA1/hWYz9L3X1AvaOFPEnCaAfs=";
21+
sha256 = "sha256-ZkRGhLRRFwpCs10q2d78XxzjLZTrrsV3SMAfJ871XBg=";
2222
};
2323

2424
propagatedBuildInputs = [

0 commit comments

Comments
 (0)