diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-09-16 13:08:47 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-09-16 21:10:13 +0200 |
commit | abdc2e15ba3523e655bdf662193696da1c733e86 (patch) | |
tree | ee13d0b833797211673e71db03802a4e396f2efb | |
parent | 9286e34009b8cfb90a11959fec01c1abfb16cbff (diff) | |
download | guix-abdc2e15ba3523e655bdf662193696da1c733e86.tar.gz |
gnu: emacs-move-text: Update to 2.0.10.
* gnu/packages/emacs-xyz.scm (emacs-move-text): Update to 2.0.10.
-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 6d8d945580..a77ed1e01c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -19619,7 +19619,7 @@ that it can display an error message showing how the parser fails.") (define-public emacs-move-text (package (name "emacs-move-text") - (version "2.0.8") + (version "2.0.10") (source (origin (method git-fetch) @@ -19628,7 +19628,7 @@ that it can display an error message showing how the parser fails.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "06jxk5g23822gfmwrxhc34zand3dr8p2wjh1zs3j61ibz6n0nmz1")))) + (base32 "0pxvipjp9xvr9zwiwij943jgpy7fk8pxphbdj0vrg8ar5avlqiam")))) (build-system emacs-build-system) (home-page "https://github.com/emacsfodder/move-text") (synopsis "Move current line or region with M-up or M-down") |