gnu: emacs-fountain-mode: Update to 3.4.1.
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.4.1.
This commit is contained in:
parent
e278131298
commit
73c38b5de3
1 changed files with 2 additions and 2 deletions
|
@ -3428,7 +3428,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.4.0")
|
(version "3.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3437,7 +3437,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 "161wn66gc2z7fd4f89827dpww6hjmnassbi15yis5rqbklj1h2z6"))))
|
(base32 "14zhbcfqyp093kd1bxl7f2hf5l5995qmgpmnxfgw9qcc781crj73"))))
|
||||||
(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 a new issue