gnu: emacs-move-text: Update to 2.0.10.
* gnu/packages/emacs-xyz.scm (emacs-move-text): Update to 2.0.10.master
parent
9286e34009
commit
abdc2e15ba
|
@ -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")
|
||||||
|
|
Reference in New Issue