guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: emacs-git-timemachine: Update to 4.5.


From: Ludovic Courtès
Subject: 08/12: gnu: emacs-git-timemachine: Update to 4.5.
Date: Sat, 7 Jul 2018 12:10:47 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 35b6fc125c2a6e5dfb9b7528ed24088a62436e78
Author: Kyle Meyer <address@hidden>
Date:   Sat Jul 7 02:43:43 2018 -0400

    gnu: emacs-git-timemachine: Update to 4.5.
    
    * gnu/packages/emacs.scm (emacs-git-timemachine): Update to 4.5.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 3822754..2bbddc2 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1913,7 +1913,7 @@ display and behaviour is easily customisable.")
 (define-public emacs-git-timemachine
   (package
     (name "emacs-git-timemachine")
-    (version "3.0")
+    (version "4.5")
     (source
      (origin
        (method url-fetch)
@@ -1923,7 +1923,7 @@ display and behaviour is easily customisable.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1l4g0r69wfrnjsywv03v4bpdd53byg6zdx6mzabfxyymss3kvisa"))))
+         "0ii40qcincasg7s1yrvqcxkqcqzb4sfs7gcxscn6m4x4ans165zy"))))
     (build-system emacs-build-system)
     (home-page "https://gitlab.com/pidu/git-timemachine";)
     (synopsis "Step through historic versions of Git-controlled files")



reply via email to

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