gnu: emacs-writeroom: Update to 3.11.

* gnu/packages/emacs-xyz.scm (emacs-writeroom): Update to 3.11.
This commit is contained in:
Nicolas Goaziou 2021-02-08 22:17:50 +01:00
parent c1266a151f
commit 336db0816d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -9284,7 +9284,7 @@ window edge.")
(define-public emacs-writeroom (define-public emacs-writeroom
(package (package
(name "emacs-writeroom") (name "emacs-writeroom")
(version "3.10") (version "3.11")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -9294,7 +9294,7 @@ window edge.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0la4q2dm123l4rdfh0ry03b99ihvh324y7iw12az909198bcx335")))) "0y4jcja9kml1lq88r8b9myk39dgaggh7q7f3a43sj828hvzlccb7"))))
(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)))