gnu: man-db: Update to 2.9.1.

* gnu/packages/man.scm (man-db): Update to 2.9.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-09 04:33:45 +01:00
parent c3bde0b7af
commit 3a83862db0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -60,14 +60,14 @@ (define-public libpipeline
(define-public man-db
(package
(name "man-db")
(version "2.9.0")
(version "2.9.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/man-db/man-db-"
version ".tar.xz"))
(sha256
(base32
"0qg2sdn8mayya0ril484iz1r7hi46l68d2d80cr6lvc7x3csqjjx"))))
"0ky7aq8313xa1y0zdwdbz5yvjfjb3xy0xymbimd2d9q9bky8lgds"))))
(build-system gnu-build-system)
(arguments
`(#:phases