summaryrefslogtreecommitdiff
path: root/gnu/packages/man.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-01 04:19:39 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-01 04:27:42 +0200
commiteee9eab722fbd7e433a94ef0bb4320f333e2495f (patch)
tree8d2db4401c87302d32998dfe0fc011ee91b49d66 /gnu/packages/man.scm
parent6c4500c4a0e766e0147f4ebe57bae63e9ba99a6f (diff)
downloadguix-patches-eee9eab722fbd7e433a94ef0bb4320f333e2495f.tar
guix-patches-eee9eab722fbd7e433a94ef0bb4320f333e2495f.tar.gz
gnu: man-db: Update to 2.9.3.
* gnu/packages/man.scm (man-db): Update to 2.9.3.
Diffstat (limited to 'gnu/packages/man.scm')
-rw-r--r--gnu/packages/man.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 2d059baddc..21d7ba63f6 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.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