summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-08-27 08:45:43 +0200
committerGitHub <noreply@github.com>2020-08-27 08:45:43 +0200
commit22c23f4371843b51289786dae6af0628de4e0276 (patch)
tree5333b2545ee58a2e0ef187b465c67e32ea36684f /pkgs/development/python-modules/python-gitlab
parent02ee8250186f0489bf86b036581a63c38afd54db (diff)
parent52095e171f5eb8f1dcacc58330b8e07cf664d692 (diff)
Merge pull request #96280 from NixOS/staging-next
Staging next
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 ];