gnu: emacs-fountain-mode: Update to 3.3.3.
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.3.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
f765b88cb7
commit
853c5790d6
|
@ -3247,7 +3247,7 @@ files and directories.")
|
||||||
(define-public emacs-fountain-mode
|
(define-public emacs-fountain-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-fountain-mode")
|
(name "emacs-fountain-mode")
|
||||||
(version "3.3.0")
|
(version "3.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3256,7 +3256,7 @@ files and directories.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04jrv6i4ah3i8c9hcd9wyaw2vrxr46f50qb9qwna2v7qa5vaway3"))))
|
(base32 "095nrkg2bap6rcg9hy3bh0nis4v2f8w8d9hnahkzsa3njlpqa4ka"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/rnkn/fountain-mode")
|
(home-page "https://github.com/rnkn/fountain-mode")
|
||||||
(synopsis "Major mode for screenwriting in Fountain markup")
|
(synopsis "Major mode for screenwriting in Fountain markup")
|
||||||
|
|
Reference in New Issue