summaryrefslogtreecommitdiff
path: root/gnu/packages/man.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-09-24 17:47:51 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-09-24 17:48:47 +0200
commitf97d1ce1e19fe770ff87e4ae51ab4c1bd6889492 (patch)
tree721345e7cb9fe58660f56b19c417528b3c34f64a /gnu/packages/man.scm
parent93d8e6e0ebe21a10de7b429f4e1f1c639c5020d1 (diff)
downloadguix-patches-f97d1ce1e19fe770ff87e4ae51ab4c1bd6889492.tar
guix-patches-f97d1ce1e19fe770ff87e4ae51ab4c1bd6889492.tar.gz
gnu: mandoc: Update to 1.14.6.
* gnu/packages/man.scm (mandoc): Update to 1.14.6.
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 49e149128d..7db3da2bb7 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"