pipenv: 2026.0.3 -> 2026.5.1 (#499991)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-21 19:28:49 +00:00
committed by GitHub
+2 -2
View File
@@ -33,14 +33,14 @@ let
in
buildPythonApplication rec {
pname = "pipenv";
version = "2026.0.3";
version = "2026.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pypa";
repo = "pipenv";
tag = "v${version}";
hash = "sha256-hfkVIYQj6hJ+AB1rUaw2f+M+tAVEAQCXZ4e4ytw07gE=";
hash = "sha256-+8xUbpGIEuFboeK+JVVAt46gNcw1tfkmnTYt/IrISik=";
};
env.LC_ALL = "en_US.UTF-8";