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.5.


From: guix-commits
Subject: 01/02: gnu: emacs-undo-tree: Update to 0.7.5.
Date: Tue, 25 Aug 2020 04:08:28 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7772c46b9e3ac7615ec1fb11eeda4c0b668e1528
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 25 10:07:46 2020 +0200

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b60715e..3658b97 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2828,14 +2828,14 @@ in the center.")
 (define-public emacs-undo-tree
   (package
     (name "emacs-undo-tree")
-    (version "0.7.4")
+    (version "0.7.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "undo-tree-" version ".el"))
        (sha256
-        (base32 "018ixl802f076sfyf4gkacpgrdpybin88jd8vq9zgyvc6x2dalfa"))))
+        (base32 "00admi87gqm0akhfqm4dcp9fw8ihpygy030955jswkha4zs7lw2p"))))
     (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]