python312Packages.archinfo: 9.2.98 -> 9.2.99

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.98...v9.2.99
This commit is contained in:
Fabian Affolter 2024-04-16 22:27:34 +02:00
parent 846a092332
commit 970021bf50
1 changed files with 2 additions and 2 deletions

View File

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