python312Packages.archinfo: 9.2.108 -> 9.2.109

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.108...v9.2.109
This commit is contained in:
Fabian Affolter
2024-07-04 21:41:55 +02:00
parent b797a7d4ae
commit 2bdd5ca41b

View File

@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.108";
version = "9.2.109";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "archinfo";
rev = "refs/tags/v${version}";
hash = "sha256-KMpTShw5aLQc1KMTuWVzhV7mV+Y9KnpNhVv153tggyM=";
hash = "sha256-hyUzJO8e2XMkz91wBt9PP0dx1uVDlX2KDBkT5v/M1YQ=";
};
build-system = [ setuptools ];