summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gitlab
diff options
context:
space:
mode:
authorbolives-hax <125610892+bolives-hax@users.noreply.github.com>2024-07-22 01:37:39 +0200
committerGitHub <noreply@github.com>2024-07-22 01:37:39 +0200
commit9319cf87b82cc58efa9a966764f0952c93febe96 (patch)
tree5b1013a44c8fab4a3b0123666216e9c7ec8a784e /pkgs/development/python-modules/python-gitlab
parent7c1315628b7a93652583e373a40035ede8a0046b (diff)
parentc11439943db2e1be0ef80647d571b7a7582ca3ae (diff)
Merge branch 'NixOS:master' into add-rutorrent-service
Diffstat (limited to 'pkgs/development/python-modules/python-gitlab')
-rw-r--r--pkgs/development/python-modules/python-gitlab/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/python-gitlab/default.nix b/pkgs/development/python-modules/python-gitlab/default.nix
index 2209320f8712..571ce5d5148d 100644
--- a/pkgs/development/python-modules/python-gitlab/default.nix
+++ b/pkgs/development/python-modules/python-gitlab/default.nix
@@ -16,14 +16,15 @@
buildPythonPackage rec {
pname = "python-gitlab";
- version = "4.4.0";
+ version = "4.7.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
- inherit pname version;
- hash = "sha256-HRF797QzroJV5ddOcsZgl49Q7oXrYiSMn7Uu9Dw+OBQ=";
+ pname = "python_gitlab";
+ inherit version;
+ hash = "sha256-t5jN29nRZreVcebWyXVCl40KOV3lcWnHCX0JIQp2am0=";
};
nativeBuildInputs = [ setuptools ];