diff mbox series

[bug#68187] gnu: emacs-org-modern: Update to 1.1.

Message ID ed7ddfbc76c77a6689f721294034f8f2@riseup.net
State New
Headers show
Series [bug#68187] gnu: emacs-org-modern: Update to 1.1. | expand

Commit Message

Dakota Logan Jan. 1, 2024, 3:26 a.m. UTC
Can you update the org-modern package to 1.1 with this patch, please?

Thank you!

Comments

Nicolas Goaziou Jan. 21, 2024, 11:26 p.m. UTC | #1
Hello,

Dakota Logan <dklogan@riseup.net> writes:

> Can you update the org-modern package to 1.1 with this patch, please?

Applied with a proper commit message. Thank you.

Regards,
diff mbox series

Patch

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a8ac238f58..a2e54759cd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38114,7 +38114,7 @@  (define-public emacs-fennel-mode
 (define-public emacs-org-modern
   (package
    (name "emacs-org-modern")
-   (version "0.10")
+   (version "1.1")
    (source
      (origin
        (method git-fetch)
@@ -38122,7 +38122,7 @@  (define-public emacs-org-modern
              (url "https://github.com/minad/org-modern")
              (commit version)))
        (sha256
-        (base32 "0fpc6pf1chjs9bb4m9hzacny3cdxvnpvwsf0vrbbz3vy9sf1a30c"))
+        (base32 "1nanv3rnrjldr2gd55hn2w8j4zcm6b9jq1qica3m7iyq187ygbdg"))
        (file-name (git-file-name name version))))
    (build-system emacs-build-system)
    (propagated-inputs (list emacs-compat))