gnu: man-db: Update to 2.12.0.

* gnu/packages/man.scm (man-db): Update to 2.12.0.

Change-Id: I16c106f41a3d8fed1ad2de5e64992d82a5be96a3
This commit is contained in:
Maxim Cournoyer 2024-02-21 17:01:43 -05:00 committed by Ludovic Courtès
parent 6b9a733507
commit 548c606636
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -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