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

pipenv: 2022.10.9 -> 2022.10.12
This commit is contained in:
Mario Rodas
2022-10-14 20:19:48 -05:00
committed by GitHub
+2 -2
View File
@@ -23,11 +23,11 @@ let
in buildPythonApplication rec {
pname = "pipenv";
version = "2022.10.9";
version = "2022.10.12";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-MuBqtQlX2549Kpn8e+vdRF5zg9lP8rME64sz33FhTmA=";
sha256 = "sha256-pNiPZmfLzZ6kMtYmqLNzzTEBiGufuWTqfn+WUKg/wwc=";
};
LC_ALL = "en_US.UTF-8";