me
/
guix
Archived
1
0
Fork 0

gnu: emacs-meow: Update to 1.3.0.

* gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.3.0.
Nicolas Goaziou 2022-01-15 22:45:17 +01:00
parent 7906555629
commit dbec0a8f5b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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")