diff options
author | Andrew Tropin <andrew@trop.in> | 2023-03-15 12:22:03 +0400 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2023-03-15 12:22:03 +0400 |
commit | 201251b1ffe43ecefe75ebf5ce9b8caaa4674eb0 (patch) | |
tree | 38561a3d9475aaa43938ecf56a527f2ccf4354e7 | |
parent | d37b467631d5b0e965ea933b8bda8448993580e9 (diff) | |
download | guix-201251b1ffe43ecefe75ebf5ce9b8caaa4674eb0.tar.gz |
gnu: emacs-org-modern: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 0.9.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 13caf6e882..8974794221 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -35511,7 +35511,7 @@ Fennel code within Emacs.") (define-public emacs-org-modern (package (name "emacs-org-modern") - (version "0.8") + (version "0.9") (source (origin (method git-fetch) @@ -35519,9 +35519,10 @@ Fennel code within Emacs.") (url "https://github.com/minad/org-modern") (commit version))) (sha256 - (base32 "09i85yfg8knkf3z2yrx2wzj1fqsy8f8hxz184zjdacaj4xygpzj6")) + (base32 "16c74vff882rx8yp4ybaydlg5774xz68iasajhidbn0fb4fhz8ph")) (file-name (git-file-name name version)))) (build-system emacs-build-system) + (propagated-inputs (list emacs-compat)) (home-page "https://github.com/minad/org-modern") (synopsis "Modern Org Style") (description |