python311Packages.archinfo: 9.2.70 -> 9.2.71

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.70...v9.2.71
This commit is contained in:
Fabian Affolter 2023-10-04 02:48:53 +02:00
parent a280ee5731
commit f5f0ea496f

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.70";
version = "9.2.71";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-09nFen98AQC4X0Jf6CMswQvs8stQMIb+tTosFtlq1Z8=";
hash = "sha256-AZMbE+/2uw7mFtBKwwLWCiVwupnB+EkUrgZFkGiKHtM=";
};
nativeBuildInputs = [