pythonPackages.nix-prefetch-github: v5.2.0 -> v5.2.1

This commit is contained in:
Sebastian Jordan 2022-08-14 12:02:54 +02:00
parent 9778f08141
commit ffb91d08a9

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "nix-prefetch-github";
version = "5.2.0";
version = "5.2.1";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "seppeljordan";
repo = "nix-prefetch-github";
rev = "v${version}";
sha256 = "MDyoO1mJaTh+y9XDfhRcKHQcSJcsdKB9g1d+ede4znU=";
sha256 = "etmlRavPzJKLmyw3PYMgeMveFj4aVi38crHjdtDuaLg=";
};
checkInputs = [ git which ];