python312Packages.python-gitlab: 4.9.0 -> 4.10.0 (#337859)

This commit is contained in:
Fabian Affolter 2024-08-29 14:43:35 +02:00 committed by GitHub
commit 05bece4962
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "python-gitlab";
version = "4.9.0";
version = "4.10.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "python_gitlab";
inherit version;
hash = "sha256-30TbtunJQefr+5JE5+1KpNuQ9cFkmMstE1uObn8Imho=";
hash = "sha256-hvmcGRUIji0lc4F6yov2urXk8S1CsE72st8qu1KNV/0=";
};
nativeBuildInputs = [ setuptools ];