mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-edit-indirect: Update to 0.1.6.
* gnu/packages/emacs-xyz.scm (emacs-edit-indirect): Update to 0.1.6.
This commit is contained in:
parent
094871fe73
commit
c9f70031b3
1 changed files with 2 additions and 3 deletions
|
@ -7901,7 +7901,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.5")
|
(version "0.1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7910,8 +7910,7 @@ in Emacs.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "189nvmlkki1jfszm9i0crbb1p4nzgmbly0wpvpg0i8vmw7vrpl40"))))
|
||||||
"0by1x53pji39fjrj5bd446kz831nv0vdgw2jqasbym4pc1p2947r"))))
|
|
||||||
(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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue