python311Packages.archinfo: 9.2.69 -> 9.2.70

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.69...v9.2.70
This commit is contained in:
Fabian Affolter 2023-09-27 09:56:24 +02:00
parent 884c620600
commit 401cd92877

View file

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