diff options
author | Mark H Weaver <mhw@netris.org> | 2013-04-21 22:41:17 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-04-21 22:59:24 -0400 |
commit | 2306f7ab4bab7bf916bc7997a4aae48008690135 (patch) | |
tree | 7e4fe6c55106e8de8c104c9ffde169de83d705b8 /gnu/packages/groff.scm | |
parent | 6ed80bed48208d4a6e7a8aa394689b7274bace87 (diff) |
gnu: groff: Update to 1.22.2.
* gnu/packages/groff.scm (groff): Update to 1.22.2.
Diffstat (limited to 'gnu/packages/groff.scm')
-rw-r--r-- | gnu/packages/groff.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm index 5265faeee5..0bdb67f0bb 100644 --- a/gnu/packages/groff.scm +++ b/gnu/packages/groff.scm @@ -31,13 +31,13 @@ (define-public groff (package (name "groff") - (version "1.22.1") + (version "1.22.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/groff/groff-" version ".tar.gz")) (sha256 (base32 - "1kihja9sj182pqms8lah2nn3y96rqccws7w04f7f7wpy84vs5bvn")))) + "0xi07nhj5vdgax37rj25mwxzdmsz1ifx50hjgc6hqbkpqkd6821q")))) (build-system gnu-build-system) (inputs `(("bison" ,bison) ("ghostscript" ,ghostscript) |