guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: emacs-elpher: Update to 3.6.0.


From: guix-commits
Subject: 06/13: gnu: emacs-elpher: Update to 3.6.0.
Date: Mon, 25 Mar 2024 09:47:35 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 4d399a899d20710219bb383b04e5118766a4c91c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Mar 25 14:33:23 2024 +0100

    gnu: emacs-elpher: Update to 3.6.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.6.0.
    
    Change-Id: I4241197863e4246fcc57de09b4cf1f8013249bcb
---
 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 4e12be55a0..ca5e082950 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33437,7 +33437,7 @@ it forcibly
 (define-public emacs-elpher
   (package
     (name "emacs-elpher")
-    (version "3.5.1")
+    (version "3.6.0")
     (source
      (origin
        (method git-fetch)
@@ -33446,7 +33446,7 @@ it forcibly
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qiqjkbqjv6gw4lyf697jsb081sy2r46i3q6gdssfrhsjjmb8jag"))))
+        (base32 "00z41vw63vm71i5szmvrxspvnzkpzflpip56jnmkjc94qfla2l8s"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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