gnu: emacs-fountain-mode: Update to 3.6.3.

* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.6.3.
This commit is contained in:
Nicolas Goaziou 2023-10-03 19:46:28 +02:00
parent af71e08589
commit 6b8abbb118
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6100,7 +6100,7 @@ (define-public emacs-f
(define-public emacs-fountain-mode
(package
(name "emacs-fountain-mode")
(version "3.6.2")
(version "3.6.3")
(source
(origin
(method git-fetch)
@ -6109,7 +6109,7 @@ (define-public emacs-fountain-mode
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0mml0in6xxhfv4mdb7rl9k8m6xwmrjl5bb301p8d56sfng982pdl"))))
(base32 "18s1dp2n9q6f3py3f1yc3918yqpncdkwkgi3b3bc2868n6sw0n84"))))
(arguments
(list
#:phases #~(modify-phases %standard-phases