gnu: emacs-f: Update to 3.5.3.
* gnu/packages/emacs-xyz.scm (emacs-f): Update to 3.5.3.master
parent
495187ca7f
commit
b1bbf09d07
|
@ -4087,7 +4087,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.5.1")
|
(version "3.5.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4096,7 +4096,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 "0y7dd6qq4b95scj7fay4zzhkf0g0x89npylc4v1hz59b1yyylfqy"))))
|
(base32 "13k84dzjar67fa1ixicl6h8gxzblszd0ik8vi11bvipysgp3j3ws"))))
|
||||||
(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