gnu: emacs-go-translate: Update to 3.0.9.

* gnu/packages/emacs-xyz.scm (emacs-go-translate): Update to 3.0.9.

Change-Id: Iaacef0b0de4adb331832d1f151241434b666fbf4
This commit is contained in:
Nicolas Goaziou 2025-03-07 09:29:11 +01:00
parent 3835aae6c7
commit 519d95cfae
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -29414,7 +29414,7 @@ the GIF result.")
(define-public emacs-go-translate (define-public emacs-go-translate
(package (package
(name "emacs-go-translate") (name "emacs-go-translate")
(version "3.0.7") (version "3.0.9")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -29423,7 +29423,7 @@ the GIF result.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0603iq1vjbm44sl7qrmkdfcqzzc703h1g5hdcswpj7pi0w7fxb4s")))) (base32 "1j5knkb8h0wpr6pzvrb6kvisjkm4kkd7jzad6h566sn0si2x9y5g"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list