python313Packages.archinfo: 9.2.147 -> 9.2.148

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.147...v9.2.148
This commit is contained in:
Fabian Affolter
2025-03-26 20:06:54 +01:00
parent bd3bac8bfb
commit 1e7229e08e
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.147";
version = "9.2.148";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "archinfo";
tag = "v${version}";
hash = "sha256-YDELaSIK4Bx0E6lxQsTd1zqyTsFrB9qxT6awuwUREXE=";
hash = "sha256-htg7lZVRSPnPAcPzTddT/lQ7/9LfHEV40usKASA3EsE=";
};
build-system = [ setuptools ];