summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab
diff options
context:
space:
mode:
authordanbst <abcz2.uprola@gmail.com>2020-02-14 19:00:52 +0200
committerdanbst <abcz2.uprola@gmail.com>2020-02-14 19:00:52 +0200
commit2c77c5348784af220f5566b26c621aa254fd14a1 (patch)
tree3d86fecda6f4069cc792cedd6761ecd34aaf447a /pkgs/development/python-modules/python-gitlab
parentd9ff157ee44d978aebed6f6a9c7d4de05d5576ad (diff)
parent854638ea2953b9285379840abba539fd559d5712 (diff)
Merge branch 'master' into postgresql_group
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab')
-rw-r--r--pkgs/development/python-modules/python-gitlab/default.nix4
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 bbd05b6757b2..bbdf7aa6033c 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.9.0";
+ version = "1.15.0";
src = fetchPypi {
inherit pname version;
- sha256 = "1p0i6gsl4mcv6w1sm0rsxq9bq2cmmg3n7c0dniqlvqmzkk62qqhx";
+ sha256 = "45125a0ed4d0027d4317bdbd71ca02fc52b0ac160b9d2c3c5be131b4d19f867e";
};
propagatedBuildInputs = [ requests six ];