lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

yamllint: 1.37.0 -> 1.37.1 (#405182)

authored by

Nick Cao and committed by
GitHub
64f67b99 ad4f8257

+3 -3
+3 -3
pkgs/development/python-modules/yamllint/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "yamllint"; 15 - version = "1.37.0"; 15 + version = "1.37.1"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.9"; ··· 21 21 owner = "adrienverge"; 22 22 repo = "yamllint"; 23 23 tag = "v${version}"; 24 - hash = "sha256-874VqcJyHMVIvrR3qzL2H7/Hz7qRb7GDWI56SAdCz00="; 24 + hash = "sha256-CohqiBoQcgvGVP0Bt6U768BY1aIwh59YRsgzJfaDmP0="; 25 25 }; 26 26 27 27 build-system = [ setuptools ]; ··· 52 52 meta = with lib; { 53 53 description = "Linter for YAML files"; 54 54 homepage = "https://github.com/adrienverge/yamllint"; 55 - changelog = "https://github.com/adrienverge/yamllint/blob/v${version}/CHANGELOG.rst"; 55 + changelog = "https://github.com/adrienverge/yamllint/blob/${src.tag}/CHANGELOG.rst"; 56 56 license = licenses.gpl3Plus; 57 57 maintainers = with maintainers; [ mikefaille ]; 58 58 mainProgram = "yamllint";