mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: texinfo: Update to 7.0.2.
* gnu/packages/texinfo.scm (texinfo-7): Update to 7.0.2.
This commit is contained in:
parent
8b2721de6a
commit
cb141aaf67
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue