summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-01-06 12:01:13 +0000
committerGitHub <noreply@github.com>2022-01-06 12:01:13 +0000
commit2bc8eed5b92a27a361553dbabc81c2ffb56971f0 (patch)
tree9262fef17000f85d4a043f0493641e7e5dd4470e /pkgs/development/python-modules/python-gitlab
parent8a0e129af2d0bef4c48df7155b00a39954f47390 (diff)
parent7a3a6811562634ddea7a86ca0358897065e113aa (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab')
-rw-r--r--pkgs/development/python-modules/python-gitlab/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/python-gitlab/default.nix b/pkgs/development/python-modules/python-gitlab/default.nix
index a5c40533c169..c3e35db28aa1 100644
--- a/pkgs/development/python-modules/python-gitlab/default.nix
+++ b/pkgs/development/python-modules/python-gitlab/default.nix
@@ -10,12 +10,14 @@
buildPythonPackage rec {
pname = "python-gitlab";
- version = "2.10.1";
- disabled = pythonOlder "3.6";
+ version = "3.0.0";
+ format = "setuptools";
+
+ disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
- sha256 = "7afa7d7c062fa62c173190452265a30feefb844428efc58ea5244f3b9fc0d40f";
+ sha256 = "89f82740b76820cf407cee9c43b75ca3ddb72f344f595902ee963837d7664986";
};
propagatedBuildInputs = [