gnu: txt2man: Update to 1.6.0.

* gnu/packages/man.scm (txt2man): Update to 1.6.0.
This commit is contained in:
Tobias Geerinckx-Rice 2017-03-01 07:05:03 +01:00
parent 02de2f7bb2
commit 53c36279c2
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -202,7 +202,7 @@ (define-public help2man
(define-public txt2man (define-public txt2man
(package (package
(name "txt2man") (name "txt2man")
(version "1.5.6") (version "1.6.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -211,7 +211,7 @@ (define-public txt2man
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0sjq687jknq65wbnjh2siq8hc09ydpnlmrkrnwl66mrhd4n9g7fz")))) "168cj96974n2z0igin6j1ic1m45zyic7nm5ark7frq8j78rrx4zn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no "check" target `(#:tests? #f ; no "check" target