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:
Nicolas Goaziou 2020-08-25 10:07:46 +02:00
parent c8e03dfcd1
commit 7772c46b9e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")