pipenv: 2025.0.3 -> 2025.0.4 (#424829)

This commit is contained in:
Weijia Wang
2025-08-04 11:56:15 -06:00
committed by GitHub
+2 -2
View File
@@ -33,14 +33,14 @@ let
in
buildPythonApplication rec {
pname = "pipenv";
version = "2025.0.3";
version = "2025.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "pypa";
repo = "pipenv";
tag = "v${version}";
hash = "sha256-3uf0nCTv6ebq4am4mqJpdkidx6dbO8jI4IMtjZQ+8Qc=";
hash = "sha256-yHbrxhRWo2iD9uBFBQzi5LqUVOc1vpLvXlORtAI32KA=";
};
env.LC_ALL = "en_US.UTF-8";