1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-17 00:10:30 +00:00

python3Packages.bip_utils: 1.9.0 -> 1.11.1

This commit is contained in:
Jonathan Ringer 2021-06-18 18:39:04 -07:00 committed by Martin Weinelt
parent e5e281d776
commit a37f4d84ce

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "bip_utils";
version = "1.9.0";
version = "1.11.1";
disabled = pythonOlder "3.6";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "ebellocchia";
repo = pname;
rev = "v${version}";
sha256 = "0i1jdpdsrc8cal5x0b1am9mgbca69ymxlaqpkw0y4d0m3m6vs33k";
sha256 = "0r8h979rklq7cvl0b449mfrx62dv367s31zgwfqn81kj72i3ndg4";
};
propagatedBuildInputs = [ ecdsa pysha3 ];