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

* gnu/packages/emacs-xyz.scm (emacs-org-mime): Update to 0.2.2.
This commit is contained in:
Nicolas Goaziou 2021-08-21 09:25:15 +02:00
parent de3cc38adf
commit ce2fd09ea6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7496,7 +7496,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.2.1") (version "0.2.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -7505,7 +7505,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 "0vchyd80ybvr6317dwm50nxcgxfrpc0bz6259vnrh24p5sb8shbj")))) (base32 "0gvir8c8b2m5z784ml5h957f7mxgp3vn7v91p6igaq5bjf5xcfpp"))))
(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")