guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: man-pages: Update to 6.02.


From: guix-commits
Subject: 06/08: gnu: man-pages: Update to 6.02.
Date: Thu, 19 Jan 2023 19:57:45 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1dde14e6d3f75dcaa96fbfdabc6143f33edbe3c0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 15 01:00:01 2023 +0100

    gnu: man-pages: Update to 6.02.
    
    * gnu/packages/man.scm (man-pages): Update to 6.02.
---
 gnu/packages/man.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 4fdd06e214..8565031571 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -270,7 +270,7 @@ PostScript, and PDF.  Additional tools include the 
@command{man} viewer, and
 (define-public man-pages
   (package
     (name "man-pages")
-    (version "6.01")
+    (version "6.02")
     (source
      (origin
        (method url-fetch)
@@ -280,7 +280,7 @@ PostScript, and PDF.  Additional tools include the 
@command{man} viewer, and
               (string-append 
"mirror://kernel.org/linux/docs/man-pages/Archive/"
                              "man-pages-" version ".tar.xz")))
        (sha256
-        (base32 "02swrdim3wq4ppsfv0zdxbnn9apz0bb4fyaihjlq1i484xxigrcb"))))
+        (base32 "159p60a0w5ri3i7bbfxzjfmj8sbpf030m38spny1ws585fv0kn36"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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