Merge pull request #332910 from r-ryantm/auto-update/python312Packages.python-gitlab

python312Packages.python-gitlab: 4.8.0 -> 4.9.0
This commit is contained in:
Fabian Affolter
2024-08-07 09:04:34 +02:00
committed by GitHub
@@ -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 ];