python312Packages.archinfo: 9.2.125 -> 9.2.126

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.125...v9.2.126
This commit is contained in:
Fabian Affolter 2024-10-29 20:20:45 +01:00
parent d8321fb77c
commit e3f9eece41

View File

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