python3Packages.archinfo: 9.2.193 -> 9.2.154

https://github.com/angr/archinfo/compare/v9.2.193...v9.2.154
This commit is contained in:
Martin Weinelt
2026-02-01 17:41:03 +01:00
parent fd4f45616d
commit 6833f1cbf4
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.193";
version = "9.2.154";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "archinfo";
tag = "v${version}";
hash = "sha256-n7tbm+BHeCtKwsqcj56LB4YyQZRAp6Ehj7m91QFQrFM=";
hash = "sha256-Vks7Rjd8x2zeHnJPs0laH56S4b8pnR1cK82SpK+XOgE=";
};
build-system = [ setuptools ];