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

* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.7.2.

Change-Id: Id1bbad28ef17987291588e86f8bd25f3380e6d23
This commit is contained in:
Nicolas Goaziou 2024-03-17 22:48:50 +01:00
parent bb819e37e0
commit 5ef1e896b7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6497,7 +6497,7 @@ (define-public emacs-f
(define-public emacs-fountain-mode
(package
(name "emacs-fountain-mode")
(version "3.7.1")
(version "3.7.2")
(source
(origin
(method git-fetch)
@ -6506,7 +6506,7 @@ (define-public emacs-fountain-mode
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1m6xvda2bx5pxzklc0nlzfc9a9fbnvysld2zha59qdjlr9zzi298"))))
(base32 "0xy45inihqwaix49vxr5yiqyps4r2djkzdd4g7kkc0fv7kzrm1m4"))))
(arguments
(list
#:phases #~(modify-phases %standard-phases