python310Packages.archinfo: 9.2.2 -> 9.2.3

This commit is contained in:
Fabian Affolter 2022-05-11 09:20:20 +02:00
parent d2fc685682
commit a4caa41357

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.2";
version = "9.2.3";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-wJEipAlqBsP2tgsRDVDe1ZtiEg1uhpP+1P1VGU7tBBw=";
hash = "sha256-r0cZXyj47HmgFVyQ3POGexeQxBiQ1xx/ptsPMwCRjHY=";
};
checkInputs = [