sharlatan pushed a commit to branch go-team
in repository guix.
commit 4b8aa2f23215ccbe2c9e6c6e1812cda7c688e817
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 25 22:22:24 2025 +0000
gnu: vale: Update to 3.9.5.
* gnu/packages/textutils.scm (vale): Update to 3.9.5.
Change-Id: Ifb1e4ba077283b0a20cd2d2fc3a46488d94fd96d
---
gnu/packages/textutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 229e69a2b3..ea18e87433 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.4")
+ (version "3.9.5")
(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 "009gyrn2mi7bg10v6mqrr6c6ii5l2vbhs7mvh7g4xxgqhaqzpbhp"))
+ (base32 "119iiyh164rkj7jlghr2j1kbhc8k1bvfhsfvd972zs092fg7dh4p"))
(file-name (git-file-name name version))))
(build-system go-build-system)
(arguments