pipenv: 2025.0.3 -> 2025.0.4

This commit is contained in:
R. Ryantm
2025-07-13 13:15:48 +00:00
parent 9085efd37f
commit cdc6056344
+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";