[PATCH] gnu: lesspipe: Update to 1.85.

  • Done
  • quality assurance status badge
Details
2 participants
  • Tobias Geerinckx-Rice
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20200829013733.5634-1-mike@rohleder.de
* gnu/packages/less.scm (lesspipe): Update to 1.85.
---
gnu/packages/less.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Tobias Geerinckx-Rice wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 43097-done@debbugs.gnu.org)
87d03akyk5.fsf@nckx
Michael,

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

Looks good. Pushed as e9f56a6df2bd1599f82e66d42e8f3af95a6309a1.

Thanks!

T G-R
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX0m1CgAKCRANsP+IT1Vt
eTbEAQCwIwuF6uhVUQ7TbZTz5LttRH4jvYfJCCvhSYSbpop0JAD/T+5GX5Yb3re3
iWXu7cvfdmXeFjFGO9vpCXfaIz+/6wg=
=XGv2
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 43097@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 43097
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help