gnu: emacs-undo-tree: Update to 0.7.1.
authornixo <nicolo@nixo.xyz>
Sat, 11 Jan 2020 13:19:39 +0000 (14:19 +0100)
committerDavid Wilson <david@daviwil.com>
Sat, 11 Jan 2020 13:43:49 +0000 (05:43 -0800)
* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.1.

Signed-off-by: David Wilson <david@daviwil.com>
gnu/packages/emacs-xyz.scm

index 558f315..8b38a28 100644 (file)
@@ -2294,16 +2294,16 @@ in the center.")
 (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")