python310Packages.archinfo: 9.2.36 -> 9.2.37

This commit is contained in:
Fabian Affolter 2023-02-08 10:52:40 +01:00
parent 954619157c
commit 26546353f5

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.36";
version = "9.2.37";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-anZsvDIH1AWaFUG5UTuyQiOKeoUB/+MSbu5pjPZJxag=";
hash = "sha256-WGc6FmrS0aVmiY5s8fUVHCT6cqcmj52H6FD2TR1HyK0=";
};
nativeBuildInputs = [