diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-03-17 22:02:01 +0100 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2025-03-22 10:13:53 -0700 |
| commit | e04ae1c7ba66cfc9629be5f573f659f1a65bbb6b (patch) | |
| tree | 9f2584c9bf5c8f876213bf167d643fb5fe2223a3 /gnu | |
| parent | fa0bbeaf6763540a8b5e1bf2ad58b8b4f0d1af18 (diff) | |
gnu: emacs-org-modern: Update to 1.7.
* gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 1.7.
Change-Id: I3ddb1ef58186dd0ad1bf2d9410e2a984b6a3eede
Signed-off-by: Ian Eure <ian@retrospec.tv>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 981a06626ba..2e8270c6679 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -42107,26 +42107,26 @@ Fennel code within Emacs.") (define-public emacs-org-modern (package - (name "emacs-org-modern") - (version "1.6") - (source + (name "emacs-org-modern") + (version "1.7") + (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/minad/org-modern") (commit version))) (sha256 - (base32 "0a7viid1lrn02w1n4yjivjyssbd1qq850giqwnp3mrjf9adwzh2a")) + (base32 "04bmlwc81d8h8n10xb2nhwmcvn1701nr73hxajl6hasswzqqmh70")) (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 -"Org Modern implements a modern style for your Org buffers using font locking + (build-system emacs-build-system) + (propagated-inputs (list emacs-compat)) + (home-page "https://github.com/minad/org-modern") + (synopsis "Modern Org style") + (description + "Org Modern implements a modern style for your Org buffers using font locking and text properties. The package styles headlines, keywords, tables and source blocks.") - (license license:gpl3+))) + (license license:gpl3+))) (define-public emacs-org-margin (let* ((commit "4013b59ff829903a7ab86b95593be71aa5c9b87d") |
