python312Packages.archinfo: 9.2.101 -> 9.2.102

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.101...v9.2.102
This commit is contained in:
Fabian Affolter 2024-05-07 21:43:09 +02:00
parent 403d5963cc
commit 34a999336a

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.101";
version = "9.2.102";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "archinfo";
rev = "refs/tags/v${version}";
hash = "sha256-58iijDVs4OqZytHDjhGqYRMSIVGPCWTUNRy74OQZcPw=";
hash = "sha256-aZwU/i1tBT6M5+PNR77vYzPKklWERXhvG1kknwC0RQQ=";
};
build-system = [ setuptools ];