mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: emacs-fountain-mode: Update to 3.6.3.
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.6.3.
This commit is contained in:
parent
af71e08589
commit
6b8abbb118
1 changed files with 2 additions and 2 deletions
|
@ -6100,7 +6100,7 @@ (define-public emacs-f
|
|||
(define-public emacs-fountain-mode
|
||||
(package
|
||||
(name "emacs-fountain-mode")
|
||||
(version "3.6.2")
|
||||
(version "3.6.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6109,7 +6109,7 @@ (define-public emacs-fountain-mode
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0mml0in6xxhfv4mdb7rl9k8m6xwmrjl5bb301p8d56sfng982pdl"))))
|
||||
(base32 "18s1dp2n9q6f3py3f1yc3918yqpncdkwkgi3b3bc2868n6sw0n84"))))
|
||||
(arguments
|
||||
(list
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue