pipenv: 2022.11.25 -> 2023.2.4

This commit is contained in:
R. Ryantm 2023-02-06 23:40:33 +00:00
parent 5e32ae2618
commit 3299517e6b

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";