python310Packages.bip-utils: 2.7.1 -> 2.8.0

This commit is contained in:
R. Ryantm 2023-11-04 07:41:55 +00:00
parent 36f5b2e42b
commit d778d86bb7

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "bip-utils";
version = "2.7.1";
version = "2.8.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "ebellocchia";
repo = "bip_utils";
rev = "refs/tags/v${version}";
hash = "sha256-QrCkLiGBdZTQCnbWSTN0PeoAsQfg2CoSGdZcbhqTvOk=";
hash = "sha256-FW3ni7kPB0VeVK/uWjDEeWgilP9dNiuvSaboUpG5DLo=";
};
postPatch = ''