me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-org-mime): Update to 0.3.1.
master
Nicolas Goaziou 2022-07-11 11:09:11 +02:00
parent c807ed4fe6
commit 23fc641c85
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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")