summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-08-16 19:31:13 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-08-16 19:31:13 +0200
commitac05925316e03db390c4a81f50aea62c9fb029aa (patch)
tree907d622e8499c987c7131c642be4b188906001fc /pkgs/development/python-modules/python-gitlab
parentcf7d5944b583ea3197ecd55344bfbc18cab69ea4 (diff)
python: python-gitlab: 2.2.0 -> 2.4.0
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 0c1f7c67e3df..b543b435fc65 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 = "2.2.0";
+ version = "2.4.0";
src = fetchPypi {
inherit pname version;
- sha256 = "4c4ea60c8303f4214522b18038df017cae35afda7474efa0b4e19c2e73bc3ae2";
+ sha256 = "e240b5c371d9e98c46c980d878c3f03cd83f3da6cda01d533db27fa3e0dd474f";
};
propagatedBuildInputs = [ requests ];