about summary refs log tree commit diff
path: root/pkgs/development/tools/pipenv
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-23 16:27:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-23 16:27:09 +0000
commitb2fe74d7b1de81de4767b973b7a511ee840716df (patch)
treef6fdff90d1e79da71b43f4241a6dadfee6f54280 /pkgs/development/tools/pipenv
parent30d2d4a499f904e8966eaeaf6a2867765efe1f6d (diff)
pipenv: 2022.1.8 -> 2022.3.23
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 c7d22015d47a4..bd676389cd413 100644
--- a/pkgs/development/tools/pipenv/default.nix
+++ b/pkgs/development/tools/pipenv/default.nix
@@ -19,11 +19,11 @@ let
 
 in buildPythonApplication rec {
   pname = "pipenv";
-  version = "2022.1.8";
+  version = "2022.3.23";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "f84d7119239b22ab2ac2b8fbc7d619d83cf41135206d72a17c4f151cda529fd0";
+    sha256 = "sha256-pt9BdR31VTfe5UNJ4dy3eB586zS7mFsITphafg3EP8U=";
   };
 
   LC_ALL = "en_US.UTF-8";