gnu: texinfo: Update to 5.2.

* gnu/packages/texinfo.scm (texinfo): Update to 5.2.
This commit is contained in:
Ludovic Courtès 2013-09-27 22:02:50 +02:00
parent 09d80ed583
commit b16b7a0666
1 changed files with 2 additions and 2 deletions

View File

@ -28,14 +28,14 @@
(define-public texinfo (define-public texinfo
(package (package
(name "texinfo") (name "texinfo")
(version "5.1") (version "5.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/texinfo/texinfo-" (uri (string-append "mirror://gnu/texinfo/texinfo-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0864v5i488x3mb3v5p6nhy2kw0mqkzpa3b0453iibj81zlpq078q")))) "1njfwh2z34r2c4r0iqa7v24wmjzvsfyz4vplzry8ln3479lfywal"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses) (inputs `(("ncurses" ,ncurses)
("xz" ,xz) ("xz" ,xz)