[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: emacs-elpher: Update to 3.3.1.
From: |
guix-commits |
Subject: |
03/05: gnu: emacs-elpher: Update to 3.3.1. |
Date: |
Sun, 6 Feb 2022 18:03:03 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit a80eea859a47e43c55173c00d81d7fabff35771e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 6 23:57:55 2022 +0100
gnu: emacs-elpher: Update to 3.3.1.
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.3.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 bf07726237..8bf5235994 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26371,7 +26371,7 @@ it forcibly
(define-public emacs-elpher
(package
(name "emacs-elpher")
- (version "3.2.2")
+ (version "3.3.1")
(source
(origin
(method git-fetch)
@@ -26380,7 +26380,7 @@ it forcibly
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0fzqm5gpadqzsl71r1bq72ki8dw8125v4nmhdd3b4rz9jy1rqm2g"))))
+ (base32 "121hkssy6c15gdr76k3fmdpk82354hk597gvkap6dc9y5j5968mk"))))
(build-system emacs-build-system)
(native-inputs
(list texinfo))