all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49884] [PATCH] gnu: lesspipe: Update to 1.86.
@ 2021-08-05  0:02 Michael Rohleder
  2021-08-05  0:48 ` bug#49884: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2021-08-05  0:02 UTC (permalink / raw)
  To: 49884; +Cc: Michael Rohleder

* gnu/packages/less.scm (lesspipe): Update to 1.86.
---
 gnu/packages/less.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/less.scm b/gnu/packages/less.scm
index 32133943ae..81d7918b36 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 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -59,7 +59,7 @@ text editors.")
 (define-public lesspipe
   (package
     (name "lesspipe")
-    (version "1.85")
+    (version "1.86")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -68,7 +68,7 @@ text editors.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1v1jdkdq1phc93gdr6mjlk98gipxrkkq4bj8kks0kfdvjgdwkdaa"))))
+                "14qsfwvsqn6r0najpfh5p68by4jwlg2hj4250cfi1hx3j9i5nhgn"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ; no tests
-- 
2.32.0





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

* bug#49884: [PATCH] gnu: lesspipe: Update to 1.86.
  2021-08-05  0:02 [bug#49884] [PATCH] gnu: lesspipe: Update to 1.86 Michael Rohleder
@ 2021-08-05  0:48 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-08-05  0:48 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 49884-done

On Thu, Aug 05, 2021 at 02:02:13AM +0200, Michael Rohleder wrote:
> * gnu/packages/less.scm (lesspipe): Update to 1.86.

Thanks! Pushed as 9d5ddf5f3736ea6a774c68eced1e2dfc94eb94e6




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

end of thread, other threads:[~2021-08-05  0:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-05  0:02 [bug#49884] [PATCH] gnu: lesspipe: Update to 1.86 Michael Rohleder
2021-08-05  0:48 ` bug#49884: " Leo Famulari

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.