python310Packages.archinfo: 9.2.27 -> 9.2.28

This commit is contained in:
Fabian Affolter 2022-12-07 10:53:55 +01:00
parent 67f791432e
commit fa20c128e1

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.27";
version = "9.2.28";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-dzD73jmbeQQY/IjF6XRdOcDIhR2lzeA2XQdipssiT00=";
hash = "sha256-LUrLO9BFbpB2p6PtTZPdpLsGHPh088aPHIyoxgv4dGg=";
};
nativeBuildInputs = [