gnu: emacs-meow: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.3.0.
This commit is contained in:
parent
7906555629
commit
dbec0a8f5b
1 changed files with 2 additions and 2 deletions
|
@ -14007,7 +14007,7 @@ which code derived from Kelvin H's org-page.")
|
|||
(define-public emacs-meow
|
||||
(package
|
||||
(name "emacs-meow")
|
||||
(version "1.2.1")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -14016,7 +14016,7 @@ which code derived from Kelvin H's org-page.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "048y1sgsl7amcsq8pxw9m2fws1zcjwbsqs1lnsz30dx6qasdmjf1"))))
|
||||
(base32 "082f013f8gbd67s6q9636lqhlhwlbg6z6n7icrqfj9x6671phwgn"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/meow-edit/meow")
|
||||
(synopsis "Yet another modal editing on Emacs")
|
||||
|
|
Reference in a new issue