me
/
guix
Archived
1
0
Fork 0

gnu: emacs-elpher: Update to 3.2.2.

* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.2.2.
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
1 changed files with 2 additions and 2 deletions

View File

@ -25459,7 +25459,7 @@ it forcibly
(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 @@ it forcibly
(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)))