python310Packages.archinfo: 9.2.6 -> 9.2.7

This commit is contained in:
Fabian Affolter 2022-06-23 11:03:22 +02:00
parent 9b3c37f518
commit 9056391c92

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.6";
version = "9.2.7";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-yMUcuZ9v1dVbh/t456fpMu8tDFWIdh55LZh7FLkz9GM=";
hash = "sha256-sl5qCH/biH3QBrnfZAQMWd55yKM0PGE/Rx2MscKn4Nk=";
};
checkInputs = [