summary refs log tree commit diff
path: root/pkgs/development/python-modules/bootstrapped-pip
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-05-05 07:36:39 +0200
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-05-05 07:36:39 +0200
commitf13cf52a843f2bca9ecdeb6f58db0b20244672f5 (patch)
tree76c10237f90b6322082aab227b085a0f68587416 /pkgs/development/python-modules/bootstrapped-pip
parentb99d7727b9acfdb80d85f4179423d7273d10d9a9 (diff)
downloadnixlib-f13cf52a843f2bca9ecdeb6f58db0b20244672f5.tar
nixlib-f13cf52a843f2bca9ecdeb6f58db0b20244672f5.tar.gz
nixlib-f13cf52a843f2bca9ecdeb6f58db0b20244672f5.tar.bz2
nixlib-f13cf52a843f2bca9ecdeb6f58db0b20244672f5.tar.lz
nixlib-f13cf52a843f2bca9ecdeb6f58db0b20244672f5.tar.xz
nixlib-f13cf52a843f2bca9ecdeb6f58db0b20244672f5.tar.zst
nixlib-f13cf52a843f2bca9ecdeb6f58db0b20244672f5.zip
python.pkgs.bootstrapped-pip: wheel: 0.30.0 -> 0.31.0
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 e6f751714451..250703cbc53b 100644
--- a/pkgs/development/python-modules/bootstrapped-pip/default.nix
+++ b/pkgs/development/python-modules/bootstrapped-pip/default.nix
@@ -3,9 +3,9 @@
 let
   wheel_source = fetchPypi {
     pname = "wheel";
-    version = "0.30.0";
+    version = "0.31.0";
     format = "wheel";
-    sha256 = "e721e53864f084f956f40f96124a74da0631ac13fbbd1ba99e8e2b5e9cafdf64";
+    sha256 = "9cdc8ab2cc9c3c2e2727a4b67c22881dbb0e1c503d592992594c5e131c867107";
   };
   setuptools_source = fetchPypi {
     pname = "setuptools";