guix-commits
[Top][All Lists]
Advanced

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

29/46: gnu: man-pages: Update to 6.01.


From: guix-commits
Subject: 29/46: gnu: man-pages: Update to 6.01.
Date: Fri, 16 Dec 2022 21:38:59 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 36cfb61d21239cdc0a6a40269e2449f8b9d3b08e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:01 2022 +0100

    gnu: man-pages: Update to 6.01.
    
    * gnu/packages/man.scm (man-pages): Update to 6.01.
---
 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 5d4643d842..ae9fe87a2f 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.00")
+    (version "6.01")
     (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 "1252c1356z5spya3yl0lcmmymglx3bmfwmamiz1y5l13xqpwbnwy"))))
+        (base32 "02swrdim3wq4ppsfv0zdxbnn9apz0bb4fyaihjlq1i484xxigrcb"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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