guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: tig: Update to 2.3.0.


From: Efraim Flashner
Subject: 01/01: gnu: tig: Update to 2.3.0.
Date: Sun, 29 Oct 2017 16:37:27 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 73f71bc9b76a86715d8fb0f5377aa5536514b979
Author: Efraim Flashner <address@hidden>
Date:   Sun Oct 29 22:35:27 2017 +0200

    gnu: tig: Update to 2.3.0.
    
    * gnu/packages/version-control.scm (tig): Update to 2.3.0.
    [source]: Download from Github.
    [home-page]: Update to new home-page.
---
 gnu/packages/version-control.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 8480f74..d03f5b5 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1328,15 +1328,15 @@ from Subversion to any supported Distributed Version 
Control System (DVCS).")
 (define-public tig
   (package
     (name "tig")
-    (version "2.2")
+    (version "2.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://jonas.nitro.dk/tig/releases/tig-";
-                    version ".tar.gz"))
+                    "https://github.com/jonas/tig/releases/download/tig-";
+                    version "/tig-" version ".tar.gz"))
               (sha256
                (base32
-                "0k3m894vfkgkj7xbr0j6ph91351dl6id5f0hk2ksjp5lmg9i6llg"))))
+                "1vf02snz8qiiqiyqss1z63rzzmwbrc9agcgh21jdq13rja306vv8"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("asciidoc" ,asciidoc)
@@ -1351,8 +1351,8 @@ from Subversion to any supported Distributed Version 
Control System (DVCS).")
            (lambda _
              (zero? (system* "make" "install-doc")))))
        #:tests? #f)) ; tests require access to /dev/tty
-     ;;`(#:test-target "test"))
-    (home-page "http://jonas.nitro.dk/tig/";)
+    ;; #:test-target "test"))
+    (home-page "https://jonas.github.io/tig/";)
     (synopsis "Ncurses-based text user interface for Git")
     (description
      "Tig is an ncurses text user interface for Git, primarily intended as



reply via email to

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