3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-meow: Update to 1.4.0.

* gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.4.0.
This commit is contained in:
Nicolas Goaziou 2022-01-24 13:08:51 +01:00
parent 07e32bfcb0
commit d7e08bf1a6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14033,7 +14033,7 @@ which code derived from Kelvin H's org-page.")
(define-public emacs-meow
(package
(name "emacs-meow")
(version "1.3.0")
(version "1.4.0")
(source
(origin
(method git-fetch)
@ -14042,7 +14042,7 @@ which code derived from Kelvin H's org-page.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "082f013f8gbd67s6q9636lqhlhwlbg6z6n7icrqfj9x6671phwgn"))))
(base32 "04vin23bmds8dp2i1xihph9r7v43lcfz6fm23f4nvcyka9rqxc0z"))))
(build-system emacs-build-system)
(home-page "https://github.com/meow-edit/meow")
(synopsis "Yet another modal editing on Emacs")