Merge pull request #226656 from r-ryantm/auto-update/python310Packages.python-gitlab

python310Packages.python-gitlab: 3.13.0 -> 3.14.0

authored by

Weijia Wang and committed by
GitHub
7d016683 0b9e518f

+2 -2
+2 -2
pkgs/development/python-modules/python-gitlab/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "python-gitlab"; 13 - version = "3.13.0"; 13 + version = "3.14.0"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - hash = "sha256-rVArcrXRE39K831KaK4g/n1sl3j2fL4q7FZveZUFPH0="; 20 + hash = "sha256-7zuJYPru6YgPgrCHLYB+P6uUrOErDSqEGKl4dciBLTw="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [