me
/
guix
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
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -6498,7 +6498,7 @@ files and directories.")
(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 @@ files and directories.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0xy45inihqwaix49vxr5yiqyps4r2djkzdd4g7kkc0fv7kzrm1m4"))))
(base32 "15r0pzdmimm72jx26zgdxf7fwwcppl45vvh33xx5wnhqzd140hwn"))))
(arguments
(list
#:phases #~(modify-phases %standard-phases