guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: man-pages: Update to 5.13.


From: guix-commits
Subject: branch master updated: gnu: man-pages: Update to 5.13.
Date: Fri, 27 Aug 2021 13:33:44 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ad7d478  gnu: man-pages: Update to 5.13.
ad7d478 is described below

commit ad7d478d86590899fedb037dd6e3fd3960231d59
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Aug 27 18:21:52 2021 +0200

    gnu: man-pages: Update to 5.13.
    
    * gnu/packages/man.scm (man-pages): Update to 5.13.
---
 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 caaa6da..50295b5 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -269,7 +269,7 @@ PostScript, and PDF.  Additional tools include the 
@command{man} viewer, and
 (define-public man-pages
   (package
     (name "man-pages")
-    (version "5.12")
+    (version "5.13")
     (source
      (origin
        (method url-fetch)
@@ -279,7 +279,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 "07ip4f70nyxn24wy0fin6klq1hm1cjjvzr9zh5baqzssl1hckxbs"))))
+        (base32 "12vb15gs56g8wl5nqlm4llr508brh4m2lfknhq4lizbxzqzawkb1"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases (delete 'configure))



reply via email to

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