python311Packages.archinfo: 9.2.64 -> 9.2.65

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.64...v9.2.65
This commit is contained in:
Fabian Affolter 2023-08-22 23:57:19 +02:00
parent 3861aefce6
commit 0fcde98dbd

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.64";
version = "9.2.65";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-/3dc0p6xDFvv8VwFi5hxiXveiWYr9w3s0PwMv3uV2yw=";
hash = "sha256-g+inF8eswHNLV6bBVRpyLf6H8PjmPduv7I2svAVEG5U=";
};
nativeBuildInputs = [