mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02: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
|
||||
(package
|
||||
(name "emacs-forge")
|
||||
(version "0.5.0")
|
||||
(version "0.5.3")
|
||||
(source
|
||||
(origin
|
||||
(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))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "02ks8zc3nqqqqfq2picf0pxsw7wygb5hv9abnva1cv44x091w6zw"))))
|
||||
(base32 "1vr7qrrcj2vdh5h3w43jzqym33ax58218jq3idjrr8wnlh7vdj18"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue