Skip to content

Commit 0778a70

Browse files
authoredJan 1, 2018
Merge pull request #33269 from NixOS/python-unstable
Python: upgrade package set (17.09)
2 parents 0adc066 + d07479c commit 0778a70

File tree

85 files changed

+211
-222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+211
-222
lines changed
 

‎pkgs/applications/networking/flexget/default.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ buildPythonApplication rec {
3535
--replace "sqlalchemy==1.1.10" "sqlalchemy" \
3636
--replace "zxcvbn-python==4.4.15" "zxcvbn-python" \
3737
--replace "flask-cors==3.0.2" "flask-cors" \
38-
--replace "certifi==2017.4.17" "certifi"
38+
--replace "certifi==2017.4.17" "certifi" \
39+
--replace "cheroot==5.5.0" "cheroot" \
40+
--replace "plumbum==1.6.3" "plumbum" \
3941
'';
4042

4143
checkPhase = ''

‎pkgs/development/python-modules/Nikola/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
buildPythonPackage rec {
3131
name = "${pname}-${version}";
3232
pname = "Nikola";
33-
version = "7.8.10";
33+
version = "7.8.11";
3434

3535
# Nix contains only Python 3 supported version of doit, which is a dependency
3636
# of Nikola. Python 2 support would require older doit 0.29.0 (which on the
@@ -47,7 +47,7 @@ buildPythonPackage rec {
4747

4848
src = fetchPypi {
4949
inherit pname version;
50-
sha256 = "e242c3d0dd175d95a0baf5268b108081ba160b83ceafec8c9bc2ec0a24a56537";
50+
sha256 = "10d95b3af84e61496ef729665eafa2235fd0fd4cc6c57644dd0f2c19a968dd0f";
5151
};
5252

5353
meta = {

0 commit comments

Comments
 (0)
Please sign in to comment.