guix-commits
[Top][All Lists]
Advanced

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

13/17: gnu: lesspipe: Update to 1.90.


From: guix-commits
Subject: 13/17: gnu: lesspipe: Update to 1.90.
Date: Wed, 3 Nov 2021 06:20:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5052829f1c11cc474d9738eeb1833d6cd3b46476
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 3 03:49:35 2021 +0100

    gnu: lesspipe: Update to 1.90.
    
    * gnu/packages/less.scm (lesspipe): Update to 1.90.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/less.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/less.scm b/gnu/packages/less.scm
index 25b6759..4c8552c 100644
--- a/gnu/packages/less.scm
+++ b/gnu/packages/less.scm
@@ -59,7 +59,7 @@ text editors.")
 (define-public lesspipe
   (package
     (name "lesspipe")
-    (version "1.89")
+    (version "1.90")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -68,7 +68,7 @@ text editors.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0lxf0m4bgwhpwmwa5q2vklk31yhiaz049kpm4n2hqiyb5mlpa94a"))))
+                "17gv4nr9fxrk3png477pgiimdz8minp9scmqg2nxa96jfz4sk4li"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ; no tests
@@ -79,8 +79,7 @@ text editors.")
                         (delete-file "Makefile") ; force generating
                         (invoke "./configure"
                                 (string-append "--prefix=" out)
-                                "--yes")
-                        #t)))
+                                "--yes"))))
                   (add-before 'install 'patch-tput-and-file
                     (lambda* (#:key inputs #:allow-other-keys)
                       (substitute* "lesspipe.sh"
@@ -89,8 +88,7 @@ text editors.")
                                         "/bin/tput colors"))
                         (("file -")
                          (string-append (assoc-ref inputs "file")
-                                        "/bin/file -")))
-                      #t)))))
+                                        "/bin/file -"))))))))
     (inputs
      `(("file" ,file)
        ("ncurses" ,ncurses)))  ; for tput



reply via email to

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