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

This commit is contained in:
Bernardo Meurer 2022-10-10 12:35:35 -03:00 committed by GitHub
commit 31104e6e1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,11 +23,11 @@ let
in buildPythonApplication rec {
pname = "pipenv";
version = "2022.9.8";
version = "2022.10.9";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-tt//Bt6lbjut6S/CZ8LaHwgHxcewkD7vYRX9uJnCtLY=";
sha256 = "sha256-MuBqtQlX2549Kpn8e+vdRF5zg9lP8rME64sz33FhTmA=";
};
LC_ALL = "en_US.UTF-8";