1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

gnu: emacs-forge: Update to 0.4.6.

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

Change-Id: Ib43714cf3c4e1b6eccc6aa42e3bd2f3a38e986e2
This commit is contained in:
Nicolas Goaziou 2025-01-26 19:32:06 +01:00
parent 57803dd6d5
commit 186094e1fc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -33520,7 +33520,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.5") (version "0.4.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -33529,7 +33529,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 "0jmq2mzbshz3dh39vwkqnb94li5bnq00rg3cn41wmqv3bvi0734y")))) (base32 "0mh542c9hy401jcvammd89v9ja3zxc16k7zhfflq67x90987mwhp"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #f ;no tests `(#:tests? #f ;no tests