all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64600] [PATCH] gnu: emacs-org-modern: Update to 0.10.
@ 2023-07-13 17:52 Ahmad Draidi via Guix-patches via
  2023-07-22  3:31 ` bug#64600: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Draidi via Guix-patches via @ 2023-07-13 17:52 UTC (permalink / raw)
  To: 64600; +Cc: Ahmad Draidi, Andrew Tropin, Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 0.10.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 480096fb50..b91fef4a01 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36677,7 +36677,7 @@ (define-public emacs-fennel-mode
 (define-public emacs-org-modern
   (package
    (name "emacs-org-modern")
-   (version "0.9")
+   (version "0.10")
    (source
      (origin
        (method git-fetch)
@@ -36685,7 +36685,7 @@ (define-public emacs-org-modern
              (url "https://github.com/minad/org-modern")
              (commit version)))
        (sha256
-        (base32 "16c74vff882rx8yp4ybaydlg5774xz68iasajhidbn0fb4fhz8ph"))
+        (base32 "0fpc6pf1chjs9bb4m9hzacny3cdxvnpvwsf0vrbbz3vy9sf1a30c"))
        (file-name (git-file-name name version))))
    (build-system emacs-build-system)
    (propagated-inputs (list emacs-compat))

base-commit: ff208b4b629a15ce0b72555db1cda9fcb7eec1c9
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#64600: [PATCH] gnu: emacs-org-modern: Update to 0.10.
  2023-07-13 17:52 [bug#64600] [PATCH] gnu: emacs-org-modern: Update to 0.10 Ahmad Draidi via Guix-patches via
@ 2023-07-22  3:31 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-07-22  3:31 UTC (permalink / raw)
  To: Ahmad Draidi; +Cc: Liliana Marie Prikler, 64600-done, Andrew Tropin

Ahmad Draidi <a.r.draidi@redscript.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 0.10.

Pushed to master, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-22  3:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-13 17:52 [bug#64600] [PATCH] gnu: emacs-org-modern: Update to 0.10 Ahmad Draidi via Guix-patches via
2023-07-22  3:31 ` bug#64600: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.