[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: man-db: Update to 2.12.0.
From: |
guix-commits |
Subject: |
01/02: gnu: man-db: Update to 2.12.0. |
Date: |
Wed, 21 Feb 2024 23:13:02 -0500 (EST) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 361a6461b6c675582d87c5f979044812ef6e563d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Feb 21 17:01:43 2024 -0500
gnu: man-db: Update to 2.12.0.
* gnu/packages/man.scm (man-db): Update to 2.12.0.
Change-Id: I16c106f41a3d8fed1ad2de5e64992d82a5be96a3
---
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 674b660e5d..e744fc4004 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -128,14 +128,14 @@ a flexible and convenient way.")
(define-public man-db
(package
(name "man-db")
- (version "2.11.1")
+ (version "2.12.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/man-db/man-db-"
version ".tar.xz"))
(sha256
(base32
- "1k5nhy2c33k0p2f1sbb4hxpwrjw6v4scchwykkg4g61la59amarf"))))
+ "15bak56wf99xdr1p3kaish6pkrrvhl6p2rhgzwiasr17la264nj1"))))
(build-system gnu-build-system)
(arguments
(list #:phases