GNU bug report logs - #57514
[PATCH] gnu: lesspipe: Update to 2.06.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Thu, 1 Sep 2022 06:39:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57514 in the body.
You can then email your comments to 57514 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57514; Package guix-patches. (Thu, 01 Sep 2022 06:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Rohleder <mike <at> rohleder.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 01 Sep 2022 06:39:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: lesspipe: Update to 2.06.
Date: Thu,  1 Sep 2022 08:37:42 +0200
* 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 <at> karetnikov.org>
 ;;; Copyright © 2019–2021 Tobias Geerinckx-Rice <me <at> tobias.gr>
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke <at> gnu.org>
-;;; Copyright © 2020, 2021 Michael Rohleder <mike <at> rohleder.de>
+;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike <at> rohleder.de>
 ;;; Copyright © 2022 Hartmut Goebel <h.goebel <at> 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 sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Sun, 04 Sep 2022 15:49:01 GMT) Full text and rfc822 format available.

Notification sent to Michael Rohleder <mike <at> rohleder.de>:
bug acknowledged by developer. (Sun, 04 Sep 2022 15:49:01 GMT) Full text and rfc822 format available.

Message #10 received at 57514-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 57514-done <at> debbugs.gnu.org
Subject: Re: bug#57514: [PATCH] gnu: lesspipe: Update to 2.06.
Date: Sun, 04 Sep 2022 17:47:52 +0200
> * gnu/packages/less.scm (lesspipe): Update to 2.06.
> [arguments]: Fixed typos in comment.

Pushed, thanks!

Mathieu




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 03 Oct 2022 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 206 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.