nckx pushed a commit to branch master
in repository guix.

commit 9cd1b802fb000583cefafb9ccd35b87949fbb888
Author: Tobias Geerinckx-Rice <m...@tobias.gr>
AuthorDate: Thu Jun 4 01:29:14 2020 +0200

    gnu: man-db: Update to 2.9.2.
    
    * gnu/packages/man.scm (man-db): Update to 2.9.2.
---
 gnu/packages/man.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 4dfac4f..779781f 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

Reply via email to