python.pkgs: several maintenance bumps

This commit is contained in:
Frederik Rietdijk
2017-06-21 09:03:40 +02:00
parent 031d26eb24
commit 0d20c7e2f5
5 changed files with 10 additions and 10 deletions

View File

@@ -30,7 +30,7 @@
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "Nikola";
version = "7.8.8";
version = "7.8.9";
# 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
@@ -47,7 +47,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "a45272e96ea8311e79ab6ea5523d792207d549cba418d623f03bf80d5e5e3e5a";
sha256 = "c85bf293a245a34057fb55236fc2f2c5d28e9ef1c375889f443bca1d86924df4";
};
meta = {