mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-forge: Update to 0.4.8.
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.4.8. Change-Id: I5a4168aeeb507b7ba23f62f8ae98b5916bb032b4
This commit is contained in:
parent
13a2aad56f
commit
26d5721b71
1 changed files with 2 additions and 2 deletions
|
@ -33904,7 +33904,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.4.7")
|
||||
(version "0.4.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -33913,7 +33913,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 "1576ic28h5nanab092r2w7id66jv2wf3vw8fkhsbvm6fi4l6g4vg"))))
|
||||
(base32 "1ps1xwpxhb9vn6bf0wxy8bdba72f973spys0xw1k686swczrb225"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue