pipenv: 2022.3.28 -> 2022.4.8

This commit is contained in:
R. Ryantm 2022-04-09 00:26:58 +00:00
parent 4f75c9974d
commit 8ab5294ee9

View file

@ -19,11 +19,11 @@ let
in buildPythonApplication rec {
pname = "pipenv";
version = "2022.3.28";
version = "2022.4.8";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-TnquYtrXZ5zoG1TMNFG+GfssRp4mkzWzaxQTL+XO7LM=";
sha256 = "sha256-U1Yr9p2eUjj5mh4hAcNWdGscCu+l3OubioSlo+IB3g0=";
};
LC_ALL = "en_US.UTF-8";