[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-fountain-mode: Update to 3.3.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-fountain-mode: Update to 3.3.0. |
Date: |
Wed, 16 Sep 2020 16:23:33 -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 98dc073 gnu: emacs-fountain-mode: Update to 3.3.0.
98dc073 is described below
commit 98dc073afc8e12e510ead5437cc720d51bcdbb22
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Wed Sep 16 16:28:31 2020 -0300
gnu: emacs-fountain-mode: Update to 3.3.0.
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.3.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 f27c6fa..e5347f7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3059,7 +3059,7 @@ files and directories.")
(define-public emacs-fountain-mode
(package
(name "emacs-fountain-mode")
- (version "3.2.2")
+ (version "3.3.0")
(source
(origin
(method git-fetch)
@@ -3068,7 +3068,7 @@ files and directories.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0rwdwbw9cq8ljvbmgmz9izank8dqjki79l1bw127lli69fs72gyi"))))
+ (base32 "04jrv6i4ah3i8c9hcd9wyaw2vrxr46f50qb9qwna2v7qa5vaway3"))))
(build-system emacs-build-system)
(home-page "https://github.com/rnkn/fountain-mode")
(synopsis "Major mode for screenwriting in Fountain markup")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-fountain-mode: Update to 3.3.0.,
guix-commits <=