aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/less.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/less.scm b/gnu/packages/less.scm
index 442c2bb94f..91c269a67e 100644
--- a/gnu/packages/less.scm
+++ b/gnu/packages/less.scm
@@ -27,7 +27,7 @@
(define-public less
(package
(name "less")
- (version "530")
+ (version "551")
(source
(origin
(method url-fetch)
@@ -36,7 +36,7 @@
(string-append "http://www.greenwoodsoftware.com/less/less-"
version ".tar.gz")))
(sha256
- (base32 "1qpj2z38c53qmvqn8jaa0kq26q989cfbfjj4y0s6z17l1amr2gsh"))))
+ (base32 "0ggyjl3yzn7c450zk1rixi9ls6asdhgqynhk34zsd0ckhmsm45pz"))))
(build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses)))
(home-page "https://www.gnu.org/software/less/")
[supported-systems]: Add riscv64-linux. * gnu/packages/patches/ucx-tcp-iface-ioctl.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Change-Id: I56db18f32ec0baa8439a31a1781763f318e8726e Efraim Flashner 2024-08-31gnu: infiniband-diags: Fix build....* gnu/packages/fabric-management.scm (infiniband-diags)[arguments]: Don't refer to nonexistent 'install-file' phase. Change-Id: Ie1a3174e56e096f1bd93b0a268e1efa977aebc90 宋文武 2023-11-15gnu: ucx: Update to 1.15.0....* gnu/packages/fabric-management.scm (ucx): Update to 1.15.0. * gnu/packages/patches/ucx-tcp-iface-ioctl.patch: Update for 1.15.0. Ludovic Courtès 2023-11-15gnu: opensm: Update to 3.3.24....* gnu/packages/fabric-management.scm (opensm): Update to 3.3.24. Ludovic Courtès 2023-11-15gnu: opensm: Use gexps....* gnu/packages/fabric-management.scm (opensm)[arguments]: Use gexps. Ludovic Courtès 2023-11-15gnu: opensm: Use the right version string for the doc directory....Previously, when built with ‘--with-latest=opensm’, the package would install its documentation under a directory with the wrong version string. * gnu/packages/fabric-management.scm (opensm)[arguments]: Use the name and version of THIS-PACKAGE. Ludovic Courtès