me
/
guix
Archived
1
0
Fork 0

gnu: emacs-move-text: Update to 2.0.10.

* gnu/packages/emacs-xyz.scm (emacs-move-text): Update to 2.0.10.
master
Nicolas Goaziou 2022-09-16 13:08:47 +02:00
parent 9286e34009
commit abdc2e15ba
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -19619,7 +19619,7 @@ that it can display an error message showing how the parser fails.")
(define-public emacs-move-text (define-public emacs-move-text
(package (package
(name "emacs-move-text") (name "emacs-move-text")
(version "2.0.8") (version "2.0.10")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -19628,7 +19628,7 @@ that it can display an error message showing how the parser fails.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "06jxk5g23822gfmwrxhc34zand3dr8p2wjh1zs3j61ibz6n0nmz1")))) (base32 "0pxvipjp9xvr9zwiwij943jgpy7fk8pxphbdj0vrg8ar5avlqiam"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/emacsfodder/move-text") (home-page "https://github.com/emacsfodder/move-text")
(synopsis "Move current line or region with M-up or M-down") (synopsis "Move current line or region with M-up or M-down")