python3Packages.Nikola: 8.0.3 -> 8.0.4

This commit is contained in:
Frederik Rietdijk 2020-05-09 12:01:42 +02:00
parent 9586dae1b3
commit c578c7a977

View file

@ -35,7 +35,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "Nikola"; pname = "Nikola";
version = "8.0.3"; version = "8.0.4";
# Nix contains only Python 3 supported version of doit, which is a dependency # Nix contains only Python 3 supported version of doit, which is a dependency
# of Nikola. Python 2 support would require older doit 0.29.0 (which on the # of Nikola. Python 2 support would require older doit 0.29.0 (which on the
@ -54,7 +54,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "a53470be082fce1843fb73002be2504828f9abc49a84eab5d1effc06ae2a5ddc"; sha256 = "2e5c8305ec4423b56af2223336c3309e5c9b8c96df0d6fde46d26cff4c5d6f1a";
}; };
patchPhase = '' patchPhase = ''