gnu: man-pages: Update to 5.11.

* gnu/packages/man.scm (man-pages): Update to 5.11.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-22 23:39:10 +01:00
parent b9c150fc9a
commit 4d2553e7b5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -224,7 +224,7 @@ (define-public man-db
(define-public man-pages (define-public man-pages
(package (package
(name "man-pages") (name "man-pages")
(version "5.10") (version "5.11")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -234,7 +234,7 @@ (define-public man-pages
(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 "0ql7fqs0w2nbwv1b6ffnzyjz1sysvkhq8kb77wi2z7qip8sja43m")))) (base32 "1aiwn6yi19idg4jbf7x4x5i06macjv7r8d5fgp1rwnc4a775vniy"))))
(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))