me
/
guix
Archived
1
0
Fork 0

gnu: emacs-darkroom: Update to 0.2.

* gnu/packages/emacs-xyz.scm (emacs-darkroom): Update to 0.2.
master
Tobias Geerinckx-Rice 2019-10-13 15:36:23 +02:00
parent d3dfeaa8fe
commit fc319fde1a
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -13547,14 +13547,14 @@ It s customizable: it's easy to add or redefine what exactly consitutes a
(define-public emacs-darkroom
(package
(name "emacs-darkroom")
(version "0.1")
(version "0.2")
(source (origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/darkroom-"
version ".el"))
(sha256
(base32
"0fif8fm1h7x7g16949shfnaik5f5488clsvkf8bi5izpqp3vi6ak"))))
"1a528brhz4vckhp77n2c1phkyqdliykpj9kzk3f834f4rwnb5mp0"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/darkroom.html")
(synopsis "Remove visual distractions and focus on writing")