python37Packages.bip_utils: 1.5.0 -> 1.6.0

This commit is contained in:
R. RyanTM 2020-11-20 09:43:24 +00:00
parent 26803925aa
commit 8f2db79bfa

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "bip_utils";
version = "1.5.0";
version = "1.6.0";
disabled = pythonOlder "3.6";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "ebellocchia";
repo = pname;
rev = "v${version}";
sha256 = "06ls1lara7sklqw6wrw5d3wpxwgyv6paxwjp37x7b3kfskm14cmd";
sha256 = "0zbjrgl4dd65r3liyp8syxr106z1wn7ngfcm5dlfcxqwj8zkf56m";
};
propagatedBuildInputs = [ ecdsa pysha3 ];