yamllint: 1.26.0 -> 1.26.1

This commit is contained in:
Jonathan Ringer 2021-06-16 17:59:32 -07:00
parent a4280003f9
commit 3c2aaee56f
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "yamllint";
version = "1.26.0";
version = "1.26.1";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "11qhs1jk9pwvyk5k3q5blh9sq42dh1ywdf1f3i2zixf7hncwir5h";
sha256 = "sha256-h9lGKz7X6d+hnKoXf3p3zZiIs9xARER9auCrIzvNEyQ=";
};
propagatedBuildInputs = [