guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 2023c5e6196a729c391bb788adc1e58a54f4ded0
Author: Sharlatan Hellseher <[email protected]>
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 ae8bce7b3e..2ac93e75fb 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1615,7 +1615,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)
@@ -1623,7 +1623,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
@@ -1651,7 +1651,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
@@ -1671,7 +1672,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