guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-writegood-mode: Update to 2.2.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-writegood-mode: Update to 2.2.0.
Date: Wed, 06 Jul 2022 14:20:11 -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 ad5f1aa810 gnu: emacs-writegood-mode: Update to 2.2.0.
ad5f1aa810 is described below

commit ad5f1aa810ad3582a54c67fd4cc404a698775777
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 6 20:19:15 2022 +0200

    gnu: emacs-writegood-mode: Update to 2.2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-writegood-mode): Update to 2.2.0.
---
 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 bae72990ec..83dda02b21 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12956,7 +12956,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.4")
+    (version "2.2.0")
     (home-page "https://github.com/bnbeckwith/writegood-mode";)
     (source (origin
               (method git-fetch)
@@ -12965,7 +12965,7 @@ later translated into the host format, e.g., LaTeX or 
HTML.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "1nwngnddlkcvix7qx39fadab7hqzg8snb0k63kwpr8v57lyrm48z"))
+                "1a3gmaaa344kigr209b6wnjiw9ikkmw1j5jda04h3g8f9817njyv"))
               (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]