diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-02-17 16:59:45 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-02-20 17:25:23 +0100 |
commit | b3e508dadbeb1a08592f8691a1de63bdeb43b39a (patch) | |
tree | 662ae2d2ca6f143d59858a64448d98826d3c0706 /gnu/packages/texinfo.scm | |
parent | 47f66348f7c80056d6ae9637c42fce4effa688db (diff) | |
download | patches-b3e508dadbeb1a08592f8691a1de63bdeb43b39a.tar patches-b3e508dadbeb1a08592f8691a1de63bdeb43b39a.tar.gz |
gnu: texinfo: Update to 6.6.
* gnu/packages/patches/texinfo-perl-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/texinfo.scm (texinfo): Update to 6.6.
[source](patches): Remove.
Diffstat (limited to 'gnu/packages/texinfo.scm')
-rw-r--r-- | gnu/packages/texinfo.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm index fa98bd56b8..befdd78551 100644 --- a/gnu/packages/texinfo.scm +++ b/gnu/packages/texinfo.scm @@ -32,15 +32,14 @@ (define-public texinfo (package (name "texinfo") - (version "6.5") + (version "6.6") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/texinfo/texinfo-" version ".tar.xz")) - (patches (search-patches "texinfo-perl-compat.patch")) (sha256 (base32 - "0qjzvbvnv9003xdrcpi3jp7y68j4hq2ciw9frh2hghh698zlnxvp")))) + "0rixv4c301djr0d0cnsxs8c1wjndi6bf9vi5axz6mwjkv80cmfcv")))) (build-system gnu-build-system) (inputs `(("ncurses" ,ncurses) ("perl" ,perl))) |