guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: emacs-org-msg: Update to 4.0.


From: guix-commits
Subject: 05/05: gnu: emacs-org-msg: Update to 4.0.
Date: Thu, 22 Dec 2022 17:33:07 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 75b0388a9093069c1eef141ae6849816d90a5c0b
Author: Morgan Willcock <morgan@ice9.digital>
AuthorDate: Wed Dec 21 21:38:18 2022 +0000

    gnu: emacs-org-msg: Update to 4.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-msg): Update to 4.0.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 497e16d17b..e12444bb64 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9337,11 +9337,11 @@ email.")
     (license license:gpl3+)))
 
 (define-public emacs-org-msg
-  ;; No git tags.  The commit below corresponds to the release of version 3.3.
-  (let ((commit "89e746c0a864031eef940758230bc7263a6f2289"))
+  ;; No git tags.  The commit below corresponds to the release of version 4.0.
+  (let ((commit "60e22e446325a9b3387396459d98be7c1c52579d"))
     (package
       (name "emacs-org-msg")
-      (version "3.3")
+      (version "4.0")
       (source
        (origin
          (method git-fetch)
@@ -9350,7 +9350,7 @@ email.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "15gd5zbxvdallyra9lmpb9i1r2mmwz0j0i0ra7j9imnbfiz3ln9r"))))
+          (base32 "077g7gvn1k6i2x4m2kd3dkrznc89f5a5pd916wsmpy703pv0aca5"))))
       (build-system emacs-build-system)
       (propagated-inputs
        (list emacs-htmlize))



reply via email to

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