yamllint: 1.37.0 -> 1.37.1 (#405182)

Nick Cao 64f67b99 ad4f8257

Changed files
+3 -3
pkgs
development
python-modules
yamllint
+3 -3
pkgs/development/python-modules/yamllint/default.nix
···
buildPythonPackage rec {
pname = "yamllint";
-
version = "1.37.0";
+
version = "1.37.1";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "adrienverge";
repo = "yamllint";
tag = "v${version}";
-
hash = "sha256-874VqcJyHMVIvrR3qzL2H7/Hz7qRb7GDWI56SAdCz00=";
+
hash = "sha256-CohqiBoQcgvGVP0Bt6U768BY1aIwh59YRsgzJfaDmP0=";
};
build-system = [ setuptools ];
···
meta = with lib; {
description = "Linter for YAML files";
homepage = "https://github.com/adrienverge/yamllint";
-
changelog = "https://github.com/adrienverge/yamllint/blob/v${version}/CHANGELOG.rst";
+
changelog = "https://github.com/adrienverge/yamllint/blob/${src.tag}/CHANGELOG.rst";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ mikefaille ];
mainProgram = "yamllint";