pipenv: 2022.4.7 -> 2022.6.7 (#178326)

This commit is contained in:
Further 2022-07-29 23:00:06 +08:00 committed by GitHub
parent f68ab59f6a
commit cc1da9936f
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.4.8";
version = "2022.6.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-U1Yr9p2eUjj5mh4hAcNWdGscCu+l3OubioSlo+IB3g0=";
sha256 = "sha256-asDnqLvgKFnUbFPAPT8zE2u/ScjH2abYGECeF6YE7aA=";
};
LC_ALL = "en_US.UTF-8";