mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: txt2man: Update to 1.6.0.
* gnu/packages/man.scm (txt2man): Update to 1.6.0.
This commit is contained in:
parent
02de2f7bb2
commit
53c36279c2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue