diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-01-06 12:01:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-06 12:01:50 +0000 |
| commit | cf9f1108594d61308f5552d9037d272e0d50513b (patch) | |
| tree | 7f720185ba3dcde1d8f5ba04559d58eb882eb7e8 /pkgs/development/python-modules/python-gitlab | |
| parent | c5a9ac94c807a12fe584165b80b8de6c40f4ec4d (diff) | |
| parent | 2bc8eed5b92a27a361553dbabc81c2ffb56971f0 (diff) | |
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab')
| -rw-r--r-- | pkgs/development/python-modules/python-gitlab/default.nix | 8 |
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 = [ |
