python312Packages.archinfo: 9.2.118 -> 9.2.119

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.118...v9.2.119
This commit is contained in:
Fabian Affolter
2024-09-25 14:26:19 +02:00
parent 575c3658d8
commit 6374fdf5e2
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.118";
version = "9.2.119";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "archinfo";
rev = "refs/tags/v${version}";
hash = "sha256-ravf2/FyPxGw7eThzkVRTLD8zhjX5vUXzb+LVO+KVxU=";
hash = "sha256-81vaHTzRCOw8C/KHwFSEMGOWEwpHVK0HicGVi9j4MqU=";
};
build-system = [ setuptools ];