guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-wc-mode: Update to 1.4.


From: guix-commits
Subject: 02/02: gnu: emacs-wc-mode: Update to 1.4.
Date: Thu, 18 Feb 2021 10:04:05 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 49387c5e0c23d611f2815edd72efe98f10ca9e1c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 18 16:03:45 2021 +0100

    gnu: emacs-wc-mode: Update to 1.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-wc-mode): Update to 1.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 6172ff3..d7e62fb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23741,7 +23741,7 @@ files to numerous other formats via Pandoc.")
 (define-public emacs-wc-mode
   (package
     (name "emacs-wc-mode")
-    (version "1.3")
+    (version "1.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -23750,7 +23750,7 @@ files to numerous other formats via Pandoc.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0pjlxv46zzqdq6q131jb306vqlg4sfqls1x8vag7mmfw462hafqp"))))
+                "01icd63mb2hg1bgbmkq3jm8kc3ic8whfy2awcgx53zqkmyz87qxc"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/bnbeckwith/wc-mode";)
     (synopsis "Running word count with goals (minor mode)")



reply via email to

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