python312Packages.archinfo: 9.2.113 -> 9.2.114

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.113...v9.2.114
This commit is contained in:
Fabian Affolter
2024-08-08 00:23:10 +02:00
parent 15ae9a17b3
commit ba394ddd96
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.113";
version = "9.2.114";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "archinfo";
rev = "refs/tags/v${version}";
hash = "sha256-+cI6aZZxP8501UkiyKaP2nXulT8CVMImLUXkN7sy5i0=";
hash = "sha256-Ov7jEV4avhdslf6K36lSQpz/bA+riYUKGVtnd3ChXPI=";
};
build-system = [ setuptools ];