gnu: man-pages: Update to 5.08.
* gnu/packages/man.scm (man-pages): Update to 5.08.
This commit is contained in:
parent
556e33c805
commit
0d0c51857b
@ -164,7 +164,7 @@ the traditional flat-text whatis databases.")
|
||||
(define-public man-pages
|
||||
(package
|
||||
(name "man-pages")
|
||||
(version "5.07")
|
||||
(version "5.08")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
@ -174,7 +174,7 @@ the traditional flat-text whatis databases.")
|
||||
(string-append "mirror://kernel.org/linux/docs/man-pages/Archive/"
|
||||
"man-pages-" version ".tar.xz")))
|
||||
(sha256
|
||||
(base32 "13b3q7c67r0wkla4pdihl1qh09k67ms2z5jgzfqgpdqqy6mgziwd"))))
|
||||
(base32 "1xzp3f6wvw3wplk1a1x09zfv0jp0pdc9wh95czndh3h8z0qwv9yf"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases (modify-phases %standard-phases (delete 'configure))
|
||||
|
Loading…
Reference in New Issue
Block a user