summaryrefslogtreecommitdiff
path: root/gnu/packages/man.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-03-15 16:04:06 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-03-15 22:19:38 +0100
commit4e128dd5822bca6981076727d5fbb4cc4a5e8ff1 (patch)
tree7d31e68814b7d4ba0ae7c222e86ba42a0941d46d /gnu/packages/man.scm
parenta829c6501be67b700df4d95258e8593224f68000 (diff)
downloadpatches-4e128dd5822bca6981076727d5fbb4cc4a5e8ff1.tar
patches-4e128dd5822bca6981076727d5fbb4cc4a5e8ff1.tar.gz
gnu: man-pages: Update to 4.10.
* gnu/packages/man.scm (man-pages): Update to 4.10. [home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/man.scm')
-rw-r--r--gnu/packages/man.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 3763292fe4..38986cdce1 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -134,7 +134,7 @@ the traditional flat-text whatis databases.")
(define-public man-pages
(package
(name "man-pages")
- (version "4.09")
+ (version "4.10")
(source (origin
(method url-fetch)
(uri
@@ -147,7 +147,7 @@ the traditional flat-text whatis databases.")
"man-pages-" version ".tar.xz")))
(sha256
(base32
- "1740gq9sq28dp5a5sjn1ya7cvrv8mbky6knb7734v8k29a7a0x55"))))
+ "1yk3ibmbc1wamw798lqw8lh203xnrjddy8wdk5d3hifmj71xz5bk"))))
(build-system gnu-build-system)
(arguments
'(#:phases (alist-delete 'configure %standard-phases)
@@ -161,7 +161,7 @@ the traditional flat-text whatis databases.")
#:make-flags (list (string-append "MANDIR="
(assoc-ref %outputs "out")
"/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")
(description
"This package provides traditional Unix \"man pages\" documenting the