Merge pull request #228311 from Et7f3/update_yamllint

yamllint: 1.29.0 -> 1.31.0
This commit is contained in:
Mario Rodas 2023-04-29 10:38:02 -05:00 committed by GitHub
commit 7fdc7bb158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "yamllint";
version = "1.29.0";
version = "1.31.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ZqdV1fvLuIMfGpVoZ2MptbrILDeZW8ya/QSLZFn5+kg=";
hash = "sha256-LYPx0S9zPhYqh+BrF2FJ17ucW65Knl/OHHcdf3A/emU=";
};
propagatedBuildInputs = [