We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97386f9 + b62037b commit acb82e1Copy full SHA for acb82e1
pkgs/development/python-modules/python-gitlab/default.nix
@@ -13,15 +13,15 @@
13
14
buildPythonPackage rec {
15
pname = "python-gitlab";
16
- version = "5.6.0";
+ version = "6.0.0";
17
pyproject = true;
18
19
disabled = pythonOlder "3.8";
20
21
src = fetchPypi {
22
pname = "python_gitlab";
23
inherit version;
24
- hash = "sha256-vFMei6PlZBtgQJRF1JGazmiiwYyw7G1I+87WYWuVQWY=";
+ hash = "sha256-cEv1SMJY8c/i8JuOzprxzI+mroKKxv5qHL6VfJhDFBQ=";
25
};
26
27
build-system = [ setuptools ];
0 commit comments