mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: emacs-writeroom: Update to 3.9.
* gnu/packages/emacs-xyz.scm (emacs-writeroom): Update to 3.9.
This commit is contained in:
parent
467ad2120a
commit
fb4b5d2ea9
1 changed files with 3 additions and 2 deletions
|
@ -6737,7 +6737,7 @@ (define-public emacs-visual-fill-column
|
||||||
(define-public emacs-writeroom
|
(define-public emacs-writeroom
|
||||||
(package
|
(package
|
||||||
(name "emacs-writeroom")
|
(name "emacs-writeroom")
|
||||||
(version "3.7")
|
(version "3.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6746,7 +6746,8 @@ (define-public emacs-writeroom
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13nbls5qxz5z8firjxaip8m9vzfbbpxmwrmr01njbk4axpwrpj0z"))))
|
(base32
|
||||||
|
"1nrppnfqsaki6myp58w8jhmzb94rzskh5n98glcn4ghr8sqnafi8"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-visual-fill-column" ,emacs-visual-fill-column)))
|
`(("emacs-visual-fill-column" ,emacs-visual-fill-column)))
|
||||||
|
|
Loading…
Reference in a new issue