guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-elpher: Update to 3.4.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-elpher: Update to 3.4.1.
Date: Tue, 21 Jun 2022 04:19:36 -0400

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 c07235adfc gnu: emacs-elpher: Update to 3.4.1.
c07235adfc is described below

commit c07235adfcf0ad3f22f840e713d55f0dc924e1fb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jun 21 10:10:59 2022 +0200

    gnu: emacs-elpher: Update to 3.4.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.4.1.
---
 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 d02e1dc7d5..2820e6480c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27248,7 +27248,7 @@ it forcibly
 (define-public emacs-elpher
   (package
     (name "emacs-elpher")
-    (version "3.3.3")
+    (version "3.4.1")
     (source
      (origin
        (method git-fetch)
@@ -27257,7 +27257,7 @@ it forcibly
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "166fjq9d883hifa35zklyjrm4c575nd6zxdx7akbwibrgwi65bl0"))))
+        (base32 "0dv71zc95m5sa4824vk3d1xk726nh2v50i0yp6w3ydfzzsfph6j6"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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