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

pipenv: 2022.8.14 -> 2022.8.24
This commit is contained in:
Stanisław Pitucha 2022-08-29 20:03:32 +10:00 committed by GitHub
commit 6f6c9952e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,11 +19,11 @@ let
in buildPythonApplication rec {
pname = "pipenv";
version = "2022.8.14";
version = "2022.8.24";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Ig8YY+49Z/4HPX0U3606DNna/hvOTHlw2mrRZGfRLwY=";
sha256 = "sha256-7b/4F2bUMoEVsoc43w5SQMsimaNP8MYNUkrShV3xjGk=";
};
LC_ALL = "en_US.UTF-8";