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
1 changed files with 2 additions and 2 deletions

View File

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