mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
||||
(package
|
||||
(name "emacs-undo-tree")
|
||||
(version "0.7.4")
|
||||
(version "0.7.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"undo-tree-" version ".el"))
|
||||
(sha256
|
||||
(base32 "018ixl802f076sfyf4gkacpgrdpybin88jd8vq9zgyvc6x2dalfa"))))
|
||||
(base32 "00admi87gqm0akhfqm4dcp9fw8ihpygy030955jswkha4zs7lw2p"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "http://www.dr-qubit.org/emacs.php")
|
||||
(synopsis "Treat undo history as a tree")
|
||||
|
|
Loading…
Reference in a new issue