python312Packages.archinfo: 9.2.119 -> 9.2.122

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.119...v9.2.122
This commit is contained in:
Fabian Affolter
2024-10-08 23:22:47 +02:00
parent 7ca493d45b
commit 41b90af86c
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.119";
version = "9.2.122";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "archinfo";
rev = "refs/tags/v${version}";
hash = "sha256-81vaHTzRCOw8C/KHwFSEMGOWEwpHVK0HicGVi9j4MqU=";
hash = "sha256-WmwKpd1c53o/wanvyVPIkXwdwEmKtXvaCa2YIcIsGIU=";
};
build-system = [ setuptools ];