guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/10: gnu: emacs-darkroom: Update to 0.2.


From: guix-commits
Subject: 07/10: gnu: emacs-darkroom: Update to 0.2.
Date: Sun, 13 Oct 2019 18:36:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fc319fde1a52562f5903d11b2ce380cfa65eb374
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 13 15:36:23 2019 +0200

    gnu: emacs-darkroom: Update to 0.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-darkroom): Update to 0.2.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 61234e0..4aea1f0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]