python311Packages.archinfo: 9.2.61 -> 9.2.62

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.61...v9.2.62
This commit is contained in:
Fabian Affolter 2023-08-01 21:28:26 +02:00
parent c54778b671
commit 910a1f6f45

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.61";
version = "9.2.62";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ZTS+Z0PWcA/jhBx37SVZOZ+NjPyG2VaRYMmBg0BeCDI=";
hash = "sha256-7PNwJMsX3Z/j+zy9CgEvCRpbyJi9qI7ex6KJXwkywgU=";
};
nativeBuildInputs = [