Merge pull request #284768 from r-ryantm/auto-update/python311Packages.bip-utils

python311Packages.bip-utils: 2.9.0 -> 2.9.1
This commit is contained in:
Nick Cao 2024-01-29 09:31:34 -05:00 committed by GitHub
commit 6a319c3ffc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "bip-utils";
version = "2.9.0";
version = "2.9.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "ebellocchia";
repo = "bip_utils";
rev = "refs/tags/v${version}";
hash = "sha256-PUWKpAn6Z1E7uMk8+XFm6FDtupzj6eMSkyXR9vN1w3I=";
hash = "sha256-D+LalbrwsjxwYW8l38D1l4tGAsjrZ+bS+/Ppgaxkzy4=";
};
propagatedBuildInputs = [