mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-elpher: Update to 2.7.4.
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.7.4. [home-page, source]: Use new upstream URIs. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
782cc119f5
commit
056cd03520
1 changed files with 4 additions and 4 deletions
|
@ -20717,17 +20717,17 @@ (define-public emacs-multi-term
|
||||||
(define-public emacs-elpher
|
(define-public emacs-elpher
|
||||||
(package
|
(package
|
||||||
(name "emacs-elpher")
|
(name "emacs-elpher")
|
||||||
(version "1.4.6")
|
(version "2.7.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/tgvaughan/elpher")
|
(url "git://thelambdalab.xyz/elpher.git")
|
||||||
(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
|
(base32
|
||||||
"07xansmhn4l0b9ghzf56vyx8cqg0q01aq3pz5ikx2i19v5f0rc66"))))
|
"13ba72sjfyg1xvam131iapzqdf9pkwpn67zlyydmm6bv9pxlr431"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texinfo" ,texinfo)))
|
`(("texinfo" ,texinfo)))
|
||||||
|
@ -20737,7 +20737,7 @@ (define-public emacs-elpher
|
||||||
(add-before 'install 'build-doc
|
(add-before 'install 'build-doc
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "makeinfo" "elpher.texi"))))))
|
(invoke "makeinfo" "elpher.texi"))))))
|
||||||
(home-page "https://github.com/tgvaughan/elpher")
|
(home-page "gopher://thelambdalab.xyz/1/projects/elpher/")
|
||||||
(synopsis "Gopher client for Emacs")
|
(synopsis "Gopher client for Emacs")
|
||||||
(description "Elpher is a full-featured gopher client for Emacs. Its
|
(description "Elpher is a full-featured gopher client for Emacs. Its
|
||||||
features include intuitive keyboard and mouse-driven browsing, out-of-the-box
|
features include intuitive keyboard and mouse-driven browsing, out-of-the-box
|
||||||
|
|
Loading…
Reference in a new issue