sharlatan pushed a commit to branch go-team
in repository guix.

commit 580e3e901a0eced32940b86dcad5a21ca3cc9da2
Author: Sharlatan Hellseher <sharlata...@gmail.com>
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 c886b009be..69dc3a699c 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

Reply via email to