gnu: man-db: Update to 2.9.3.

* gnu/packages/man.scm (man-db): Update to 2.9.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-01 04:19:39 +02:00
parent 6c4500c4a0
commit eee9eab722
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -62,14 +62,14 @@ (define-public libpipeline
(define-public man-db (define-public man-db
(package (package
(name "man-db") (name "man-db")
(version "2.9.2") (version "2.9.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://savannah/man-db/man-db-" (uri (string-append "mirror://savannah/man-db/man-db-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0z04kwv5ymmd0pzadpaag696jfckg6rbz8x4jrgj09bmqqk3yf3v")))) "1f4palf5bdyf3f8sa0981cqxn9cjcr2pz53ngrrsybb9n0da2nps"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:phases