mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: emacs-wc-mode: Update to 1.4.1.
* gnu/packages/emacs-xyz.scm (emacs-wc-mode): Update to 1.4.1.
This commit is contained in:
parent
c4e6b6e990
commit
e579aeb7a4
1 changed files with 2 additions and 2 deletions
|
@ -24775,7 +24775,7 @@ (define-public emacs-ox-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 @@ (define-public emacs-wc-mode
|
|||
(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)")
|
||||
|
|
Loading…
Reference in a new issue