guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-writeroom: Update to 3.11.


From: guix-commits
Subject: branch master updated: gnu: emacs-writeroom: Update to 3.11.
Date: Mon, 08 Feb 2021 16:18:23 -0500

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 336db08  gnu: emacs-writeroom: Update to 3.11.
336db08 is described below

commit 336db0816d816a2ef1afd6f8b7713b262139cfbf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 8 22:17:50 2021 +0100

    gnu: emacs-writeroom: Update to 3.11.
    
    * gnu/packages/emacs-xyz.scm (emacs-writeroom): Update to 3.11.
---
 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 0df3d83..7cddc65 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9284,7 +9284,7 @@ window edge.")
 (define-public emacs-writeroom
   (package
     (name "emacs-writeroom")
-    (version "3.10")
+    (version "3.11")
     (source
      (origin
        (method git-fetch)
@@ -9294,7 +9294,7 @@ window edge.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0la4q2dm123l4rdfh0ry03b99ihvh324y7iw12az909198bcx335"))))
+         "0y4jcja9kml1lq88r8b9myk39dgaggh7q7f3a43sj828hvzlccb7"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-visual-fill-column" ,emacs-visual-fill-column)))



reply via email to

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