Skip to content

Commit

Permalink
py-ecc: 7.0.0 -> 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and PetarKirov committed May 28, 2024
1 parent b3a4c6f commit 2fff392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/python-modules/py-ecc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
}:
buildPythonPackage rec {
pname = "py-ecc";
version = "7.0.0";
version = "7.0.1";
disabled = pythonOlder "3.6";

src = fetchFromGitHub {
owner = "ethereum";
repo = "py_ecc";
rev = "v${version}";
sha256 = "sha256-DKe+bI1GEzXg4Y4n5OA1/hWYz9L3X1AvaOFPEnCaAfs=";
sha256 = "sha256-ZkRGhLRRFwpCs10q2d78XxzjLZTrrsV3SMAfJ871XBg=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 2fff392

Please sign in to comment.