mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
pipenv: 2024.4.1 -> 2025.0.2
This commit is contained in:
parent
e830669088
commit
608ed37f04
1 changed files with 2 additions and 2 deletions
|
@ -33,14 +33,14 @@ let
|
||||||
in
|
in
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "pipenv";
|
pname = "pipenv";
|
||||||
version = "2024.4.1";
|
version = "2025.0.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pypa";
|
owner = "pypa";
|
||||||
repo = "pipenv";
|
repo = "pipenv";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-w6EG3lh9U/qwwuVXBRT5SWdzdQzf2ggFnP+ADTA1IyM=";
|
hash = "sha256-FCpHrsKUfrv876RRfskUl01jYhmOjZ5D86PjSJnDcV0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
env.LC_ALL = "en_US.UTF-8";
|
env.LC_ALL = "en_US.UTF-8";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue