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


From: guix-commits
Subject: branch master updated: gnu: emacs-undo-tree: Update to 0.8.1.
Date: Sat, 21 Aug 2021 03:34:26 -0400

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

ngz pushed a commit to branch master
in repository guix.

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

commit ac9fd0629b37ab54ed5da0180d3bcae0977d9e88
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Aug 21 09:33:14 2021 +0200

    gnu: emacs-undo-tree: Update to 0.8.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.8.1.
    [source]: Switch from GNU ELPA to Gitlab repository.
    [propagated-inputs]: Add emacs-queue.
---
 gnu/packages/emacs-xyz.scm | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ef53ab0..e9a5e31 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3794,15 +3794,19 @@ in the center.")
 (define-public emacs-undo-tree
   (package
     (name "emacs-undo-tree")
-    (version "0.7.5")
+    (version "0.8.1")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://elpa.gnu.org/packages/";
-                           "undo-tree-" version ".el"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://gitlab.com/tsc25/undo-tree";)
+             (commit (string-append "release/" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "00admi87gqm0akhfqm4dcp9fw8ihpygy030955jswkha4zs7lw2p"))))
+        (base32 "1khkwrrbwaimspc013n4k9mpv8g302r0zkrsqnza2x1d3qznn08y"))))
     (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-queue" ,emacs-queue)))
     (home-page "https://www.dr-qubit.org/undo-tree.html";)
     (synopsis "Treat undo history as a tree")
     (description



reply via email to

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