gnu: man-pages: Update to 6.02.

* gnu/packages/man.scm (man-pages): Update to 6.02.
This commit is contained in:
Tobias Geerinckx-Rice 2023-01-15 01:00:01 +01:00
parent 060b6ffbb4
commit 1dde14e6d3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -270,7 +270,7 @@ PostScript, and PDF. Additional tools include the @command{man} viewer, and
(define-public man-pages
(package
(name "man-pages")
(version "6.01")
(version "6.02")
(source
(origin
(method url-fetch)
@ -280,7 +280,7 @@ PostScript, and PDF. Additional tools include the @command{man} viewer, and
(string-append "mirror://kernel.org/linux/docs/man-pages/Archive/"
"man-pages-" version ".tar.xz")))
(sha256
(base32 "02swrdim3wq4ppsfv0zdxbnn9apz0bb4fyaihjlq1i484xxigrcb"))))
(base32 "159p60a0w5ri3i7bbfxzjfmj8sbpf030m38spny1ws585fv0kn36"))))
(build-system gnu-build-system)
(arguments
(list