python312Packages.archinfo: 9.2.124 -> 9.2.125

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.124...v9.2.125
This commit is contained in:
Fabian Affolter 2024-10-25 23:32:53 +02:00
parent 92dd419120
commit d7c5be4718

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.124";
version = "9.2.125";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "archinfo";
rev = "refs/tags/v${version}";
hash = "sha256-h0qZdFgDyowcr79YXkqww2dkUv+wRFCxY7gS4Nu2b6s=";
hash = "sha256-e1ndjrr62wpTkhPAYnfbObdx0YO8jMp09ymgszsivO4=";
};
build-system = [ setuptools ];