Merge pull request #116065 from r-ryantm/auto-update/python3.8-bip_utils

python38Packages.bip_utils: 1.6.0 -> 1.7.0
This commit is contained in:
Pavol Rusnak 2021-03-12 17:43:00 +01:00 committed by GitHub
commit ff8563402f
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.6.0";
version = "1.7.0";
disabled = pythonOlder "3.6";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "ebellocchia";
repo = pname;
rev = "v${version}";
sha256 = "0zbjrgl4dd65r3liyp8syxr106z1wn7ngfcm5dlfcxqwj8zkf56m";
sha256 = "1dj0c9sj0c4dkdf7rbz3s1z5kfzw22hpncm4bnwqigjzi6nrk81z";
};
propagatedBuildInputs = [ ecdsa pysha3 ];