python3Packages.archinfo: 9.2.5 -> 9.2.6

This commit is contained in:
Fabian Affolter 2022-06-01 00:21:43 +02:00
parent 3803a6a963
commit 80b8cd91ad

View File

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