all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57514] [PATCH] gnu: lesspipe: Update to 2.06.
@ 2022-09-01  6:37 Michael Rohleder
  2022-09-04 15:47 ` bug#57514: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2022-09-01  6:37 UTC (permalink / raw)
  To: 57514; +Cc: Michael Rohleder

* gnu/packages/less.scm (lesspipe): Update to 2.06.
[arguments]: Fixed typos in comment.
---
 gnu/packages/less.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/less.scm b/gnu/packages/less.scm
index 6bcc4ad49a..a48fe09ee5 100644
--- a/gnu/packages/less.scm
+++ b/gnu/packages/less.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
 ;;; Copyright © 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
-;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2022 Hartmut Goebel <h.goebel@crazy-compilers.com>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -62,7 +62,7 @@ (define-public less
 (define-public lesspipe
   (package
     (name "lesspipe")
-    (version "2.04")
+    (version "2.06")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -71,7 +71,7 @@ (define-public lesspipe
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1mwmwkmiyrpib18mli4wrh9n0i12cnf08ssrj6a0s6bgjcfxcjr2"))))
+                "0f67f45dznhnw99r4zxrzf1xvspzj2rpg2z8b905ixmzpnv86772"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -90,10 +90,10 @@ (define-public lesspipe
                 (("\\$\\(DESTDIR\\)/etc") "$(DESTDIR)$(PREFIX)/etc"))))
           (add-before 'install 'patch-command-paths
             ;; Depending on the content of the file to be displayed and some
-            ;; settings, lesspipe trees to use a large variety of external
+            ;; settings, lesspipe tries to use a large variety of external
             ;; commands, e.g. rpm, dpkg, vimcolor.  We only link the
             ;; essential ones to avoid this package to pull in all these
-            ;; dependencies which might never ever we used.
+            ;; dependencies which might never ever be used.
             (lambda* (#:key inputs #:allow-other-keys)
               (let ((file (search-input-file inputs "/bin/file"))
                     (tput (search-input-file inputs "/bin/tput")))
-- 
2.37.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57514: [PATCH] gnu: lesspipe: Update to 2.06.
  2022-09-01  6:37 [bug#57514] [PATCH] gnu: lesspipe: Update to 2.06 Michael Rohleder
@ 2022-09-04 15:47 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-09-04 15:47 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 57514-done


> * gnu/packages/less.scm (lesspipe): Update to 2.06.
> [arguments]: Fixed typos in comment.

Pushed, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-04 15:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01  6:37 [bug#57514] [PATCH] gnu: lesspipe: Update to 2.06 Michael Rohleder
2022-09-04 15:47 ` bug#57514: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.