diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2021-07-02 11:50:59 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2021-07-02 11:50:59 +0200 |
| commit | fa55cb1af8720b0976cf62119fc2474ca8aa4bed (patch) | |
| tree | 3310576ac8306e107467bb19ffc6b34eea4f8928 /pkgs/development/python-modules/python-gitlab/default.nix | |
| parent | f75e2a648c76976c8b2d5e9e147a1eaa0a84f3d8 (diff) | |
python3Packages.python-gitlab: 2.8.0 -> 2.9.0
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab/default.nix')
| -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 = [ |
