me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-org-mime): Update to 0.2.3.
master
Nicolas Goaziou 2021-09-01 10:37:15 +02:00
parent e186347d2c
commit fa56b20188
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -7497,7 +7497,7 @@ cards created in Org mode.")
(define-public emacs-org-mime
(package
(name "emacs-org-mime")
(version "0.2.2")
(version "0.2.3")
(source
(origin
(method git-fetch)
@ -7506,7 +7506,7 @@ cards created in Org mode.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0gvir8c8b2m5z784ml5h957f7mxgp3vn7v91p6igaq5bjf5xcfpp"))))
(base32 "1g32chan6rhlp3kvzd2lvf104i3p37q1sm0d89pq6sya0ia2as1n"))))
(build-system emacs-build-system)
(home-page "https://github.com/org-mime/org-mime")
(synopsis "Send HTML email using Org mode HTML export")