~ruther/guix-local

edb2c247ba27510ebdf1c834419b1a09604be560 — Sharlatan Hellseher 7 months ago 943f74e
gnu: vale: Update to 3.12.0.

* gnu/packages/textutils.scm (vale): Update to 3.12.0. Fix indentation.
[arguments] <go>: Use default go-1.24.

Change-Id: I84b74e832d1fa29ae3fca1cb8adc8e853af69ad6
1 files changed, 4 insertions(+), 5 deletions(-)

M gnu/packages/textutils.scm
M gnu/packages/textutils.scm => gnu/packages/textutils.scm +4 -5
@@ 1609,20 1609,19 @@ of a Unix terminal to HTML code.")
(define-public vale
  (package
    (name "vale")
    (version "3.11.2")
    (version "3.12.0")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/errata-ai/vale")
             (commit (string-append "v" version))))
              (url "https://github.com/errata-ai/vale")
              (commit (string-append "v" version))))
       (sha256
        (base32 "04xgya706ljnbb7kh3kip0p9z67hpw55p7vfa0bl1nnd0is4q07g"))
        (base32 "1w6216ap8sds6279h39ksjv27hakzahjmzlvbnsl67lwvldbqvcg"))
       (file-name (git-file-name name version))))
    (build-system go-build-system)
    (arguments
     (list
      #:go go-1.23
      #:install-source? #f
      #:embed-files #~(list ".*\\.gob")
      #:import-path "github.com/errata-ai/vale/cmd/vale"