gnu: emacs-meow: Update to 1.4.4.

* gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.4.4.
This commit is contained in:
Nicolas Goaziou 2023-09-02 23:17:06 +02:00
parent 915f7f0c9a
commit 907d12aeef
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18502,7 +18502,7 @@ (define-public emacs-org2web
(define-public emacs-meow
(package
(name "emacs-meow")
(version "1.4.2")
(version "1.4.4")
(source
(origin
(method git-fetch)
@ -18511,7 +18511,7 @@ (define-public emacs-meow
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "11iz95lm25vpdc3plpm3h1zlmfmfz08xlman8iqk5fa13636v7hj"))))
(base32 "1xd9v2ac44kxkbd1va70v7mfccmpnchgl7ipnhikq9y8jha02brr"))))
(build-system emacs-build-system)
(home-page "https://github.com/meow-edit/meow")
(synopsis "Yet another modal editing on Emacs")