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


From: guix-commits
Subject: branch master updated: gnu: emacs-fountain-mode: Update to 3.5.1.
Date: Sat, 07 Aug 2021 03:06:34 -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 fd45f8b  gnu: emacs-fountain-mode: Update to 3.5.1.
fd45f8b is described below

commit fd45f8b0c30f5b3b54694c6ed16bd8ccf6fd113a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Aug 7 09:05:30 2021 +0200

    gnu: emacs-fountain-mode: Update to 3.5.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.5.1.
---
 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 2bf2e2d..547522b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4010,7 +4010,7 @@ files and directories.")
 (define-public emacs-fountain-mode
   (package
     (name "emacs-fountain-mode")
-    (version "3.5.0")
+    (version "3.5.1")
     (source
      (origin
        (method git-fetch)
@@ -4019,7 +4019,7 @@ files and directories.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0xlg5b0sa4qbv68sza23fr5khv36860jbhzfbcqcw1d420xllryx"))))
+        (base32 "0y7dd6qq4b95scj7fay4zzhkf0g0x89npylc4v1hz59b1yyylfqy"))))
     (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]