diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2021-07-05 00:08:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-05 00:08:28 +0200 |
| commit | c5decfd25d1337888df78ed27c51b2b1b4563d8d (patch) | |
| tree | 9fde3da14a967788bcb225f73d150c2c9994192b /pkgs/development/python-modules/python-gitlab | |
| parent | 06f62afd8af75ceab9b2e91f77495b7e64038142 (diff) | |
| parent | fa55cb1af8720b0976cf62119fc2474ca8aa4bed (diff) | |
Merge pull request #128973 from fabaff/bump-python-gitlab
python3Packages.python-gitlab: 2.8.0 -> 2.9.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 34fbcff42f13..9d06569dfdc3 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.8.0"; + version = "2.9.0"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - sha256 = "f3364a8d1e813a0b3e68485db1e1881d8653b0e03b9a41f2c59544fce4930101"; + sha256 = "sha256-LFGxTN2aaAKDFaKw6IUl03YJZziPmfqlfeiQK0VGW+Y="; }; propagatedBuildInputs = [ |
