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

This commit is contained in:
Martin Weinelt 2022-09-14 17:09:46 +02:00 committed by GitHub
commit 6987a08e22
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.2";
version = "2022.9.8";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-EMCIPt0f2Aqin9Yz34JoPCSVjol3i/UMRnNhC/ttv7A=";
sha256 = "sha256-tt//Bt6lbjut6S/CZ8LaHwgHxcewkD7vYRX9uJnCtLY=";
};
LC_ALL = "en_US.UTF-8";