python27Packages.yamllint: 1.23.0 -> 1.24.2

This commit is contained in:
R. RyanTM 2020-07-26 19:38:56 +00:00 committed by Jon
parent 30e052a3fc
commit 95849a5156

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "yamllint";
version = "1.23.0";
version = "1.24.2";
src = fetchPypi {
inherit pname version;
sha256 = "1agl80csxhiqglm0idwhw98iqfpp61c9inzcdaz4czsfyivzzwsr";
sha256 = "07xn11i0c7x72xjxkkzrq9zxl40vfdr41mfvhlayrk6dpbk8vdj0";
};
checkInputs = [ nose ];