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

pipenv: 2022.8.24 -> 2022.8.30
This commit is contained in:
superherointj 2022-08-31 09:45:39 -03:00 committed by GitHub
commit eb30d21de0
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.24";
version = "2022.8.30";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-7b/4F2bUMoEVsoc43w5SQMsimaNP8MYNUkrShV3xjGk=";
sha256 = "sha256-QUda28Wt4XGEZDvP36mWMuf2FROhfsccSDIDG4hiy6s=";
};
LC_ALL = "en_US.UTF-8";