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

pipenv: 2022.11.25 -> 2023.2.4
This commit is contained in:
Martin Weinelt
2023-02-07 00:54:39 +00:00
committed by GitHub
+2 -2
View File
@@ -23,11 +23,11 @@ let
in buildPythonApplication rec {
pname = "pipenv";
version = "2022.11.25";
version = "2023.2.4";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ElnWxwU7EIbZqqvIGp/rc5vS0X6BuyAgSJoy7BQYYu4=";
sha256 = "sha256-GKPrpRnjbVnw1af5xCvSaFIeS5t7PRvWrc8TFWkyMnU=";
};
LC_ALL = "en_US.UTF-8";