summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-08-07 09:04:34 +0200
committerGitHub <noreply@github.com>2024-08-07 09:04:34 +0200
commitcd55765a81f261bf3c47b71681cba60dcc4b6679 (patch)
tree389882cd5449894673a72214090da859edf40f15 /pkgs/development/python-modules/python-gitlab
parent8f3f2e97118389a6f3a9b07644b13c9bd98566bf (diff)
parent73da05ba0785e763b17b74241e12249152a9f839 (diff)
Merge pull request #332910 from r-ryantm/auto-update/python312Packages.python-gitlab
python312Packages.python-gitlab: 4.8.0 -> 4.9.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 7eb173f6c4a4..18dbd68cc66f 100644
--- a/pkgs/development/python-modules/python-gitlab/default.nix
+++ b/pkgs/development/python-modules/python-gitlab/default.nix
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "python-gitlab";
- version = "4.8.0";
+ version = "4.9.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "python_gitlab";
inherit version;
- hash = "sha256-wsTXsc1QPZBa/l38Dz9mGZNDYfdq6FXGzsmmZoZNN88=";
+ hash = "sha256-30TbtunJQefr+5JE5+1KpNuQ9cFkmMstE1uObn8Imho=";
};
nativeBuildInputs = [ setuptools ];