python312Packages.archinfo: 9.2.127 -> 9.2.128

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.127...v9.2.128
This commit is contained in:
Fabian Affolter
2024-11-12 21:17:31 +01:00
parent 0721fb5f38
commit 7cbb66324f

View File

@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.127";
version = "9.2.128";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "archinfo";
rev = "refs/tags/v${version}";
hash = "sha256-hIjL0pa4/TNnyFq61R0ND8o2mEjeRwUJ/S1wP1VglYg=";
hash = "sha256-uNzT3doBHbbRLjxTtndQx+03M9zCdOI+FuTmVea1C1M=";
};
build-system = [ setuptools ];