Merge pull request #50583 from r-ryantm/auto-update/python3.6-yamllint

python36Packages.yamllint: 1.12.1 -> 1.13.0
This commit is contained in:
Renaud 2018-11-18 20:38:24 +01:00 committed by GitHub
commit 53a25ecd83
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.12.1";
version = "1.13.0";
src = fetchPypi {
inherit pname version;
sha256 = "18syqspsal0w8s2lp49q6wmx02wf6wh1n0fscf5vcr53k8q8drn6";
sha256 = "19fznzypkxgl1i9fy4d72xp7rbk30g62rjqmcmnqf3ij46p8flj2";
};
checkInputs = [ nose ];