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

pipenv: 2020.6.2 -> 2020.8.13
This commit is contained in:
Ryan Mulligan 2020-08-27 14:00:18 -07:00 committed by GitHub
commit a30a411d20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,11 +18,11 @@ let
in buildPythonApplication rec {
pname = "pipenv";
version = "2020.6.2";
version = "2020.8.13";
src = fetchPypi {
inherit pname version;
sha256 = "12s7c3f3k5v1szdhklsxwisf9v3dk4mb9fh7762afpgs8mrrmm3x";
sha256 = "eff0e10eadb330f612edfa5051d3d8e775e9e0e918c3c50361da703bd0daa035";
};
LC_ALL = "en_US.UTF-8";