gnu: man-pages: Update to 5.07.
* gnu/packages/man.scm (man-pages): Update to 5.07.
This commit is contained in:
parent
58cb52a31d
commit
a474999c26
@ -164,7 +164,7 @@ the traditional flat-text whatis databases.")
|
|||||||
(define-public man-pages
|
(define-public man-pages
|
||||||
(package
|
(package
|
||||||
(name "man-pages")
|
(name "man-pages")
|
||||||
(version "5.06")
|
(version "5.07")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -174,7 +174,7 @@ the traditional flat-text whatis databases.")
|
|||||||
(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 "0l7ypgl36jswa077qvdh1rcsvnwr64vja6cc32bab86sm41akf3h"))))
|
(base32 "13b3q7c67r0wkla4pdihl1qh09k67ms2z5jgzfqgpdqqy6mgziwd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases (delete 'configure))
|
'(#:phases (modify-phases %standard-phases (delete 'configure))
|
||||||
|
Loading…
Reference in New Issue
Block a user