diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-12-22 10:51:52 +0200 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:11:14 -0400 |
commit | e915abd50163c94cad612de7c378b785f56fb4fd (patch) | |
tree | 0a7217273d725757fe2a2c5c070d4c6e769b7b63 /gnu | |
parent | 8924aa56e99e6bb856d882a9dca81b289d664c40 (diff) | |
download | guix-e915abd50163c94cad612de7c378b785f56fb4fd.tar.gz |
gnu: less: Update to 608.
* gnu/packages/less.scm (less): Update to 608.
Diffstat (limited to 'gnu')
-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 99bcb043b9..1ac15c369e 100644 --- a/gnu/packages/less.scm +++ b/gnu/packages/less.scm @@ -4,6 +4,7 @@ ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> ;;; 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> ;;; ;;; This file is part of GNU Guix. ;;; @@ -36,7 +37,7 @@ (define-public less (package (name "less") - (version "590") + (version "608") (source (origin (method url-fetch) @@ -46,7 +47,7 @@ version ".tar.gz"))) (patches (search-patches "less-hurd-path-max.patch")) (sha256 - (base32 "044fl3izmsi8n1vqzsqdp65q0qyyn5kmsg4sk7id0mxzx15zbbba")))) + (base32 "02f2d9d6hyf03va28ip620gjc6rf4aikmdyk47h7frqj18pbx6m6")))) (build-system gnu-build-system) (inputs (list ncurses)) (home-page "https://www.gnu.org/software/less/") |