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 @@ code derived from Kelvin H's Org page.")
(define-public emacs-meow (define-public emacs-meow
(package (package
(name "emacs-meow") (name "emacs-meow")
(version "1.4.4") (version "1.4.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -19368,7 +19368,7 @@ code derived from Kelvin H's Org page.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1xd9v2ac44kxkbd1va70v7mfccmpnchgl7ipnhikq9y8jha02brr")))) (base32 "0xv6wg4lyi5bv68h5hk5hfxdwxa2g3ybxd8z0l420az4rnhr6zhq"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/meow-edit/meow") (home-page "https://github.com/meow-edit/meow")
(synopsis "Yet another modal editing on Emacs") (synopsis "Yet another modal editing on Emacs")