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 @@ in Emacs.")
|
||||||
(define-public emacs-edit-indirect
|
(define-public emacs-edit-indirect
|
||||||
(package
|
(package
|
||||||
(name "emacs-edit-indirect")
|
(name "emacs-edit-indirect")
|
||||||
(version "0.1.11")
|
(version "0.1.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -14305,7 +14305,7 @@ in Emacs.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0w30lc8ikrxgbxgmhdxvnzs1b12fvbrg6qf3f9ybyq8v3n7lzi9y"))))
|
(base32 "1qjnhhf8c00hnn0b8icq71l73fa1blxfx9q0ahnvpd32wh6i0bql"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/Fanael/edit-indirect")
|
(home-page "https://github.com/Fanael/edit-indirect")
|
||||||
(synopsis "Edit regions in separate buffers")
|
(synopsis "Edit regions in separate buffers")
|
||||||
|
|
Reference in a new issue