summary refs log tree commit diff
path: root/pkgs/development/tools/pipenv
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-04-04 20:20:14 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-04-08 11:34:57 +0200
commit5ecc7b55cafd4cdf418425fd07534dfde07148b7 (patch)
treeebbf5adf977734902eb60a5526ba95486af15115 /pkgs/development/tools/pipenv
parent24a0cfd2ba40073a1584cec2d62ff8c51c0ff9bf (diff)
downloadnixlib-5ecc7b55cafd4cdf418425fd07534dfde07148b7.tar
nixlib-5ecc7b55cafd4cdf418425fd07534dfde07148b7.tar.gz
nixlib-5ecc7b55cafd4cdf418425fd07534dfde07148b7.tar.bz2
nixlib-5ecc7b55cafd4cdf418425fd07534dfde07148b7.tar.lz
nixlib-5ecc7b55cafd4cdf418425fd07534dfde07148b7.tar.xz
nixlib-5ecc7b55cafd4cdf418425fd07534dfde07148b7.tar.zst
nixlib-5ecc7b55cafd4cdf418425fd07534dfde07148b7.zip
python: pipenv: 10.1.2 -> 11.9.0
Diffstat (limited to 'pkgs/development/tools/pipenv')
-rw-r--r--pkgs/development/tools/pipenv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/pipenv/default.nix b/pkgs/development/tools/pipenv/default.nix
index c5c406ef36c0..153c0f76a405 100644
--- a/pkgs/development/tools/pipenv/default.nix
+++ b/pkgs/development/tools/pipenv/default.nix
@@ -2,11 +2,11 @@
 with python3Packages; buildPythonApplication rec {
     name = "${pname}-${version}";
     pname = "pipenv";
-    version = "10.1.2";
+    version = "11.9.0";
 
     src = fetchPypi {
       inherit pname version;
-      sha256 = "ce6dbb305fb1f262dba0dcb50c06591e4d146f7bfe079cc9f0ce3f89c7516ae9";
+      sha256 = "7b3c52fb57e17ca61b6141b75c8f5ba61a95c713ca470754240f7f1dbd0a4968";
     };
 
     LC_ALL = "en_US.UTF-8";