GNU bug report logs -
#32079
[PATCH 0/2] emacs-git-timemachine: Update URL and version
Previous Next
Reported by: Kyle Meyer <kyle <at> kyleam.com>
Date: Sat, 7 Jul 2018 06:42:01 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/emacs.scm (emacs-git-timemachine): Update to 4.5.
---
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 38227540a..2bbddc28d 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")
--
2.18.0
This bug report was last modified 6 years and 317 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.