python310Packages.archinfo: 9.2.41 -> 9.2.42

This commit is contained in:
Fabian Affolter 2023-03-15 01:00:32 +01:00
parent b16f2a7561
commit 92d0a0f9ff

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.41";
version = "9.2.42";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-O2Tj5rwev5tWnaHq/GJV5/9fAlk5np7S3Yw+ehmofks=";
hash = "sha256-jDC4nmHg7OCo7mQ7iLeG7OFB1xAQxkKw1WZTyY2FBoY=";
};
nativeBuildInputs = [