python310Packages.bip-utils: 2.8.0 -> 2.9.0

This commit is contained in:
R. Ryantm
2024-01-02 10:45:24 +00:00
parent 3d54a95d71
commit 0f171ca4a9
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "bip-utils";
version = "2.8.0";
version = "2.9.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "ebellocchia";
repo = "bip_utils";
rev = "refs/tags/v${version}";
hash = "sha256-FW3ni7kPB0VeVK/uWjDEeWgilP9dNiuvSaboUpG5DLo=";
hash = "sha256-PUWKpAn6Z1E7uMk8+XFm6FDtupzj6eMSkyXR9vN1w3I=";
};
propagatedBuildInputs = [