gnu: emacs-meow: Update to 1.4.5.

* gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.4.5.

Change-Id: I3bd70806235c0166d4182d0d0bfa9fa68dda5940
This commit is contained in:
Nicolas Goaziou 2024-02-22 14:46:09 +01:00
parent 4f410196c9
commit 7f6c5bb8f6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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