guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-fountain-mode: Update to 3.5.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-fountain-mode: Update to 3.5.0.
Date: Sat, 12 Jun 2021 18:07:08 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a22eb40  gnu: emacs-fountain-mode: Update to 3.5.0.
a22eb40 is described below

commit a22eb40b45e8952225d7600c854f77a01c5ef9a3
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Jun 12 21:34:51 2021 +0000

    gnu: emacs-fountain-mode: Update to 3.5.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.5.0.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 5f9fe2e..024d205 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]