mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-edit-indirect: Update to 0.1.13.
* gnu/packages/emacs-xyz.scm (emacs-edit-indirect): Update to 0.1.13. Change-Id: I54f6a3e0a0cd8b8490d903336fa16c0fbbcbbc39
This commit is contained in:
parent
df0149ccde
commit
b8ff50d06f
1 changed files with 2 additions and 2 deletions
|
@ -14296,7 +14296,7 @@ (define-public emacs-evil-markdown
|
|||
(define-public emacs-edit-indirect
|
||||
(package
|
||||
(name "emacs-edit-indirect")
|
||||
(version "0.1.11")
|
||||
(version "0.1.13")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -14305,7 +14305,7 @@ (define-public emacs-edit-indirect
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0w30lc8ikrxgbxgmhdxvnzs1b12fvbrg6qf3f9ybyq8v3n7lzi9y"))))
|
||||
(base32 "1qjnhhf8c00hnn0b8icq71l73fa1blxfx9q0ahnvpd32wh6i0bql"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/Fanael/edit-indirect")
|
||||
(synopsis "Edit regions in separate buffers")
|
||||
|
|
Loading…
Reference in a new issue