0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

pipenv: 2025.0.2 -> 2025.0.3

This commit is contained in:
R. Ryantm 2025-06-04 12:33:47 +00:00
parent aa91162a92
commit f024e46cb6

View file

@ -33,14 +33,14 @@ let
in
buildPythonApplication rec {
pname = "pipenv";
version = "2025.0.2";
version = "2025.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "pypa";
repo = "pipenv";
tag = "v${version}";
hash = "sha256-FCpHrsKUfrv876RRfskUl01jYhmOjZ5D86PjSJnDcV0=";
hash = "sha256-3uf0nCTv6ebq4am4mqJpdkidx6dbO8jI4IMtjZQ+8Qc=";
};
env.LC_ALL = "en_US.UTF-8";