guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: emacs-org-mime: Update to 0.2.6.


From: guix-commits
Subject: 06/10: gnu: emacs-org-mime: Update to 0.2.6.
Date: Mon, 7 Feb 2022 04:46:23 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 07a3063b420fdd8a35e47eb821ac9cc22ddc6a81
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 7 10:29:12 2022 +0100

    gnu: emacs-org-mime: Update to 0.2.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-mime): Update to 0.2.6.
---
 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 270e1a6e21..1210ccc8a4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7711,7 +7711,7 @@ cards created in Org mode.")
 (define-public emacs-org-mime
   (package
     (name "emacs-org-mime")
-    (version "0.2.4")
+    (version "0.2.6")
     (source
      (origin
        (method git-fetch)
@@ -7720,7 +7720,7 @@ cards created in Org mode.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0in83jlrwjn81qgw1i7n228sbf314bj8hkrl14ahfn0zmfll60sw"))))
+        (base32 "01f04xpqkgja34a0z4smh2kxzn3lvx2391fnbfxmq92pxqp3gk0j"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/org-mime/org-mime";)
     (synopsis "Send HTML email using Org mode HTML export")



reply via email to

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