all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Simon South <simon@simonsouth.net>
To: 49681@debbugs.gnu.org
Cc: Simon South <simon@simonsouth.net>
Subject: [bug#49681] [PATCH] gnu: emacs-elpher: Update to 2.10.3.
Date: Wed, 21 Jul 2021 10:54:14 -0400	[thread overview]
Message-ID: <20210721145414.15859-1-simon@simonsouth.net> (raw)

* 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





             reply	other threads:[~2021-07-21 14:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-21 14:54 Simon South [this message]
2021-07-27 17:35 ` bug#49681: [PATCH] gnu: emacs-elpher: Update to 2.10.3 Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210721145414.15859-1-simon@simonsouth.net \
    --to=simon@simonsouth.net \
    --cc=49681@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.