me
/
guix
Archived
1
0
Fork 0

gnu: man-pages: Update to 4.11.

* gnu/packages/man.scm (man-pages): Update to 4.11.
master
Tobias Geerinckx-Rice 2017-05-04 12:47:23 +02:00
parent 74067fedce
commit f4129cdd6a
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

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