[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: man-pages: Update to 5.10.
From: |
guix-commits |
Subject: |
01/11: gnu: man-pages: Update to 5.10. |
Date: |
Tue, 22 Dec 2020 19:50:16 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 89809943722a69939e6fbf98d313b3c76f6d59ed
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Dec 22 21:48:10 2020 +0100
gnu: man-pages: Update to 5.10.
* gnu/packages/man.scm (man-pages): Update to 5.10.
---
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 0eadd9d..894272b 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -223,7 +223,7 @@ the traditional flat-text whatis databases.")
(define-public man-pages
(package
(name "man-pages")
- (version "5.09")
+ (version "5.10")
(source
(origin
(method url-fetch)
@@ -233,7 +233,7 @@ the traditional flat-text whatis databases.")
(string-append
"mirror://kernel.org/linux/docs/man-pages/Archive/"
"man-pages-" version ".tar.xz")))
(sha256
- (base32 "1whbxim4diyan97y9pz9k4ck16rmjalw5i1m0dg6ycv3pxv386nz"))))
+ (base32 "0ql7fqs0w2nbwv1b6ffnzyjz1sysvkhq8kb77wi2z7qip8sja43m"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases (delete 'configure))
- branch master updated (6d1160d -> 13e5d3b), guix-commits, 2020/12/22
- 05/11: gnu: xtl: Update to 0.6.23., guix-commits, 2020/12/22
- 07/11: gnu: wesnoth: Update to 1.14.15., guix-commits, 2020/12/22
- 01/11: gnu: man-pages: Update to 5.10.,
guix-commits <=
- 03/11: gnu: lttoolbox: Update to 3.5.3., guix-commits, 2020/12/22
- 08/11: gnu: goxel: Update to 0.10.7., guix-commits, 2020/12/22
- 09/11: gnu: ipset: Update to 7.10., guix-commits, 2020/12/22
- 11/11: gnu: grass: Update to 7.8.5., guix-commits, 2020/12/22
- 10/11: gnu: sysstat: Update to 12.4.2., guix-commits, 2020/12/22
- 02/11: gnu: htop: Update to 3.0.4., guix-commits, 2020/12/22
- 04/11: gnu: electron-cash: Update to 4.2.3., guix-commits, 2020/12/22
- 06/11: gnu: libfprint: Update to 1.90.6., guix-commits, 2020/12/22