all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#43097] [PATCH] gnu: lesspipe: Update to 1.85.
@ 2020-08-29  1:37 Michael Rohleder
  2020-08-29  1:53 ` bug#43097: " Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-08-29  1:37 UTC (permalink / raw)
  To: 43097; +Cc: Michael Rohleder

* gnu/packages/less.scm (lesspipe): Update to 1.85.
---
 gnu/packages/less.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/less.scm b/gnu/packages/less.scm
index 7c5107de09..6543435fab 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.84")
+    (version "1.85")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -68,7 +68,7 @@ text editors.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "124ffhzrikr88ab14rk6753n8adxijpmg7q3zx7nmqc52wpkfd8q"))))
+                "1v1jdkdq1phc93gdr6mjlk98gipxrkkq4bj8kks0kfdvjgdwkdaa"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ; no tests
-- 
2.28.0





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

* bug#43097: [PATCH] gnu: lesspipe: Update to 1.85.
  2020-08-29  1:37 [bug#43097] [PATCH] gnu: lesspipe: Update to 1.85 Michael Rohleder
@ 2020-08-29  1:53 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2020-08-29  1:53 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 43097-done

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

Michael,

Michael Rohleder 写道:
> * gnu/packages/less.scm (lesspipe): Update to 1.85.

Looks good.  Pushed as e9f56a6df2bd1599f82e66d42e8f3af95a6309a1.

Thanks!

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

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

end of thread, other threads:[~2020-08-29  1:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-29  1:37 [bug#43097] [PATCH] gnu: lesspipe: Update to 1.85 Michael Rohleder
2020-08-29  1:53 ` bug#43097: " Tobias Geerinckx-Rice via Guix-patches via

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.