me
/
guix
Archived
1
0
Fork 0

gnu: texinfo: Update to 7.0.2.

* gnu/packages/texinfo.scm (texinfo-7): Update to 7.0.2.
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
1 changed files with 2 additions and 2 deletions

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)