Merge pull request #318662 from r-ryantm/auto-update/valeStyles.proselint

valeStyles.proselint: 0.3.3 -> 0.3.4
This commit is contained in:
Paul Meyer 2024-06-10 07:15:22 +02:00 committed by GitHub
commit 2a78720c61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,12 +96,12 @@ in
proselint = buildStyle rec {
name = "proselint";
version = "0.3.3";
version = "0.3.4";
src = fetchFromGitHub {
owner = "errata-ai";
repo = "proselint";
rev = "v${version}";
hash = "sha256-faeWr1bRhnKsycJY89WqnRv8qIowUmz3EQvDyjtl63w=";
hash = "sha256-ryKJDX1JrvDWVKLC5qQGctweDf74yuwEXxl/IqumM4s=";
};
meta = {
description = "Vale-compatible implementation of Python's proselint linter";