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:
parent
200b119266
commit
49387c5e0c
1 changed files with 2 additions and 2 deletions
|
@ -23741,7 +23741,7 @@ files to numerous other formats via Pandoc.")
|
||||||
(define-public emacs-wc-mode
|
(define-public emacs-wc-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-wc-mode")
|
(name "emacs-wc-mode")
|
||||||
(version "1.3")
|
(version "1.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -23750,7 +23750,7 @@ files to numerous other formats via Pandoc.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pjlxv46zzqdq6q131jb306vqlg4sfqls1x8vag7mmfw462hafqp"))))
|
"01icd63mb2hg1bgbmkq3jm8kc3ic8whfy2awcgx53zqkmyz87qxc"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/bnbeckwith/wc-mode")
|
(home-page "https://github.com/bnbeckwith/wc-mode")
|
||||||
(synopsis "Running word count with goals (minor mode)")
|
(synopsis "Running word count with goals (minor mode)")
|
||||||
|
|
Reference in a new issue