python312Packages.archinfo: 9.2.105 -> 9.2.106

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.105...v9.2.106
This commit is contained in:
Fabian Affolter
2024-06-12 10:52:30 +02:00
parent 5806a0aeb9
commit 9ad4c5f176
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.105";
version = "9.2.106";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "archinfo";
rev = "refs/tags/v${version}";
hash = "sha256-xLwqK4CwgxIWjmVVR5GnK0KacL08ojKXtMkhwBE+5xI=";
hash = "sha256-tjM0+R7m9jlhf/cXptjOoyV7o+9xU889wTwOBcFjNSQ=";
};
build-system = [ setuptools ];