python312Packages.python-gitlab: 4.11.1 -> 4.12.2 (#346389)

This commit is contained in:
OTABI Tomoya 2024-10-06 16:06:02 +09:00 committed by GitHub
commit 309d955889
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "python-gitlab";
version = "4.11.1";
version = "4.12.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "python_gitlab";
inherit version;
hash = "sha256-evovnDBhi8Pa7pXSGGoG4c8Yyi+peJDrVf2N3E4zmBI=";
hash = "sha256-jBQKJgOtjv9/yrbz+qv1/Iuquo3vEl6zCaMtaqOiOlY=";
};
build-system = [ setuptools ];