guix-commits
[Top][All Lists]
Advanced

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

58/63: gnu: emacs-wc-mode: Update to 1.4.1.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: emacs-wc-mode: Update to 1.4.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-wc-mode): Update to 1.4.1.
---
 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 f809e98..9091fbd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24775,7 +24775,7 @@ files to numerous other formats via Pandoc.")
 (define-public emacs-wc-mode
   (package
     (name "emacs-wc-mode")
-    (version "1.4")
+    (version "1.4.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -24784,7 +24784,7 @@ files to numerous other formats via Pandoc.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "01icd63mb2hg1bgbmkq3jm8kc3ic8whfy2awcgx53zqkmyz87qxc"))))
+                "1wzgb4z2qyyv223x5fc7ff2fn5xpz4s7lr1q1y33q8878a7w9d45"))))
     (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]