unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Rohleder <mike@rohleder.de>
To: 57514@debbugs.gnu.org
Cc: Michael Rohleder <mike@rohleder.de>
Subject: [bug#57514] [PATCH] gnu: lesspipe: Update to 2.06.
Date: Thu,  1 Sep 2022 08:37:42 +0200	[thread overview]
Message-ID: <20220901063742.7114-1-mike@rohleder.de> (raw)

* 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





             reply	other threads:[~2022-09-01  6:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-01  6:37 Michael Rohleder [this message]
2022-09-04 15:47 ` bug#57514: [PATCH] gnu: lesspipe: Update to 2.06 Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220901063742.7114-1-mike@rohleder.de \
    --to=mike@rohleder.de \
    --cc=57514@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).