Merge pull request #74616 from r-ryantm/auto-update/python3.8-yamllint

python38Packages.yamllint: 1.18.0 -> 1.19.0
This commit is contained in:
Mario Rodas 2019-11-29 07:41:22 -05:00 committed by GitHub
commit 35ac6b1901
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.18.0";
version = "1.19.0";
src = fetchPypi {
inherit pname version;
sha256 = "076hqf189ww95n9vcbkkn8an42nx79cy8pf2qnl251yjncsvnbfl";
sha256 = "05fg2i27bq40z83avmz3h91i206dx5k6nyyvpa5vja54sqg14q02";
};
checkInputs = [ nose ];