python311Packages.archinfo: 9.2.65 -> 9.2.66

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.65...v9.2.66
This commit is contained in:
Fabian Affolter
2023-08-30 10:47:45 +02:00
parent 743f1b8475
commit 801b102acb
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.65";
version = "9.2.66";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-g+inF8eswHNLV6bBVRpyLf6H8PjmPduv7I2svAVEG5U=";
hash = "sha256-l9AakU68ACb02NGKWbkmUp14/lC21PJeGuzexYPTaNg=";
};
nativeBuildInputs = [