Archived
1
0
Fork 0

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:
Simon South 2020-05-29 09:20:55 -04:00 committed by Marius Bakke
parent e552fca96c
commit 4ef531cd5d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -20837,7 +20837,7 @@ it forcibly
(define-public emacs-elpher (define-public emacs-elpher
(package (package
(name "emacs-elpher") (name "emacs-elpher")
(version "2.7.4") (version "2.7.8")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -20847,7 +20847,7 @@ it forcibly
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"13ba72sjfyg1xvam131iapzqdf9pkwpn67zlyydmm6bv9pxlr431")))) "1x86c2lmqpmi5my356iz7lbygwpmp956dc50ng762ld0savzxff0"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(native-inputs (native-inputs
`(("texinfo" ,texinfo))) `(("texinfo" ,texinfo)))