diff options
| author | Frederik Rietdijk <fridh@fridh.nl> | 2020-10-06 10:18:55 +0200 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2020-10-06 10:18:55 +0200 |
| commit | 82390e264704e4e1bf1652c9bebdc30a48f7fd07 (patch) | |
| tree | 8fe56b1273ff688fc5822d4e758916c35a9cab61 /pkgs/development/python-modules/python-gitlab | |
| parent | 695fd81e02ced2a9591cf2ac3183c360de763c07 (diff) | |
| parent | 4eaf246f2441c9b7f86eceb966999c6d0821f7c5 (diff) | |
Merge master into staging-next
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 470095eae8d2..6108ea74a23a 100644 --- a/pkgs/development/python-modules/python-gitlab/default.nix +++ b/pkgs/development/python-modules/python-gitlab/default.nix @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "python-gitlab"; - version = "2.4.0"; + version = "2.5.0"; src = fetchPypi { inherit pname version; - sha256 = "e240b5c371d9e98c46c980d878c3f03cd83f3da6cda01d533db27fa3e0dd474f"; + sha256 = "68b42aafd4b620ab2534ff78a52584c7f799e4e55d5ac297eab4263066e6f74b"; }; propagatedBuildInputs = [ requests ]; |
