all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48988] [PATCH] gnu: emacs-fountain-mode: Update to 3.5.0.
@ 2021-06-12 21:34 Vinicius Monego
  2021-06-12 22:07 ` bug#48988: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2021-06-12 21:34 UTC (permalink / raw)
  To: 48988; +Cc: Vinicius Monego

* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.5.0.
---
 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 569bf8244d..4826bfcaba 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3915,7 +3915,7 @@ files and directories.")
 (define-public emacs-fountain-mode
   (package
     (name "emacs-fountain-mode")
-    (version "3.4.1")
+    (version "3.5.0")
     (source
      (origin
        (method git-fetch)
@@ -3924,7 +3924,7 @@ files and directories.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "14zhbcfqyp093kd1bxl7f2hf5l5995qmgpmnxfgw9qcc781crj73"))))
+        (base32 "0xlg5b0sa4qbv68sza23fr5khv36860jbhzfbcqcw1d420xllryx"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/rnkn/fountain-mode")
     (synopsis "Major mode for screenwriting in Fountain markup")
-- 
2.32.0





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

* bug#48988: [PATCH] gnu: emacs-fountain-mode: Update to 3.5.0.
  2021-06-12 21:34 [bug#48988] [PATCH] gnu: emacs-fountain-mode: Update to 3.5.0 Vinicius Monego
@ 2021-06-12 22:07 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-06-12 22:07 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 48988-done

Hello,

Vinicius Monego <monego@posteo.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.5.0.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-06-12 22:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-12 21:34 [bug#48988] [PATCH] gnu: emacs-fountain-mode: Update to 3.5.0 Vinicius Monego
2021-06-12 22:07 ` bug#48988: " Nicolas Goaziou

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.