gnu: emacs-darkroom: Update to 0.2.
* gnu/packages/emacs-xyz.scm (emacs-darkroom): Update to 0.2.
This commit is contained in:
parent
d3dfeaa8fe
commit
fc319fde1a
1 changed files with 2 additions and 2 deletions
|
@ -13547,14 +13547,14 @@ It s customizable: it's easy to add or redefine what exactly consitutes a
|
||||||
(define-public emacs-darkroom
|
(define-public emacs-darkroom
|
||||||
(package
|
(package
|
||||||
(name "emacs-darkroom")
|
(name "emacs-darkroom")
|
||||||
(version "0.1")
|
(version "0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/darkroom-"
|
(uri (string-append "https://elpa.gnu.org/packages/darkroom-"
|
||||||
version ".el"))
|
version ".el"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fif8fm1h7x7g16949shfnaik5f5488clsvkf8bi5izpqp3vi6ak"))))
|
"1a528brhz4vckhp77n2c1phkyqdliykpj9kzk3f834f4rwnb5mp0"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://elpa.gnu.org/packages/darkroom.html")
|
(home-page "https://elpa.gnu.org/packages/darkroom.html")
|
||||||
(synopsis "Remove visual distractions and focus on writing")
|
(synopsis "Remove visual distractions and focus on writing")
|
||||||
|
|
Reference in a new issue