diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 04:33:45 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 16:01:19 +0100 |
commit | 3a83862db05be4813af689fb8076ce214464a30e (patch) | |
tree | 867fcaab01c7966187ff2ed36bf2438ef71b6210 | |
parent | c3bde0b7af30a7d228e74bee44ddc4c4b1f4532c (diff) |
gnu: man-db: Update to 2.9.1.
* gnu/packages/man.scm (man-db): Update to 2.9.1.
-rw-r--r-- | gnu/packages/man.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm index e105969666..3f31ec96b3 100644 --- a/gnu/packages/man.scm +++ b/gnu/packages/man.scm @@ -60,14 +60,14 @@ a flexible and convenient way.") (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 |