pythonPackages.nix-prefetch-github: 4.0.3 -> 4.0.4

This commit is contained in:
Sebastian Jordan 2021-07-16 10:50:27 +02:00 committed by Frederik Rietdijk
parent be8323ecb7
commit 2bf5cb07cf

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "nix-prefetch-github";
version = "4.0.3";
version = "4.0.4";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "seppeljordan";
repo = "nix-prefetch-github";
rev = "v${version}";
sha256 = "CLcmwobPrL6NiI/nw+/Dwho/r15owV16Jmt5OcfFqvo=";
sha256 = "g5G818Gq5EGyRIyg/ZW7guxMS0IyJ4nYaRjG/CtGhuc=";
};
propagatedBuildInputs = [