guix_mirror_bot pushed a commit to branch go-team in repository guix. commit 929c2e4e14d92aee261a7762fbf8839323ac2719 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Wed May 28 00:43:11 2025 +0100
gnu: vale: Update to 3.11.2. * gnu/packages/textutils.scm (vale): Update to 3.11.2. [native-inputs]: Remove go-github-com-stretchr-testify; add go-github-com-adrg-frontmatter. Change-Id: I573491c4049fe0071e62f6ebe77262fef4025cb7 --- gnu/packages/textutils.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index c72e9d9a76..46c9fd137d 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -1496,7 +1496,7 @@ of a Unix terminal to HTML code.") (define-public vale (package (name "vale") - (version "3.9.5") + (version "3.11.2") (source (origin (method git-fetch) @@ -1504,7 +1504,7 @@ of a Unix terminal to HTML code.") (url "https://github.com/errata-ai/vale") (commit (string-append "v" version)))) (sha256 - (base32 "119iiyh164rkj7jlghr2j1kbhc8k1bvfhsfvd972zs092fg7dh4p")) + (base32 "04xgya706ljnbb7kh3kip0p9z67hpw55p7vfa0bl1nnd0is4q07g")) (file-name (git-file-name name version)))) (build-system go-build-system) (arguments @@ -1532,7 +1532,8 @@ of a Unix terminal to HTML code.") (lambda _ (setenv "HOME" "/tmp")))))) (native-inputs - (list go-github-com-adrg-strutil + (list go-github-com-adrg-frontmatter + go-github-com-adrg-strutil go-github-com-adrg-xdg go-github-com-bmatcuk-doublestar-v4 go-github-com-d5-tengo-v2 @@ -1552,7 +1553,6 @@ of a Unix terminal to HTML code.") go-github-com-remeh-sizedwaitgroup go-github-com-smacker-go-tree-sitter go-github-com-spf13-pflag - go-github-com-stretchr-testify go-github-com-tomwright-dasel-v2 go-github-com-yuin-goldmark go-golang-org-x-exp