guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: emacs-undo-tree: Update to 0.7.


From: guix-commits
Subject: 01/02: gnu: emacs-undo-tree: Update to 0.7.
Date: Wed, 8 Jan 2020 09:09:10 -0500 (EST)

daviwil pushed a commit to branch master
in repository guix.

commit a587bb23b79eae5dd3fa3acb06d0b533c93fd562
Author: David Wilson <address@hidden>
AuthorDate: Wed Jan 8 06:04:49 2020 -0800

    gnu: emacs-undo-tree: Update to 0.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 067aee2..675f603 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]