diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-15 22:45:17 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-15 22:45:17 +0100 |
commit | dbec0a8f5b4cf0f1b0de7955a55055977ddc2e4e (patch) | |
tree | f38e1b8988f55b073453634fa591672f818a79f8 | |
parent | 7906555629f1343d520b5903eb1fd5cb4ecdd2a3 (diff) | |
download | guix-dbec0a8f5b4cf0f1b0de7955a55055977ddc2e4e.tar guix-dbec0a8f5b4cf0f1b0de7955a55055977ddc2e4e.tar.gz |
gnu: emacs-meow: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.3.0.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index bc40feb600..b317d4dc58 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -14007,7 +14007,7 @@ which code derived from Kelvin H's org-page.") (define-public emacs-meow (package (name "emacs-meow") - (version "1.2.1") + (version "1.3.0") (source (origin (method git-fetch) @@ -14016,7 +14016,7 @@ which code derived from Kelvin H's org-page.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "048y1sgsl7amcsq8pxw9m2fws1zcjwbsqs1lnsz30dx6qasdmjf1")))) + (base32 "082f013f8gbd67s6q9636lqhlhwlbg6z6n7icrqfj9x6671phwgn")))) (build-system emacs-build-system) (home-page "https://github.com/meow-edit/meow") (synopsis "Yet another modal editing on Emacs") |