diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-18 16:03:45 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-18 16:03:45 +0100 |
commit | 49387c5e0c23d611f2815edd72efe98f10ca9e1c (patch) | |
tree | 48a274fbcf9a7f93556a34ebda7c83c7c77383fb | |
parent | 200b119266c8bb05a6b56ecc50f7b8343ab179ab (diff) | |
download | guix-49387c5e0c23d611f2815edd72efe98f10ca9e1c.tar guix-49387c5e0c23d611f2815edd72efe98f10ca9e1c.tar.gz |
gnu: emacs-wc-mode: Update to 1.4.
* gnu/packages/emacs-xyz.scm (emacs-wc-mode): Update to 1.4.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 6172ff3736..d7e62fbf35 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)") |