Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2fb511d

Browse files
committedNov 12, 2017
python.pkgs.setuptools: 36.4.0/36.6.0 -> 36.7.1
1 parent 81f8d73 commit 2fb511d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎pkgs/development/python-modules/bootstrapped-pip/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ let
99
};
1010
setuptools_source = fetchPypi {
1111
pname = "setuptools";
12-
version = "36.4.0";
12+
version = "36.7.1";
1313
format = "wheel";
14-
sha256 = "4d54c0bfee283e78609169213f9c075827d5837086f58b588b417b093c23464b";
14+
sha256 = "eaacfa35eb11199d0b017df416421781a75209817bff3f94820556e36c49bd77";
1515
};
1616

1717
# TODO: Shouldn't be necessary anymore for pip > 9.0.1!

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
# Should use buildPythonPackage here somehow
99
stdenv.mkDerivation rec {
1010
pname = "setuptools";
11-
version = "36.6.0";
11+
version = "36.7.1";
1212
name = "${python.libPrefix}-${pname}-${version}";
1313

1414
src = fetchPypi {
1515
inherit pname version;
1616
extension = "zip";
17-
sha256 = "62074589522a798da243f47348f38020d55b6c945652e2f2c09d3a96299812b7";
17+
sha256 = "543becf5d33d8989dc5222403997488e9dc3872bdecdabb0f57184ca253ec1e8";
1818
};
1919

2020
buildInputs = [ python wrapPython unzip ];

0 commit comments

Comments
 (0)
Please sign in to comment.