gnu: emacs-meow: Update to 1.4.1.
* gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.4.1.
parent
809757cd82
commit
37254e10d1
|
@ -14441,7 +14441,7 @@ which 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.0")
|
(version "1.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -14450,7 +14450,7 @@ which 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 "04vin23bmds8dp2i1xihph9r7v43lcfz6fm23f4nvcyka9rqxc0z"))))
|
(base32 "1w6586q237c5li8c0rrivissvhn2hic6l199yr9qx92mm9cvic0q"))))
|
||||||
(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")
|
||||||
|
|
Reference in New Issue