summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab
diff options
context:
space:
mode:
authorOren Rozen <countoren@gmail.com>2020-05-25 16:55:10 -0500
committerOren Rozen <countoren@gmail.com>2020-05-25 16:55:10 -0500
commit4d58f006ff4a6bdedcce793057c8533d8e73ed2a (patch)
tree1bc0ea96b367947522d2bfedc5fe5f00536c8121 /pkgs/development/python-modules/python-gitlab
parente708176d43f11823054d07a1ad8db79e8e5e291c (diff)
parent673b122836136e58842b316bcb49158c8322132a (diff)
Merge branch 'updateSettings' into vscode-utils/vscodeEnv
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab')
-rw-r--r--pkgs/development/python-modules/python-gitlab/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/python-gitlab/default.nix b/pkgs/development/python-modules/python-gitlab/default.nix
index 4858ef8f8a6f..d2b1a6570b12 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.13.0";
+ version = "1.15.0";
src = fetchPypi {
inherit pname version;
- sha256 = "125zimbdprfx2j90dp19hyh60lzj11264bm494awc585pr6v9d3k";
+ sha256 = "45125a0ed4d0027d4317bdbd71ca02fc52b0ac160b9d2c3c5be131b4d19f867e";
};
propagatedBuildInputs = [ requests six ];
@@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Interact with GitLab API";
- homepage = https://github.com/python-gitlab/python-gitlab;
+ homepage = "https://github.com/python-gitlab/python-gitlab";
license = licenses.lgpl3;
maintainers = with maintainers; [ nyanloutre ];
};