python313Packages.archinfo: 9.2.144 -> 9.2.146

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.144...v9.2.146
This commit is contained in:
Fabian Affolter
2025-03-13 20:32:57 +01:00
parent 268a579707
commit df3cc12123
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.144";
version = "9.2.146";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "archinfo";
tag = "v${version}";
hash = "sha256-6OFdXY+hpCm7duKcM4UQFFWEhQowESALRmt+96bHk9E=";
hash = "sha256-8JlIhLqVPNm3P2ruJh5i7VxnnBXfubLzhtFnWF3RWf8=";
};
build-system = [ setuptools ];