1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: emacs-org-mime: Update to 0.3.3.

* gnu/packages/emacs-xyz.scm (emacs-org-mime): Update to 0.3.3.

Change-Id: Ia847ebcf40149660e74375a5f7c0a6ac571b1555
This commit is contained in:
Nicolas Goaziou 2024-08-19 22:08:39 +02:00
parent 785e8e9193
commit ecd1a47b43
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11563,7 +11563,7 @@ cards created in Org mode.")
(define-public emacs-org-mime
(package
(name "emacs-org-mime")
(version "0.3.2")
(version "0.3.3")
(source
(origin
(method git-fetch)
@ -11572,7 +11572,7 @@ cards created in Org mode.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1w5z9irzk918mj75z5m0j2h8mms8v27x50kp7r3b01wblf0jd2zc"))))
(base32 "1ynvyaxmv1pr6ivqrcghba55rmqgcl4ygci6ygm4mghg8am9cwvp"))))
(build-system emacs-build-system)
(home-page "https://github.com/org-mime/org-mime")
(synopsis "Send HTML email using Org mode HTML export")