gnu: groff: Update to 1.22.2.
* gnu/packages/groff.scm (groff): Update to 1.22.2.
This commit is contained in:
parent
6ed80bed48
commit
2306f7ab4b
|
@ -31,13 +31,13 @@
|
||||||
(define-public groff
|
(define-public groff
|
||||||
(package
|
(package
|
||||||
(name "groff")
|
(name "groff")
|
||||||
(version "1.22.1")
|
(version "1.22.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/groff/groff-" version
|
(uri (string-append "mirror://gnu/groff/groff-" version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"1kihja9sj182pqms8lah2nn3y96rqccws7w04f7f7wpy84vs5bvn"))))
|
"0xi07nhj5vdgax37rj25mwxzdmsz1ifx50hjgc6hqbkpqkd6821q"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("bison" ,bison)
|
(inputs `(("bison" ,bison)
|
||||||
("ghostscript" ,ghostscript)
|
("ghostscript" ,ghostscript)
|
||||||
|
|
Loading…
Reference in New Issue