python310Packages.archinfo: 9.2.34 -> 9.2.35

This commit is contained in:
Fabian Affolter
2023-01-28 15:00:33 +01:00
parent 683887a79c
commit bb4765192b
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.34";
version = "9.2.35";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-RsIknVuhDzPbVJudjilNnMjBTH6cxPROQEXxRiAbDEs=";
hash = "sha256-/GGchV+B/1gleZM0mW8vVk/9Uwf1zYH0B7HwziAla6w=";
};
nativeBuildInputs = [