From 5dc22aabe8ac12bd27534c5af2c4e4640ab6b110 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Mon, 29 Dec 2025 19:53:34 +0100 Subject: [PATCH] gnu: emacs-org-modern: Update to 1.11. * gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 1.11. Change-Id: I8105d34842df61d2c1f27601ff75f09814a948c4 --- gnu/packages/emacs-xyz.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index deed5bd8a7d15f05a83313fb5dcbca4c0cd12ca8..7c8e65653322d8c00a48cd4d2724e24fd8cc5fc3 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -45850,7 +45850,7 @@ Fennel code within Emacs.") (define-public emacs-org-modern (package (name "emacs-org-modern") - (version "1.10") + (version "1.11") (source (origin (method git-fetch) @@ -45858,16 +45858,16 @@ Fennel code within Emacs.") (url "https://github.com/minad/org-modern") (commit version))) (sha256 - (base32 "1vyfv56cgpp5x3sanq6qsxhd6cgjf2n9awcgy1giary1kad455bl")) + (base32 "0s5sh1hiwmnpyj5jvy93wi1aqf85dznz7rr9kbm77zcfsyqhnly2")) (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 -and text properties. The package styles headlines, keywords, tables and -source blocks.") + "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+))) (define-public emacs-org-modern-indent