mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
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 @@ (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)")
|
||||
|
|
Loading…
Reference in a new issue