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:
Nicolas Goaziou 2021-08-05 00:43:29 +02:00
parent b4e73c691c
commit 454ce9e0dc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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)))