summary refs log tree commit diff
path: root/gnu/packages/man.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-25 23:47:24 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-26 00:23:06 +0200
commit04b919324de9bc26b2093e4fdb5481917a7ec675 (patch)
treef7d0fb2eca29de36f3f0398d47819d494cac2f6d /gnu/packages/man.scm
parentb704e9ed108bc154ae8277182904e4739aaad35c (diff)
downloadguix-04b919324de9bc26b2093e4fdb5481917a7ec675.tar.gz
gnu: man-db: Update to 2.9.0.
* gnu/packages/man.scm (man-db): Update to 2.9.0.
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 de2377a14e..86efe64e52 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.8.5")
+    (version "2.9.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/man-db/man-db-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1hgnfcgbllmws8cs6zaxklq8b69i05zynxi87f3zxw9lfms54kdn"))))
+                "0qg2sdn8mayya0ril484iz1r7hi46l68d2d80cr6lvc7x3csqjjx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases