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

pipenv: 2022.3.28 -> 2022.4.8
This commit is contained in:
Jörg Thalheim
2022-04-09 08:21:41 +01:00
committed by GitHub
+2 -2
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";