Merge pull request #293934 from r-ryantm/auto-update/python312Packages.bip-utils

This commit is contained in:
Pavol Rusnak 2024-03-07 09:05:57 +01:00 committed by GitHub
commit 7a83927311
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.1";
version = "2.9.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "ebellocchia";
repo = "bip_utils";
rev = "refs/tags/v${version}";
hash = "sha256-D+LalbrwsjxwYW8l38D1l4tGAsjrZ+bS+/Ppgaxkzy4=";
hash = "sha256-qK1jSVfkebB9JM0sZjOu7ABc7xMrcybu1r7oQOw3bJo=";
};
propagatedBuildInputs = [