Archived
1
0
Fork 0

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:
Andrew Tropin 2023-03-15 12:22:03 +04:00
parent d37b467631
commit 201251b1ff
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

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