guix-commits
[Top][All Lists]
Advanced

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

12/14: gnu: tig: Update to 2.3.3.


From: Tobias Geerinckx-Rice
Subject: 12/14: gnu: tig: Update to 2.3.3.
Date: Tue, 27 Feb 2018 10:50:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5cacd3144e52044f2b2c0e3fae873aa92f2ef6d8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 27 13:47:32 2018 +0100

    gnu: tig: Update to 2.3.3.
    
    * gnu/packages/version-control.scm (tig): Update to 2.3.3.
    [arguments]: Substitute INVOKE for SYSTEM*.
---
 gnu/packages/version-control.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 7a0f37b..229dab5 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1389,7 +1389,7 @@ from Subversion to any supported Distributed Version 
Control System (DVCS).")
 (define-public tig
   (package
     (name "tig")
-    (version "2.3.0")
+    (version "2.3.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1397,7 +1397,7 @@ from Subversion to any supported Distributed Version 
Control System (DVCS).")
                     version "/tig-" version ".tar.gz"))
               (sha256
                (base32
-                "1vf02snz8qiiqiyqss1z63rzzmwbrc9agcgh21jdq13rja306vv8"))))
+                "1skbhhj1narsnsff1azdylcy6xghxb18mzqysmipcyyvlv2i17fk"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("asciidoc" ,asciidoc)
@@ -1410,7 +1410,7 @@ from Subversion to any supported Distributed Version 
Control System (DVCS).")
        (modify-phases %standard-phases
          (add-after 'install 'install-doc
            (lambda _
-             (zero? (system* "make" "install-doc")))))
+             (invoke "make" "install-doc"))))
        #:tests? #f)) ; tests require access to /dev/tty
     ;; #:test-target "test"))
     (home-page "https://jonas.github.io/tig/";)



reply via email to

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