guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-undo-tree: Update to 0.7.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-undo-tree: Update to 0.7.1.
Date: Sat, 11 Jan 2020 08:49:40 -0500

This is an automated email from the git hooks/post-receive script.

daviwil pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new efc32ed  gnu: emacs-undo-tree: Update to 0.7.1.
efc32ed is described below

commit efc32ed8904ca1bbf2123ff1c64782329d7c9941
Author: nixo <address@hidden>
AuthorDate: Sat Jan 11 14:19:39 2020 +0100

    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 <address@hidden>
---
 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 558f315..8b38a28 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")



reply via email to

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