gnu: emacs-org-mime: Update to 0.2.4.
* gnu/packages/emacs-xyz.scm (emacs-org-mime): Update to 0.2.4.
This commit is contained in:
parent
a24295eed5
commit
f81df6dd8e
1 changed files with 2 additions and 2 deletions
|
@ -7428,7 +7428,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.3")
|
(version "0.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7437,7 +7437,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 "1g32chan6rhlp3kvzd2lvf104i3p37q1sm0d89pq6sya0ia2as1n"))))
|
(base32 "0in83jlrwjn81qgw1i7n228sbf314bj8hkrl14ahfn0zmfll60sw"))))
|
||||||
(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")
|
||||||
|
|
Reference in a new issue