python312Packages.archinfo: 9.2.114 -> 9.2.115

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