mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emacs-expand-region: Update to 0.11.0.
* gnu/packages/emacs.scm (emacs-expand-region): Update to 0.11.0.
This commit is contained in:
parent
1ebe49f192
commit
61c71171a2
1 changed files with 2 additions and 2 deletions
|
@ -1442,7 +1442,7 @@ (define-public emacs-es-mode
|
|||
(define-public emacs-expand-region
|
||||
(package
|
||||
(name "emacs-expand-region")
|
||||
(version "0.10.0")
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1451,7 +1451,7 @@ (define-public emacs-expand-region
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1zfiaqyb3zqiyqjkpqsjw660j09805nqsg25q6ars2h8gs0rnvxb"))))
|
||||
"08dy1f411sh9wwww53rjw80idcf3vpki6ba2arl4hl5jcw9651g0"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/magnars/expand-region.el")
|
||||
(synopsis "Increase selected region by semantic units")
|
||||
|
|
Loading…
Reference in a new issue