guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-darkroom: Update to 0.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-darkroom: Update to 0.3.
Date: Sat, 06 Jun 2020 07:18:36 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bed1d64  gnu: emacs-darkroom: Update to 0.3.
bed1d64 is described below

commit bed1d64ca46f9e5363ff0eebe4b525ca944cd8b2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 6 13:17:43 2020 +0200

    gnu: emacs-darkroom: Update to 0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-darkroom): Update to 0.3.
---
 gnu/packages/emacs-xyz.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index adadc99..d5735c8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15206,14 +15206,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.2")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://elpa.gnu.org/packages/darkroom-";
-                                  version ".el"))
-              (sha256
-               (base32
-                "1a528brhz4vckhp77n2c1phkyqdliykpj9kzk3f834f4rwnb5mp0"))))
+    (version "0.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/";
+                           "darkroom-" version ".el"))
+       (sha256
+        (base32 "0l1xg5kqmjw22k78qnsln0ifx2dx74xxqj0qp8xxcpqvzzx0xh86"))))
     (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]