mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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
|
||||
(package
|
||||
(name "txt2man")
|
||||
(version "1.5.6")
|
||||
(version "1.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -211,7 +211,7 @@ (define-public txt2man
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0sjq687jknq65wbnjh2siq8hc09ydpnlmrkrnwl66mrhd4n9g7fz"))))
|
||||
"168cj96974n2z0igin6j1ic1m45zyic7nm5ark7frq8j78rrx4zn"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no "check" target
|
||||
|
|
Loading…
Reference in a new issue