gnu: man-pages: Update to 4.10.

* gnu/packages/man.scm (man-pages): Update to 4.10.
[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2017-03-15 16:04:06 +01:00
parent a829c6501b
commit 4e128dd582
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 3 additions and 3 deletions

View File

@ -134,7 +134,7 @@ the traditional flat-text whatis databases.")
(define-public man-pages (define-public man-pages
(package (package
(name "man-pages") (name "man-pages")
(version "4.09") (version "4.10")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -147,7 +147,7 @@ the traditional flat-text whatis databases.")
"man-pages-" version ".tar.xz"))) "man-pages-" version ".tar.xz")))
(sha256 (sha256
(base32 (base32
"1740gq9sq28dp5a5sjn1ya7cvrv8mbky6knb7734v8k29a7a0x55")))) "1yk3ibmbc1wamw798lqw8lh203xnrjddy8wdk5d3hifmj71xz5bk"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases (alist-delete 'configure %standard-phases) '(#:phases (alist-delete 'configure %standard-phases)
@ -161,7 +161,7 @@ the traditional flat-text whatis databases.")
#:make-flags (list (string-append "MANDIR=" #:make-flags (list (string-append "MANDIR="
(assoc-ref %outputs "out") (assoc-ref %outputs "out")
"/share/man")))) "/share/man"))))
(home-page "http://www.kernel.org/doc/man-pages/") (home-page "https://www.kernel.org/doc/man-pages/")
(synopsis "Development manual pages from the Linux project") (synopsis "Development manual pages from the Linux project")
(description (description
"This package provides traditional Unix \"man pages\" documenting the "This package provides traditional Unix \"man pages\" documenting the