1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 04:30:32 +02:00

gnu: texlive-texinfo: Update to 2025.2.75617.

* gnu/packages/tex.scm (texlive-texinfo): Update to 2025.2.75617.

Change-Id: I2a35d207a3b4b435f42dfbfa56a9cd154f12c249
This commit is contained in:
Florian Pelz
2025-06-26 13:39:25 +02:00
parent 01c1c4872e
commit 9473ffe78c

View File

@@ -73343,17 +73343,18 @@ TAP notation is included.")
(define-public texlive-texinfo
(package
(name "texlive-texinfo")
(version "2025.2")
(version "2025.2.75617")
(source (origin
(method svn-multi-fetch)
(uri (svn-multi-reference
(url (texlive-packages-repository version))
(revision 74725)
(url (string-append
%texlive-repository "trunk/Master/texmf-dist"))
(revision 75617)
(locations (list "tex/texinfo/"))))
(file-name (git-file-name name version))
(sha256
(base32
"0fqwwj136np01mijiwxk51j0si62mf6hh54i06i6k439678bpca8"))))
"1kyxk1kc174s07shalhg3462vw5nwrwqfvp1idz05zgma6nad42s"))))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/texinfo")
(synopsis "Texinfo documentation system")