diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-01-06 05:05:04 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2022-01-06 05:05:04 +0000 |
| commit | 3dc83b28a1fced399f51b9f62e2304d5a0f82053 (patch) | |
| tree | 7c893893b494f33a7de61e14f2c4c033c10d2d4f /pkgs/development/python-modules/python-gitlab | |
| parent | 0c8b2ce6c023e664d341e62d7f5cf4616a7e352d (diff) | |
python38Packages.python-gitlab: 2.10.1 -> 3.0.0
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab')
| -rw-r--r-- | pkgs/development/python-modules/python-gitlab/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-gitlab/default.nix b/pkgs/development/python-modules/python-gitlab/default.nix index a5c40533c169..da244944628c 100644 --- a/pkgs/development/python-modules/python-gitlab/default.nix +++ b/pkgs/development/python-modules/python-gitlab/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "python-gitlab"; - version = "2.10.1"; + version = "3.0.0"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - sha256 = "7afa7d7c062fa62c173190452265a30feefb844428efc58ea5244f3b9fc0d40f"; + sha256 = "89f82740b76820cf407cee9c43b75ca3ddb72f344f595902ee963837d7664986"; }; propagatedBuildInputs = [ |
