3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.archinfo: 9.2.28 -> 9.2.29

This commit is contained in:
Fabian Affolter 2022-12-13 21:30:27 +01:00
parent 0f2a6cfeda
commit dc71f6d033

View file

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