python310Packages.archinfo: 9.2.32 -> 9.2.33

This commit is contained in:
Fabian Affolter 2023-01-10 21:29:41 +01:00
parent 9ef15e7bb0
commit 32a48c3038

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.32";
version = "9.2.33";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-LChk65iM238jB1jwgEis5Wfz8YGmb9UCOdmQcU+3bFA=";
hash = "sha256-6y5GkoC/U2tNHnKxLPyDxrf3zZkDNPbje0RQRkaKDuY=";
};
nativeBuildInputs = [