GNU bug report logs - #49681
[PATCH] gnu: emacs-elpher: Update to 2.10.3.

Previous Next

Package: guix-patches;

Reported by: Simon South <simon <at> simonsouth.net>

Date: Wed, 21 Jul 2021 14:55:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#49681: closed ([PATCH] gnu: emacs-elpher: Update to 2.10.3.)
Date: Tue, 27 Jul 2021 17:36:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 27 Jul 2021 19:35:31 +0200
with message-id <874kcfr76k.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#49681] [PATCH] gnu: emacs-elpher: Update to 2.10.3.
has caused the debbugs.gnu.org bug report #49681,
regarding [PATCH] gnu: emacs-elpher: Update to 2.10.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
49681: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49681
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Simon South <simon <at> simonsouth.net>
To: guix-patches <at> gnu.org
Cc: Simon South <simon <at> simonsouth.net>
Subject: [PATCH] gnu: emacs-elpher: Update to 2.10.3.
Date: Wed, 21 Jul 2021 10:54:14 -0400
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.10.3.
---
 gnu/packages/emacs-xyz.scm | 53 ++++++++++++++++++++------------------
 1 file changed, 28 insertions(+), 25 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5fe1c20976..c9e17c258d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25346,37 +25346,40 @@ it forcibly
       (license license:gpl3+))))
 
 (define-public emacs-elpher
-  (package
-    (name "emacs-elpher")
-    (version "2.10.2")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "git://thelambdalab.xyz/elpher.git")
-             (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "0xqiisirpvw4ka9417pq4r73x937wl3qbf8cpn2i03akm8d58smd"))))
-    (build-system emacs-build-system)
-    (native-inputs
-     `(("texinfo" ,texinfo)))
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-before 'install 'build-doc
-           (lambda _
-             (invoke "makeinfo" "elpher.texi"))))))
-    (home-page "gopher://thelambdalab.xyz/1/projects/elpher/")
-    (synopsis "Gopher and gemini client for Emacs")
-    (description "Elpher is a full-featured gopher and gemini client for
+  ;; No tagged release upstream, but the commit below corresponds to the 2.10.3
+  ;; release.
+  (let ((commit "b0272de36cea3e1cd41cd15a012c8141b4b04575"))
+    (package
+      (name "emacs-elpher")
+      (version "2.10.3")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "git://thelambdalab.xyz/elpher.git")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1m6lq47i4j6k76f81vcch6akab9mqph7kna3fn356295fvgm7j7q"))))
+      (build-system emacs-build-system)
+      (native-inputs
+       `(("texinfo" ,texinfo)))
+      (arguments
+       `(#:phases
+         (modify-phases %standard-phases
+           (add-before 'install 'build-doc
+             (lambda _
+               (invoke "makeinfo" "elpher.texi"))))))
+      (home-page "gopher://thelambdalab.xyz/1/projects/elpher/")
+      (synopsis "Gopher and gemini client for Emacs")
+      (description "Elpher is a full-featured gopher and gemini client for
 Emacs.  Its features include intuitive keyboard and mouse-driven browsing,
 out-of-the-box compatibility with evil-mode, clickable links in plain text,
 caching of visited sites, pleasant and configurable visualization of Gopher
 directories, direct visualisation of image files, jumping directly to links by
 name (with autocompletion), a simple bookmark management system and
 connections using TLS encryption.")
-    (license license:gpl3+)))
+      (license license:gpl3+))))
 
 (define-public emacs-zerodark-theme
   (package
-- 
2.32.0



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Simon South <simon <at> simonsouth.net>
Cc: 49681-done <at> debbugs.gnu.org
Subject: Re: [bug#49681] [PATCH] gnu: emacs-elpher: Update to 2.10.3.
Date: Tue, 27 Jul 2021 19:35:31 +0200
Hello,

Simon South <simon <at> simonsouth.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.10.3.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 3 years and 297 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.