lol

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

authored by

Pavol Rusnak and committed by
GitHub
7a839273 ff980d74

+2 -2
+2 -2
pkgs/development/python-modules/bip-utils/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "bip-utils"; 18 - version = "2.9.1"; 18 + version = "2.9.2"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.7"; ··· 24 24 owner = "ebellocchia"; 25 25 repo = "bip_utils"; 26 26 rev = "refs/tags/v${version}"; 27 - hash = "sha256-D+LalbrwsjxwYW8l38D1l4tGAsjrZ+bS+/Ppgaxkzy4="; 27 + hash = "sha256-qK1jSVfkebB9JM0sZjOu7ABc7xMrcybu1r7oQOw3bJo="; 28 28 }; 29 29 30 30 propagatedBuildInputs = [