python311Packages.archinfo: 9.2.96 -> 9.2.97

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.96...v9.2.97
This commit is contained in:
Fabian Affolter 2024-04-03 10:51:25 +02:00
parent 39ecf67d17
commit 8d780366e5

View File

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