unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41377] [PATCH 0/1] gnu: emacs-elpher: Update to 2.7.4.
@ 2020-05-18 10:47 Simon South
  2020-05-18 10:50 ` [bug#41377] [PATCH 1/1] " Simon South
  2020-05-18 21:00 ` bug#41377: [PATCH 0/1] " Nicolas Goaziou
  0 siblings, 2 replies; 3+ messages in thread
From: Simon South @ 2020-05-18 10:47 UTC (permalink / raw)
  To: 41377

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#41377] [PATCH 1/1] gnu: emacs-elpher: Update to 2.7.4.
  2020-05-18 10:47 [bug#41377] [PATCH 0/1] gnu: emacs-elpher: Update to 2.7.4 Simon South
@ 2020-05-18 10:50 ` Simon South
  2020-05-18 21:00 ` bug#41377: [PATCH 0/1] " Nicolas Goaziou
  1 sibling, 0 replies; 3+ messages in thread
From: Simon South @ 2020-05-18 10:50 UTC (permalink / raw)
  To: 41377

* 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(-)

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#41377: [PATCH 0/1] gnu: emacs-elpher: Update to 2.7.4.
  2020-05-18 10:47 [bug#41377] [PATCH 0/1] gnu: emacs-elpher: Update to 2.7.4 Simon South
  2020-05-18 10:50 ` [bug#41377] [PATCH 1/1] " Simon South
@ 2020-05-18 21:00 ` Nicolas Goaziou
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2020-05-18 21:00 UTC (permalink / raw)
  To: Simon South; +Cc: 41377-done

Hello,

Simon South <simon@simonsouth.net> writes:

> This patch updates Elpher, a gopher client for Emacs, to version
> 2.7.4.

Applied. Thank you.


Regards,

-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-18 21:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-18 10:47 [bug#41377] [PATCH 0/1] gnu: emacs-elpher: Update to 2.7.4 Simon South
2020-05-18 10:50 ` [bug#41377] [PATCH 1/1] " Simon South
2020-05-18 21:00 ` bug#41377: [PATCH 0/1] " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).