pipenv: 2026.0.3 -> 2026.5.1

This commit is contained in:
R. Ryantm
2026-04-01 18:16:23 +00:00
parent c28adab9cf
commit 3fc2d1b1f8
+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";