python312Packages.archinfo: 9.2.110 -> 9.2.112

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.110...v9.2.112
This commit is contained in:
Fabian Affolter 2024-07-23 21:16:37 +02:00
parent 3178439a4e
commit cd816f7520

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.110";
version = "9.2.112";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "archinfo";
rev = "refs/tags/v${version}";
hash = "sha256-+v1EbHW619wI+pUucQuhn6/8BmWZ2LBtsxN6CMxDZI8=";
hash = "sha256-L//vOpW3iKQyWnB0rjBIXMeL/9meMcv58DBD/84GGR0=";
};
build-system = [ setuptools ];