Merge pull request #67116 from r-ryantm/auto-update/python3.7-yamllint

python37Packages.yamllint: 1.16.0 -> 1.17.0
This commit is contained in:
Marek Mahut 2019-08-21 08:59:45 +02:00 committed by GitHub
commit ac827e0e35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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