summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab/default.nix
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-01-06 10:07:13 +0100
committerGitHub <noreply@github.com>2022-01-06 10:07:13 +0100
commit3096bd5746393afeb97170e2e635eefdedcf88c0 (patch)
tree9283fd9f328b855b5d74742fc30916f3dc34e768 /pkgs/development/python-modules/python-gitlab/default.nix
parent76ea023d22182ae7a6a3f4a2d78b52df0e54c948 (diff)
parentec3c2e3776dd7e2904950cb77684fd4279f4ac0e (diff)
Merge pull request #153680 from r-ryantm/auto-update/python3.8-python-gitlab
python38Packages.python-gitlab: 2.10.1 -> 3.0.0
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab/default.nix')
-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 = [