gnu: emacs-forge: Update to 0.4.3.

* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.4.3.

Change-Id: I6c03b86be15ffa3772e3734a5a3b075a390b6182
This commit is contained in:
Nicolas Goaziou 2024-09-15 09:20:38 +02:00
parent 8b6db0fa97
commit 9ba254c7b9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -32424,7 +32424,7 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".")
(define-public emacs-forge (define-public emacs-forge
(package (package
(name "emacs-forge") (name "emacs-forge")
(version "0.4.1") (version "0.4.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -32433,7 +32433,7 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".")
(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 "1kn3n1a6gdsd0l2v831sh43cly4p8s1snn494gdd23cw4jkk3qsv")))) (base32 "1hygvyjpbbgv779rypy65qwq55gddbc5wz2j19h05pbr4yhf51jk"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #f ;no tests `(#:tests? #f ;no tests