python: Nikola: 8.0.2 -> 8.0.3
This commit is contained in:
parent
88427341a2
commit
bbfb01c5e4
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Nikola";
|
pname = "Nikola";
|
||||||
version = "8.0.2";
|
version = "8.0.3";
|
||||||
|
|
||||||
# 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 = "1a5y1qriy76hl4yxvbf365b1ggsxybm06mi1pwb5jkgbkwk2gkrf";
|
sha256 = "a53470be082fce1843fb73002be2504828f9abc49a84eab5d1effc06ae2a5ddc";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user