python312Packages.bip-utils: 2.9.1 -> 2.9.2

This commit is contained in:
R. Ryantm
2024-03-07 02:14:32 +00:00
parent f32e786e98
commit 81af9e6fa9
@@ -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 = [