gnu: mandoc: Update to 1.14.6.

* gnu/packages/man.scm (mandoc): Update to 1.14.6.
This commit is contained in:
Tobias Geerinckx-Rice 2021-09-24 17:47:51 +02:00
parent 93d8e6e0eb
commit f97d1ce1e1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -225,14 +225,14 @@ (define-public man-db
(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"