gnu: man-pages: Update to 4.12.

* gnu/packages/man.scm (man-pages): Update to 4.12.
master
Tobias Geerinckx-Rice 2017-07-22 12:18:24 +02:00
parent 1ffe41711b
commit de469015c4
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ the traditional flat-text whatis databases.")
(define-public man-pages
(package
(name "man-pages")
(version "4.11")
(version "4.12")
(source (origin
(method url-fetch)
(uri
@ -151,7 +151,7 @@ the traditional flat-text whatis databases.")
"man-pages-" version ".tar.xz")))
(sha256
(base32
"097m0gsbaz0gf9ir4lmph3h5jj6wmydk1rglfz82dysybx4q1pmd"))))
"14z0zcwm0m98fk2m2b3pvr8rs2sb602mg8f7wwb4xl7yj7cpjvbg"))))
(build-system gnu-build-system)
(arguments
'(#:phases (alist-delete 'configure %standard-phases)