Skip to content
Snippets Groups Projects
Unverified Commit 04b91932 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: man-db: Update to 2.9.0.

* gnu/packages/man.scm (man-db): Update to 2.9.0.
parent b704e9ed
No related branches found
No related tags found
No related merge requests found
...@@ -60,14 +60,14 @@ (define-public libpipeline ...@@ -60,14 +60,14 @@ (define-public libpipeline
(define-public man-db (define-public man-db
(package (package
(name "man-db") (name "man-db")
(version "2.8.5") (version "2.9.0")
(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
"1hgnfcgbllmws8cs6zaxklq8b69i05zynxi87f3zxw9lfms54kdn")))) "0qg2sdn8mayya0ril484iz1r7hi46l68d2d80cr6lvc7x3csqjjx"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:phases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment