me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-org-mime): Update to 0.2.6.
master
Nicolas Goaziou 2022-02-07 10:29:12 +01:00
parent dde1131ef7
commit 07a3063b42
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -7711,7 +7711,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.4") (version "0.2.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -7720,7 +7720,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 "0in83jlrwjn81qgw1i7n228sbf314bj8hkrl14ahfn0zmfll60sw")))) (base32 "01f04xpqkgja34a0z4smh2kxzn3lvx2391fnbfxmq92pxqp3gk0j"))))
(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")