summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-04-30 23:02:28 +0200
committerVladimír Čunát <v@cunat.cz>2022-04-30 23:02:28 +0200
commitc480cc28958dd852aa1acb29dee80d5324b3571e (patch)
treee96e973d9009044d6e088db4ba7113382a4312ce /pkgs/development/python-modules/python-gitlab
parent6431e183cd9b67801ed4b6760649e639d2cb2f84 (diff)
parent16cdb34f95601222a19f1f9f8d041dc192d83619 (diff)
Merge branch 'master' into staging-next-2022-04-23
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 8ccf35ff8e84..3db152119a22 100644
--- a/pkgs/development/python-modules/python-gitlab/default.nix
+++ b/pkgs/development/python-modules/python-gitlab/default.nix
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "python-gitlab";
- version = "3.3.0";
+ version = "3.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-/vJdQaYvkdqC7iD3KnKLnGnu80zwowBc27mgtHHVtJg=";
+ sha256 = "sha256-YYC4HuLyZa2NhBKVahdAtNPOynsori9wff5iN1/tAII=";
};
propagatedBuildInputs = [