diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-04 01:29:14 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-05 19:33:09 +0200 |
commit | 9cd1b802fb000583cefafb9ccd35b87949fbb888 (patch) | |
tree | 92d73f6c9a5f3b2365296b4c7e1990da73112f10 /gnu/packages/man.scm | |
parent | d57eae24a4f8d936b3603526dbc03b7af253838f (diff) | |
download | guix-9cd1b802fb000583cefafb9ccd35b87949fbb888.tar.gz |
gnu: man-db: Update to 2.9.2.
* gnu/packages/man.scm (man-db): Update to 2.9.2.
Diffstat (limited to 'gnu/packages/man.scm')
-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 4dfac4f87b..779781f822 100644 --- a/gnu/packages/man.scm +++ b/gnu/packages/man.scm @@ -62,14 +62,14 @@ a flexible and convenient way.") (define-public man-db (package (name "man-db") - (version "2.9.1") + (version "2.9.2") (source (origin (method url-fetch) (uri (string-append "mirror://savannah/man-db/man-db-" version ".tar.xz")) (sha256 (base32 - "0ky7aq8313xa1y0zdwdbz5yvjfjb3xy0xymbimd2d9q9bky8lgds")))) + "0z04kwv5ymmd0pzadpaag696jfckg6rbz8x4jrgj09bmqqk3yf3v")))) (build-system gnu-build-system) (arguments `(#:phases |