python312Packages.bip-utils: 2.9.2 -> 2.9.3

This commit is contained in:
R. Ryantm 2024-04-16 04:49:14 +00:00
parent 1df062db9e
commit e1abaedf96
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 = [