lol

python312Packages.python-gitlab: 5.3.1 -> 5.6.0

+2 -2
+2 -2
pkgs/development/python-modules/python-gitlab/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "python-gitlab"; 16 - version = "5.3.1"; 16 + version = "5.6.0"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.8"; ··· 21 21 src = fetchPypi { 22 22 pname = "python_gitlab"; 23 23 inherit version; 24 - hash = "sha256-yqvLUAIQ9PWe+fj+7E+Z6CHWUqVccuyfW/gg9F/Bcpg="; 24 + hash = "sha256-vFMei6PlZBtgQJRF1JGazmiiwYyw7G1I+87WYWuVQWY="; 25 25 }; 26 26 27 27 build-system = [ setuptools ];