python312Packages.archinfo: 9.2.104 -> 9.2.105

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.104...v9.2.105
This commit is contained in:
Fabian Affolter
2024-06-07 10:08:12 +02:00
parent 80f0c4b419
commit 564d97734c
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.104";
version = "9.2.105";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "archinfo";
rev = "refs/tags/v${version}";
hash = "sha256-Fpt7fgyoXn00Wgwz/8P8X45677tZiVgJEmNo+r2VlZ0=";
hash = "sha256-xLwqK4CwgxIWjmVVR5GnK0KacL08ojKXtMkhwBE+5xI=";
};
build-system = [ setuptools ];