Merge pull request #49196 from r-ryantm/auto-update/pipenv

pipenv: 2018.10.9 -> 2018.10.13
This commit is contained in:
adisbladis 2018-10-27 07:55:56 +01:00 committed by GitHub
commit 58d2f6fa2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";