gnu: emacs-writegood-mode: Update to 2.0.4.
* gnu/packages/emacs-xyz.scm (emacs-writegood-mode): Update to 2.0.4.
This commit is contained in:
parent
555bc7a77f
commit
b76db6e0ce
1 changed files with 2 additions and 2 deletions
|
@ -11378,7 +11378,7 @@ (define-public emacs-orgalist
|
|||
(define-public emacs-writegood-mode
|
||||
(package
|
||||
(name "emacs-writegood-mode")
|
||||
(version "2.0.2")
|
||||
(version "2.0.4")
|
||||
(home-page "https://github.com/bnbeckwith/writegood-mode")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -11387,7 +11387,7 @@ (define-public emacs-writegood-mode
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"1nnjn1r669hvvzfycllwap4w04m8rfsk4nzcg8057m1f263kj31b"))
|
||||
"1nwngnddlkcvix7qx39fadab7hqzg8snb0k63kwpr8v57lyrm48z"))
|
||||
(file-name (string-append name "-checkout"))))
|
||||
(build-system emacs-build-system)
|
||||
(synopsis "Polish up poor writing on the fly")
|
||||
|
|
Loading…
Reference in a new issue