python312Packages.python-gitlab: 5.3.0 -> 5.3.1 (#372094)

This commit is contained in:
OTABI Tomoya
2025-01-12 16:07:23 +09:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "python-gitlab";
version = "5.3.0";
version = "5.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "python_gitlab";
inherit version;
hash = "sha256-GPEHZLasFK0MtSUu1mAlvf5ijOdHsau7z+dqgirGuuc=";
hash = "sha256-yqvLUAIQ9PWe+fj+7E+Z6CHWUqVccuyfW/gg9F/Bcpg=";
};
build-system = [ setuptools ];