gnu: emacs-undo-tree: Update to 0.7.

* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.
This commit is contained in:
David Wilson 2020-01-08 06:04:49 -08:00
parent 5e5b884ef6
commit a587bb23b7
No known key found for this signature in database
GPG Key ID: 446A2ED4D940BF14
1 changed files with 3 additions and 3 deletions

View File

@ -2293,16 +2293,16 @@ in the center.")
(define-public emacs-undo-tree
(package
(name "emacs-undo-tree")
(version "0.6.6")
(version "0.7")
(source (origin
(method git-fetch)
(uri (git-reference
(url "http://dr-qubit.org/git/undo-tree.git")
(commit (string-append "release/" version))))
(commit (string-append "release-" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1hnh2mnmw179gr094r561w6cw1haid0lpvpqvkc24wpj82vphzpa"))))
"1m02v7qhcbqv5gb0vdmf44vhqisf2pv6419dzjfpxcmwlmdm0z7a"))))
(build-system emacs-build-system)
(home-page "http://www.dr-qubit.org/emacs.php")
(synopsis "Treat undo history as a tree")