File tree 2 files changed +4
-4
lines changed
pkgs/development/python-modules
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
} ;
10
10
setuptools_source = fetchPypi {
11
11
pname = "setuptools" ;
12
- version = "36.4.0 " ;
12
+ version = "36.7.1 " ;
13
13
format = "wheel" ;
14
- sha256 = "4d54c0bfee283e78609169213f9c075827d5837086f58b588b417b093c23464b " ;
14
+ sha256 = "eaacfa35eb11199d0b017df416421781a75209817bff3f94820556e36c49bd77 " ;
15
15
} ;
16
16
17
17
# TODO: Shouldn't be necessary anymore for pip > 9.0.1!
Original file line number Diff line number Diff line change 8
8
# Should use buildPythonPackage here somehow
9
9
stdenv . mkDerivation rec {
10
10
pname = "setuptools" ;
11
- version = "36.6.0 " ;
11
+ version = "36.7.1 " ;
12
12
name = "${ python . libPrefix } -${ pname } -${ version } " ;
13
13
14
14
src = fetchPypi {
15
15
inherit pname version ;
16
16
extension = "zip" ;
17
- sha256 = "62074589522a798da243f47348f38020d55b6c945652e2f2c09d3a96299812b7 " ;
17
+ sha256 = "543becf5d33d8989dc5222403997488e9dc3872bdecdabb0f57184ca253ec1e8 " ;
18
18
} ;
19
19
20
20
buildInputs = [ python wrapPython unzip ] ;
You can’t perform that action at this time.
0 commit comments