guix-commits
[Top][All Lists]
Advanced

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

63/63: gnu: emacs-writegood-mode: Update to 2.0.4.


From: guix-commits
Subject: 63/63: gnu: emacs-writegood-mode: Update to 2.0.4.
Date: Sat, 29 May 2021 10:17:58 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b76db6e0ceafe8515c5eec23faf8b14a38a28b08
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 16:16:07 2021 +0200

    gnu: emacs-writegood-mode: Update to 2.0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-writegood-mode): Update to 2.0.4.
---
 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 0ee0797..ca4179a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11378,7 +11378,7 @@ later translated into the host format, e.g., LaTeX or 
HTML.")
 (define-public emacs-writegood-mode
   (package
     (name "emacs-writegood-mode")
-    (version "2.0.2")
+    (version "2.0.4")
     (home-page "https://github.com/bnbeckwith/writegood-mode";)
     (source (origin
               (method git-fetch)
@@ -11387,7 +11387,7 @@ later translated into the host format, e.g., LaTeX or 
HTML.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "1nnjn1r669hvvzfycllwap4w04m8rfsk4nzcg8057m1f263kj31b"))
+                "1nwngnddlkcvix7qx39fadab7hqzg8snb0k63kwpr8v57lyrm48z"))
               (file-name (string-append name "-checkout"))))
     (build-system emacs-build-system)
     (synopsis "Polish up poor writing on the fly")



reply via email to

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