summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2026-05-25 00:10:29 +0200
committerLudovic Courtès <ludo@gnu.org>2026-05-27 18:25:16 +0200
commitde20eed85303639829fdcae36992630bb4d49833 (patch)
treefcb3f8288134fdc8a641930a91ef13692f83aa83 /gnu/packages
parent9b755bfffde4307f2fe7b0b3f92c4b5b673c738a (diff)
gnu: man-pages: Update to 6.18.
* gnu/packages/man.scm (man-pages): Update to 6.18. Change-Id: If778879c9faed3123400b43a2d48a593283ed789 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Merges: #8808
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/man.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 80eb176b27b..483e66c0d63 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -328,7 +328,7 @@ PostScript, and PDF. Additional tools include the @command{man} viewer, and
328(define-public man-pages 328(define-public man-pages
329 (package 329 (package
330 (name "man-pages") 330 (name "man-pages")
331 (version "6.16") 331 (version "6.18")
332 (source 332 (source
333 (origin 333 (origin
334 (method url-fetch) 334 (method url-fetch)
@@ -338,7 +338,7 @@ PostScript, and PDF. Additional tools include the @command{man} viewer, and
338 (string-append "mirror://kernel.org/linux/docs/man-pages/Archive/" 338 (string-append "mirror://kernel.org/linux/docs/man-pages/Archive/"
339 "man-pages-" version ".tar.xz"))) 339 "man-pages-" version ".tar.xz")))
340 (sha256 340 (sha256
341 (base32 "18yp64vb8br49d44jmq47dc901n7p20nqs88zsf8106dfnypl94f")))) 341 (base32 "1l949fvqikf88qjxbp1wny185prd3mcgcd3s49l8qx2rigfgld69"))))
342 (build-system gnu-build-system) 342 (build-system gnu-build-system)
343 (arguments 343 (arguments
344 (list 344 (list