python311Packages.archinfo: 9.2.97 -> 9.2.98

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.97...v9.2.98
This commit is contained in:
Fabian Affolter 2024-04-09 22:57:32 +02:00
parent ae67af30bc
commit 3da2cf5201
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.97";
version = "9.2.98";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "archinfo";
rev = "refs/tags/v${version}";
hash = "sha256-X8rMTQvNolYjSPyXbP2i5MYTPEvQlwoUQmXeEW56wQs=";
hash = "sha256-EdVGm4453XxGrq2D1v5JzSZyroRNzluZ5/r74YAt5zU=";
};
build-system = [