Archived
1
0
Fork 0

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 @@ 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.2") (version "3.7.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6507,7 +6507,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 "0xy45inihqwaix49vxr5yiqyps4r2djkzdd4g7kkc0fv7kzrm1m4")))) (base32 "15r0pzdmimm72jx26zgdxf7fwwcppl45vvh33xx5wnhqzd140hwn"))))
(arguments (arguments
(list (list
#:phases #~(modify-phases %standard-phases #:phases #~(modify-phases %standard-phases