mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-writegood-mode: Update to 2.2.0.
* gnu/packages/emacs-xyz.scm (emacs-writegood-mode): Update to 2.2.0.
This commit is contained in:
parent
8697f48a02
commit
ad5f1aa810
1 changed files with 2 additions and 2 deletions
|
@ -12956,7 +12956,7 @@ (define-public emacs-orgalist
|
|||
(define-public emacs-writegood-mode
|
||||
(package
|
||||
(name "emacs-writegood-mode")
|
||||
(version "2.0.4")
|
||||
(version "2.2.0")
|
||||
(home-page "https://github.com/bnbeckwith/writegood-mode")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -12965,7 +12965,7 @@ (define-public emacs-writegood-mode
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"1nwngnddlkcvix7qx39fadab7hqzg8snb0k63kwpr8v57lyrm48z"))
|
||||
"1a3gmaaa344kigr209b6wnjiw9ikkmw1j5jda04h3g8f9817njyv"))
|
||||
(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