mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
gnu: emacs-meow: Update to 1.4.2.
* gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.4.2.
This commit is contained in:
parent
0a4827a96b
commit
e98f363b13
1 changed files with 2 additions and 2 deletions
|
@ -15057,7 +15057,7 @@ (define-public emacs-org2web
|
|||
(define-public emacs-meow
|
||||
(package
|
||||
(name "emacs-meow")
|
||||
(version "1.4.1")
|
||||
(version "1.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -15066,7 +15066,7 @@ (define-public emacs-meow
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1w6586q237c5li8c0rrivissvhn2hic6l199yr9qx92mm9cvic0q"))))
|
||||
(base32 "11iz95lm25vpdc3plpm3h1zlmfmfz08xlman8iqk5fa13636v7hj"))))
|
||||
(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