gnu: emacs-org-modern: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 0.9.
This commit is contained in:
parent
d37b467631
commit
201251b1ff
1 changed files with 3 additions and 2 deletions
|
@ -35511,7 +35511,7 @@ Fennel code within Emacs.")
|
||||||
(define-public emacs-org-modern
|
(define-public emacs-org-modern
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-modern")
|
(name "emacs-org-modern")
|
||||||
(version "0.8")
|
(version "0.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -35519,9 +35519,10 @@ Fennel code within Emacs.")
|
||||||
(url "https://github.com/minad/org-modern")
|
(url "https://github.com/minad/org-modern")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09i85yfg8knkf3z2yrx2wzj1fqsy8f8hxz184zjdacaj4xygpzj6"))
|
(base32 "16c74vff882rx8yp4ybaydlg5774xz68iasajhidbn0fb4fhz8ph"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs (list emacs-compat))
|
||||||
(home-page "https://github.com/minad/org-modern")
|
(home-page "https://github.com/minad/org-modern")
|
||||||
(synopsis "Modern Org Style")
|
(synopsis "Modern Org Style")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue