3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.archinfo: 9.2.15 -> 9.2.18

This commit is contained in:
Martin Weinelt 2022-09-16 16:12:39 +02:00
parent 6aa094d753
commit b0312b8794

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.15";
version = "9.2.18";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-K9EAyCvwgWhiZ+rkPKPGBr3lWYIIRCf0FAzPjIjrcU8=";
hash = "sha256-atLc02FoW2cmlvA/jzRsOeXEY9cyrSeLSl3+pO5nNKA=";
};
nativeBuildInputs = [