summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-06-28 18:01:26 +0000
committerGitHub <noreply@github.com>2022-06-28 18:01:26 +0000
commit44c9bff70d4f7f6b48cee2d6c56c5b676bd83e0d (patch)
treeb9e528e433440ed1ab0b0ebe76cac1bf8d7d42aa /pkgs/development/python-modules/python-gitlab
parent36f847921a6d3487f5c7d6108215de2fcc26d41e (diff)
parent3cff3f75b4b951a7e24da086e78c172ec482cea9 (diff)
Merge master into 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 c9b7194a4a16..4b3ff1b977bc 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.5.0";
+ version = "3.6.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-Ka5/ubjJrrLm4ZvS/QSGfpPs169xmXjOaPrAzxFqsw0=";
+ sha256 = "sha256-kBxU/5JvEEectZGjTWXwowIvK8xBB0+aGSx/p+TFcGE=";
};
propagatedBuildInputs = [