about summary refs log tree commit diff
path: root/pkgs/development/python-modules/bootstrapped-pip
diff options
context:
space:
mode:
authorSpencer Baugh <sbaugh@catern.com>2017-12-01 20:46:51 +0000
committerFrederik Rietdijk <fridh@fridh.nl>2017-12-07 14:14:15 +0100
commit70c189976809dfdcedee4a9a69558866c1ff95a1 (patch)
tree99515514f40f2a4b970aa97cc128cbb4bfea9041 /pkgs/development/python-modules/bootstrapped-pip
parent06ee1e385093e9c09e78d7f7414ec5a50486d04c (diff)
downloadnixlib-70c189976809dfdcedee4a9a69558866c1ff95a1.tar
nixlib-70c189976809dfdcedee4a9a69558866c1ff95a1.tar.gz
nixlib-70c189976809dfdcedee4a9a69558866c1ff95a1.tar.bz2
nixlib-70c189976809dfdcedee4a9a69558866c1ff95a1.tar.lz
nixlib-70c189976809dfdcedee4a9a69558866c1ff95a1.tar.xz
nixlib-70c189976809dfdcedee4a9a69558866c1ff95a1.tar.zst
nixlib-70c189976809dfdcedee4a9a69558866c1ff95a1.zip
python.pkgs.setuptools: 36.7.1 -> 38.2.3
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 9ff0b144f100..ef12e39f23bc 100644
--- a/pkgs/development/python-modules/bootstrapped-pip/default.nix
+++ b/pkgs/development/python-modules/bootstrapped-pip/default.nix
@@ -9,9 +9,9 @@ let
   };
   setuptools_source = fetchPypi {
     pname = "setuptools";
-    version = "36.7.1";
+    version = "38.2.3";
     format = "wheel";
-    sha256 = "eaacfa35eb11199d0b017df416421781a75209817bff3f94820556e36c49bd77";
+    sha256 = "0c4j3jiiwc0h1bdv4xklinp90spgvgiv5fsxp119hif9934nfxfs";
   };
 
   # TODO: Shouldn't be necessary anymore for pip > 9.0.1!