mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: emacs-forge: Update to 0.4.7.
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.4.7. [propagated-inputs]: Remove emacs-dash. Change-Id: Icb856100e24115aa4a5cdaf3ba751f3dab5b8a0a Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
c83eede607
commit
c389c67b0e
1 changed files with 2 additions and 3 deletions
|
@ -33667,7 +33667,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.6")
|
||||
(version "0.4.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -33676,7 +33676,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 "0mh542c9hy401jcvammd89v9ja3zxc16k7zhfflq67x90987mwhp"))))
|
||||
(base32 "1576ic28h5nanab092r2w7id66jv2wf3vw8fkhsbvm6fi4l6g4vg"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no tests
|
||||
|
@ -33695,7 +33695,6 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".")
|
|||
(list texinfo))
|
||||
(propagated-inputs
|
||||
(list emacs-closql
|
||||
emacs-dash
|
||||
emacs-emacsql
|
||||
emacs-ghub
|
||||
emacs-let-alist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue