3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.archinfo: 9.0.6852 -> 9.0.6885

This commit is contained in:
Fabian Affolter 2021-04-27 22:08:11 +02:00
parent 093c739573
commit 3c6aaded1e

View file

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.0.6852";
version = "9.0.6885";
src = fetchFromGitHub {
owner = "angr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NlL/uRI568HYkt8T2kuzyHNXpWybOLbFduE+1dzm4Qo=";
sha256 = "sha256-j0Hxao04ctcV8xCjQjzyQEM4Y3VCFRPuEc9NIhDRut0=";
};
checkInputs = [