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

* gnu/packages/emacs-xyz.scm (emacs-wc-mode): Update to 1.4.
This commit is contained in:
Nicolas Goaziou 2021-02-18 16:03:45 +01:00
parent 200b119266
commit 49387c5e0c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23741,7 +23741,7 @@ (define-public emacs-ox-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 @@ (define-public emacs-wc-mode
(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)")