python311Packages.archinfo: 9.2.66 -> 9.2.68

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.66...v9.2.68
This commit is contained in:
Fabian Affolter 2023-09-15 12:32:13 +02:00
parent 71d33c61a6
commit f83d7f90c3

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.66";
version = "9.2.68";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-l9AakU68ACb02NGKWbkmUp14/lC21PJeGuzexYPTaNg=";
hash = "sha256-rbhzqp8PaotOt5d4E8hqWTwDRsG+hm7sVjBDkkblaIU=";
};
nativeBuildInputs = [