about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2018-10-27 07:55:56 +0100
committerGitHub <noreply@github.com>2018-10-27 07:55:56 +0100
commit58d2f6fa2abf6eb17133917cc7d68468b39599d0 (patch)
treecc55eca46a19161fb2de6e76cfe873ce6d508bf1 /pkgs/development
parent53cee1c1df29bb10a5f4cb4afb326185338e7e11 (diff)
parent7e825f5a7410b2ae2cf6e1bc873f84a790e75264 (diff)
downloadnixlib-58d2f6fa2abf6eb17133917cc7d68468b39599d0.tar
nixlib-58d2f6fa2abf6eb17133917cc7d68468b39599d0.tar.gz
nixlib-58d2f6fa2abf6eb17133917cc7d68468b39599d0.tar.bz2
nixlib-58d2f6fa2abf6eb17133917cc7d68468b39599d0.tar.lz
nixlib-58d2f6fa2abf6eb17133917cc7d68468b39599d0.tar.xz
nixlib-58d2f6fa2abf6eb17133917cc7d68468b39599d0.tar.zst
nixlib-58d2f6fa2abf6eb17133917cc7d68468b39599d0.zip
Merge pull request #49196 from r-ryantm/auto-update/pipenv
pipenv: 2018.10.9 -> 2018.10.13
Diffstat (limited to 'pkgs/development')
-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 1d23f5426a55..7d4a58d0e394 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 = "2018.10.9";
+    version = "2018.10.13";
 
     src = fetchPypi {
       inherit pname version;
-      sha256 = "0b0safavjxq6malmv44acmgds21m2sp1wqa7gs0qz621v6gcgq4j";
+      sha256 = "0qwflq00rwk3pnldndb30f3avnbi4hvv6c8mm6l5xxnxy9dj71d7";
     };
 
     LC_ALL = "en_US.UTF-8";