python: Nikola: 8.0.2 -> 8.0.3

This commit is contained in:
Frederik Rietdijk 2019-11-19 15:35:31 +01:00
parent 88427341a2
commit bbfb01c5e4

View File

@ -35,7 +35,7 @@
buildPythonPackage rec {
pname = "Nikola";
version = "8.0.2";
version = "8.0.3";
# 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
@ -54,7 +54,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "1a5y1qriy76hl4yxvbf365b1ggsxybm06mi1pwb5jkgbkwk2gkrf";
sha256 = "a53470be082fce1843fb73002be2504828f9abc49a84eab5d1effc06ae2a5ddc";
};
patchPhase = ''