This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 23fc641c85 gnu: emacs-org-mime: Update to 0.3.1.
23fc641c85 is described below

commit 23fc641c851546c1a19cdb24279034bbe2a39a9e
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Jul 11 11:09:11 2022 +0200

    gnu: emacs-org-mime: Update to 0.3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-mime): Update to 0.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 c0e8fc4e45..18271454d7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8225,7 +8225,7 @@ cards created in Org mode.")
 (define-public emacs-org-mime
   (package
     (name "emacs-org-mime")
-    (version "0.2.6")
+    (version "0.3.1")
     (source
      (origin
        (method git-fetch)
@@ -8234,7 +8234,7 @@ cards created in Org mode.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "01f04xpqkgja34a0z4smh2kxzn3lvx2391fnbfxmq92pxqp3gk0j"))))
+        (base32 "17380kpf08j5ai30nn5iks0k3x8sm3kmz8lkyr1v0qvpr5a8s70b"))))
     (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