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

* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.1.

Signed-off-by: David Wilson <david@daviwil.com>
This commit is contained in:
nixo 2020-01-11 14:19:39 +01:00 committed by David Wilson
parent e4c9ba4da2
commit efc32ed890
No known key found for this signature in database
GPG key ID: 446A2ED4D940BF14

View file

@ -2294,16 +2294,16 @@ (define-public emacs-olivetti
(define-public emacs-undo-tree
(package
(name "emacs-undo-tree")
(version "0.7")
(version "0.7.1")
(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
"1m02v7qhcbqv5gb0vdmf44vhqisf2pv6419dzjfpxcmwlmdm0z7a"))))
"1nr0149y2nvrxj56gc12jqnfl01g6z9ypfsgl6pfg85cw73hnggk"))))
(build-system emacs-build-system)
(home-page "http://www.dr-qubit.org/emacs.php")
(synopsis "Treat undo history as a tree")