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

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

Change-Id: Ic1ea4827b7dea2d9b7294b4bca6740dd7da3a15b
This commit is contained in:
Nicolas Goaziou 2024-10-12 11:42:55 +02:00
parent 296416364e
commit d396afc6df
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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