mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: emacs-edit-indirect: Update to 0.1.8.
* gnu/packages/emacs-xyz.scm (emacs-edit-indirect): Update to 0.1.8.
This commit is contained in:
parent
b008226b70
commit
eac7a66dac
1 changed files with 2 additions and 2 deletions
|
@ -10391,7 +10391,7 @@ (define-public emacs-evil-markdown
|
|||
(define-public emacs-edit-indirect
|
||||
(package
|
||||
(name "emacs-edit-indirect")
|
||||
(version "0.1.6")
|
||||
(version "0.1.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -10400,7 +10400,7 @@ (define-public emacs-edit-indirect
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "189nvmlkki1jfszm9i0crbb1p4nzgmbly0wpvpg0i8vmw7vrpl40"))))
|
||||
(base32 "0f5vhppsjw63dkwka6xanmlliq44vf3kj1wp3dg8a6a837xx7z9x"))))
|
||||
(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