summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wilson <david@daviwil.com>2020-01-08 06:04:49 -0800
committerDavid Wilson <david@daviwil.com>2020-01-08 06:08:32 -0800
commita587bb23b79eae5dd3fa3acb06d0b533c93fd562 (patch)
tree48a54be1112a0fb9d2a1f0d29c4d21d5375085a3
parent5e5b884ef62e41a0e2146be79de8e112bf5c7b9d (diff)
downloadpatches-a587bb23b79eae5dd3fa3acb06d0b533c93fd562.tar
patches-a587bb23b79eae5dd3fa3acb06d0b533c93fd562.tar.gz
gnu: emacs-undo-tree: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.
-rw-r--r--gnu/packages/emacs-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 067aee230c..675f6031b6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")