python310Packages.archinfo: 9.2.21 -> 9.2.22

This commit is contained in:
Fabian Affolter 2022-10-12 22:41:53 +02:00
parent c119e44bcc
commit fefc598f2c

View File

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