mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: emacs-elpher: Update to 3.2.2.
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.2.2.
This commit is contained in:
parent
b4e73c691c
commit
454ce9e0dc
1 changed files with 2 additions and 2 deletions
|
@ -25459,7 +25459,7 @@ (define-public emacs-multi-term
|
|||
(define-public emacs-elpher
|
||||
(package
|
||||
(name "emacs-elpher")
|
||||
(version "3.2.1")
|
||||
(version "3.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -25468,7 +25468,7 @@ (define-public emacs-elpher
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1k0nv5afsf4lh71yvqpg2zcmlbsgwcim1s161c2h4gh4p05vjwyq"))))
|
||||
(base32 "0fzqm5gpadqzsl71r1bq72ki8dw8125v4nmhdd3b4rz9jy1rqm2g"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
`(("texinfo" ,texinfo)))
|
||||
|
|
Loading…
Reference in a new issue