mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-forge: Update to 0.5.3.
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.5.3. Change-Id: I714f59ea4d27d2375252d655c0508f650ac17cc9 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
42ff3c497f
commit
7a3bf76d2c
1 changed files with 2 additions and 2 deletions
|
@ -35200,7 +35200,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.5.0")
|
(version "0.5.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -35209,7 +35209,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 "02ks8zc3nqqqqfq2picf0pxsw7wygb5hv9abnva1cv44x091w6zw"))))
|
(base32 "1vr7qrrcj2vdh5h3w43jzqym33ax58218jq3idjrr8wnlh7vdj18"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no tests
|
`(#:tests? #f ;no tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue