me
/
guix
Archived
1
0
Fork 0

gnu: emacs-f: Update to 3.5.3.

* gnu/packages/emacs-xyz.scm (emacs-f): Update to 3.5.3.
master
Nicolas Goaziou 2021-10-15 10:45:32 +02:00
parent 495187ca7f
commit b1bbf09d07
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -4087,7 +4087,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.5.1") (version "3.5.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4096,7 +4096,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 "0y7dd6qq4b95scj7fay4zzhkf0g0x89npylc4v1hz59b1yyylfqy")))) (base32 "13k84dzjar67fa1ixicl6h8gxzblszd0ik8vi11bvipysgp3j3ws"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/rnkn/fountain-mode") (home-page "https://github.com/rnkn/fountain-mode")
(synopsis "Major mode for screenwriting in Fountain markup") (synopsis "Major mode for screenwriting in Fountain markup")