diff options
| author | f--t <2817965+f--t@users.noreply.github.com> | 2019-11-19 13:16:16 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-19 13:16:16 -0800 |
| commit | 4c18309ca68010db90ee294d945a3ee5b71d8c9a (patch) | |
| tree | eb4fc432f7d4acb0374962a6044c89ad69ff1f77 /pkgs/development/python-modules/python-gitlab | |
| parent | d7982b7382f61a524de4eaf8bbfb25156be4c6c2 (diff) | |
| parent | 943508a7fa95ce6aa8f14a9a717881e436b3816e (diff) | |
Merge branch 'master' into fix/roundcube
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 b6e6611ad451..def0a2c0adb0 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 = "1.11.0"; + version = "1.12.1"; src = fetchPypi { inherit pname version; - sha256 = "1icnf27wrndglhr7h3gbns6dn6a98y3i46cmyrxpnir79446sdgy"; + sha256 = "984e110c1f76fd939652c30ce3101267a7064e34417cbfc4687e6106d4db54ec"; }; propagatedBuildInputs = [ requests six ]; |
