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

python312Packages.bip-utils: 2.9.2 -> 2.9.3
This commit is contained in:
Pavol Rusnak 2024-04-16 12:43:34 +02:00 committed by GitHub
commit a1085fb71b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "bip-utils";
version = "2.9.2";
version = "2.9.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "ebellocchia";
repo = "bip_utils";
rev = "refs/tags/v${version}";
hash = "sha256-qK1jSVfkebB9JM0sZjOu7ABc7xMrcybu1r7oQOw3bJo=";
hash = "sha256-3G37n/mfI+3JVIkmJWzbB1qPPTE6NJJlFZWdE0fIIWA=";
};
nativeBuildInputs = [