mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-undo-tree: Update to 0.7.5.
* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.5.
This commit is contained in:
parent
c8e03dfcd1
commit
7772c46b9e
1 changed files with 2 additions and 2 deletions
|
@ -2828,14 +2828,14 @@ (define-public emacs-olivetti
|
||||||
(define-public emacs-undo-tree
|
(define-public emacs-undo-tree
|
||||||
(package
|
(package
|
||||||
(name "emacs-undo-tree")
|
(name "emacs-undo-tree")
|
||||||
(version "0.7.4")
|
(version "0.7.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
"undo-tree-" version ".el"))
|
"undo-tree-" version ".el"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "018ixl802f076sfyf4gkacpgrdpybin88jd8vq9zgyvc6x2dalfa"))))
|
(base32 "00admi87gqm0akhfqm4dcp9fw8ihpygy030955jswkha4zs7lw2p"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "http://www.dr-qubit.org/emacs.php")
|
(home-page "http://www.dr-qubit.org/emacs.php")
|
||||||
(synopsis "Treat undo history as a tree")
|
(synopsis "Treat undo history as a tree")
|
||||||
|
|
Loading…
Reference in a new issue