[PATCH] gnu: lesspipe: Update to 2.13.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 9 months ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
e5b5cac0d025c83cbe781afd8b768e382adc24d4.1717841829.git.poptsov.artyom@gmail.com
* gnu/packages/less.scm (lesspipe): Update to 2.13.

Change-Id: Iad32d9291cb92db8c67200db26c8d914ec45cbe4
---
gnu/packages/less.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/less.scm b/gnu/packages/less.scm
index 8544f33db6..f7630cb5dc 100644
--- a/gnu/packages/less.scm
+++ b/gnu/packages/less.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2022 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2022 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -63,7 +64,7 @@ (define-public less
(define-public lesspipe
(package
(name "lesspipe")
- (version "2.08")
+ (version "2.13")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -72,7 +73,7 @@ (define-public lesspipe
(file-name (git-file-name name version))
(sha256
(base32
- "00kswzbyys4j5l10y3c3cinrgf0mkzjn1ilqdvs1mkbxlzk33pwc"))))
+ "1hhxikpvmjwg90a3rpnxssq3ws6l2hv76d04h4fgvxhbsrr7imiv"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: bc8a41f4a8d9f1f0525d7bc97c67ed3c8aea3111
--
2.45.1
Andreas Enge wrote 9 months ago
Close
(address . 71432-done@debbugs.gnu.org)
ZmbL2Jlt3bVupzsh@jurong
Pushed, thanks!

Andreas
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 71432
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