1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

View File

@@ -103,14 +103,14 @@ is on expressing the content semantically, avoiding physical markup commands.")
(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)