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

pipenv: 2022.8.30 -> 2022.9.2
This commit is contained in:
Jonas Heinrich 2022-09-03 09:37:40 +02:00 committed by GitHub
commit 561b35ad59
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.30";
version = "2022.9.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-QUda28Wt4XGEZDvP36mWMuf2FROhfsccSDIDG4hiy6s=";
sha256 = "sha256-EMCIPt0f2Aqin9Yz34JoPCSVjol3i/UMRnNhC/ttv7A=";
};
LC_ALL = "en_US.UTF-8";