summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-09 00:10:48 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-01-31 18:18:43 +0000
commitb17652e736457a26dfbca852009eef7b336e5197 (patch)
treed4d84c9d8b721504b2a3ffd0c06f505d3b8e7974
parentMerge pull request #157539 from mweinelt/21.11/fix-smartctl-exporter-capab-typo (diff)
downloadnixpkgs-origin/backport-154079-to-release-21.11.tar.gz
pipenv: 2021.11.23 -> 2022.1.8origin/backport-154079-to-release-21.11
(cherry picked from commit 06b0520f3ce87dcda9abaabea07ee0b7006d9c7f)
-rw-r--r--pkgs/development/tools/pipenv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/pipenv/default.nix b/pkgs/development/tools/pipenv/default.nix
index 1c09bb502a23..f4238608916b 100644
--- a/pkgs/development/tools/pipenv/default.nix
+++ b/pkgs/development/tools/pipenv/default.nix
@@ -18,11 +18,11 @@ let
in buildPythonApplication rec {
pname = "pipenv";
- version = "2021.11.23";
+ version = "2022.1.8";
src = fetchPypi {
inherit pname version;
- sha256 = "1bde859e8bbd1d21d503fd995bc0170048d6da7686ab885f074592c99a16e8f3";
+ sha256 = "f84d7119239b22ab2ac2b8fbc7d619d83cf41135206d72a17c4f151cda529fd0";
};
LC_ALL = "en_US.UTF-8";