gnu: emacs-elpher: Update to 2.10.2.
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.10.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
9485a2e5c6
commit
a87d1f337d
|
@ -21945,7 +21945,7 @@ it forcibly
|
||||||
(define-public emacs-elpher
|
(define-public emacs-elpher
|
||||||
(package
|
(package
|
||||||
(name "emacs-elpher")
|
(name "emacs-elpher")
|
||||||
(version "2.9.1")
|
(version "2.10.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -21954,7 +21954,7 @@ it forcibly
|
||||||
(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 "0vyqmv7dycmad1726yb6yizd21x3kkz5cj33mca11r8nh38f1qzp"))))
|
(base32 "0xqiisirpvw4ka9417pq4r73x937wl3qbf8cpn2i03akm8d58smd"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texinfo" ,texinfo)))
|
`(("texinfo" ,texinfo)))
|
||||||
|
|
Reference in New Issue