python310Packages.archinfo: 9.2.22 -> 9.2.23

This commit is contained in:
Fabian Affolter 2022-10-18 20:49:19 +02:00
parent 66fb0ca69f
commit 3be0b0fdc1

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.22";
version = "9.2.23";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-fqGz8+ZKmeBuwbjxFofspKSMdyG0NLVj+Jq+VPK2A90=";
hash = "sha256-PjxM25k8wTl5e0ZyIVCUq6BENiLRMAgMaUeUaxYTIBo=";
};
nativeBuildInputs = [