summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-02-22 17:34:08 -0500
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-02-22 17:34:08 -0500
commit196682b1755abab6adef36666cc045f5dbb63281 (patch)
tree7717a0e33aa8ac66fa115c2e6ce862a86c7b43ab /pkgs/development/python-modules/python-gitlab
parent1c07ee79255bb3fe8a7eb382cd5a8348e0b85893 (diff)
parent2fea715779b23c03ba13096824e9084a933f5cc8 (diff)
Merge remote-tracking branch 'upstream/master' into work-on-multi-shellFor
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 ];