mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
4f410196c9
commit
7f6c5bb8f6
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue