summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/texinfo.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm
index 2116e1d2a9a..e87b1a7024b 100644
--- a/gnu/packages/texinfo.scm
+++ b/gnu/packages/texinfo.scm
@@ -111,14 +111,14 @@ is on expressing the content semantically, avoiding physical markup commands.")
111(define-public texinfo-7 111(define-public texinfo-7
112 (package 112 (package
113 (inherit texinfo) 113 (inherit texinfo)
114 (version "7.1.1") 114 (version "7.3")
115 (source (origin 115 (source (origin
116 (method url-fetch) 116 (method url-fetch)
117 (uri (string-append "mirror://gnu/texinfo/texinfo-" 117 (uri (string-append "mirror://gnu/texinfo/texinfo-"
118 version ".tar.xz")) 118 version ".tar.xz"))
119 (sha256 119 (sha256
120 (base32 120 (base32
121 "10kcdb3pf7yakniccvv0krchs2fh3vh1rvhvnqr98ll3cbj3gbii")))) 121 "0bn7ckhxjqrgfvxz122vr5z9bs26bpfxyr2jp1rriyhwynq4xxsi"))))
122 (inputs (modify-inputs (package-inputs texinfo) 122 (inputs (modify-inputs (package-inputs texinfo)
123 (append perl-archive-zip ;needed for 'tex2any --epub3' 123 (append perl-archive-zip ;needed for 'tex2any --epub3'
124 perl-unicode-eastasianwidth perl-text-unidecode 124 perl-unicode-eastasianwidth perl-text-unidecode