python312Packages.python-gitlab: 4.8.0 -> 4.9.0

This commit is contained in:
R. Ryantm 2024-08-07 05:16:32 +00:00
parent 60c217585b
commit 73da05ba07

View File

@ -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 ];