guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: mandoc: Update to 1.14.6.


From: guix-commits
Subject: 02/06: gnu: mandoc: Update to 1.14.6.
Date: Fri, 24 Sep 2021 11:49:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f97d1ce1e19fe770ff87e4ae51ab4c1bd6889492
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 24 17:47:51 2021 +0200

    gnu: mandoc: Update to 1.14.6.
    
    * gnu/packages/man.scm (mandoc): Update to 1.14.6.
---
 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 49e1491..7db3da2 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -225,14 +225,14 @@ the traditional flat-text whatis databases.")
 (define-public mandoc
   (package
     (name "mandoc")
-    (version "1.14.5")
+    (version "1.14.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://mandoc.bsd.lv/snapshots/mandoc-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1xyqllxpjj1kimlipx11pzyywf5c25i4wmv0lqm7ph3gnlnb86c2"))))
+                "174x2x9ws47b14lm339j6rzm7mxy1j3qhh484khscw0yy1qdbw4b"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "regress"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]