[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-fountain-mode: Update to 3.2.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-fountain-mode: Update to 3.2.2. |
Date: |
Tue, 08 Sep 2020 07:54:17 -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 59ae224 gnu: emacs-fountain-mode: Update to 3.2.2.
59ae224 is described below
commit 59ae22458b4e83ace8f7ad5680df703fbe1c068e
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Mon Sep 7 17:24:14 2020 -0300
gnu: emacs-fountain-mode: Update to 3.2.2.
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.2.2.
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 b346562..ad05ea0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3010,7 +3010,7 @@ files and directories.")
(define-public emacs-fountain-mode
(package
(name "emacs-fountain-mode")
- (version "3.1.0")
+ (version "3.2.2")
(source
(origin
(method git-fetch)
@@ -3019,7 +3019,7 @@ files and directories.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "08giwg0jwk8zzj2i4cm08322qr6znrnv9a49za7c6j47bykpwj6s"))))
+ (base32 "0rwdwbw9cq8ljvbmgmz9izank8dqjki79l1bw127lli69fs72gyi"))))
(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.2.2.,
guix-commits <=