python37Packages.yamllint: 1.13.0 -> 1.14.0 (#54069)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-yamllint/versions
This commit is contained in:
R. RyanTM 2019-01-16 08:54:09 -08:00 committed by Robert Schütz
parent 1927de7ed4
commit a2d73df423

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "yamllint";
version = "1.13.0";
version = "1.14.0";
src = fetchPypi {
inherit pname version;
sha256 = "19fznzypkxgl1i9fy4d72xp7rbk30g62rjqmcmnqf3ij46p8flj2";
sha256 = "0x9ansmhqvc3rj0nbhpl0jdqr5pk6qdxf7i6r4gr0hzqr50vdaf0";
};
checkInputs = [ nose ];