mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: emacs-elpher: Update to 3.3.1.
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.3.1.
This commit is contained in:
parent
e9a3f8cdd4
commit
a80eea859a
1 changed files with 2 additions and 2 deletions
|
@ -26371,7 +26371,7 @@ (define-public emacs-multi-term
|
||||||
(define-public emacs-elpher
|
(define-public emacs-elpher
|
||||||
(package
|
(package
|
||||||
(name "emacs-elpher")
|
(name "emacs-elpher")
|
||||||
(version "3.2.2")
|
(version "3.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -26380,7 +26380,7 @@ (define-public emacs-elpher
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fzqm5gpadqzsl71r1bq72ki8dw8125v4nmhdd3b4rz9jy1rqm2g"))))
|
(base32 "121hkssy6c15gdr76k3fmdpk82354hk597gvkap6dc9y5j5968mk"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list texinfo))
|
(list texinfo))
|
||||||
|
|
Loading…
Reference in a new issue