[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
- branch master updated (9d3a5dd -> 7646d98), guix-commits, 2021/11/03
- 02/17: gnu: openvswitch: Omit most static libraries., guix-commits, 2021/11/03
- 01/17: gnu: openvswitch: Update to 2.16.1., guix-commits, 2021/11/03
- 03/17: gnu: prosody: Update to 0.11.10., guix-commits, 2021/11/03
- 04/17: gnu: moreutils: Update to 0.66., guix-commits, 2021/11/03
- 06/17: gnu: libgnt: Update to 2.14.3., guix-commits, 2021/11/03
- 08/17: gnu: mcelog: Update to 179., guix-commits, 2021/11/03
- 05/17: gnu: moreutils: Prepare for cross-compilation., guix-commits, 2021/11/03
- 07/17: gnu: mhonarc: Update to 2.6.24., guix-commits, 2021/11/03
- 09/17: gnu: procenv: Update to 0.60., guix-commits, 2021/11/03
- 13/17: gnu: lesspipe: Update to 1.90.,
guix-commits <=
- 10/17: gnu: cpuid: Update to 20211031., guix-commits, 2021/11/03
- 11/17: gnu: cpuid: This tool is not Linux-specific per se., guix-commits, 2021/11/03
- 12/17: gnu: libmtp: Update to 1.1.19., guix-commits, 2021/11/03
- 14/17: gnu: qiv: Update to 2.3.2., guix-commits, 2021/11/03
- 16/17: gnu: labelme: Update to 4.5.13., guix-commits, 2021/11/03
- 17/17: gnu: kirc: Update to 0.2.9., guix-commits, 2021/11/03
- 15/17: gnu: inkscape@1.1: Update to 1.1.1., guix-commits, 2021/11/03