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
This commit is contained in:
parent
3cb1f0fd02
commit
9ff29528e2
1 changed files with 2 additions and 2 deletions
|
@ -6498,7 +6498,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.2")
|
(version "3.7.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6507,7 +6507,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 "0xy45inihqwaix49vxr5yiqyps4r2djkzdd4g7kkc0fv7kzrm1m4"))))
|
(base32 "15r0pzdmimm72jx26zgdxf7fwwcppl45vvh33xx5wnhqzd140hwn"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:phases #~(modify-phases %standard-phases
|
#:phases #~(modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue