pipenv: 2022.9.8 -> 2022.10.9

This commit is contained in:
R. Ryantm 2022-10-10 11:01:26 +00:00
parent 5e48b0da20
commit d2ac2cda66

View file

@ -23,11 +23,11 @@ let
in buildPythonApplication rec {
pname = "pipenv";
version = "2022.9.8";
version = "2022.10.9";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-tt//Bt6lbjut6S/CZ8LaHwgHxcewkD7vYRX9uJnCtLY=";
sha256 = "sha256-MuBqtQlX2549Kpn8e+vdRF5zg9lP8rME64sz33FhTmA=";
};
LC_ALL = "en_US.UTF-8";