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

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

Change-Id: I54ad906215c5bb8a61655c8635bc1869f6c87d9f
This commit is contained in:
Nicolas Goaziou 2024-04-06 14:25:41 +02:00
parent 3cb1f0fd02
commit 9ff29528e2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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