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.6.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-fountain-mode: Update to 3.6.0.
Date: Tue, 30 Nov 2021 14:00:39 -0500

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 a47dfd0  gnu: emacs-fountain-mode: Update to 3.6.0.
a47dfd0 is described below

commit a47dfd0e7f04bc25e6e8cc01c49e15396461e471
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Nov 30 19:59:57 2021 +0100

    gnu: emacs-fountain-mode: Update to 3.6.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.6.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 b815845..cc2f6c6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4123,7 +4123,7 @@ files and directories.")
 (define-public emacs-fountain-mode
   (package
     (name "emacs-fountain-mode")
-    (version "3.5.3")
+    (version "3.6.0")
     (source
      (origin
        (method git-fetch)
@@ -4132,7 +4132,7 @@ files and directories.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "13k84dzjar67fa1ixicl6h8gxzblszd0ik8vi11bvipysgp3j3ws"))))
+        (base32 "14cb4r23pn98sxzh0qwjwpvm7k7q9hhpks8avydccwssm69x1s1w"))))
     (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]