[PATCH 0/1] gnu: emacs-elpher: Update to 2.7.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Simon South
Owner
unassigned
Submitted by
Simon South
Severity
normal

Debbugs page

Simon South wrote 5 years ago
(address . guix-patches@gnu.org)
20200518104722.2551-1-simon@simonsouth.net
This patch updates Elpher, a gopher client for Emacs, to version 2.7.4.

It also updates the package's home-page and git-repository URIs to reflect the
project's new home.

Note I've used a gopher link for the home page. There is a Web page for the
project (at https://thelambdalab.xyz/elpher/),but on that page the author
writes

Important: the true home of Elpher is:
gopher://thelambdalab.xyz/1/projects/elpher/. Please go there for project
news, the source code, and to submit feedback or submit patches!


Simon South (1):
gnu: emacs-elpher: Update to 2.7.4.

gnu/packages/emacs-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

--
2.26.2
Simon South wrote 5 years ago
[PATCH 1/1] gnu: emacs-elpher: Update to 2.7.4.
(address . 41377@debbugs.gnu.org)
20200518105044.2604-1-simon@simonsouth.net
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.7.4.
[home-page, source]: Use new upstream URIs.
---
gnu/packages/emacs-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (36 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4bbd482409..39083c90cf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20717,17 +20717,17 @@ it forcibly
(define-public emacs-elpher
(package
(name "emacs-elpher")
- (version "1.4.6")
+ (version "2.7.4")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/tgvaughan/elpher")
+ (url "git://thelambdalab.xyz/elpher.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "07xansmhn4l0b9ghzf56vyx8cqg0q01aq3pz5ikx2i19v5f0rc66"))))
+ "13ba72sjfyg1xvam131iapzqdf9pkwpn67zlyydmm6bv9pxlr431"))))
(build-system emacs-build-system)
(native-inputs
`(("texinfo" ,texinfo)))
@@ -20737,7 +20737,7 @@ it forcibly
(add-before 'install 'build-doc
(lambda _
(invoke "makeinfo" "elpher.texi"))))))
- (home-page "https://github.com/tgvaughan/elpher")
+ (home-page "gopher://thelambdalab.xyz/1/projects/elpher/")
(synopsis "Gopher client for Emacs")
(description "Elpher is a full-featured gopher client for Emacs. Its
features include intuitive keyboard and mouse-driven browsing, out-of-the-box
--
2.26.2
Nicolas Goaziou wrote 5 years ago
Re: [bug#41377] [PATCH 0/1] gnu: emacs-elpher: Update to 2.7.4.
(name . Simon South)(address . simon@simonsouth.net)(address . 41377-done@debbugs.gnu.org)
87v9ktt0uv.fsf@nicolasgoaziou.fr
Hello,

Simon South <simon@simonsouth.net> writes:

Toggle quote (3 lines)
> This patch updates Elpher, a gopher client for Emacs, to version
> 2.7.4.

Applied. Thank you.


Regards,

--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 41377@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 41377
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help