gnu: texinfo: Update to 7.0.2.

* gnu/packages/texinfo.scm (texinfo-7): Update to 7.0.2.
This commit is contained in:
Ludovic Courtès 2023-01-25 17:36:57 +01:00
parent 8b2721de6a
commit cb141aaf67
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -103,14 +103,14 @@ (define-public texinfo
(define-public texinfo-7
(package
(inherit texinfo)
(version "7.0.1")
(version "7.0.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/texinfo/texinfo-"
version ".tar.xz"))
(sha256
(base32
"1cn6na6vgz6nhda0f5naiysx5sqhw3azi81qk6hah1yqnbyj3lmw"))))))
"1balvbkdlwa8zwnzp4irkixq1zhps2wr6njmwj4ilgiqc4rfq4gj"))))))
(define-public texinfo-5
(package (inherit texinfo)