python313Packages.archinfo: 9.2.148 -> 9.2.149

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.148...refs/tags/v9.2.149
This commit is contained in:
Fabian Affolter
2025-04-15 23:31:30 +02:00
parent b6efa33a3c
commit 04cf127c33
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.148";
version = "9.2.149";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "archinfo";
tag = "v${version}";
hash = "sha256-htg7lZVRSPnPAcPzTddT/lQ7/9LfHEV40usKASA3EsE=";
hash = "sha256-hP7rQOEl2BuzNIGT/+S7Gwp6UdLcwWKagq1wCcWV+L4=";
};
build-system = [ setuptools ];