1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python27Packages.yamllint: 1.20.0 -> 1.21.0

This commit is contained in:
R. RyanTM 2020-04-07 10:45:49 +00:00 committed by Jon
parent a76df6a6c1
commit b13722a769

View file

@ -3,11 +3,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "yamllint"; pname = "yamllint";
version = "1.20.0"; version = "1.21.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1gx3f9wcf8af9cz2v3x3196pab34n8mlqk5iswahhzpxc9i2p4bn"; sha256 = "14yijcnmanyd3s2ir38sxl07rzpxgpgw9s6b8sy68jrl7n5nj7ky";
}; };
checkInputs = [ nose ]; checkInputs = [ nose ];
@ -19,7 +19,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A linter for YAML files"; description = "A linter for YAML files";
homepage = https://github.com/adrienverge/yamllint; homepage = "https://github.com/adrienverge/yamllint";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ mikefaille ]; maintainers = with maintainers; [ mikefaille ];
}; };