diff mbox series

[bug#43522] gnu: emacs-elpher: Update to 2.10.2.

Message ID 20200919210137.5507-1-simon@simonsouth.net
State Accepted
Headers show
Series [bug#43522] gnu: emacs-elpher: Update to 2.10.2. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Simon South Sept. 19, 2020, 9:01 p.m. UTC
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.10.2.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Nicolas Goaziou Sept. 22, 2020, 9:01 a.m. UTC | #1
Hello,

Simon South <simon@simonsouth.net> writes:

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

Applied. Thank you.

Regards,
diff mbox series

Patch

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 15f24cda5d..e08fcf9ff2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21908,7 +21908,7 @@  it forcibly
 (define-public emacs-elpher
   (package
     (name "emacs-elpher")
-    (version "2.9.1")
+    (version "2.10.2")
     (source
      (origin
        (method git-fetch)
@@ -21917,7 +21917,7 @@  it forcibly
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0vyqmv7dycmad1726yb6yizd21x3kkz5cj33mca11r8nh38f1qzp"))))
+        (base32 "0xqiisirpvw4ka9417pq4r73x937wl3qbf8cpn2i03akm8d58smd"))))
     (build-system emacs-build-system)
     (native-inputs
      `(("texinfo" ,texinfo)))