diff --git a/gnu/packages/less.scm b/gnu/packages/less.scm index f7630cb5dc..dc81578f46 100644 --- a/gnu/packages/less.scm +++ b/gnu/packages/less.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2020, 2021, 2022 Michael Rohleder ;;; Copyright © 2022 Hartmut Goebel ;;; Copyright © 2022 Efraim Flashner -;;; Copyright © 2024 Artyom V. Poptsov +;;; Copyright © 2024, 2025 Artyom V. Poptsov ;;; ;;; This file is part of GNU Guix. ;;; @@ -64,7 +64,7 @@ (define-public less (define-public lesspipe (package (name "lesspipe") - (version "2.13") + (version "2.17") (source (origin (method git-fetch) (uri (git-reference @@ -73,7 +73,7 @@ (define-public lesspipe (file-name (git-file-name name version)) (sha256 (base32 - "1hhxikpvmjwg90a3rpnxssq3ws6l2hv76d04h4fgvxhbsrr7imiv")))) + "0fc01pb0qps48wi9cw06sraqbxkcx6nik1jsj0xcal463i66xwk9")))) (build-system gnu-build-system) (arguments (list