guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

102/295: gnu: emacs-elpher: Update to 2.9.1.


From: guix-commits
Subject: 102/295: gnu: emacs-elpher: Update to 2.9.1.
Date: Mon, 27 Jul 2020 06:25:40 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 0dbaaf592b814a95a50acbed8768ebb940ea966e
Author: Simon South <simon@simonsouth.net>
AuthorDate: Sat Jun 27 14:56:46 2020 -0400

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 46b546f..892182a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21040,7 +21040,7 @@ it forcibly
 (define-public emacs-elpher
   (package
     (name "emacs-elpher")
-    (version "2.7.9")
+    (version "2.9.1")
     (source
      (origin
        (method git-fetch)
@@ -21049,8 +21049,7 @@ it forcibly
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1vikzia87z5x3wx2qjihv0r2f29b7s9xkm6i1j0y646dwnzn6wzr"))))
+        (base32 "0vyqmv7dycmad1726yb6yizd21x3kkz5cj33mca11r8nh38f1qzp"))))
     (build-system emacs-build-system)
     (native-inputs
      `(("texinfo" ,texinfo)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]