Archived
1
0
Fork 0

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 @@ 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.7.1") (version "3.7.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6506,7 +6506,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 "1m6xvda2bx5pxzklc0nlzfc9a9fbnvysld2zha59qdjlr9zzi298")))) (base32 "0xy45inihqwaix49vxr5yiqyps4r2djkzdd4g7kkc0fv7kzrm1m4"))))
(arguments (arguments
(list (list
#:phases #~(modify-phases %standard-phases #:phases #~(modify-phases %standard-phases