summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-10-28 14:37:02 +0000
committerGitHub <noreply@github.com>2019-10-28 14:37:02 +0000
commit9b9cf32ee54a30d290144eae6458b22ece02e806 (patch)
tree81fc2b1c4683d0de75823833b2189366760665a6 /pkgs/development/python-modules/python-gitlab
parentb754310a688ffb1a2e224ef18910cf4c762cd8e5 (diff)
parent370d483a0d347bcc2455c61a2ba425d01d5483b4 (diff)
Merge branch 'master' into python-language-server
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 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 ];