python37Packages.yamllint: 1.15.0 -> 1.16.0

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-07-02 12:03:38 -07:00 committed by Frederik Rietdijk
parent e6bde6dd79
commit 24ed4749d7

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "yamllint";
version = "1.15.0";
version = "1.16.0";
src = fetchPypi {
inherit pname version;
sha256 = "8f25759997acb42e52b96bf3af0b4b942e6516b51198bebd3402640102006af7";
sha256 = "1bw39aiyqspjsxps5m3skaszih8vap8kyialbzg7jjc080nyqkws";
};
checkInputs = [ nose ];