guix-commits
[Top][All Lists]
Advanced

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

03/25: gnu: emacs-git-timemachine: Update to 4.10.


From: guix-commits
Subject: 03/25: gnu: emacs-git-timemachine: Update to 4.10.
Date: Sun, 7 Jul 2019 09:49:42 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1c9ea5aaa473a9b8c48b1ad9b07bc69e334390b8
Author: Brian Leung <address@hidden>
Date:   Wed Jun 26 02:01:38 2019 +0200

    gnu: emacs-git-timemachine: Update to 4.10.
    
    * gnu/packages/emacs-xyz.scm (emacs-git-timemachine): Update to 4.10.
    [propagated-inputs] Add emacs-transient.
    [source] Use GIT-FETCH and GIT-REFERENCE.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b6051c0..6d5282f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2225,18 +2225,20 @@ display and behaviour is easily customisable.")
 (define-public emacs-git-timemachine
   (package
     (name "emacs-git-timemachine")
-    (version "4.5")
+    (version "4.10")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://gitlab.com/pidu/git-timemachine";
-                           "/-/archive/" version
-                           "/git-timemachine-" version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://gitlab.com/pidu/git-timemachine.git";)
+             (commit version)))
+       (file-name (git-file-name name version))
        (sha256
         (base32
-         "0ii40qcincasg7s1yrvqcxkqcqzb4sfs7gcxscn6m4x4ans165zy"))))
+         "08zsn3lsnnf01wkv5ls38jga02s5dnf0j3gigy4qd6im3j3d04m1"))))
     (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-transient" ,emacs-transient)))
     (home-page "https://gitlab.com/pidu/git-timemachine";)
     (synopsis "Step through historic versions of Git-controlled files")
     (description "This package enables you to step through historic versions



reply via email to

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