diff options
author | Artyom V. Poptsov <[email protected]> | 2024-06-08 13:17:09 +0300 |
---|---|---|
committer | Andreas Enge <[email protected]> | 2024-06-10 11:47:15 +0200 |
commit | 11852360defd23fb4feaa7fc9bc8a0fae71217a0 (patch) | |
tree | aacc308a5679f93f5cddbdae0598b60d199b49cc /gnu/packages/less.scm | |
parent | 0467da1731169dffcf692e21c3580c72a787b0cc (diff) |
gnu: lesspipe: Update to 2.13.
* gnu/packages/less.scm (lesspipe): Update to 2.13.
Change-Id: Iad32d9291cb92db8c67200db26c8d914ec45cbe4
Signed-off-by: Andreas Enge <[email protected]>
Diffstat (limited to 'gnu/packages/less.scm')
-rw-r--r-- | gnu/packages/less.scm | 5 |
1 files changed, 3 insertions, 2 deletions
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 <[email protected]> ;;; Copyright © 2022 Hartmut Goebel <[email protected]> ;;; Copyright © 2022 Efraim Flashner <[email protected]> +;;; Copyright © 2024 Artyom V. Poptsov <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -63,7 +64,7 @@ text editors.") (define-public lesspipe (package (name "lesspipe") - (version "2.08") + (version "2.13") (source (origin (method git-fetch) (uri (git-reference @@ -72,7 +73,7 @@ text editors.") (file-name (git-file-name name version)) (sha256 (base32 - "00kswzbyys4j5l10y3c3cinrgf0mkzjn1ilqdvs1mkbxlzk33pwc")))) + "1hhxikpvmjwg90a3rpnxssq3ws6l2hv76d04h4fgvxhbsrr7imiv")))) (build-system gnu-build-system) (arguments (list |