summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2019-12-08 18:09:08 +0000
committerGitHub <noreply@github.com>2019-12-08 18:09:08 +0000
commit06346a12a0bd59b77f08707a3bfeaad9f131b112 (patch)
treee46a1e2db9c88135cc978f34c060f805e91a3a68 /pkgs/development/python-modules/python-gitlab
parent62e0c07836f547c00770031deaed8ba76e4b1949 (diff)
parent76c867afde1d30d49c4899d6eedb1d8abe520acb (diff)
Merge branch 'master' into octave-gl2ps
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..4858ef8f8a6f 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.13.0";
src = fetchPypi {
inherit pname version;
- sha256 = "1icnf27wrndglhr7h3gbns6dn6a98y3i46cmyrxpnir79446sdgy";
+ sha256 = "125zimbdprfx2j90dp19hyh60lzj11264bm494awc585pr6v9d3k";
};
propagatedBuildInputs = [ requests six ];