Merge pull request #104370 from r-ryantm/auto-update/python3.7-bip_utils

python37Packages.bip_utils: 1.5.0 -> 1.6.0
This commit is contained in:
Ryan Mulligan 2020-11-20 06:17:53 -08:00 committed by GitHub
commit 86233bdfdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];