guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: emacs-undo-tree: Update to 0.6.6.


From: Marius Bakke
Subject: 03/05: gnu: emacs-undo-tree: Update to 0.6.6.
Date: Sun, 5 Nov 2017 13:25:09 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 77a7891b87c59c47f529a15688243c3d84f75841
Author: ng0 <address@hidden>
Date:   Wed Nov 1 22:01:33 2017 +0000

    gnu: emacs-undo-tree: Update to 0.6.6.
    
    * gnu/packages/emacs (emacs-undo-tree): Update to 0.6.6.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/emacs.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 95f174c..d3e4fc0 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1654,16 +1654,16 @@ in the center.")
 (define-public emacs-undo-tree
   (package
     (name "emacs-undo-tree")
-    (version "0.6.4")
+    (version "0.6.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "http://dr-qubit.org/git/undo-tree.git";)
-                    (commit "release/0.6.4")))
+                    (commit "release/0.6.6")))
               (file-name (string-append name "-" version "-checkout"))
               (sha256
-                (base32
-                  "0b6hnv6bq1g5np5q2yw9r9aj1cxpp14akm21br7vpb7wp01fv4b3"))))
+               (base32
+                "1hnh2mnmw179gr094r561w6cw1haid0lpvpqvkc24wpj82vphzpa"))))
     (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]