guix-commits
[Top][All Lists]
Advanced

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

27/53: gnu: emacs-elpher: Update to 3.5.1.


From: guix-commits
Subject: 27/53: gnu: emacs-elpher: Update to 3.5.1.
Date: Thu, 22 Feb 2024 10:18:59 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 625e46182a8983cdc9142b511d4fa01f032801c1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 13:40:28 2024 +0100

    gnu: emacs-elpher: Update to 3.5.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.5.1.
    
    Change-Id: Ia79487c7946dedbea0c7ab5ab1505d7cf4d22b06
---
 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 e3ab0ebda7..c24038b685 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33295,7 +33295,7 @@ it forcibly
 (define-public emacs-elpher
   (package
     (name "emacs-elpher")
-    (version "3.5.0")
+    (version "3.5.1")
     (source
      (origin
        (method git-fetch)
@@ -33304,7 +33304,7 @@ it forcibly
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0cxzv9nx5vshf45r7msaqnq8h7xwi4kd8pb3na3dljlrhwvgdrk6"))))
+        (base32 "1qiqjkbqjv6gw4lyf697jsb081sy2r46i3q6gdssfrhsjjmb8jag"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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