me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.4.1.
master
Nicolas Goaziou 2021-02-07 23:12:02 +01:00
parent e278131298
commit 73c38b5de3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -3428,7 +3428,7 @@ files and directories.")
(define-public emacs-fountain-mode
(package
(name "emacs-fountain-mode")
(version "3.4.0")
(version "3.4.1")
(source
(origin
(method git-fetch)
@ -3437,7 +3437,7 @@ files and directories.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "161wn66gc2z7fd4f89827dpww6hjmnassbi15yis5rqbklj1h2z6"))))
(base32 "14zhbcfqyp093kd1bxl7f2hf5l5995qmgpmnxfgw9qcc781crj73"))))
(build-system emacs-build-system)
(home-page "https://github.com/rnkn/fountain-mode")
(synopsis "Major mode for screenwriting in Fountain markup")