python.pkgs: several maintenance bumps

This commit is contained in:
Frederik Rietdijk
2017-06-19 13:43:19 +02:00
parent 9193bcb6b4
commit 76beb08313
16 changed files with 32 additions and 32 deletions

View File

@@ -30,7 +30,7 @@
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "Nikola";
version = "7.8.7";
version = "7.8.8";
# 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 = "d9c77ce9758cc0e848d4c99229a28314e8bd2a590c77c56540fa919fca4d779f";
sha256 = "a45272e96ea8311e79ab6ea5523d792207d549cba418d623f03bf80d5e5e3e5a";
};
meta = {