gnu: emacs-fountain-mode: Update to 3.6.2.
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.6.2.
This commit is contained in:
parent
09b96f763d
commit
b2684adc11
1 changed files with 2 additions and 2 deletions
|
@ -5115,7 +5115,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.6.1")
|
(version "3.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5124,7 +5124,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 "1b1yjgink8psyggzkvqzwfnnimmawsv83yl34ccg9921z8bx27mb"))))
|
(base32 "0mml0in6xxhfv4mdb7rl9k8m6xwmrjl5bb301p8d56sfng982pdl"))))
|
||||||
(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