guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: man-pages: Update to 4.10.


From: Tobias Geerinckx-Rice
Subject: 01/06: gnu: man-pages: Update to 4.10.
Date: Wed, 15 Mar 2017 17:18:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4e128dd5822bca6981076727d5fbb4cc4a5e8ff1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Mar 15 16:04:06 2017 +0100

    gnu: man-pages: Update to 4.10.
    
    * gnu/packages/man.scm (man-pages): Update to 4.10.
    [home-page]: Use HTTPS.
---
 gnu/packages/man.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 3763292..38986cd 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]