me
/
guix
Archived
1
0
Fork 0

gnu: emacs-writeroom: Update to 3.9.

* gnu/packages/emacs-xyz.scm (emacs-writeroom): Update to 3.9.
master
Brett Gilio 2019-12-15 15:15:22 -06:00
parent 467ad2120a
commit fb4b5d2ea9
No known key found for this signature in database
GPG Key ID: 672243C4A03F0EEE
1 changed files with 3 additions and 2 deletions

View File

@ -6737,7 +6737,7 @@ window edge.")
(define-public emacs-writeroom
(package
(name "emacs-writeroom")
(version "3.7")
(version "3.9")
(source
(origin
(method git-fetch)
@ -6746,7 +6746,8 @@ window edge.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "13nbls5qxz5z8firjxaip8m9vzfbbpxmwrmr01njbk4axpwrpj0z"))))
(base32
"1nrppnfqsaki6myp58w8jhmzb94rzskh5n98glcn4ghr8sqnafi8"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-visual-fill-column" ,emacs-visual-fill-column)))