me
/
guix
Archived
1
0
Fork 0

gnu: man-pages: Update to 6.01.

* gnu/packages/man.scm (man-pages): Update to 6.01.
master
Tobias Geerinckx-Rice 2022-12-11 01:00:01 +01:00
parent 875ff18ccd
commit 36cfb61d21
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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