mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: emacs-elpher: Update to 2.7.8.
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.7.8. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
e552fca96c
commit
4ef531cd5d
1 changed files with 2 additions and 2 deletions
|
@ -20837,7 +20837,7 @@ (define-public emacs-multi-term
|
|||
(define-public emacs-elpher
|
||||
(package
|
||||
(name "emacs-elpher")
|
||||
(version "2.7.4")
|
||||
(version "2.7.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -20847,7 +20847,7 @@ (define-public emacs-elpher
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"13ba72sjfyg1xvam131iapzqdf9pkwpn67zlyydmm6bv9pxlr431"))))
|
||||
"1x86c2lmqpmi5my356iz7lbygwpmp956dc50ng762ld0savzxff0"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
`(("texinfo" ,texinfo)))
|
||||
|
|
Loading…
Reference in a new issue