summary refs log tree commit diff
path: root/pkgs/development/python-modules/bootstrapped-pip
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-09-01 15:03:25 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-09-01 16:16:31 +0200
commit9a851907a88ea0bdbfaafb30dbe7588d92af6dd5 (patch)
treed5e74988875f0fdde0fd5281f04d0c13a4d54529 /pkgs/development/python-modules/bootstrapped-pip
parent4f6b6f14726296c1d402f187db995031bccd791f (diff)
downloadnixpkgs-9a851907a88ea0bdbfaafb30dbe7588d92af6dd5.tar
nixpkgs-9a851907a88ea0bdbfaafb30dbe7588d92af6dd5.tar.gz
nixpkgs-9a851907a88ea0bdbfaafb30dbe7588d92af6dd5.tar.bz2
nixpkgs-9a851907a88ea0bdbfaafb30dbe7588d92af6dd5.tar.lz
nixpkgs-9a851907a88ea0bdbfaafb30dbe7588d92af6dd5.tar.xz
nixpkgs-9a851907a88ea0bdbfaafb30dbe7588d92af6dd5.tar.zst
nixpkgs-9a851907a88ea0bdbfaafb30dbe7588d92af6dd5.zip
pythonPackages.setuptools: 19.4 -> 26.1.1
Diffstat (limited to 'pkgs/development/python-modules/bootstrapped-pip')
-rw-r--r--pkgs/development/python-modules/bootstrapped-pip/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bootstrapped-pip/default.nix b/pkgs/development/python-modules/bootstrapped-pip/default.nix
index f510c5c884b..31436d0ea38 100644
--- a/pkgs/development/python-modules/bootstrapped-pip/default.nix
+++ b/pkgs/development/python-modules/bootstrapped-pip/default.nix
@@ -6,8 +6,8 @@ let
     sha256 = "ea8033fc9905804e652f75474d33410a07404c1a78dd3c949a66863bd1050ebd";
   };
   setuptools_source = fetchurl {
-    url = "https://pypi.python.org/packages/3.5/s/setuptools/setuptools-19.4-py2.py3-none-any.whl";
-    sha256 = "0801e6d862ca4ce24d918420d62f07ee2fe736dc016e3afa99d2103e7a02e9a6";
+    url = "https://files.pythonhosted.org/packages/3b/c7/e9724e6f81c96248fba5876054418c11d327b3093d075790903cd66fad44/setuptools-26.1.1-py2.py3-none-any.whl";
+    sha256 = "226c9ce65e76c6069e805982b036f36dc4b227b37dd87fc219aef721ec8604ae";
   };
   argparse_source = fetchurl {
     url = "https://pypi.python.org/packages/2.7/a/argparse/argparse-1.4.0-py2.py3-none-any.whl";