python312Packages.archinfo: 9.2.132 -> 9.2.133

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.132...v9.2.133
This commit is contained in:
Fabian Affolter
2024-12-19 23:53:32 +01:00
parent 1935cd0438
commit faa339f60b

View File

@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.132";
version = "9.2.133";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "archinfo";
rev = "refs/tags/v${version}";
hash = "sha256-j/N5nWUCWQRGb9Soe+naHLXV2Fwqu7lPMZdY9k3U1O4=";
hash = "sha256-opIQm/59X+5PDJiFW8SkB0CrFkICBTgbNW8ZUXMfrnw=";
};
build-system = [ setuptools ];