gnu: emacs-fountain-mode: Update to 3.7.2.
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.7.2. Change-Id: Id1bbad28ef17987291588e86f8bd25f3380e6d23
This commit is contained in:
parent
bb819e37e0
commit
5ef1e896b7
1 changed files with 2 additions and 2 deletions
|
@ -6497,7 +6497,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.1")
|
(version "3.7.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6506,7 +6506,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 "1m6xvda2bx5pxzklc0nlzfc9a9fbnvysld2zha59qdjlr9zzi298"))))
|
(base32 "0xy45inihqwaix49vxr5yiqyps4r2djkzdd4g7kkc0fv7kzrm1m4"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:phases #~(modify-phases %standard-phases
|
#:phases #~(modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue