[PATCH] gnu: emacs-org-modern: Update to 1.7.

  • Done
  • quality assurance status badge
Details
2 participants
  • Cayetano Santos
  • Ian Eure
Owner
unassigned
Submitted by
Cayetano Santos
Severity
normal

Debbugs page

C
C
Cayetano Santos wrote on 17 Mar 14:02 -0700
(address . guix-patches@gnu.org)(name . Cayetano Santos)(address . csantosb@inventati.org)
733c4294434e23b7c322e670ef51911467d36b81.1742245321.git.csantosb@inventati.org
* gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 1.7.

Change-Id: I3ddb1ef58186dd0ad1bf2d9410e2a984b6a3eede
---

- update
- apply style

gnu/packages/emacs-xyz.scm | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

Toggle diff (44 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c0e8c810bf..4943a4b9b8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -42016,26 +42016,26 @@ (define-public emacs-fennel-mode
(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")

base-commit: b8024fa1ade69a4f97990f0e3379eef01dfd40c2
--
2.48.1
I
I
Ian Eure wrote on 22 Mar 08:56 -0700
(name . Cayetano Santos)(address . csantosb@inventati.org)(address . 77084@debbugs.gnu.org)
87jz8hhxel.fsf@retrospec.tv
Hi Cayetano,

Pushed as ed725acb31.

Thanks,

-- Ian
I
I
Ian Eure wrote on 22 Mar 08:56 -0700
control message for bug #77084
(address . control@debbugs.gnu.org)
87iko1hxec.fsf@retrospec.tv
close 77084
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 77084@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 77084
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch