python.pkgs.Nikola: 1.5.2 -> 1.5.3

This commit is contained in:
Frederik Rietdijk 2017-06-06 11:31:46 +02:00
parent 819f990fea
commit 003710748f
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
buildPythonPackage rec { buildPythonPackage rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
pname = "Nikola"; pname = "Nikola";
version = "7.8.6"; version = "7.8.7";
# 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
@ -47,7 +47,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "48d3a00c3fc9c61bcd305653a531949bdd777d9211434172549498fd8136e036"; sha256 = "d9c77ce9758cc0e848d4c99229a28314e8bd2a590c77c56540fa919fca4d779f";
}; };
meta = { meta = {