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:
Nicolas Goaziou 2022-12-21 10:57:06 +01:00
parent 09b96f763d
commit b2684adc11
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5115,7 +5115,7 @@ (define-public emacs-f
(define-public emacs-fountain-mode
(package
(name "emacs-fountain-mode")
(version "3.6.1")
(version "3.6.2")
(source
(origin
(method git-fetch)
@ -5124,7 +5124,7 @@ (define-public emacs-fountain-mode
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1b1yjgink8psyggzkvqzwfnnimmawsv83yl34ccg9921z8bx27mb"))))
(base32 "0mml0in6xxhfv4mdb7rl9k8m6xwmrjl5bb301p8d56sfng982pdl"))))
(build-system emacs-build-system)
(home-page "https://github.com/rnkn/fountain-mode")
(synopsis "Major mode for screenwriting in Fountain markup")