This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 398ec3c  gnu: emacs-elpher: Update to 2.7.9.
398ec3c is described below

commit 398ec3c1e265a3f89ed07987f33b264db82e4080
Author: Simon South <si...@simonsouth.net>
AuthorDate: Wed Jun 3 21:48:41 2020 -0400

    gnu: emacs-elpher: Update to 2.7.9.
    
    * gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.7.9.
    
    Signed-off-by: Nicolas Goaziou <m...@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bf89f84..8b06ead 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20866,7 +20866,7 @@ it forcibly
 (define-public emacs-elpher
   (package
     (name "emacs-elpher")
-    (version "2.7.8")
+    (version "2.7.9")
     (source
      (origin
        (method git-fetch)
@@ -20876,7 +20876,7 @@ it forcibly
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1x86c2lmqpmi5my356iz7lbygwpmp956dc50ng762ld0savzxff0"))))
+         "1vikzia87z5x3wx2qjihv0r2f29b7s9xkm6i1j0y646dwnzn6wzr"))))
     (build-system emacs-build-system)
     (native-inputs
      `(("texinfo" ,texinfo)))

Reply via email to