diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 337bc6518b..870d9b053a 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -202,7 +202,7 @@ (define texlive-source (uri (svn-reference (url (string-append %texlive-repository "tags/texlive-" %texlive-version "/Build/source/")) - (revision %texlive-revision))) + (revision 66594))) (file-name (git-file-name "texlive-source" %texlive-version)) (sha256 (base32 @@ -373,9 +373,6 @@ (define-public texlive-scripts (package (name "texlive-scripts") (version "2023.0") - ;; We cannot use `texlive-origin' because its locations start out in - ;; "texmf-dist" directory which is one level below "tlpkg" that we also - ;; need to pull here. (source (origin (method svn-multi-fetch) (uri (svn-multi-reference @@ -436,7 +433,7 @@ (define-public texlive-scripts "tlpkg/installer/curl/curl-ca-bundle.crt" "tlpkg/TeXLive/" "tlpkg/texlive.tlpdb")) - (revision %texlive-revision))) + (revision 66594))) (file-name (git-file-name name version)) (sha256 "0sqbg5kjpzkpm1fq2c9hpf4f21bvjs3xas944dlbqp44lsqhcmsk"))) @@ -517,27 +514,32 @@ (define-public texlive-hyphen-complete (package (name "texlive-hyphen-complete") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/dehyph-exptl/" - "doc/generic/elhyphen/" - "doc/generic/huhyphen/" - "doc/generic/hyph-utf8/" - "doc/luatex/hyph-utf8/" - "doc/generic/ukrhyph/" - "source/generic/hyph-utf8/" - "source/luatex/hyph-utf8/" - "source/generic/ruhyphen/" - "tex/generic/config/" - "tex/generic/dehyph/" - "tex/generic/dehyph-exptl/" - "tex/generic/hyph-utf8/" - "tex/generic/hyphen/" - "tex/generic/ruhyphen/" - "tex/generic/ukrhyph/" - "tex/luatex/hyph-utf8/") - (base32 - "1vzv92jvmnnga1xz5vrv8i6cy0dvrrly5x9nfrfzshlkm9bi3g4c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/dehyph-exptl/" + "doc/generic/elhyphen/" + "doc/generic/huhyphen/" + "doc/generic/hyph-utf8/" + "doc/generic/ukrhyph/" + "doc/luatex/hyph-utf8/" + "source/generic/hyph-utf8/" + "source/generic/ruhyphen/" + "source/luatex/hyph-utf8/" + "tex/generic/config/" + "tex/generic/dehyph-exptl/" + "tex/generic/dehyph/" + "tex/generic/hyph-utf8/" + "tex/generic/hyphen/" + "tex/generic/ruhyphen/" + "tex/generic/ukrhyph/" + "tex/luatex/hyph-utf8/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11cddwhlnljm3liy2bplsjbvipnjb1vqmb4a6pn5y9k6kr2rxlmp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -1343,12 +1345,17 @@ (define-public texlive-12many (package (name "texlive-12many") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/12many/" "source/latex/12many/" - "tex/latex/12many/") - (base32 - "104vqgl5kqdbwfa5wxj7gpxfrqa3k4ky4806mg6zscd6palf2gi5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/12many/" "source/latex/12many/" + "tex/latex/12many/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "104vqgl5kqdbwfa5wxj7gpxfrqa3k4ky4806mg6zscd6palf2gi5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/one2many") @@ -1366,13 +1373,18 @@ (define-public texlive-a2ping (package (name "texlive-a2ping") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/a2ping.1" - "doc/man/man1/a2ping.man1.pdf" - "doc/support/a2ping/" "scripts/a2ping/") - (base32 - "1lhmh1rnykmi6i5mklj7fwhndw1xxmwy2xsy8j1px8ishf5czhvq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/a2ping.1" + "doc/man/man1/a2ping.man1.pdf" + "doc/support/a2ping/" "scripts/a2ping/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lhmh1rnykmi6i5mklj7fwhndw1xxmwy2xsy8j1px8ishf5czhvq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "a2ping.pl"))) @@ -1392,11 +1404,16 @@ (define-public texlive-aaai-named (package (name "texlive-aaai-named") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/aaai-named/") - (base32 - "1xs2iki0v1mh0kbqjxnv9r24bcfmgj6myfw7h368h8g0s1n8d5v6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/aaai-named/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xs2iki0v1mh0kbqjxnv9r24bcfmgj6myfw7h368h8g0s1n8d5v6")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/aaai-named") (synopsis "BibTeX style for AAAI") @@ -1409,12 +1426,17 @@ (define-public texlive-aalok (package (name "texlive-aalok") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/aalok/" "source/latex/aalok/" - "tex/latex/aalok/") - (base32 - "0vpvqv60p5v3frdqa5r8k9k4zxk0icma5blw9dr6jhqfzf6lc3jy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/aalok/" "source/latex/aalok/" + "tex/latex/aalok/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vpvqv60p5v3frdqa5r8k9k4zxk0icma5blw9dr6jhqfzf6lc3jy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/aalok") @@ -1431,12 +1453,17 @@ (define-public texlive-aastex (package (name "texlive-aastex") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/aastex/" "doc/latex/aastex/" - "tex/latex/aastex/") - (base32 - "07kbrv0vhlpdaxqkiwn2q4psldn5p2x5mmpaw70g6pgcbhk7r74h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/aastex/" "doc/latex/aastex/" + "tex/latex/aastex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07kbrv0vhlpdaxqkiwn2q4psldn5p2x5mmpaw70g6pgcbhk7r74h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/aastex") @@ -1452,12 +1479,17 @@ (define-public texlive-abc (package (name "texlive-abc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/abc/" "source/latex/abc/" - "tex/latex/abc/") - (base32 - "1vywrv35h65gkxipc7d26k32r04fk61kfkkk9bj3zsmxsw1v3r8d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/abc/" "source/latex/abc/" + "tex/latex/abc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vywrv35h65gkxipc7d26k32r04fk61kfkkk9bj3zsmxsw1v3r8d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/abc") @@ -1474,11 +1506,16 @@ (define-public texlive-abnt (package (name "texlive-abnt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/abnt/" "tex/latex/abnt/") - (base32 - "1zjsvp6ng6vf87mmnv18q435h6p3ygs512pk0m05yd8gyrmhmrxr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/abnt/" "tex/latex/abnt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zjsvp6ng6vf87mmnv18q435h6p3ygs512pk0m05yd8gyrmhmrxr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/abnt") @@ -1493,12 +1530,17 @@ (define-public texlive-abntex2 (package (name "texlive-abntex2") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/abntex2/" "bibtex/bst/abntex2/" - "doc/latex/abntex2/" "tex/latex/abntex2/") - (base32 - "07752n6s2nl4h8j1wg7hjx2wisn505asb1r1i38z7qjbzg7lwqq5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/abntex2/" "bibtex/bst/abntex2/" + "doc/latex/abntex2/" "tex/latex/abntex2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07752n6s2nl4h8j1wg7hjx2wisn505asb1r1i38z7qjbzg7lwqq5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/abntex2") @@ -1515,11 +1557,16 @@ (define-public texlive-abntexto (package (name "texlive-abntexto") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/abntexto/" "tex/latex/abntexto/") - (base32 - "1c560h2555hx1pcq70yg9qdgqp1bkxidabp53fd0gyvb141s3d79"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/abntexto/" "tex/latex/abntexto/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c560h2555hx1pcq70yg9qdgqp1bkxidabp53fd0gyvb141s3d79")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/abntexto") @@ -1534,13 +1581,18 @@ (define-public texlive-aboensis (package (name "texlive-aboensis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/aboensis/" - "fonts/opentype/public/aboensis/" - "tex/latex/aboensis/") - (base32 - "14333k6bkfywdka3h2a2yd2nw0521q0lwl3x38612j7cb82izyi3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/aboensis/" + "fonts/opentype/public/aboensis/" + "tex/latex/aboensis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14333k6bkfywdka3h2a2yd2nw0521q0lwl3x38612j7cb82izyi3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/aboensis") @@ -1570,13 +1622,18 @@ (define-public texlive-academicons (package (name "texlive-academicons") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/academicons/" - "fonts/truetype/public/academicons/" - "tex/latex/academicons/") - (base32 - "1gxgj0ppyrf6pj9qvhk02ybwf68yzlh2110r41iwsai5by2iczhm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/academicons/" + "fonts/truetype/public/academicons/" + "tex/latex/academicons/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gxgj0ppyrf6pj9qvhk02ybwf68yzlh2110r41iwsai5by2iczhm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/academicons") @@ -1595,18 +1652,23 @@ (define-public texlive-accanthis (package (name "texlive-accanthis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/accanthis/" - "fonts/enc/dvips/accanthis/" - "fonts/map/dvips/accanthis/" - "fonts/opentype/arkandis/accanthis/" - "fonts/tfm/arkandis/accanthis/" - "fonts/type1/arkandis/accanthis/" - "fonts/vf/arkandis/accanthis/" - "tex/latex/accanthis/") - (base32 - "1xpy3bs8wwb6ncw4c8kc5vvddl77rmjwfjq66xw12sc8mgg9grmv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/accanthis/" + "fonts/enc/dvips/accanthis/" + "fonts/map/dvips/accanthis/" + "fonts/opentype/arkandis/accanthis/" + "fonts/tfm/arkandis/accanthis/" + "fonts/type1/arkandis/accanthis/" + "fonts/vf/arkandis/accanthis/" + "tex/latex/accanthis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xpy3bs8wwb6ncw4c8kc5vvddl77rmjwfjq66xw12sc8mgg9grmv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/accanthis") @@ -1621,11 +1683,16 @@ (define-public texlive-accents (package (name "texlive-accents") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/accents/" "tex/latex/accents/") - (base32 - "0p8g86xbfladz52dwbssmw3w9mbl987d1b740d25miphvj4ia9y9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/accents/" "tex/latex/accents/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p8g86xbfladz52dwbssmw3w9mbl987d1b740d25miphvj4ia9y9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/accents") @@ -1640,12 +1707,17 @@ (define-public texlive-accfonts (package (name "texlive-accfonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/accfonts/" "scripts/accfonts/" - "tex/latex/accfonts/") - (base32 - "0kja24rh0ysljwgkyg9mf47h64ayi2kmb1jb3dmvb42ywvg0w9i7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/accfonts/" "scripts/accfonts/" + "tex/latex/accfonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kja24rh0ysljwgkyg9mf47h64ayi2kmb1jb3dmvb42ywvg0w9i7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "mkt1font" "vpl2ovp" "vpl2vpl"))) @@ -1664,12 +1736,17 @@ (define-public texlive-accsupp (package (name "texlive-accsupp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/accsupp/" "source/latex/accsupp/" - "tex/latex/accsupp/") - (base32 - "10xdg3gk5madpb131lhc9x2sxzby4rvqycbfzb5kl2zkwr1qw5v7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/accsupp/" "source/latex/accsupp/" + "tex/latex/accsupp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10xdg3gk5madpb131lhc9x2sxzby4rvqycbfzb5kl2zkwr1qw5v7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/accsupp") @@ -1685,11 +1762,16 @@ (define-public texlive-abbr (package (name "texlive-abbr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/abbr/" "tex/generic/abbr/") - (base32 - "0zi5qkgr2nnb3jp5adv42d84w7yav1dw0lgg2vdxfsz03j1bmlsb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/abbr/" "tex/generic/abbr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zi5qkgr2nnb3jp5adv42d84w7yav1dw0lgg2vdxfsz03j1bmlsb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/abbr") @@ -1705,14 +1787,19 @@ (define-public texlive-abstyles (package (name "texlive-abstyles") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/abstyles/" - "bibtex/bst/abstyles/" - "doc/bibtex/abstyles/" - "tex/generic/abstyles/") - (base32 - "1ij4cp3pydfs4lch0f93gi2q7msafxyqfvv44whw1ppczidicnn2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/abstyles/" + "bibtex/bst/abstyles/" + "doc/bibtex/abstyles/" + "tex/generic/abstyles/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ij4cp3pydfs4lch0f93gi2q7msafxyqfvv44whw1ppczidicnn2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/abstyles-orig") @@ -1731,12 +1818,17 @@ (define-public texlive-acmconf (package (name "texlive-acmconf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/acmconf/" "source/latex/acmconf/" - "tex/latex/acmconf/") - (base32 - "0j30krvxzps7ka3xzv0qifrzxhxzkr3b3f9gska6najp1dvygs3a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/acmconf/" "source/latex/acmconf/" + "tex/latex/acmconf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0j30krvxzps7ka3xzv0qifrzxhxzkr3b3f9gska6najp1dvygs3a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/acmconf") @@ -1752,13 +1844,18 @@ (define-public texlive-active-conf (package (name "texlive-active-conf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/active-conf/" - "source/latex/active-conf/" - "tex/latex/active-conf/") - (base32 - "12krmwspwkhcwk5q0qf2hldnsk44vd2jfssfdiwm97alicc3cpj1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/active-conf/" + "source/latex/active-conf/" + "tex/latex/active-conf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12krmwspwkhcwk5q0qf2hldnsk44vd2jfssfdiwm97alicc3cpj1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/active-conf") @@ -1774,14 +1871,19 @@ (define-public texlive-adfathesis (package (name "texlive-adfathesis") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/adfathesis/" - "doc/latex/adfathesis/" - "source/latex/adfathesis/" - "tex/latex/adfathesis/") - (base32 - "0zi91xc3sbdjvp87zgrb7g3l5hxqig33fchlhg2i8gjya9ij67p6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/adfathesis/" + "doc/latex/adfathesis/" + "source/latex/adfathesis/" + "tex/latex/adfathesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zi91xc3sbdjvp87zgrb7g3l5hxqig33fchlhg2i8gjya9ij67p6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/adfathesis") @@ -1794,17 +1896,22 @@ (define-public texlive-adforn (package (name "texlive-adforn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/adforn/" - "fonts/afm/arkandis/adforn/" - "fonts/enc/dvips/adforn/" - "fonts/map/dvips/adforn/" - "fonts/tfm/arkandis/adforn/" - "fonts/type1/arkandis/adforn/" - "tex/latex/adforn/") - (base32 - "0dpdbqlc7p3mwm1bj1m5sbkwi5qjsvsfzfb0wnq4flvz1gc09245"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/adforn/" + "fonts/afm/arkandis/adforn/" + "fonts/enc/dvips/adforn/" + "fonts/map/dvips/adforn/" + "fonts/tfm/arkandis/adforn/" + "fonts/type1/arkandis/adforn/" + "tex/latex/adforn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dpdbqlc7p3mwm1bj1m5sbkwi5qjsvsfzfb0wnq4flvz1gc09245")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/adforn") @@ -1818,17 +1925,22 @@ (define-public texlive-adfsymbols (package (name "texlive-adfsymbols") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/adfsymbols/" - "fonts/afm/arkandis/adfsymbols/" - "fonts/enc/dvips/adfsymbols/" - "fonts/map/dvips/adfsymbols/" - "fonts/tfm/arkandis/adfsymbols/" - "fonts/type1/arkandis/adfsymbols/" - "tex/latex/adfsymbols/") - (base32 - "188is31d2zcd8kk339x4wvhhm98gbfkvq6pi25d9mva4vz3w1vf5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/adfsymbols/" + "fonts/afm/arkandis/adfsymbols/" + "fonts/enc/dvips/adfsymbols/" + "fonts/map/dvips/adfsymbols/" + "fonts/tfm/arkandis/adfsymbols/" + "fonts/type1/arkandis/adfsymbols/" + "tex/latex/adfsymbols/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "188is31d2zcd8kk339x4wvhhm98gbfkvq6pi25d9mva4vz3w1vf5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/adfsymbols") @@ -1842,14 +1954,19 @@ (define-public texlive-adhocfilelist (package (name "texlive-adhocfilelist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/adhocfilelist/" - "scripts/adhocfilelist/" - "source/support/adhocfilelist/" - "tex/support/adhocfilelist/") - (base32 - "097yy38571fa2hzp4s3p125xknqgjmkhv1vgi0q9vz83b6175hc4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/adhocfilelist/" + "scripts/adhocfilelist/" + "source/support/adhocfilelist/" + "tex/support/adhocfilelist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "097yy38571fa2hzp4s3p125xknqgjmkhv1vgi0q9vz83b6175hc4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "adhocfilelist.sh"))) @@ -1865,11 +1982,16 @@ (define-public texlive-adtrees (package (name "texlive-adtrees") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/adtrees/" "tex/latex/adtrees/") - (base32 - "0ypb609wvw3mvs7bf2mwa7r7v4frxjhfll8d1sqfry3dv3kr13pq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/adtrees/" "tex/latex/adtrees/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ypb609wvw3mvs7bf2mwa7r7v4frxjhfll8d1sqfry3dv3kr13pq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/adtrees") @@ -1883,11 +2005,16 @@ (define-public texlive-adobemapping (package (name "texlive-adobemapping") (version "2023.0") - (source (texlive-origin - name version - (list "fonts/cmap/adobemapping/") - (base32 - "1yvf74mlmxmnq9m0wvda9xcna8xnn382bbrzizzjm5w7bk8c4g98"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "fonts/cmap/adobemapping/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yvf74mlmxmnq9m0wvda9xcna8xnn382bbrzizzjm5w7bk8c4g98")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/adobemapping") (synopsis "Adobe CMap and PDF mapping files") @@ -1900,18 +2027,23 @@ (define-public texlive-aesupp (package (name "texlive-aesupp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/aesupp/" - "fonts/enc/dvips/aesupp/" - "fonts/map/dvips/aesupp/" - "fonts/opentype/public/aesupp/" - "fonts/tfm/public/aesupp/" - "fonts/type1/public/aesupp/" - "source/fonts/aesupp/" - "tex/latex/aesupp/") - (base32 - "1sx5802d1ib72i0ssjpr0c54pgq1s980wg3q1685pjniw68ns1vj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/aesupp/" + "fonts/enc/dvips/aesupp/" + "fonts/map/dvips/aesupp/" + "fonts/opentype/public/aesupp/" + "fonts/tfm/public/aesupp/" + "fonts/type1/public/aesupp/" + "source/fonts/aesupp/" + "tex/latex/aesupp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sx5802d1ib72i0ssjpr0c54pgq1s980wg3q1685pjniw68ns1vj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/aesupp") @@ -1928,14 +2060,19 @@ (define-public texlive-afm2pl (package (name "texlive-afm2pl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/afm2pl.1" - "doc/man/man1/afm2pl.man1.pdf" - "fonts/enc/dvips/afm2pl/" - "fonts/lig/afm2pl/" "tex/fontinst/afm2pl/") - (base32 - "19llzzr4kmmyf7l18ngx1rhaqaqvgm3md924m4dxcv7nmrvga2b2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/afm2pl.1" + "doc/man/man1/afm2pl.man1.pdf" + "fonts/enc/dvips/afm2pl/" + "fonts/lig/afm2pl/" "tex/fontinst/afm2pl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19llzzr4kmmyf7l18ngx1rhaqaqvgm3md924m4dxcv7nmrvga2b2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-afm2pl-bin)) @@ -1997,13 +2134,18 @@ (define-public texlive-afparticle (package (name "texlive-afparticle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/afparticle/" - "source/latex/afparticle/" - "tex/latex/afparticle/") - (base32 - "1g7dk32la2zlspdsw1pz15bf90jjycblgpg91m24bx70svdv67kv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/afparticle/" + "source/latex/afparticle/" + "tex/latex/afparticle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1g7dk32la2zlspdsw1pz15bf90jjycblgpg91m24bx70svdv67kv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/afparticle") @@ -2017,12 +2159,17 @@ (define-public texlive-afthesis (package (name "texlive-afthesis") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/afthesis/" "doc/latex/afthesis/" - "tex/latex/afthesis/") - (base32 - "1db9fzs4rf1d86n2gcn0zs255nlwc8i1yl5n9qzsn6xf5as7zz1i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/afthesis/" "doc/latex/afthesis/" + "tex/latex/afthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1db9fzs4rf1d86n2gcn0zs255nlwc8i1yl5n9qzsn6xf5as7zz1i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/afthesis") @@ -2036,12 +2183,17 @@ (define-public texlive-aguplus (package (name "texlive-aguplus") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/aguplus/" "doc/latex/aguplus/" - "tex/latex/aguplus/") - (base32 - "0qpi5r4y70cmxinr9y46rw6dfd337l5xhnqfvbkz27nw98j87fi3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/aguplus/" "doc/latex/aguplus/" + "tex/latex/aguplus/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qpi5r4y70cmxinr9y46rw6dfd337l5xhnqfvbkz27nw98j87fi3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/aguplus") @@ -2057,12 +2209,17 @@ (define-public texlive-aiaa (package (name "texlive-aiaa") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/aiaa/" "doc/latex/aiaa/" - "source/latex/aiaa/" "tex/latex/aiaa/") - (base32 - "0l6sp7q53nr1ppxaynfc0q3kf1hg5v22yxyvzjdg028rf1nvbhww"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/aiaa/" "doc/latex/aiaa/" + "source/latex/aiaa/" "tex/latex/aiaa/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l6sp7q53nr1ppxaynfc0q3kf1hg5v22yxyvzjdg028rf1nvbhww")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/aiaa") @@ -2078,11 +2235,16 @@ (define-public texlive-aichej (package (name "texlive-aichej") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/aichej/") - (base32 - "1pr92pq3yjsrbax6ah01cqg7131fp2rkqqjnxwcrm4119z2ic0gf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/aichej/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pr92pq3yjsrbax6ah01cqg7131fp2rkqqjnxwcrm4119z2ic0gf")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/aichej") (synopsis "Bibliography style file for the AIChE Journal") @@ -2096,11 +2258,16 @@ (define-public texlive-ajl (package (name "texlive-ajl") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/ajl/") - (base32 - "1xkrvy06lw4ngj94zybs14ysal2pg7g71h864gq9bjw0zwq2yjzs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/ajl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xkrvy06lw4ngj94zybs14ysal2pg7g71h864gq9bjw0zwq2yjzs")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ajl") (synopsis "BibTeX style for AJL") @@ -2113,12 +2280,17 @@ (define-public texlive-akshar (package (name "texlive-akshar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/akshar/" "source/latex/akshar/" - "tex/latex/akshar/") - (base32 - "17xiqalqpw64pgvmpsa41qf6y5fhg720rpbr57kv8ipvvm1fn3n5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/akshar/" "source/latex/akshar/" + "tex/latex/akshar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17xiqalqpw64pgvmpsa41qf6y5fhg720rpbr57kv8ipvvm1fn3n5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/akshar") @@ -2132,15 +2304,20 @@ (define-public texlive-albatross (package (name "texlive-albatross") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/albatross.1" - "doc/man/man1/albatross.man1.pdf" - "doc/support/albatross/" - "scripts/albatross/" - "source/support/albatross/") - (base32 - "147cdqiyapmhs6s5cp4f0vhc71d3w9kvxk8ylbrhsp5h97r8y6w9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/albatross.1" + "doc/man/man1/albatross.man1.pdf" + "doc/support/albatross/" + "scripts/albatross/" + "source/support/albatross/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "147cdqiyapmhs6s5cp4f0vhc71d3w9kvxk8ylbrhsp5h97r8y6w9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "albatross.sh"))) @@ -2155,18 +2332,23 @@ (define-public texlive-alegreya (package (name "texlive-alegreya") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/alegreya/" - "fonts/enc/dvips/alegreya/" - "fonts/map/dvips/alegreya/" - "fonts/opentype/huerta/alegreya/" - "fonts/tfm/huerta/alegreya/" - "fonts/type1/huerta/alegreya/" - "fonts/vf/huerta/alegreya/" - "tex/latex/alegreya/") - (base32 - "1n09fq89nxw3jaglmvjfl7ysflqi0rh6mmp6q0zn57m72sza9rra"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/alegreya/" + "fonts/enc/dvips/alegreya/" + "fonts/map/dvips/alegreya/" + "fonts/opentype/huerta/alegreya/" + "fonts/tfm/huerta/alegreya/" + "fonts/type1/huerta/alegreya/" + "fonts/vf/huerta/alegreya/" + "tex/latex/alegreya/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n09fq89nxw3jaglmvjfl7ysflqi0rh6mmp6q0zn57m72sza9rra")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/alegreya") @@ -2182,12 +2364,17 @@ (define-public texlive-aleph (package (name "texlive-aleph") (version "2023.0") - (source (texlive-origin - name version - (list "doc/aleph/base/" "doc/man/man1/aleph.1" - "doc/man/man1/aleph.man1.pdf") - (base32 - "0b7dihilh2v8qcp4m8fblyc10jc5i4fhpj3pspzinag0pk66b7nb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/aleph/base/" "doc/man/man1/aleph.1" + "doc/man/man1/aleph.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b7dihilh2v8qcp4m8fblyc10jc5i4fhpj3pspzinag0pk66b7nb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:create-formats #~(list "aleph"))) @@ -2235,18 +2422,23 @@ (define-public texlive-alfaslabone (package (name "texlive-alfaslabone") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/alfaslabone/" - "fonts/enc/dvips/alfaslabone/" - "fonts/map/dvips/alfaslabone/" - "fonts/opentype/public/alfaslabone/" - "fonts/tfm/public/alfaslabone/" - "fonts/type1/public/alfaslabone/" - "fonts/vf/public/alfaslabone/" - "tex/latex/alfaslabone/") - (base32 - "1wpn96dd1rca52dqwngvyyvnmvak32sjz2id6lcra2jnz5jhk01g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/alfaslabone/" + "fonts/enc/dvips/alfaslabone/" + "fonts/map/dvips/alfaslabone/" + "fonts/opentype/public/alfaslabone/" + "fonts/tfm/public/alfaslabone/" + "fonts/type1/public/alfaslabone/" + "fonts/vf/public/alfaslabone/" + "tex/latex/alfaslabone/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wpn96dd1rca52dqwngvyyvnmvak32sjz2id6lcra2jnz5jhk01g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/alfaslabone") @@ -2261,12 +2453,17 @@ (define-public texlive-alg (package (name "texlive-alg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/alg/" "source/latex/alg/" - "tex/latex/alg/") - (base32 - "0jqk9sgw2m4c6hssfc5c3qfxqvpyppvcmy8i5crm7fsmkv0y6wkg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/alg/" "source/latex/alg/" + "tex/latex/alg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jqk9sgw2m4c6hssfc5c3qfxqvpyppvcmy8i5crm7fsmkv0y6wkg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/alg") @@ -2284,12 +2481,17 @@ (define-public texlive-algobox (package (name "texlive-algobox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/algobox/" "source/latex/algobox/" - "tex/latex/algobox/") - (base32 - "03z5s4v1asfp6rm51wfkmax69rlggfdyb3p1acdy8cx1gwd10f2w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/algobox/" "source/latex/algobox/" + "tex/latex/algobox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03z5s4v1asfp6rm51wfkmax69rlggfdyb3p1acdy8cx1gwd10f2w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/algobox") @@ -2307,18 +2509,23 @@ (define-public texlive-algolrevived (package (name "texlive-algolrevived") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/algolrevived/" - "fonts/enc/dvips/algolrevived/" - "fonts/map/dvips/algolrevived/" - "fonts/opentype/public/algolrevived/" - "fonts/tfm/public/algolrevived/" - "fonts/type1/public/algolrevived/" - "fonts/vf/public/algolrevived/" - "tex/latex/algolrevived/") - (base32 - "0709ijp5jqajwdc9ryhjp4jky0pqynj9wj3rryxk9z6sm63pbq1k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/algolrevived/" + "fonts/enc/dvips/algolrevived/" + "fonts/map/dvips/algolrevived/" + "fonts/opentype/public/algolrevived/" + "fonts/tfm/public/algolrevived/" + "fonts/type1/public/algolrevived/" + "fonts/vf/public/algolrevived/" + "tex/latex/algolrevived/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0709ijp5jqajwdc9ryhjp4jky0pqynj9wj3rryxk9z6sm63pbq1k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/algolrevived") @@ -2335,12 +2542,17 @@ (define-public texlive-algorithm2e (package (name "texlive-algorithm2e") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/algorithm2e/" - "tex/latex/algorithm2e/") - (base32 - "0bf4fc9p84zy2zdl0hiklcbbxn17j3qyl02kyj5ya00lrf6sv93n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/algorithm2e/" + "tex/latex/algorithm2e/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bf4fc9p84zy2zdl0hiklcbbxn17j3qyl02kyj5ya00lrf6sv93n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/algorithm2e") @@ -2360,12 +2572,17 @@ (define-public texlive-algorithmicx (package (name "texlive-algorithmicx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/algorithmicx/" - "tex/latex/algorithmicx/") - (base32 - "0q0qkzc88479y5dqifnpfxhclk48gf1c4shxi1xhgqbvjp2gqgza"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/algorithmicx/" + "tex/latex/algorithmicx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q0qkzc88479y5dqifnpfxhclk48gf1c4shxi1xhgqbvjp2gqgza")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/algorithmicx") @@ -2382,13 +2599,18 @@ (define-public texlive-algorithms (package (name "texlive-algorithms") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/algorithms/" - "source/latex/algorithms/" - "tex/latex/algorithms/") - (base32 - "0yw0alkigq77a2ha4hdrvpagqvyy0cv61ddhvf227wlwmvw5ch2w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/algorithms/" + "source/latex/algorithms/" + "tex/latex/algorithms/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yw0alkigq77a2ha4hdrvpagqvyy0cv61ddhvf227wlwmvw5ch2w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/algorithms") @@ -2405,12 +2627,17 @@ (define-public texlive-algpseudocodex (package (name "texlive-algpseudocodex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/algpseudocodex/" - "tex/latex/algpseudocodex/") - (base32 - "1gjcdmzijiagzxwjwygqpbjjapzk9dfljv5d94iabzr8032l9rsh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/algpseudocodex/" + "tex/latex/algpseudocodex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gjcdmzijiagzxwjwygqpbjjapzk9dfljv5d94iabzr8032l9rsh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/algpseudocodex") @@ -2428,12 +2655,17 @@ (define-public texlive-algxpar (package (name "texlive-algxpar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/algxpar/" "source/latex/algxpar/" - "tex/latex/algxpar/") - (base32 - "1d4g8wl29k85x2liwab86fw1yvns68c4ms6v7mvviavcvml4d3mx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/algxpar/" "source/latex/algxpar/" + "tex/latex/algxpar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d4g8wl29k85x2liwab86fw1yvns68c4ms6v7mvviavcvml4d3mx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/algxpar") @@ -2447,13 +2679,18 @@ (define-public texlive-aligned-overset (package (name "texlive-aligned-overset") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/aligned-overset/" - "source/latex/aligned-overset/" - "tex/latex/aligned-overset/") - (base32 - "1awawz0ypq15r16mx949g7r7pp9a60xhi8hciy1xsa6dvvj47h5x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/aligned-overset/" + "source/latex/aligned-overset/" + "tex/latex/aligned-overset/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1awawz0ypq15r16mx949g7r7pp9a60xhi8hciy1xsa6dvvj47h5x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/aligned-overset") @@ -2468,12 +2705,17 @@ (define-public texlive-alkalami (package (name "texlive-alkalami") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/alkalami/" - "fonts/truetype/public/alkalami/") - (base32 - "0979xhsjar0gwjp9yqp0kaf4gp4z715gr2kdb8dkqg8zzlkqhgzk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/alkalami/" + "fonts/truetype/public/alkalami/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0979xhsjar0gwjp9yqp0kaf4gp4z715gr2kdb8dkqg8zzlkqhgzk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/alkalami") @@ -2487,16 +2729,21 @@ (define-public texlive-allrunes (package (name "texlive-allrunes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/allrunes/" - "fonts/map/dvips/allrunes/" - "fonts/source/public/allrunes/" - "fonts/type1/public/allrunes/" - "source/fonts/allrunes/" - "tex/latex/allrunes/") - (base32 - "14a1qaa30s4dzmg4dlrjd3faa3bcrl2gdpp700i8pghj3pjk7gp4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/allrunes/" + "fonts/map/dvips/allrunes/" + "fonts/source/public/allrunes/" + "fonts/type1/public/allrunes/" + "source/fonts/allrunes/" + "tex/latex/allrunes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14a1qaa30s4dzmg4dlrjd3faa3bcrl2gdpp700i8pghj3pjk7gp4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/allrunes") @@ -2511,18 +2758,23 @@ (define-public texlive-almendra (package (name "texlive-almendra") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/almendra/" - "fonts/enc/dvips/almendra/" - "fonts/map/dvips/almendra/" - "fonts/tfm/public/almendra/" - "fonts/truetype/public/almendra/" - "fonts/type1/public/almendra/" - "fonts/vf/public/almendra/" - "tex/latex/almendra/") - (base32 - "1mkj0cjpry0hdynlpf719haczm1csv0yvla6nhlgp3dq5k28hvp2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/almendra/" + "fonts/enc/dvips/almendra/" + "fonts/map/dvips/almendra/" + "fonts/tfm/public/almendra/" + "fonts/truetype/public/almendra/" + "fonts/type1/public/almendra/" + "fonts/vf/public/almendra/" + "tex/latex/almendra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mkj0cjpry0hdynlpf719haczm1csv0yvla6nhlgp3dq5k28hvp2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/almendra") @@ -2539,13 +2791,18 @@ (define-public texlive-almfixed (package (name "texlive-almfixed") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/almfixed/" - "fonts/opentype/public/almfixed/" - "fonts/truetype/public/almfixed/") - (base32 - "1ihyldbdz89swj8lm75kb3n3nqqgzkydwlppsndfpib74pvp6s97"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/almfixed/" + "fonts/opentype/public/almfixed/" + "fonts/truetype/public/almfixed/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ihyldbdz89swj8lm75kb3n3nqqgzkydwlppsndfpib74pvp6s97")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/almfixed") @@ -2567,12 +2824,17 @@ (define-public texlive-alpha-persian (package (name "texlive-alpha-persian") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/alpha-persian/" - "doc/bibtex/alpha-persian/") - (base32 - "15ynmgh3fp6s40c200kgr6v0q84bkzp9cv45yg90mr9d7mq72djv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/alpha-persian/" + "doc/bibtex/alpha-persian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15ynmgh3fp6s40c200kgr6v0q84bkzp9cv45yg90mr9d7mq72djv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/alpha-persian") @@ -2587,12 +2849,17 @@ (define-public texlive-amscdx (package (name "texlive-amscdx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/amscdx/" "source/latex/amscdx/" - "tex/latex/amscdx/") - (base32 - "13gxllncd46w4kscb7isivw6x82pw9yfamcv3sq6wnx68z03n2q3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/amscdx/" "source/latex/amscdx/" + "tex/latex/amscdx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13gxllncd46w4kscb7isivw6x82pw9yfamcv3sq6wnx68z03n2q3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/amscdx") @@ -2612,11 +2879,16 @@ (define-public texlive-amscls-doc (package (name "texlive-amscls-doc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/amscls-doc/") - (base32 - "0allim05cp20zhn480df2mivd3p9gnc069d7hbjlzv660bw7mapx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/amscls-doc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0allim05cp20zhn480df2mivd3p9gnc069d7hbjlzv660bw7mapx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/amscls-doc") @@ -2639,11 +2911,16 @@ (define-public texlive-amslatex-primer (package (name "texlive-amslatex-primer") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/amslatex-primer/") - (base32 - "1kzayyh1bycmq43s2xn81jf05r18azidbk3gv6igf2vaq37fmxil"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/amslatex-primer/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kzayyh1bycmq43s2xn81jf05r18azidbk3gv6igf2vaq37fmxil")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/amslatex-primer") @@ -2662,11 +2939,16 @@ (define-public texlive-amsldoc-it (package (name "texlive-amsldoc-it") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/amsldoc-it/") - (base32 - "0d4hwb7hywy56d6934448lcr6fdx7qchkfzs806dr7wfzfy36yix"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/amsldoc-it/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d4hwb7hywy56d6934448lcr6fdx7qchkfzs806dr7wfzfy36yix")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/amsldoc-it") @@ -2680,11 +2962,16 @@ (define-public texlive-amsldoc-vn (package (name "texlive-amsldoc-vn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/amsldoc-vn/") - (base32 - "1iz0zjn1v7izwbsq0zb6cvpnkbvk0nxw1b24j7dzqwk3m9j43i6x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/amsldoc-vn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1iz0zjn1v7izwbsq0zb6cvpnkbvk0nxw1b24j7dzqwk3m9j43i6x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/amslatexdoc-vietnamese") @@ -2698,13 +2985,18 @@ (define-public texlive-amstex (package (name "texlive-amstex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/amstex/base/" "doc/man/man1/amstex.1" - "doc/man/man1/amstex.man1.pdf" - "tex/amstex/base/" "tex/amstex/config/") - (base32 - "01yh10g2wwa58q151aqg246bsclks25qvd8axc1v799v37wlgqn3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/amstex/base/" "doc/man/man1/amstex.1" + "doc/man/man1/amstex.man1.pdf" + "tex/amstex/base/" "tex/amstex/config/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01yh10g2wwa58q151aqg246bsclks25qvd8axc1v799v37wlgqn3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:create-formats #~(list "amstex"))) @@ -2736,11 +3028,16 @@ (define-public texlive-amsthdoc-it (package (name "texlive-amsthdoc-it") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/amsthdoc-it/") - (base32 - "0ic88gs89m3d9ys40c4k7sgx6wy82c8isg2qkmd4snw5yms6fpaz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/amsthdoc-it/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ic88gs89m3d9ys40c4k7sgx6wy82c8isg2qkmd4snw5yms6fpaz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/amsthdoc-it") @@ -2754,18 +3051,23 @@ (define-public texlive-andika (package (name "texlive-andika") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/andika/" - "fonts/enc/dvips/andika/" - "fonts/map/dvips/andika/" - "fonts/tfm/SIL/andika/" - "fonts/truetype/SIL/andika/" - "fonts/type1/SIL/andika/" - "fonts/vf/SIL/andika/" - "tex/latex/andika/") - (base32 - "1gjahg3xwzwrj9cp6l0zmhfqxwzl4m89vvngmpq4ym0f6rg5pb4i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/andika/" + "fonts/enc/dvips/andika/" + "fonts/map/dvips/andika/" + "fonts/tfm/SIL/andika/" + "fonts/truetype/SIL/andika/" + "fonts/type1/SIL/andika/" + "fonts/vf/SIL/andika/" + "tex/latex/andika/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gjahg3xwzwrj9cp6l0zmhfqxwzl4m89vvngmpq4ym0f6rg5pb4i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/andika") @@ -2782,13 +3084,18 @@ (define-public texlive-annee-scolaire (package (name "texlive-annee-scolaire") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/annee-scolaire/" - "source/latex/annee-scolaire/" - "tex/latex/annee-scolaire/") - (base32 - "1nwm67p4s822d7r4kr3rbvnm9vlkvzjbikqy8hq2fqsc9bdx34ib"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/annee-scolaire/" + "source/latex/annee-scolaire/" + "tex/latex/annee-scolaire/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nwm67p4s822d7r4kr3rbvnm9vlkvzjbikqy8hq2fqsc9bdx34ib")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/annee-scolaire") @@ -2805,11 +3112,16 @@ (define-public texlive-annotate (package (name "texlive-annotate") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/annotate/") - (base32 - "12q3xk08ycz57vsrcr2glk7y48w8sbc4n8lrqaicd46cxfd4jdqm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/annotate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12q3xk08ycz57vsrcr2glk7y48w8sbc4n8lrqaicd46cxfd4jdqm")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/annotate") (synopsis "Bibliography style with annotations") @@ -2825,12 +3137,17 @@ (define-public texlive-annotate-equations (package (name "texlive-annotate-equations") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/annotate-equations/" - "tex/latex/annotate-equations/") - (base32 - "1jk08yxwyijspa74k0a79wvh7q0s0xd7ji5m13qb48gw0czwjcxs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/annotate-equations/" + "tex/latex/annotate-equations/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jk08yxwyijspa74k0a79wvh7q0s0xd7ji5m13qb48gw0czwjcxs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/annotate-equations") @@ -2845,12 +3162,17 @@ (define-public texlive-anonymous-acm (package (name "texlive-anonymous-acm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/anonymous-acm/" - "tex/latex/anonymous-acm/") - (base32 - "05csmx485sjky64d2hwlb5f7mrkixhw1gn3nl7p7lng9sd8qh25k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/anonymous-acm/" + "tex/latex/anonymous-acm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05csmx485sjky64d2hwlb5f7mrkixhw1gn3nl7p7lng9sd8qh25k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/anonymous-acm") @@ -2870,20 +3192,25 @@ (define-public texlive-anonymouspro (package (name "texlive-anonymouspro") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/anonymouspro/" - "fonts/afm/public/anonymouspro/" - "fonts/enc/dvips/anonymouspro/" - "fonts/map/dvips/anonymouspro/" - "fonts/tfm/public/anonymouspro/" - "fonts/truetype/public/anonymouspro/" - "fonts/type1/public/anonymouspro/" - "fonts/vf/public/anonymouspro/" - "source/fonts/anonymouspro/" - "tex/latex/anonymouspro/") - (base32 - "1qfhsbq3ab72k9d023pa70vs1807djijg84l888nwsf3ylfwg7mf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/anonymouspro/" + "fonts/afm/public/anonymouspro/" + "fonts/enc/dvips/anonymouspro/" + "fonts/map/dvips/anonymouspro/" + "fonts/tfm/public/anonymouspro/" + "fonts/truetype/public/anonymouspro/" + "fonts/type1/public/anonymouspro/" + "fonts/vf/public/anonymouspro/" + "source/fonts/anonymouspro/" + "tex/latex/anonymouspro/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qfhsbq3ab72k9d023pa70vs1807djijg84l888nwsf3ylfwg7mf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/anonymouspro") @@ -2898,13 +3225,18 @@ (define-public texlive-antanilipsum (package (name "texlive-antanilipsum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/antanilipsum/" - "source/latex/antanilipsum/" - "tex/latex/antanilipsum/") - (base32 - "1yighrv3nxb266949m8sqvvl5yp8bhjq478h2abfrs1z0r65gpjr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/antanilipsum/" + "source/latex/antanilipsum/" + "tex/latex/antanilipsum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yighrv3nxb266949m8sqvvl5yp8bhjq478h2abfrs1z0r65gpjr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/antanilipsum") @@ -2919,18 +3251,23 @@ (define-public texlive-antiqua (package (name "texlive-antiqua") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/antiqua/" - "fonts/afm/urw/antiqua/" - "fonts/map/dvips/antiqua/" - "fonts/map/vtex/antiqua/" - "fonts/tfm/urw/antiqua/" - "fonts/type1/urw/antiqua/" - "fonts/vf/urw/antiqua/" - "tex/latex/antiqua/") - (base32 - "0agnibj98zx2f2r40gqcfm2f1x06389wd2qrlf6b4pl8pgay42z2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/antiqua/" + "fonts/afm/urw/antiqua/" + "fonts/map/dvips/antiqua/" + "fonts/map/vtex/antiqua/" + "fonts/tfm/urw/antiqua/" + "fonts/type1/urw/antiqua/" + "fonts/vf/urw/antiqua/" + "tex/latex/antiqua/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0agnibj98zx2f2r40gqcfm2f1x06389wd2qrlf6b4pl8pgay42z2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/urw-antiqua") @@ -2944,14 +3281,19 @@ (define-public texlive-antomega (package (name "texlive-antomega") (version "2023.0") - (source (texlive-origin - name version - (list "doc/omega/antomega/" "omega/ocp/antomega/" - "omega/otp/antomega/" - "source/lambda/antomega/" - "tex/lambda/antomega/") - (base32 - "02pfjm9y33mjggn9w2lrk1fxfz3m72xgbvyvrq2iri9yf0hk33pf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/omega/antomega/" "omega/ocp/antomega/" + "omega/otp/antomega/" + "source/lambda/antomega/" + "tex/lambda/antomega/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02pfjm9y33mjggn9w2lrk1fxfz3m72xgbvyvrq2iri9yf0hk33pf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -2980,11 +3322,16 @@ (define-public texlive-anufinalexam (package (name "texlive-anufinalexam") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/anufinalexam/") - (base32 - "1v1k74vxidgxn5zzqz6v9zga468kcf7hwdrnvw44cd318221y396"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/anufinalexam/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v1k74vxidgxn5zzqz6v9zga468kcf7hwdrnvw44cd318221y396")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/anufinalexam") @@ -2998,12 +3345,17 @@ (define-public texlive-anyfontsize (package (name "texlive-anyfontsize") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/anyfontsize/" - "tex/latex/anyfontsize/") - (base32 - "0wr4brhggmkb1rwzmcc2r5ygzqp6090z0bp3sfbarwvwz903wpdn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/anyfontsize/" + "tex/latex/anyfontsize/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wr4brhggmkb1rwzmcc2r5ygzqp6090z0bp3sfbarwvwz903wpdn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/anyfontsize") @@ -3021,12 +3373,17 @@ (define-public texlive-aomart (package (name "texlive-aomart") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/aomart/" "doc/latex/aomart/" - "source/latex/aomart/" "tex/latex/aomart/") - (base32 - "0gdi54qi0m96pwwn59r9qjlkw0986z9ra57g1vf11h67zwmrgrv9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/aomart/" "doc/latex/aomart/" + "source/latex/aomart/" "tex/latex/aomart/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gdi54qi0m96pwwn59r9qjlkw0986z9ra57g1vf11h67zwmrgrv9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/aomart") @@ -3040,11 +3397,16 @@ (define-public texlive-apa (package (name "texlive-apa") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/apa/" "tex/latex/apa/") - (base32 - "0slrvw7awva4d2zf7a6qyvh85qhrp8ml4ncdzjfizr5xz4ki6gs2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/apa/" "tex/latex/apa/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0slrvw7awva4d2zf7a6qyvh85qhrp8ml4ncdzjfizr5xz4ki6gs2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/apa") @@ -3066,12 +3428,17 @@ (define-public texlive-apa6e (package (name "texlive-apa6e") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/apa6e/" "source/latex/apa6e/" - "tex/latex/apa6e/") - (base32 - "1dksjpdywwvyj9mfhaghsrf935p061gsnx4lf5s6pkv5nxn2pbln"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/apa6e/" "source/latex/apa6e/" + "tex/latex/apa6e/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dksjpdywwvyj9mfhaghsrf935p061gsnx4lf5s6pkv5nxn2pbln")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/apa6e") @@ -3087,12 +3454,17 @@ (define-public texlive-apa7 (package (name "texlive-apa7") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/apa7/" "source/latex/apa7/" - "tex/latex/apa7/") - (base32 - "0kifjg61s16cn7zvmix2yqdz26spr7f9gsxkiv822qs3y337l6ry"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/apa7/" "source/latex/apa7/" + "tex/latex/apa7/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kifjg61s16cn7zvmix2yqdz26spr7f9gsxkiv822qs3y337l6ry")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -3118,12 +3490,17 @@ (define-public texlive-apalike-ejor (package (name "texlive-apalike-ejor") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/apalike-ejor/" - "doc/bibtex/apalike-ejor/") - (base32 - "0qq7c81hqi46596zw322w1qd8z341zksi5720f9s75nj1hmjj12g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/apalike-ejor/" + "doc/bibtex/apalike-ejor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qq7c81hqi46596zw322w1qd8z341zksi5720f9s75nj1hmjj12g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/apalike-ejor") @@ -3139,11 +3516,16 @@ (define-public texlive-apalike2 (package (name "texlive-apalike2") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/apalike2/") - (base32 - "0mn84ahwjg8gvw5lifvcrnch11q79d4bgw3nmhrh4v8slwgip5l7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/apalike2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mn84ahwjg8gvw5lifvcrnch11q79d4bgw3nmhrh4v8slwgip5l7")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/apalike2") (synopsis "Bibliography style that approaches APA requirements") @@ -3156,11 +3538,16 @@ (define-public texlive-apnum (package (name "texlive-apnum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/apnum/" "tex/generic/apnum/") - (base32 - "0s6nklimzbqc1z1vhgffzp76d1kl2shz1xkf119bck482rvn3x61"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/apnum/" "tex/generic/apnum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s6nklimzbqc1z1vhgffzp76d1kl2shz1xkf119bck482rvn3x61")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/apnum") @@ -3176,11 +3563,16 @@ (define-public texlive-apprendre-a-programmer-en-tex (package (name "texlive-apprendre-a-programmer-en-tex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/apprendre-a-programmer-en-tex/") - (base32 - "05779lk9v849k712wfjv0mhyzahwpl4n892ydamfdc5yg05bsnyv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/apprendre-a-programmer-en-tex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05779lk9v849k712wfjv0mhyzahwpl4n892ydamfdc5yg05bsnyv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/apprendre-a-programmer-en-tex") @@ -3196,11 +3588,16 @@ (define-public texlive-apprends-latex (package (name "texlive-apprends-latex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/apprends-latex/") - (base32 - "1xzy7svb2xz6bdfg0f1r3whwda118pl7qdwygx1l7h4d1vqm2rcq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/apprends-latex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xzy7svb2xz6bdfg0f1r3whwda118pl7qdwygx1l7h4d1vqm2rcq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/apprends-latex") @@ -3214,13 +3611,18 @@ (define-public texlive-apxproof (package (name "texlive-apxproof") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/apxproof/" - "source/latex/apxproof/" - "tex/latex/apxproof/") - (base32 - "1m4nvqxvnsllh25qmms6szcqqpb8wffk1z0v2p507fkgsdjz9jln"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/apxproof/" + "source/latex/apxproof/" + "tex/latex/apxproof/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m4nvqxvnsllh25qmms6szcqqpb8wffk1z0v2p507fkgsdjz9jln")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/apxproof") @@ -3240,19 +3642,24 @@ (define-public texlive-arabi (package (name "texlive-arabi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/arabi/" - "fonts/afm/arabi/arabeyes/" - "fonts/enc/dvips/arabi/" - "fonts/map/dvips/arabi/" - "fonts/tfm/arabi/arabeyes/" - "fonts/tfm/arabi/farsiweb/" - "fonts/type1/arabi/arabeyes/" - "fonts/type1/arabi/farsiweb/" - "tex/latex/arabi/") - (base32 - "19js5lw5r51n97gnf7ggvnvdkaamd0aagx73hnpyfzgzj9nb8pjr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/arabi/" + "fonts/afm/arabi/arabeyes/" + "fonts/enc/dvips/arabi/" + "fonts/map/dvips/arabi/" + "fonts/tfm/arabi/arabeyes/" + "fonts/tfm/arabi/farsiweb/" + "fonts/type1/arabi/arabeyes/" + "fonts/type1/arabi/farsiweb/" + "tex/latex/arabi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19js5lw5r51n97gnf7ggvnvdkaamd0aagx73hnpyfzgzj9nb8pjr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/arabi") @@ -3274,12 +3681,17 @@ (define-public texlive-arabi-add (package (name "texlive-arabi-add") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/arabi-add/" - "tex/latex/arabi-add/") - (base32 - "1lrr3vr9sv554bvad70rc32x0jgsam2jaflgxw0nid0629rmigdj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/arabi-add/" + "tex/latex/arabi-add/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lrr3vr9sv554bvad70rc32x0jgsam2jaflgxw0nid0629rmigdj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/arabi-add") @@ -3295,12 +3707,17 @@ (define-public texlive-arabic-book (package (name "texlive-arabic-book") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/arabic-book/" - "tex/xelatex/arabic-book/") - (base32 - "070agzwpgdfvjqn2klxw2m1bavy0l9b9pqqikc7il3wx107m4ni1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/arabic-book/" + "tex/xelatex/arabic-book/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "070agzwpgdfvjqn2klxw2m1bavy0l9b9pqqikc7il3wx107m4ni1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/arabic-book") @@ -3321,13 +3738,18 @@ (define-public texlive-arabluatex (package (name "texlive-arabluatex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/arabluatex/" - "source/lualatex/arabluatex/" - "tex/lualatex/arabluatex/") - (base32 - "1g1ai0inai3jniq49avfswyaysxlk1yp6n97l94pq8v3vszx0k8i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/arabluatex/" + "source/lualatex/arabluatex/" + "tex/lualatex/arabluatex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1g1ai0inai3jniq49avfswyaysxlk1yp6n97l94pq8v3vszx0k8i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/arabluatex") @@ -3350,16 +3772,21 @@ (define-public texlive-arabtex (package (name "texlive-arabtex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/arabtex/" - "fonts/map/dvips/arabtex/" - "fonts/source/public/arabtex/" - "fonts/tfm/public/arabtex/" - "fonts/type1/public/arabtex/" - "tex/latex/arabtex/") - (base32 - "1z1iaj59lawilydp31d3zxbd5jbny4szpdnkbwl6lrnki4c0s51c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/arabtex/" + "fonts/map/dvips/arabtex/" + "fonts/source/public/arabtex/" + "fonts/tfm/public/arabtex/" + "fonts/type1/public/arabtex/" + "tex/latex/arabtex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z1iaj59lawilydp31d3zxbd5jbny4szpdnkbwl6lrnki4c0s51c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -3379,14 +3806,19 @@ (define-public texlive-arara (package (name "texlive-arara") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/arara.1" - "doc/man/man1/arara.man1.pdf" - "doc/support/arara/" "scripts/arara/" - "source/support/arara/") - (base32 - "0sshjaxz1ar24mr7dny0lp9l0bggyfsb0868s4b1k00w6jyzh1i8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/arara.1" + "doc/man/man1/arara.man1.pdf" + "doc/support/arara/" "scripts/arara/" + "source/support/arara/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sshjaxz1ar24mr7dny0lp9l0bggyfsb0868s4b1k00w6jyzh1i8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -3413,17 +3845,22 @@ (define-public texlive-aramaic-serto (package (name "texlive-aramaic-serto") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/aramaic-serto/" - "fonts/afm/public/aramaic-serto/" - "fonts/map/dvips/aramaic-serto/" - "fonts/source/public/aramaic-serto/" - "fonts/tfm/public/aramaic-serto/" - "fonts/type1/public/aramaic-serto/" - "tex/latex/aramaic-serto/") - (base32 - "154bicknhsj8nypnyzr999wj34xli0kfpic9vym805abxbpwrmsw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/aramaic-serto/" + "fonts/afm/public/aramaic-serto/" + "fonts/map/dvips/aramaic-serto/" + "fonts/source/public/aramaic-serto/" + "fonts/tfm/public/aramaic-serto/" + "fonts/type1/public/aramaic-serto/" + "tex/latex/aramaic-serto/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "154bicknhsj8nypnyzr999wj34xli0kfpic9vym805abxbpwrmsw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -3442,14 +3879,19 @@ (define-public texlive-archaeologie (package (name "texlive-archaeologie") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/archaeologie/" - "doc/latex/archaeologie/" - "source/latex/archaeologie/" - "tex/latex/archaeologie/") - (base32 - "0w8r9z0k0rxdgxa2p16rqyh7rm83sy0410p5lz5k23h805q5qsmy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/archaeologie/" + "doc/latex/archaeologie/" + "source/latex/archaeologie/" + "tex/latex/archaeologie/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0w8r9z0k0rxdgxa2p16rqyh7rm83sy0410p5lz5k23h805q5qsmy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/archaeologie") @@ -3464,18 +3906,23 @@ (define-public texlive-archaic (package (name "texlive-archaic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/archaic/" - "fonts/afm/public/archaic/" - "fonts/map/dvips/archaic/" - "fonts/source/public/archaic/" - "fonts/tfm/public/archaic/" - "fonts/type1/public/archaic/" - "source/fonts/archaic/" - "tex/latex/archaic/") - (base32 - "0a6lp4w9b76q1w30a58205b1n7jf61n58ps2hdxrhpg9nxqwy1w0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/archaic/" + "fonts/afm/public/archaic/" + "fonts/map/dvips/archaic/" + "fonts/source/public/archaic/" + "fonts/tfm/public/archaic/" + "fonts/type1/public/archaic/" + "source/fonts/archaic/" + "tex/latex/archaic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a6lp4w9b76q1w30a58205b1n7jf61n58ps2hdxrhpg9nxqwy1w0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -3494,18 +3941,23 @@ (define-public texlive-archivo (package (name "texlive-archivo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/archivo/" - "fonts/enc/dvips/archivo/" - "fonts/map/dvips/archivo/" - "fonts/opentype/public/archivo/" - "fonts/tfm/public/archivo/" - "fonts/type1/public/archivo/" - "fonts/vf/public/archivo/" - "tex/latex/archivo/") - (base32 - "1wdvr7ch2ydj41yd0xniwppb5wh1m9w97d839fhmp21lgyhss0jl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/archivo/" + "fonts/enc/dvips/archivo/" + "fonts/map/dvips/archivo/" + "fonts/opentype/public/archivo/" + "fonts/tfm/public/archivo/" + "fonts/type1/public/archivo/" + "fonts/vf/public/archivo/" + "tex/latex/archivo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wdvr7ch2ydj41yd0xniwppb5wh1m9w97d839fhmp21lgyhss0jl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/archivo") @@ -3519,18 +3971,23 @@ (define-public texlive-arimo (package (name "texlive-arimo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/arimo/" - "fonts/enc/dvips/arimo/" - "fonts/map/dvips/arimo/" - "fonts/tfm/google/arimo/" - "fonts/truetype/google/arimo/" - "fonts/type1/google/arimo/" - "fonts/vf/google/arimo/" - "tex/latex/arimo/") - (base32 - "06m23slsvcp0pm2ds2rxmgj0qrrvy8qknda4yjhvcz9almwb4syx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/arimo/" + "fonts/enc/dvips/arimo/" + "fonts/map/dvips/arimo/" + "fonts/tfm/google/arimo/" + "fonts/truetype/google/arimo/" + "fonts/type1/google/arimo/" + "fonts/vf/google/arimo/" + "tex/latex/arimo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06m23slsvcp0pm2ds2rxmgj0qrrvy8qknda4yjhvcz9almwb4syx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/arimo") @@ -3544,18 +4001,23 @@ (define-public texlive-armtex (package (name "texlive-armtex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/armenian/" - "fonts/afm/public/armenian/" - "fonts/map/dvips/armenian/" - "fonts/source/public/armenian/" - "fonts/tfm/public/armenian/" - "fonts/type1/public/armenian/" - "tex/latex/armenian/" - "tex/plain/armenian/") - (base32 - "161c66av2zkxp9r32dr449sa9crmyjkjijrvx5a56avkyyr1s0kp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/armenian/" + "fonts/afm/public/armenian/" + "fonts/map/dvips/armenian/" + "fonts/source/public/armenian/" + "fonts/tfm/public/armenian/" + "fonts/type1/public/armenian/" + "tex/latex/armenian/" + "tex/plain/armenian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "161c66av2zkxp9r32dr449sa9crmyjkjijrvx5a56avkyyr1s0kp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -3574,11 +4036,16 @@ (define-public texlive-around-the-bend (package (name "texlive-around-the-bend") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/around-the-bend/") - (base32 - "00nc6kx4ylz9g6vmjlgyjvmy1ls86pjblbcpm5z40wh5xl7l184f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/around-the-bend/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00nc6kx4ylz9g6vmjlgyjvmy1ls86pjblbcpm5z40wh5xl7l184f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/around-the-bend") @@ -3593,33 +4060,38 @@ (define-public texlive-arphic (package (name "texlive-arphic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/arphic/" - "dvips/arphic/" - "fonts/afm/arphic/bkaiu/" - "fonts/afm/arphic/bsmiu/" - "fonts/afm/arphic/gbsnu/" - "fonts/afm/arphic/gkaiu/" - "fonts/map/dvips/arphic/" - "fonts/tfm/arphic/bkaimp/" - "fonts/tfm/arphic/bkaiu/" - "fonts/tfm/arphic/bsmilp/" - "fonts/tfm/arphic/bsmiu/" - "fonts/tfm/arphic/gbsnlp/" - "fonts/tfm/arphic/gbsnu/" - "fonts/tfm/arphic/gkaimp/" - "fonts/tfm/arphic/gkaiu/" - "fonts/type1/arphic/bkaiu/" - "fonts/type1/arphic/bsmiu/" - "fonts/type1/arphic/gbsnu/" - "fonts/type1/arphic/gkaiu/" - "fonts/vf/arphic/bkaimp/" - "fonts/vf/arphic/bsmilp/" - "fonts/vf/arphic/gbsnlp/" - "fonts/vf/arphic/gkaimp/") - (base32 - "1sqsgw9xjgd3ss2q7hwnb3vv38sg7l9i8bvsy79m5hyg29wn973x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/arphic/" + "dvips/arphic/" + "fonts/afm/arphic/bkaiu/" + "fonts/afm/arphic/bsmiu/" + "fonts/afm/arphic/gbsnu/" + "fonts/afm/arphic/gkaiu/" + "fonts/map/dvips/arphic/" + "fonts/tfm/arphic/bkaimp/" + "fonts/tfm/arphic/bkaiu/" + "fonts/tfm/arphic/bsmilp/" + "fonts/tfm/arphic/bsmiu/" + "fonts/tfm/arphic/gbsnlp/" + "fonts/tfm/arphic/gbsnu/" + "fonts/tfm/arphic/gkaimp/" + "fonts/tfm/arphic/gkaiu/" + "fonts/type1/arphic/bkaiu/" + "fonts/type1/arphic/bsmiu/" + "fonts/type1/arphic/gbsnu/" + "fonts/type1/arphic/gkaiu/" + "fonts/vf/arphic/bkaimp/" + "fonts/vf/arphic/bsmilp/" + "fonts/vf/arphic/gbsnlp/" + "fonts/vf/arphic/gkaimp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sqsgw9xjgd3ss2q7hwnb3vv38sg7l9i8bvsy79m5hyg29wn973x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/arphic") @@ -3636,12 +4108,17 @@ (define-public texlive-arphic-ttf (package (name "texlive-arphic-ttf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/arphic-ttf/" - "fonts/truetype/public/arphic-ttf/") - (base32 - "141hsz7lhqpbz3k10kl57bg21yslrb562alk1a6q129i56zb7jby"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/arphic-ttf/" + "fonts/truetype/public/arphic-ttf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "141hsz7lhqpbz3k10kl57bg21yslrb562alk1a6q129i56zb7jby")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/arphic-ttf") @@ -3657,12 +4134,17 @@ (define-public texlive-arsclassica (package (name "texlive-arsclassica") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/arsclassica/" - "tex/latex/arsclassica/") - (base32 - "0cxmp68na3ww565r7ixqbhsy2mp063wwq5p6gwvq5fdrk34ci2a5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/arsclassica/" + "tex/latex/arsclassica/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cxmp68na3ww565r7ixqbhsy2mp063wwq5p6gwvq5fdrk34ci2a5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/arsclassica") @@ -3677,13 +4159,18 @@ (define-public texlive-articleingud (package (name "texlive-articleingud") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/articleingud/" - "source/latex/articleingud/" - "tex/latex/articleingud/") - (base32 - "1iprjpjr3yav8afmgirrfmdipxb1fmdwa3b0ss5y8l7wspijmmp8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/articleingud/" + "source/latex/articleingud/" + "tex/latex/articleingud/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1iprjpjr3yav8afmgirrfmdipxb1fmdwa3b0ss5y8l7wspijmmp8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/articleingud") @@ -3697,17 +4184,22 @@ (define-public texlive-arvo (package (name "texlive-arvo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/arvo/" - "fonts/enc/dvips/arvo/" - "fonts/map/dvips/arvo/" - "fonts/tfm/public/arvo/" - "fonts/truetype/public/arvo/" - "fonts/vf/public/arvo/" - "tex/latex/arvo/") - (base32 - "1dc52n81wxz06vfbxzmfdp9j6a217v8yf8bczqlnx5vgzy8wlmi3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/arvo/" + "fonts/enc/dvips/arvo/" + "fonts/map/dvips/arvo/" + "fonts/tfm/public/arvo/" + "fonts/truetype/public/arvo/" + "fonts/vf/public/arvo/" + "tex/latex/arvo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dc52n81wxz06vfbxzmfdp9j6a217v8yf8bczqlnx5vgzy8wlmi3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/arvo") @@ -3721,12 +4213,17 @@ (define-public texlive-asaetr (package (name "texlive-asaetr") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/asaetr/" "doc/latex/asaetr/" - "tex/latex/asaetr/") - (base32 - "1yms34l9nx151vgjrjsa94801q0bgp2khjgk933iy1bpkmm7jf2d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/asaetr/" "doc/latex/asaetr/" + "tex/latex/asaetr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yms34l9nx151vgjrjsa94801q0bgp2khjgk933iy1bpkmm7jf2d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/asaetr") @@ -3742,16 +4239,21 @@ (define-public texlive-asapsym (package (name "texlive-asapsym") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/asapsym/" - "fonts/opentype/omnibus-type/asapsym/" - "source/fonts/asapsym/" - "tex/generic/asapsym/" - "tex/latex/asapsym/" - "tex/plain/asapsym/") - (base32 - "038adcagkzy1bj5y9i5a4i5kbyr3wg7w0lfhbbg9z7glqmivilic"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/asapsym/" + "fonts/opentype/omnibus-type/asapsym/" + "source/fonts/asapsym/" + "tex/generic/asapsym/" + "tex/latex/asapsym/" + "tex/plain/asapsym/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "038adcagkzy1bj5y9i5a4i5kbyr3wg7w0lfhbbg9z7glqmivilic")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/asapsym") @@ -3767,12 +4269,17 @@ (define-public texlive-ascelike (package (name "texlive-ascelike") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/ascelike/" "doc/latex/ascelike/" - "tex/latex/ascelike/") - (base32 - "14n4z4agsnnvms51r142q0r5bv9yqp4gchrr7zvakkp2r3232dai"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/ascelike/" "doc/latex/ascelike/" + "tex/latex/ascelike/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14n4z4agsnnvms51r142q0r5bv9yqp4gchrr7zvakkp2r3232dai")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ascelike") @@ -3788,11 +4295,16 @@ (define-public texlive-ascii-chart (package (name "texlive-ascii-chart") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/ascii-chart/") - (base32 - "1m2x7iwz80plq6hbhp9xia6bp8wbi03iifs0pkr7ji3gn8hqgh1r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/ascii-chart/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m2x7iwz80plq6hbhp9xia6bp8wbi03iifs0pkr7ji3gn8hqgh1r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ascii-chart") @@ -3806,16 +4318,21 @@ (define-public texlive-ascii-font (package (name "texlive-ascii-font") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/ascii-font/" - "fonts/map/dvips/ascii-font/" - "fonts/tfm/public/ascii-font/" - "fonts/type1/public/ascii-font/" - "source/fonts/ascii-font/" - "tex/latex/ascii-font/") - (base32 - "0cbzvbszxyv552z1274m3bf5k40xr8w12da17db0w2w02y47nyq5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/ascii-font/" + "fonts/map/dvips/ascii-font/" + "fonts/tfm/public/ascii-font/" + "fonts/type1/public/ascii-font/" + "source/fonts/ascii-font/" + "tex/latex/ascii-font/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cbzvbszxyv552z1274m3bf5k40xr8w12da17db0w2w02y47nyq5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ascii-font") @@ -3830,17 +4347,22 @@ (define-public texlive-ascmac (package (name "texlive-ascmac") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ascmac/" - "fonts/map/dvips/ascmac/" - "fonts/source/public/ascmac/" - "fonts/tfm/public/ascmac/" - "fonts/type1/public/ascmac/" - "source/latex/ascmac/" - "tex/latex/ascmac/") - (base32 - "1d388nqyjipqsgd0pd4zrskaf3wddacg6rrmy3q1n8pvmna4gmz1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ascmac/" + "fonts/map/dvips/ascmac/" + "fonts/source/public/ascmac/" + "fonts/tfm/public/ascmac/" + "fonts/type1/public/ascmac/" + "source/latex/ascmac/" + "tex/latex/ascmac/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d388nqyjipqsgd0pd4zrskaf3wddacg6rrmy3q1n8pvmna4gmz1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -3856,12 +4378,17 @@ (define-public texlive-asmeconf (package (name "texlive-asmeconf") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/asmeconf/" "doc/latex/asmeconf/" - "tex/latex/asmeconf/") - (base32 - "05wic7mb1flxdnl27lbhkjnbalnc8bqy4xj1w2rk5kzxmw525288"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/asmeconf/" "doc/latex/asmeconf/" + "tex/latex/asmeconf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05wic7mb1flxdnl27lbhkjnbalnc8bqy4xj1w2rk5kzxmw525288")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/asmeconf") @@ -3880,12 +4407,17 @@ (define-public texlive-asmejour (package (name "texlive-asmejour") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/asmejour/" "doc/latex/asmejour/" - "tex/latex/asmejour/") - (base32 - "09zncjbvdrqkr8g131mx0m73km4d270sn9782knl5qj6gxh98940"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/asmejour/" "doc/latex/asmejour/" + "tex/latex/asmejour/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09zncjbvdrqkr8g131mx0m73km4d270sn9782knl5qj6gxh98940")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/asmejour") @@ -3904,16 +4436,21 @@ (define-public texlive-aspectratio (package (name "texlive-aspectratio") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/aspectratio/" - "fonts/map/dvips/aspectratio/" - "fonts/source/public/aspectratio/" - "fonts/tfm/public/aspectratio/" - "fonts/type1/public/aspectratio/" - "tex/latex/aspectratio/") - (base32 - "1vm1aj4mm2rn2p032nakg16gmyzv43149h2v1l18dw72sayqqg2s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/aspectratio/" + "fonts/map/dvips/aspectratio/" + "fonts/source/public/aspectratio/" + "fonts/tfm/public/aspectratio/" + "fonts/type1/public/aspectratio/" + "tex/latex/aspectratio/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vm1aj4mm2rn2p032nakg16gmyzv43149h2v1l18dw72sayqqg2s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -3929,12 +4466,17 @@ (define-public texlive-asternote (package (name "texlive-asternote") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/asternote/" - "tex/latex/asternote/") - (base32 - "1a53pmw237lm1yjx55qwq3fq6jq34vlw03w62vrq3ksw9346dg5r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/asternote/" + "tex/latex/asternote/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a53pmw237lm1yjx55qwq3fq6jq34vlw03w62vrq3ksw9346dg5r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/asternote") @@ -3948,13 +4490,18 @@ (define-public texlive-astro (package (name "texlive-astro") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/astro/" - "fonts/source/public/astro/" - "fonts/tfm/public/astro/") - (base32 - "1pdmn93wiarwplha6r59ap9nvhdm9ir4aa4az93w3b189g316g2c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/astro/" + "fonts/source/public/astro/" + "fonts/tfm/public/astro/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pdmn93wiarwplha6r59ap9nvhdm9ir4aa4az93w3b189g316g2c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -3971,11 +4518,16 @@ (define-public texlive-asymptote-by-example-zh-cn (package (name "texlive-asymptote-by-example-zh-cn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/asymptote-by-example-zh-cn/") - (base32 - "0854pbh3rm21rzzbhai7xijzw26qawffj4wd3mrwbva1406106ff"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/asymptote-by-example-zh-cn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0854pbh3rm21rzzbhai7xijzw26qawffj4wd3mrwbva1406106ff")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/asymptote-by-example-zh-cn") @@ -3988,11 +4540,16 @@ (define-public texlive-asymptote-faq-zh-cn (package (name "texlive-asymptote-faq-zh-cn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/asymptote-faq-zh-cn/") - (base32 - "0z09f5as68dz66dlj370xfx593bv50ihxx10zxmm9lk27ymr52hb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/asymptote-faq-zh-cn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z09f5as68dz66dlj370xfx593bv50ihxx10zxmm9lk27ymr52hb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/asymptote-faq-zh-cn") @@ -4004,11 +4561,16 @@ (define-public texlive-asymptote-manual-zh-cn (package (name "texlive-asymptote-manual-zh-cn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/asymptote-manual-zh-cn/") - (base32 - "047l3bh8vvk185wkazyfw4dm6893xpa2ksn5vfc57r5rv4x16wmb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/asymptote-manual-zh-cn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "047l3bh8vvk185wkazyfw4dm6893xpa2ksn5vfc57r5rv4x16wmb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/asymptote-manual-zh-cn") @@ -4022,18 +4584,23 @@ (define-public texlive-atkinson (package (name "texlive-atkinson") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/atkinson/" - "fonts/enc/dvips/atkinson/" - "fonts/map/dvips/atkinson/" - "fonts/opentype/public/atkinson/" - "fonts/tfm/public/atkinson/" - "fonts/type1/public/atkinson/" - "fonts/vf/public/atkinson/" - "tex/latex/atkinson/") - (base32 - "00wg21v7jiaw3qajdxp2jih5xjpv7h8d0n1d6zjnzkxzk0p8zcj0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/atkinson/" + "fonts/enc/dvips/atkinson/" + "fonts/map/dvips/atkinson/" + "fonts/opentype/public/atkinson/" + "fonts/tfm/public/atkinson/" + "fonts/type1/public/atkinson/" + "fonts/vf/public/atkinson/" + "tex/latex/atkinson/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00wg21v7jiaw3qajdxp2jih5xjpv7h8d0n1d6zjnzkxzk0p8zcj0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/atkinson") @@ -4052,12 +4619,17 @@ (define-public texlive-aucklandthesis (package (name "texlive-aucklandthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/aucklandthesis/" - "tex/latex/aucklandthesis/") - (base32 - "1bdm6crn17a0rrszx28r6bn8v9w6z4rwfz2r8avd5fc3byl5dix8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/aucklandthesis/" + "tex/latex/aucklandthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bdm6crn17a0rrszx28r6bn8v9w6z4rwfz2r8avd5fc3byl5dix8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/aucklandthesis") @@ -4073,17 +4645,22 @@ (define-public texlive-augie (package (name "texlive-augie") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/augie/" - "fonts/afm/public/augie/" - "fonts/map/dvips/augie/" - "fonts/tfm/public/augie/" - "fonts/type1/public/augie/" - "fonts/vf/public/augie/" - "tex/latex/augie/") - (base32 - "1fvl04lcvi4vsx547gx349dbld4hf7k2j08adqlnszs23p95yj3f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/augie/" + "fonts/afm/public/augie/" + "fonts/map/dvips/augie/" + "fonts/tfm/public/augie/" + "fonts/type1/public/augie/" + "fonts/vf/public/augie/" + "tex/latex/augie/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fvl04lcvi4vsx547gx349dbld4hf7k2j08adqlnszs23p95yj3f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/augie") @@ -4097,17 +4674,22 @@ (define-public texlive-auncial-new (package (name "texlive-auncial-new") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/auncial-new/" - "fonts/afm/public/auncial-new/" - "fonts/map/dvips/auncial-new/" - "fonts/tfm/public/auncial-new/" - "fonts/type1/public/auncial-new/" - "source/fonts/auncial-new/" - "tex/latex/auncial-new/") - (base32 - "1644ank81l1qlijmld88k1qq3qk4x6an0qvyqz1da2dgwdhjap00"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/auncial-new/" + "fonts/afm/public/auncial-new/" + "fonts/map/dvips/auncial-new/" + "fonts/tfm/public/auncial-new/" + "fonts/type1/public/auncial-new/" + "source/fonts/auncial-new/" + "tex/latex/auncial-new/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1644ank81l1qlijmld88k1qq3qk4x6an0qvyqz1da2dgwdhjap00")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/auncial-new") @@ -4124,17 +4706,22 @@ (define-public texlive-aurical (package (name "texlive-aurical") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/aurical/" - "fonts/afm/public/aurical/" - "fonts/map/dvips/aurical/" - "fonts/source/public/aurical/" - "fonts/tfm/public/aurical/" - "fonts/type1/public/aurical/" - "tex/latex/aurical/") - (base32 - "1jaqr4gdywnjn7hclinjyydndxsa1f2j7382ygl0jnj35kxz0pkr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/aurical/" + "fonts/afm/public/aurical/" + "fonts/map/dvips/aurical/" + "fonts/source/public/aurical/" + "fonts/tfm/public/aurical/" + "fonts/type1/public/aurical/" + "tex/latex/aurical/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jaqr4gdywnjn7hclinjyydndxsa1f2j7382ygl0jnj35kxz0pkr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/aurical") @@ -4152,13 +4739,18 @@ (define-public texlive-authordate (package (name "texlive-authordate") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/authordate/" - "doc/bibtex/authordate/" - "tex/latex/authordate/") - (base32 - "0d3cd63b80vfd8vzbpn6dnhy47fpq5rxm95i52id2j6606gi1skf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/authordate/" + "doc/bibtex/authordate/" + "tex/latex/authordate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d3cd63b80vfd8vzbpn6dnhy47fpq5rxm95i52id2j6606gi1skf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/authordate") @@ -4174,13 +4766,18 @@ (define-public texlive-auto-pst-pdf (package (name "texlive-auto-pst-pdf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/auto-pst-pdf/" - "source/latex/auto-pst-pdf/" - "tex/latex/auto-pst-pdf/") - (base32 - "1lpjwqd0rhdzz3kywl54pjlpj1qsj7kflj0336vj2zb20rxl0hqp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/auto-pst-pdf/" + "source/latex/auto-pst-pdf/" + "tex/latex/auto-pst-pdf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lpjwqd0rhdzz3kywl54pjlpj1qsj7kflj0336vj2zb20rxl0hqp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-ifplatform texlive-iftex texlive-xkeyval)) @@ -4197,12 +4794,17 @@ (define-public texlive-autoaligne (package (name "texlive-autoaligne") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/autoaligne/" - "tex/generic/autoaligne/") - (base32 - "138d030zgzpdwqxx55gjw35y0c3v794fpa3c6znc9kv1vj8cs9d3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/autoaligne/" + "tex/generic/autoaligne/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "138d030zgzpdwqxx55gjw35y0c3v794fpa3c6znc9kv1vj8cs9d3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/autoaligne") @@ -4216,13 +4818,18 @@ (define-public texlive-autobreak (package (name "texlive-autobreak") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/autobreak/" - "source/latex/autobreak/" - "tex/latex/autobreak/") - (base32 - "1xw4m1wyv17xi6yjfcamb1gjdwzbhrjjdpyc8fydq1qbki1yvv1k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/autobreak/" + "source/latex/autobreak/" + "tex/latex/autobreak/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xw4m1wyv17xi6yjfcamb1gjdwzbhrjjdpyc8fydq1qbki1yvv1k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/autobreak") @@ -4239,15 +4846,20 @@ (define-public texlive-autosp (package (name "texlive-autosp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/autosp/" - "doc/man/man1/autosp.1" - "doc/man/man1/autosp.man1.pdf" - "doc/man/man1/tex2aspc.1" - "doc/man/man1/tex2aspc.man1.pdf") - (base32 - "16szmbffp9pwzv7zq3l4yvnsfk4m7w57wib7pqpgv1v5fzhlaahs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/autosp/" + "doc/man/man1/autosp.1" + "doc/man/man1/autosp.man1.pdf" + "doc/man/man1/tex2aspc.1" + "doc/man/man1/tex2aspc.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16szmbffp9pwzv7zq3l4yvnsfk4m7w57wib7pqpgv1v5fzhlaahs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-autosp-bin)) @@ -4314,15 +4926,20 @@ (define-public texlive-axodraw2 (package (name "texlive-axodraw2") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/axodraw2/" - "doc/man/man1/axohelp.1" - "doc/man/man1/axohelp.man1.pdf" - "source/latex/axodraw2/" - "tex/latex/axodraw2/") - (base32 - "0x1cskdm3kmf08gdrvgasd1b3l0dri9mdmk13880dz4g2rdgbvi2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/axodraw2/" + "doc/man/man1/axohelp.1" + "doc/man/man1/axohelp.man1.pdf" + "source/latex/axodraw2/" + "tex/latex/axodraw2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0x1cskdm3kmf08gdrvgasd1b3l0dri9mdmk13880dz4g2rdgbvi2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-axodraw2-bin)) @@ -4394,14 +5011,19 @@ (define-public texlive-b1encoding (package (name "texlive-b1encoding") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/b1encoding/" - "fonts/enc/dvips/b1encoding/" - "source/latex/b1encoding/" - "tex/latex/b1encoding/") - (base32 - "1lzsa0k5rr0n50d31dh4ghww329qjpg39w843zmh05z0jir6rg79"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/b1encoding/" + "fonts/enc/dvips/b1encoding/" + "source/latex/b1encoding/" + "tex/latex/b1encoding/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lzsa0k5rr0n50d31dh4ghww329qjpg39w843zmh05z0jir6rg79")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/b1encoding") @@ -4415,13 +5037,18 @@ (define-public texlive-backnaur (package (name "texlive-backnaur") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/backnaur/" - "source/latex/backnaur/" - "tex/latex/backnaur/") - (base32 - "168ng265vdl74l9c2jmp34ba6ir5i6c1jb7jpyzc31g9snqmyr09"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/backnaur/" + "source/latex/backnaur/" + "tex/latex/backnaur/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "168ng265vdl74l9c2jmp34ba6ir5i6c1jb7jpyzc31g9snqmyr09")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/backnaur") @@ -4436,12 +5063,17 @@ (define-public texlive-baekmuk (package (name "texlive-baekmuk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/baekmuk/" - "fonts/truetype/public/baekmuk/") - (base32 - "0nc6sfjbimh1g8zhcl58ag6kqskhwd3h0m68y7k2v3v5i9n5g5yr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/baekmuk/" + "fonts/truetype/public/baekmuk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nc6sfjbimh1g8zhcl58ag6kqskhwd3h0m68y7k2v3v5i9n5g5yr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/baekmuk") @@ -4456,12 +5088,17 @@ (define-public texlive-bagpipe (package (name "texlive-bagpipe") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/bagpipe/" - "tex/generic/bagpipe/") - (base32 - "0zybnikkj00hmlzfaaljcq1ml5vi6qfhl1hfrjq9vjc409vzzvka"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/bagpipe/" + "tex/generic/bagpipe/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zybnikkj00hmlzfaaljcq1ml5vi6qfhl1hfrjq9vjc409vzzvka")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bagpipe") @@ -4475,13 +5112,18 @@ (define-public texlive-bangla (package (name "texlive-bangla") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bangla/" - "fonts/truetype/public/bangla/" - "tex/latex/bangla/") - (base32 - "0basibrsbns9s2ny6ny95hl6dj4rjf6q4z9bqn2kc9945akxg8af"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bangla/" + "fonts/truetype/public/bangla/" + "tex/latex/bangla/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0basibrsbns9s2ny6ny95hl6dj4rjf6q4z9bqn2kc9945akxg8af")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-charissil texlive-doulossil)) @@ -4496,13 +5138,18 @@ (define-public texlive-bangorcsthesis (package (name "texlive-bangorcsthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bangorcsthesis/" - "source/latex/bangorcsthesis/" - "tex/latex/bangorcsthesis/") - (base32 - "138h5q8060z7frb6krrzcx49pd0ifqh1lizi465gs6x7q7cdagz8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bangorcsthesis/" + "source/latex/bangorcsthesis/" + "tex/latex/bangorcsthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "138h5q8060z7frb6krrzcx49pd0ifqh1lizi465gs6x7q7cdagz8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bangorcsthesis") @@ -4517,13 +5164,18 @@ (define-public texlive-bangorexam (package (name "texlive-bangorexam") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bangorexam/" - "source/latex/bangorexam/" - "tex/latex/bangorexam/") - (base32 - "09pp88415mba65icf6cx4vqn3an54hrgkd8s677ndlf2ml7n0lhs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bangorexam/" + "source/latex/bangorexam/" + "tex/latex/bangorexam/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09pp88415mba65icf6cx4vqn3an54hrgkd8s677ndlf2ml7n0lhs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bangorexam") @@ -4538,14 +5190,19 @@ (define-public texlive-bangtex (package (name "texlive-bangtex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bangtex/" - "fonts/source/public/bangtex/" - "fonts/tfm/public/bangtex/" - "tex/latex/bangtex/") - (base32 - "1hmv27wpnwv70gipvfvxs1rwfjqbcy0lgn09hs2ah6ayqgr740im"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bangtex/" + "fonts/source/public/bangtex/" + "fonts/tfm/public/bangtex/" + "tex/latex/bangtex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hmv27wpnwv70gipvfvxs1rwfjqbcy0lgn09hs2ah6ayqgr740im")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -4560,11 +5217,16 @@ (define-public texlive-barr (package (name "texlive-barr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/barr/" "tex/generic/barr/") - (base32 - "1l532g0nxigbllv2lf74bwx78sf4jsfr1cad0hpq7i7kq820wbii"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/barr/" "tex/generic/barr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l532g0nxigbllv2lf74bwx78sf4jsfr1cad0hpq7i7kq820wbii")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/diagxy") @@ -4578,13 +5240,18 @@ (define-public texlive-bartel-chess-fonts (package (name "texlive-bartel-chess-fonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/bartel-chess-fonts/" - "fonts/source/public/bartel-chess-fonts/" - "fonts/tfm/public/bartel-chess-fonts/") - (base32 - "1gg7g2gb5j0g0ig4190260zlpnyfmdzcqn7dsw5kp9p5pbn5hbhf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/bartel-chess-fonts/" + "fonts/source/public/bartel-chess-fonts/" + "fonts/tfm/public/bartel-chess-fonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gg7g2gb5j0g0ig4190260zlpnyfmdzcqn7dsw5kp9p5pbn5hbhf")))) (outputs '("out" "doc")) (build-system texlive-build-system) ;; FIXME: Font metrics generation fails with "! Strange path (turning @@ -4603,19 +5270,24 @@ (define-public texlive-baskervald (package (name "texlive-baskervald") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/baskervald/" - "fonts/afm/arkandis/baskervald/" - "fonts/enc/dvips/baskervald/" - "fonts/map/dvips/baskervald/" - "fonts/tfm/arkandis/baskervald/" - "fonts/type1/arkandis/baskervald/" - "fonts/vf/arkandis/baskervald/" - "source/fonts/baskervald/" - "tex/latex/baskervald/") - (base32 - "1alny6nsxm43mn84w16vp2whlhnmqkr7pfx8jsmgkz8bkxzh9pg9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/baskervald/" + "fonts/afm/arkandis/baskervald/" + "fonts/enc/dvips/baskervald/" + "fonts/map/dvips/baskervald/" + "fonts/tfm/arkandis/baskervald/" + "fonts/type1/arkandis/baskervald/" + "fonts/vf/arkandis/baskervald/" + "source/fonts/baskervald/" + "tex/latex/baskervald/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1alny6nsxm43mn84w16vp2whlhnmqkr7pfx8jsmgkz8bkxzh9pg9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/baskervaldadf") @@ -4631,19 +5303,24 @@ (define-public texlive-baskervaldx (package (name "texlive-baskervaldx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/baskervaldx/" - "fonts/afm/public/baskervaldx/" - "fonts/enc/dvips/baskervaldx/" - "fonts/map/dvips/baskervaldx/" - "fonts/opentype/public/baskervaldx/" - "fonts/tfm/public/baskervaldx/" - "fonts/type1/public/baskervaldx/" - "fonts/vf/public/baskervaldx/" - "tex/latex/baskervaldx/") - (base32 - "1qszqzpy9bdqajd1h7cha0xm0kgy21q9yzsrrgwygchkz9zv6r66"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/baskervaldx/" + "fonts/afm/public/baskervaldx/" + "fonts/enc/dvips/baskervaldx/" + "fonts/map/dvips/baskervaldx/" + "fonts/opentype/public/baskervaldx/" + "fonts/tfm/public/baskervaldx/" + "fonts/type1/public/baskervaldx/" + "fonts/vf/public/baskervaldx/" + "tex/latex/baskervaldx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qszqzpy9bdqajd1h7cha0xm0kgy21q9yzsrrgwygchkz9zv6r66")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/baskervaldx") @@ -4659,18 +5336,23 @@ (define-public texlive-baskervillef (package (name "texlive-baskervillef") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/baskervillef/" - "fonts/enc/dvips/baskervillef/" - "fonts/map/dvips/baskervillef/" - "fonts/opentype/public/baskervillef/" - "fonts/tfm/public/baskervillef/" - "fonts/type1/public/baskervillef/" - "fonts/vf/public/baskervillef/" - "tex/latex/baskervillef/") - (base32 - "107lqn684kgr7fk3zh1lgi6q7hqz9gs18kkg3fbbrg9qjva1j4xv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/baskervillef/" + "fonts/enc/dvips/baskervillef/" + "fonts/map/dvips/baskervillef/" + "fonts/opentype/public/baskervillef/" + "fonts/tfm/public/baskervillef/" + "fonts/type1/public/baskervillef/" + "fonts/vf/public/baskervillef/" + "tex/latex/baskervillef/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "107lqn684kgr7fk3zh1lgi6q7hqz9gs18kkg3fbbrg9qjva1j4xv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/baskervillef") @@ -4687,13 +5369,18 @@ (define-public texlive-basque-book (package (name "texlive-basque-book") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/basque-book/" - "source/latex/basque-book/" - "tex/latex/basque-book/") - (base32 - "16jgn4pxqbmq2dx5gfyy4p04ykaijkjyy9banp3l3a6ykm2xn8w7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/basque-book/" + "source/latex/basque-book/" + "tex/latex/basque-book/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16jgn4pxqbmq2dx5gfyy4p04ykaijkjyy9banp3l3a6ykm2xn8w7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/basque-book") @@ -4709,13 +5396,18 @@ (define-public texlive-basque-date (package (name "texlive-basque-date") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/basque-date/" - "source/latex/basque-date/" - "tex/latex/basque-date/") - (base32 - "0n1nc2nrwl3ajk1n7xbnf49mvg8dlqlyndsyywgs46dnv55b7gs5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/basque-date/" + "source/latex/basque-date/" + "tex/latex/basque-date/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0n1nc2nrwl3ajk1n7xbnf49mvg8dlqlyndsyywgs46dnv55b7gs5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/basque-date") @@ -4731,13 +5423,18 @@ (define-public texlive-bath-bst (package (name "texlive-bath-bst") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/bath-bst/" - "doc/bibtex/bath-bst/" - "source/bibtex/bath-bst/") - (base32 - "06v5icy6537d69g5in7ps322wgnkf0imd93gnmh2y7fladsmvp06"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/bath-bst/" + "doc/bibtex/bath-bst/" + "source/bibtex/bath-bst/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06v5icy6537d69g5in7ps322wgnkf0imd93gnmh2y7fladsmvp06")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bath-bst") @@ -4753,14 +5450,19 @@ (define-public texlive-bbding (package (name "texlive-bbding") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bbding/" - "fonts/source/public/bbding/" - "fonts/tfm/public/bbding/" - "source/latex/bbding/" "tex/latex/bbding/") - (base32 - "0l507nxnnh880h5kg8q0ww6sl93k441l0lsplr5ldrngxvx1vrsc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bbding/" + "fonts/source/public/bbding/" + "fonts/tfm/public/bbding/" + "source/latex/bbding/" "tex/latex/bbding/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l507nxnnh880h5kg8q0ww6sl93k441l0lsplr5ldrngxvx1vrsc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -4777,14 +5479,19 @@ (define-public texlive-bbold-type1 (package (name "texlive-bbold-type1") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/bbold-type1/" - "fonts/afm/public/bbold-type1/" - "fonts/map/dvips/bbold-type1/" - "fonts/type1/public/bbold-type1/") - (base32 - "1flccfh58w977j9w62mcn7xzspmg68gb6h5nwh2mfbz7l0015fsz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/bbold-type1/" + "fonts/afm/public/bbold-type1/" + "fonts/map/dvips/bbold-type1/" + "fonts/type1/public/bbold-type1/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1flccfh58w977j9w62mcn7xzspmg68gb6h5nwh2mfbz7l0015fsz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bbold-type1") @@ -4800,17 +5507,22 @@ (define-public texlive-bboldx (package (name "texlive-bboldx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/bboldx/" - "fonts/afm/public/bboldx/" - "fonts/enc/dvips/bboldx/" - "fonts/map/dvips/bboldx/" - "fonts/tfm/public/bboldx/" - "fonts/type1/public/bboldx/" - "tex/latex/bboldx/") - (base32 - "1r4s3yyah0iqwhzss52wjv3wml5r4bywp3fbanjzkv16f2pk51yb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/bboldx/" + "fonts/afm/public/bboldx/" + "fonts/enc/dvips/bboldx/" + "fonts/map/dvips/bboldx/" + "fonts/tfm/public/bboldx/" + "fonts/type1/public/bboldx/" + "tex/latex/bboldx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r4s3yyah0iqwhzss52wjv3wml5r4bywp3fbanjzkv16f2pk51yb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bboldx") @@ -4827,12 +5539,17 @@ (define-public texlive-bclogo (package (name "texlive-bclogo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bclogo/" "metapost/bclogo/" - "tex/latex/bclogo/") - (base32 - "1hdg99xkmdca23s7i63099r9jvgw2larv8aawjllj9mw18195jr9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bclogo/" "metapost/bclogo/" + "tex/latex/bclogo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hdg99xkmdca23s7i63099r9jvgw2larv8aawjllj9mw18195jr9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bclogo") @@ -4846,12 +5563,17 @@ (define-public texlive-beamer-fuberlin (package (name "texlive-beamer-fuberlin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamer-fuberlin/" - "tex/latex/beamer-fuberlin/") - (base32 - "03zp6gpzilcfgrbz1lh8lpldvkf9g98f45fhsb72ikgjnka6211c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamer-fuberlin/" + "tex/latex/beamer-fuberlin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03zp6gpzilcfgrbz1lh8lpldvkf9g98f45fhsb72ikgjnka6211c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamer-fuberlin") @@ -4867,12 +5589,17 @@ (define-public texlive-beamer-verona (package (name "texlive-beamer-verona") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamer-verona/" - "tex/latex/beamer-verona/") - (base32 - "0q79bdsc98a3y5h0yb3qwpsd0yyfyaxfjfhn4xkxf2qzyfp1mgd5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamer-verona/" + "tex/latex/beamer-verona/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q79bdsc98a3y5h0yb3qwpsd0yyfyaxfjfhn4xkxf2qzyfp1mgd5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamer-verona") @@ -4885,11 +5612,16 @@ (define-public texlive-beebe (package (name "texlive-beebe") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/beebe/" "tex/generic/beebe/") - (base32 - "060v67ma1r6n9fmg4v4zl2pgxz6gmd4qrazyss9hwq6z4206pqc0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/beebe/" "tex/generic/beebe/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "060v67ma1r6n9fmg4v4zl2pgxz6gmd4qrazyss9hwq6z4206pqc0")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblio") (synopsis "Collection of bibliographies") @@ -4903,13 +5635,18 @@ (define-public texlive-begingreek (package (name "texlive-begingreek") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/begingreek/" - "source/latex/begingreek/" - "tex/latex/begingreek/") - (base32 - "1amzzc96pqxjicrgl4fnl2j7b65vvpxl32ckl308nbwfhd56fz6l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/begingreek/" + "source/latex/begingreek/" + "tex/latex/begingreek/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1amzzc96pqxjicrgl4fnl2j7b65vvpxl32ckl308nbwfhd56fz6l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/begingreek") @@ -4925,14 +5662,19 @@ (define-public texlive-beilstein (package (name "texlive-beilstein") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/beilstein/" - "doc/latex/beilstein/" - "source/latex/beilstein/" - "tex/latex/beilstein/") - (base32 - "0gr4fb0g3449jx6mbwfl2g00anss6xbj9xiak83hkc7797jzmg2b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/beilstein/" + "doc/latex/beilstein/" + "source/latex/beilstein/" + "tex/latex/beilstein/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gr4fb0g3449jx6mbwfl2g00anss6xbj9xiak83hkc7797jzmg2b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beilstein") @@ -4948,15 +5690,20 @@ (define-public texlive-belleek (package (name "texlive-belleek") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/belleek/" - "fonts/map/dvips/belleek/" - "fonts/truetype/public/belleek/" - "fonts/type1/public/belleek/" - "source/latex/belleek/") - (base32 - "12jigkk2xlnfllwaj6qsisgvl5b2kcwnv5j921cvm7gjn9x1i941"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/belleek/" + "fonts/map/dvips/belleek/" + "fonts/truetype/public/belleek/" + "fonts/type1/public/belleek/" + "source/latex/belleek/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12jigkk2xlnfllwaj6qsisgvl5b2kcwnv5j921cvm7gjn9x1i941")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/belleek") @@ -4968,11 +5715,16 @@ (define-public texlive-begriff (package (name "texlive-begriff") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/begriff/" "tex/latex/begriff/") - (base32 - "0vi7i35fqi32y26crk5aj93mivix61ppgmpz0djshizwrd9pn9xy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/begriff/" "tex/latex/begriff/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vi7i35fqi32y26crk5aj93mivix61ppgmpz0djshizwrd9pn9xy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/begriff") @@ -4986,14 +5738,19 @@ (define-public texlive-bengali (package (name "texlive-bengali") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/bengali/" - "fonts/source/public/bengali/" - "fonts/tfm/public/bengali/" - "source/latex/bengali/" "tex/latex/bengali/") - (base32 - "077rs7rcx592g5m53hy73w6jd39qgb83z5sg2jbymjfwkk7y593h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/bengali/" + "fonts/source/public/bengali/" + "fonts/tfm/public/bengali/" + "source/latex/bengali/" "tex/latex/bengali/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "077rs7rcx592g5m53hy73w6jd39qgb83z5sg2jbymjfwkk7y593h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -5009,18 +5766,23 @@ (define-public texlive-berenisadf (package (name "texlive-berenisadf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/berenisadf/" - "fonts/afm/arkandis/berenisadf/" - "fonts/enc/dvips/berenisadf/" - "fonts/map/dvips/berenisadf/" - "fonts/opentype/arkandis/berenisadf/" - "fonts/tfm/arkandis/berenisadf/" - "fonts/type1/arkandis/berenisadf/" - "tex/latex/berenisadf/") - (base32 - "11daizsls1zhwdfy78s2rjk76zwkziv33xrvrqbxybs2hdbg261d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/berenisadf/" + "fonts/afm/arkandis/berenisadf/" + "fonts/enc/dvips/berenisadf/" + "fonts/map/dvips/berenisadf/" + "fonts/opentype/arkandis/berenisadf/" + "fonts/tfm/arkandis/berenisadf/" + "fonts/type1/arkandis/berenisadf/" + "tex/latex/berenisadf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11daizsls1zhwdfy78s2rjk76zwkziv33xrvrqbxybs2hdbg261d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/berenisadf") @@ -5037,12 +5799,17 @@ (define-public texlive-besjournals (package (name "texlive-besjournals") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/besjournals/" - "doc/bibtex/besjournals/") - (base32 - "1mcc5xa56j17h6wv9b111qypw6ff4mg0skapa4wq79lb8p3l1cmv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/besjournals/" + "doc/bibtex/besjournals/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mcc5xa56j17h6wv9b111qypw6ff4mg0skapa4wq79lb8p3l1cmv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/besjournals-bst") @@ -5058,12 +5825,17 @@ (define-public texlive-bestpapers (package (name "texlive-bestpapers") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/bestpapers/" - "doc/bibtex/bestpapers/") - (base32 - "0c0lp51z5z2707r1hig993gbx78v7zb84wmk3z9iyw08m3bbq34s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/bestpapers/" + "doc/bibtex/bestpapers/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c0lp51z5z2707r1hig993gbx78v7zb84wmk3z9iyw08m3bbq34s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bestpapers") @@ -5083,12 +5855,17 @@ (define-public texlive-betababel (package (name "texlive-betababel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/betababel/" - "tex/latex/betababel/") - (base32 - "1lck0wighndd3qrhcks6amc6gm5y50f6a61nfcz31j087r3a7liv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/betababel/" + "tex/latex/betababel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lck0wighndd3qrhcks6amc6gm5y50f6a61nfcz31j087r3a7liv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/betababel") @@ -5104,17 +5881,22 @@ (define-public texlive-beuron (package (name "texlive-beuron") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/beuron/" - "fonts/map/dvips/beuron/" - "fonts/opentype/public/beuron/" - "fonts/source/public/beuron/" - "fonts/tfm/public/beuron/" - "fonts/type1/public/beuron/" - "tex/latex/beuron/") - (base32 - "06hk60z0s2rdbj1iard10zxw7zvvm2xds755r4mqh0p70qhkpjzx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/beuron/" + "fonts/map/dvips/beuron/" + "fonts/opentype/public/beuron/" + "fonts/source/public/beuron/" + "fonts/tfm/public/beuron/" + "fonts/type1/public/beuron/" + "tex/latex/beuron/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06hk60z0s2rdbj1iard10zxw7zvvm2xds755r4mqh0p70qhkpjzx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -5132,11 +5914,16 @@ (define-public texlive-bfh-ci (package (name "texlive-bfh-ci") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bfh-ci/" "tex/latex/bfh-ci/") - (base32 - "198r2xwki70hij36l596p9jldpzc1acna97mlszbbim2w6xj3qy8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bfh-ci/" "tex/latex/bfh-ci/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "198r2xwki70hij36l596p9jldpzc1acna97mlszbbim2w6xj3qy8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bfh-ci") @@ -5151,15 +5938,20 @@ (define-public texlive-bgteubner (package (name "texlive-bgteubner") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/bgteubner/" - "doc/latex/bgteubner/" - "makeindex/bgteubner/" - "source/latex/bgteubner/" - "tex/latex/bgteubner/") - (base32 - "1plc42glcq2pxyns6lm6fygicjm8whrls1qlfw00fccsw9v1hgxv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/bgteubner/" + "doc/latex/bgteubner/" + "makeindex/bgteubner/" + "source/latex/bgteubner/" + "tex/latex/bgteubner/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1plc42glcq2pxyns6lm6fygicjm8whrls1qlfw00fccsw9v1hgxv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -5189,17 +5981,22 @@ (define-public texlive-bguq (package (name "texlive-bguq") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/bguq/" - "fonts/map/dvips/bguq/" - "fonts/source/public/bguq/" - "fonts/tfm/public/bguq/" - "fonts/type1/public/bguq/" - "source/fonts/bguq/" - "tex/latex/bguq/") - (base32 - "0d87ihzwq3lxhr28yaj1wpkvl4jgcfw8859g9mamrprkm7klm2rb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/bguq/" + "fonts/map/dvips/bguq/" + "fonts/source/public/bguq/" + "fonts/tfm/public/bguq/" + "fonts/type1/public/bguq/" + "source/fonts/bguq/" + "tex/latex/bguq/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d87ihzwq3lxhr28yaj1wpkvl4jgcfw8859g9mamrprkm7klm2rb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -5216,11 +6013,16 @@ (define-public texlive-bib-fr (package (name "texlive-bib-fr") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/bib-fr/" "doc/bibtex/bib-fr/") - (base32 - "11af1p52vr16l5gf69ql2zz0328yqd75nbcvik7b0g05pbqc12nv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/bib-fr/" "doc/bibtex/bib-fr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11af1p52vr16l5gf69ql2zz0328yqd75nbcvik7b0g05pbqc12nv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bib-fr") @@ -5234,17 +6036,22 @@ (define-public texlive-bib2gls (package (name "texlive-bib2gls") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/bib2gls.1" - "doc/man/man1/bib2gls.man1.pdf" - "doc/man/man1/convertgls2bib.1" - "doc/man/man1/convertgls2bib.man1.pdf" - "doc/support/bib2gls/" - "scripts/bib2gls/" - "source/support/bib2gls/src/") - (base32 - "11a3wvyg5anm9hkmlpb6yvls1bmhypyswj55q332ziac6hpi2wd5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/bib2gls.1" + "doc/man/man1/bib2gls.man1.pdf" + "doc/man/man1/convertgls2bib.1" + "doc/man/man1/convertgls2bib.man1.pdf" + "doc/support/bib2gls/" + "scripts/bib2gls/" + "source/support/bib2gls/src/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11a3wvyg5anm9hkmlpb6yvls1bmhypyswj55q332ziac6hpi2wd5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "bib2gls.sh" "convertgls2bib.sh"))) @@ -5272,12 +6079,17 @@ (define-public texlive-bibarts (package (name "texlive-bibarts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bibarts/" "source/latex/bibarts/" - "tex/latex/bibarts/") - (base32 - "18jms4i9y9ngzr5cf74j6xhxkas4yg7hm1yfgim6iakshhdhy964"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bibarts/" "source/latex/bibarts/" + "tex/latex/bibarts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18jms4i9y9ngzr5cf74j6xhxkas4yg7hm1yfgim6iakshhdhy964")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -5310,16 +6122,21 @@ (define-public texlive-bibcop (package (name "texlive-bibcop") (version "2023.0") - (source (texlive-origin - name version - (list "doc/bibtex/bibcop/" - "doc/man/man1/bibcop.1" - "doc/man/man1/bibcop.man1.pdf" - "scripts/bibcop/" - "source/bibtex/bibcop/" - "tex/latex/bibcop/") - (base32 - "0w8n51ksff3b4nfx0ggnh00jhsdh1zg25hijxmpsq0z0wgazai9b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/bibtex/bibcop/" + "doc/man/man1/bibcop.1" + "doc/man/man1/bibcop.man1.pdf" + "scripts/bibcop/" + "source/bibtex/bibcop/" + "tex/latex/bibcop/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0w8n51ksff3b4nfx0ggnh00jhsdh1zg25hijxmpsq0z0wgazai9b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "bibcop.pl"))) @@ -5338,12 +6155,17 @@ (define-public texlive-biber-ms (package (name "texlive-biber-ms") (version "2023.0") - (source (texlive-origin - name version - (list "doc/bibtex/biber-ms/" - "source/bibtex/biber-ms/") - (base32 - "10r9jgarrbvqrz9nkjfkzsy3niggg5w6sjr7zi7bqy8zhkwf3hsf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/bibtex/biber-ms/" + "source/bibtex/biber-ms/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10r9jgarrbvqrz9nkjfkzsy3niggg5w6sjr7zi7bqy8zhkwf3hsf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biber-ms") @@ -5358,13 +6180,18 @@ (define-public texlive-bibexport (package (name "texlive-bibexport") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/bibexport/" - "doc/bibtex/bibexport/" "scripts/bibexport/" - "source/bibtex/bibexport/") - (base32 - "161056627w1lazfpld3lyjwfrl8j8gc4b6dzml46bzwf7mk9ifln"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/bibexport/" + "doc/bibtex/bibexport/" "scripts/bibexport/" + "source/bibtex/bibexport/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "161056627w1lazfpld3lyjwfrl8j8gc4b6dzml46bzwf7mk9ifln")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -5389,11 +6216,16 @@ (define-public texlive-bibhtml (package (name "texlive-bibhtml") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/bibhtml/" "doc/bibtex/bibhtml/") - (base32 - "0fjpipxc885hk9pvjf3f0wsp84lr1d7flvs5c56jmlvryvc6mv0w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/bibhtml/" "doc/bibtex/bibhtml/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fjpipxc885hk9pvjf3f0wsp84lr1d7flvs5c56jmlvryvc6mv0w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bibhtml") @@ -5413,12 +6245,17 @@ (define-public texlive-biblatex-abnt (package (name "texlive-biblatex-abnt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-abnt/" - "tex/latex/biblatex-abnt/") - (base32 - "14j3yn8ijwaa547gzyw7ql8q871w5r9rprc6l1s5dhp7vz3kzk6z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-abnt/" + "tex/latex/biblatex-abnt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14j3yn8ijwaa547gzyw7ql8q871w5r9rprc6l1s5dhp7vz3kzk6z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-abnt") @@ -5432,12 +6269,17 @@ (define-public texlive-biblatex-ajc2020unofficial (package (name "texlive-biblatex-ajc2020unofficial") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-ajc2020unofficial/" - "tex/latex/biblatex-ajc2020unofficial/") - (base32 - "1ngh68a7ihhvpdfz09c087pfqnnpj3mnm8c4jmw8krq52b79fr87"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-ajc2020unofficial/" + "tex/latex/biblatex-ajc2020unofficial/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ngh68a7ihhvpdfz09c087pfqnnpj3mnm8c4jmw8krq52b79fr87")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-ajc2020unofficial") @@ -5452,12 +6294,17 @@ (define-public texlive-biblatex-anonymous (package (name "texlive-biblatex-anonymous") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-anonymous/" - "tex/latex/biblatex-anonymous/") - (base32 - "1q24xrr80i6xsq65gfvvi1s5qsp78g52qgn2nf2523gjnnzp4p7n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-anonymous/" + "tex/latex/biblatex-anonymous/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q24xrr80i6xsq65gfvvi1s5qsp78g52qgn2nf2523gjnnzp4p7n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-anonymous") @@ -5471,12 +6318,17 @@ (define-public texlive-biblatex-apa6 (package (name "texlive-biblatex-apa6") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-apa6/" - "tex/latex/biblatex-apa6/") - (base32 - "14xkqca4l4sb8jwlz6k28hmlya4m9474sv79icyzzq1v0vbqmgbq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-apa6/" + "tex/latex/biblatex-apa6/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14xkqca4l4sb8jwlz6k28hmlya4m9474sv79icyzzq1v0vbqmgbq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-apa6") @@ -5495,13 +6347,18 @@ (define-public texlive-biblatex-archaeology (package (name "texlive-biblatex-archaeology") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-archaeology/" - "source/latex/biblatex-archaeology/" - "tex/latex/biblatex-archaeology/") - (base32 - "059mp6c1wgxkdjqrpwyx9yafw8dma75c3653rjc3sp66xx3akr8k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-archaeology/" + "source/latex/biblatex-archaeology/" + "tex/latex/biblatex-archaeology/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "059mp6c1wgxkdjqrpwyx9yafw8dma75c3653rjc3sp66xx3akr8k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-archaeology") @@ -5522,12 +6379,17 @@ (define-public texlive-biblatex-arthistory-bonn (package (name "texlive-biblatex-arthistory-bonn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-arthistory-bonn/" - "tex/latex/biblatex-arthistory-bonn/") - (base32 - "0iwms7w1xqghdf3s0m91xzw4y7d20lvpv69ibl92cpjj5fggp0x8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-arthistory-bonn/" + "tex/latex/biblatex-arthistory-bonn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0iwms7w1xqghdf3s0m91xzw4y7d20lvpv69ibl92cpjj5fggp0x8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-arthistory-bonn") @@ -5545,13 +6407,18 @@ (define-public texlive-biblatex-bath (package (name "texlive-biblatex-bath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-bath/" - "source/latex/biblatex-bath/" - "tex/latex/biblatex-bath/") - (base32 - "1c640csqvq0f9fd5d7xx4apllbwvr4cmi2x38863wlrvlnxa9kd7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-bath/" + "source/latex/biblatex-bath/" + "tex/latex/biblatex-bath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c640csqvq0f9fd5d7xx4apllbwvr4cmi2x38863wlrvlnxa9kd7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-bath") @@ -5565,12 +6432,17 @@ (define-public texlive-biblatex-bookinarticle (package (name "texlive-biblatex-bookinarticle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-bookinarticle/" - "tex/latex/biblatex-bookinarticle/") - (base32 - "0mhj3adqlirylhjqj8y0m8pinmark07zqvx00zl9rrdpagj6q4y8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-bookinarticle/" + "tex/latex/biblatex-bookinarticle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mhj3adqlirylhjqj8y0m8pinmark07zqvx00zl9rrdpagj6q4y8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-bookinarticle") @@ -5587,12 +6459,17 @@ (define-public texlive-biblatex-bookinother (package (name "texlive-biblatex-bookinother") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-bookinother/" - "tex/latex/biblatex-bookinother/") - (base32 - "062ri08pwr5fh8v500dbgrc7nbxgi0jd864xfmvf601lwpwqn9c7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-bookinother/" + "tex/latex/biblatex-bookinother/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "062ri08pwr5fh8v500dbgrc7nbxgi0jd864xfmvf601lwpwqn9c7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-bookinother") @@ -5608,12 +6485,17 @@ (define-public texlive-biblatex-bwl (package (name "texlive-biblatex-bwl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-bwl/" - "tex/latex/biblatex-bwl/") - (base32 - "122qz05rc7c3pys6adg38xq0r123f4hspc3yyw8l2mzlpbbwm9y5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-bwl/" + "tex/latex/biblatex-bwl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "122qz05rc7c3pys6adg38xq0r123f4hspc3yyw8l2mzlpbbwm9y5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-bwl") @@ -5628,12 +6510,17 @@ (define-public texlive-biblatex-caspervector (package (name "texlive-biblatex-caspervector") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-caspervector/" - "tex/latex/biblatex-caspervector/") - (base32 - "0drch06w3kp5ygc3jad70iixylgaivhxnnibglnih89yg4wq90y4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-caspervector/" + "tex/latex/biblatex-caspervector/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0drch06w3kp5ygc3jad70iixylgaivhxnnibglnih89yg4wq90y4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-caspervector") @@ -5647,12 +6534,17 @@ (define-public texlive-biblatex-chem (package (name "texlive-biblatex-chem") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-chem/" - "tex/latex/biblatex-chem/") - (base32 - "0y4fgnykh5x48cnbgyhgj04iqz05mvnzqvjn84vbr3mqmwjrndbl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-chem/" + "tex/latex/biblatex-chem/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y4fgnykh5x48cnbgyhgj04iqz05mvnzqvjn84vbr3mqmwjrndbl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-chem") @@ -5669,12 +6561,17 @@ (define-public texlive-biblatex-chicago (package (name "texlive-biblatex-chicago") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-chicago/" - "tex/latex/biblatex-chicago/") - (base32 - "00y8h4hvmz17bn46936xfi1cy0rsh5y33pyc1hrkrrldabq8rxys"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-chicago/" + "tex/latex/biblatex-chicago/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00y8h4hvmz17bn46936xfi1cy0rsh5y33pyc1hrkrrldabq8rxys")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-chicago") @@ -5691,12 +6588,17 @@ (define-public texlive-biblatex-claves (package (name "texlive-biblatex-claves") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-claves/" - "tex/latex/biblatex-claves/") - (base32 - "08ydcv7qlbxaysh7jm3d4glrhp1fyd4fvvxc3jc4k50ga77ksqj0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-claves/" + "tex/latex/biblatex-claves/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08ydcv7qlbxaysh7jm3d4glrhp1fyd4fvvxc3jc4k50ga77ksqj0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-claves") @@ -5718,12 +6620,17 @@ (define-public texlive-biblatex-cv (package (name "texlive-biblatex-cv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-cv/" - "tex/latex/biblatex-cv/") - (base32 - "17m6lqnr35y6vcfrrhlhxjf55b85py9miksswhkipyiaj3kphhb8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-cv/" + "tex/latex/biblatex-cv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17m6lqnr35y6vcfrrhlhxjf55b85py9miksswhkipyiaj3kphhb8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-cv") @@ -5738,14 +6645,19 @@ (define-public texlive-biblatex-dw (package (name "texlive-biblatex-dw") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-dw/" - "tex/latex/biblatex-dw/bbx/" - "tex/latex/biblatex-dw/cbx/" - "tex/latex/biblatex-dw/lbx/") - (base32 - "1vw008djg535hdwbmk5dqvaw0v6cm3lqmlvk8sfzybpqffw1crlr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-dw/" + "tex/latex/biblatex-dw/bbx/" + "tex/latex/biblatex-dw/cbx/" + "tex/latex/biblatex-dw/lbx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vw008djg535hdwbmk5dqvaw0v6cm3lqmlvk8sfzybpqffw1crlr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-dw") @@ -5761,12 +6673,17 @@ (define-public texlive-biblatex-enc (package (name "texlive-biblatex-enc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-enc/" - "tex/latex/biblatex-enc/") - (base32 - "0k9sais0dknydcdy1a7fkkrb5grqap3q2jn8qk36x658nkjjb9ln"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-enc/" + "tex/latex/biblatex-enc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k9sais0dknydcdy1a7fkkrb5grqap3q2jn8qk36x658nkjjb9ln")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-enc") @@ -5782,12 +6699,17 @@ (define-public texlive-biblatex-ext (package (name "texlive-biblatex-ext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-ext/" - "tex/latex/biblatex-ext/") - (base32 - "09adm378m9laxxb9bs6lqhfprrq0d3l1c627fxp1vcnxqqwd99xc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-ext/" + "tex/latex/biblatex-ext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09adm378m9laxxb9bs6lqhfprrq0d3l1c627fxp1vcnxqqwd99xc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-ext") @@ -5805,12 +6727,17 @@ (define-public texlive-biblatex-fiwi (package (name "texlive-biblatex-fiwi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-fiwi/" - "tex/latex/biblatex-fiwi/") - (base32 - "080m1xj1g8v6aavp2i0hipjk3iikjqd2i36by2fiq0ys5vl5vhnq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-fiwi/" + "tex/latex/biblatex-fiwi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "080m1xj1g8v6aavp2i0hipjk3iikjqd2i36by2fiq0ys5vl5vhnq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-fiwi") @@ -5827,12 +6754,17 @@ (define-public texlive-biblatex-gb7714-2015 (package (name "texlive-biblatex-gb7714-2015") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-gb7714-2015/" - "tex/latex/biblatex-gb7714-2015/") - (base32 - "061gp5xwh2dkckb8dn9b7xhf76cqsq908dniwkp6hg531dzyn525"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-gb7714-2015/" + "tex/latex/biblatex-gb7714-2015/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "061gp5xwh2dkckb8dn9b7xhf76cqsq908dniwkp6hg531dzyn525")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-gb7714-2015") @@ -5849,12 +6781,17 @@ (define-public texlive-biblatex-german-legal (package (name "texlive-biblatex-german-legal") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-german-legal/" - "tex/latex/biblatex-german-legal/") - (base32 - "14njaba2gvz338f8z4w3vi1qyf7yxx3l9c9nla6ggrw4rnicjpzs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-german-legal/" + "tex/latex/biblatex-german-legal/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14njaba2gvz338f8z4w3vi1qyf7yxx3l9c9nla6ggrw4rnicjpzs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-german-legal") @@ -5870,12 +6807,17 @@ (define-public texlive-biblatex-gost (package (name "texlive-biblatex-gost") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-gost/" - "tex/latex/biblatex-gost/") - (base32 - "0k4fdvhj8ki05arcimxlj3fm2216cijaj5jk5yy95754j3z6byj3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-gost/" + "tex/latex/biblatex-gost/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k4fdvhj8ki05arcimxlj3fm2216cijaj5jk5yy95754j3z6byj3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-gost") @@ -5889,12 +6831,17 @@ (define-public texlive-biblatex-historian (package (name "texlive-biblatex-historian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-historian/" - "tex/latex/biblatex-historian/") - (base32 - "0y9jvjyji39ly5pf72qhnnlsrixaxjxdx529lyav8bhd2zz3c5s7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-historian/" + "tex/latex/biblatex-historian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y9jvjyji39ly5pf72qhnnlsrixaxjxdx529lyav8bhd2zz3c5s7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-historian") @@ -5908,12 +6855,17 @@ (define-public texlive-biblatex-ieee (package (name "texlive-biblatex-ieee") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-ieee/" - "tex/latex/biblatex-ieee/") - (base32 - "0a3r2lvp4nr53gxpa40qa7zdgj2qpyygvcgcbprnvfxlqrk8lfm0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-ieee/" + "tex/latex/biblatex-ieee/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a3r2lvp4nr53gxpa40qa7zdgj2qpyygvcgcbprnvfxlqrk8lfm0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-ieee") @@ -5929,12 +6881,17 @@ (define-public texlive-biblatex-ijsra (package (name "texlive-biblatex-ijsra") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-ijsra/" - "tex/latex/biblatex-ijsra/") - (base32 - "0phgbrp47f6pgayws29acsacm7dcb5w3asvwswx5a2rg30wj2fln"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-ijsra/" + "tex/latex/biblatex-ijsra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0phgbrp47f6pgayws29acsacm7dcb5w3asvwswx5a2rg30wj2fln")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-ijsra") @@ -5950,12 +6907,17 @@ (define-public texlive-biblatex-iso690 (package (name "texlive-biblatex-iso690") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-iso690/" - "tex/latex/biblatex-iso690/") - (base32 - "07h16m8n8lydph2n567fnx2hzdw15mwyrcgs30x8anv9qxh0z6jf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-iso690/" + "tex/latex/biblatex-iso690/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07h16m8n8lydph2n567fnx2hzdw15mwyrcgs30x8anv9qxh0z6jf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-iso690") @@ -5969,12 +6931,17 @@ (define-public texlive-biblatex-jura2 (package (name "texlive-biblatex-jura2") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-jura2/" - "tex/latex/biblatex-jura2/") - (base32 - "1cnsmk46j98z7wk7qs6v9f5m42x124v2nxrnq8n1jcs1jd03q6ry"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-jura2/" + "tex/latex/biblatex-jura2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cnsmk46j98z7wk7qs6v9f5m42x124v2nxrnq8n1jcs1jd03q6ry")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-jura2") @@ -5987,12 +6954,17 @@ (define-public texlive-biblatex-juradiss (package (name "texlive-biblatex-juradiss") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-juradiss/" - "tex/latex/biblatex-juradiss/") - (base32 - "13rwvj1ibhj0c46xr13wjyh68abkrvh2jcg2ccichh33crrxaql0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-juradiss/" + "tex/latex/biblatex-juradiss/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13rwvj1ibhj0c46xr13wjyh68abkrvh2jcg2ccichh33crrxaql0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-juradiss") @@ -6006,12 +6978,17 @@ (define-public texlive-biblatex-license (package (name "texlive-biblatex-license") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-license/" - "tex/latex/biblatex-license/") - (base32 - "1xz6zms984v5r8hq01f7ap245lfhqj577rc9ww57ccv4kgvgicqd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-license/" + "tex/latex/biblatex-license/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xz6zms984v5r8hq01f7ap245lfhqj577rc9ww57ccv4kgvgicqd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-license") @@ -6026,12 +7003,17 @@ (define-public texlive-biblatex-lncs (package (name "texlive-biblatex-lncs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-lncs/" - "tex/latex/biblatex-lncs/") - (base32 - "0fxhwvkgk3y2d1w6h2sldgzwbwng97bqqgny2slaajhk9wlbcs3k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-lncs/" + "tex/latex/biblatex-lncs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fxhwvkgk3y2d1w6h2sldgzwbwng97bqqgny2slaajhk9wlbcs3k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-lncs") @@ -6045,12 +7027,17 @@ (define-public texlive-biblatex-lni (package (name "texlive-biblatex-lni") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-lni/" - "tex/latex/biblatex-lni/") - (base32 - "1532swanj6p4pq7a4gqkmqjsdby20ls04ghkvdjg4066z1mizjp4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-lni/" + "tex/latex/biblatex-lni/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1532swanj6p4pq7a4gqkmqjsdby20ls04ghkvdjg4066z1mizjp4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-lni") @@ -6064,14 +7051,19 @@ (define-public texlive-biblatex-luh-ipw (package (name "texlive-biblatex-luh-ipw") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-luh-ipw/" - "tex/latex/biblatex-luh-ipw/bbx/" - "tex/latex/biblatex-luh-ipw/cbx/" - "tex/latex/biblatex-luh-ipw/lbx/") - (base32 - "18fnq2xjwsp5lq7vywbgzppbijqn4xarqga0g1rpj89g9q0zjs30"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-luh-ipw/" + "tex/latex/biblatex-luh-ipw/bbx/" + "tex/latex/biblatex-luh-ipw/cbx/" + "tex/latex/biblatex-luh-ipw/lbx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18fnq2xjwsp5lq7vywbgzppbijqn4xarqga0g1rpj89g9q0zjs30")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-luh-ipw") @@ -6087,12 +7079,17 @@ (define-public texlive-biblatex-manuscripts-philology (package (name "texlive-biblatex-manuscripts-philology") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-manuscripts-philology/" - "tex/latex/biblatex-manuscripts-philology/") - (base32 - "1q0rqqh6gqs930bzay5cq5hghxk28xs2321y8h7awif0akq03rhm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-manuscripts-philology/" + "tex/latex/biblatex-manuscripts-philology/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q0rqqh6gqs930bzay5cq5hghxk28xs2321y8h7awif0akq03rhm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-manuscripts-philology") @@ -6107,12 +7104,17 @@ (define-public texlive-biblatex-mla (package (name "texlive-biblatex-mla") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-mla/" - "tex/latex/biblatex-mla/") - (base32 - "09qlx067vhc4aflx9rjdbyq99xh3nzwlxj81cxp07mm2mykhxf39"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-mla/" + "tex/latex/biblatex-mla/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09qlx067vhc4aflx9rjdbyq99xh3nzwlxj81cxp07mm2mykhxf39")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-mla") @@ -6126,12 +7128,17 @@ (define-public texlive-biblatex-morenames (package (name "texlive-biblatex-morenames") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-morenames/" - "tex/latex/biblatex-morenames/") - (base32 - "1gwzxz1yqnq3q2fjrb4nf0370a90fbi6b20zvplj3lfiqmdkaiak"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-morenames/" + "tex/latex/biblatex-morenames/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gwzxz1yqnq3q2fjrb4nf0370a90fbi6b20zvplj3lfiqmdkaiak")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-morenames") @@ -6147,14 +7154,19 @@ (define-public texlive-biblatex-ms (package (name "texlive-biblatex-ms") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/biblatex-ms/biblatex/" - "bibtex/bst/biblatex-ms/" - "doc/latex/biblatex-ms/" - "tex/latex/biblatex-ms/") - (base32 - "00xib8xvxl78qzxs66qmfyp4jdkcs3qx4ray2nwv1fffhj69aw3n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/biblatex-ms/biblatex/" + "bibtex/bst/biblatex-ms/" + "doc/latex/biblatex-ms/" + "tex/latex/biblatex-ms/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00xib8xvxl78qzxs66qmfyp4jdkcs3qx4ray2nwv1fffhj69aw3n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-etoolbox texlive-kvoptions texlive-logreq @@ -6174,12 +7186,17 @@ (define-public texlive-biblatex-multiple-dm (package (name "texlive-biblatex-multiple-dm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-multiple-dm/" - "tex/latex/biblatex-multiple-dm/") - (base32 - "07dp3ppz8kma5gh0bs98jnk7gvqqcp4l1ag60941myjvfsyqplxv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-multiple-dm/" + "tex/latex/biblatex-multiple-dm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07dp3ppz8kma5gh0bs98jnk7gvqqcp4l1ag60941myjvfsyqplxv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-multiple-dm") @@ -6193,12 +7210,17 @@ (define-public texlive-biblatex-musuos (package (name "texlive-biblatex-musuos") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-musuos/" - "tex/latex/biblatex-musuos/") - (base32 - "0iqp02yk8b9s18k8v78q2y5g507fsh2zk68dj0yc77gwa6gsmrmh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-musuos/" + "tex/latex/biblatex-musuos/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0iqp02yk8b9s18k8v78q2y5g507fsh2zk68dj0yc77gwa6gsmrmh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-musuos") @@ -6212,12 +7234,17 @@ (define-public texlive-biblatex-nature (package (name "texlive-biblatex-nature") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-nature/" - "tex/latex/biblatex-nature/") - (base32 - "1bpgcwpd8sw28dn7q8bkxpnpqb741216gaasvqdpah9kj53zfypg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-nature/" + "tex/latex/biblatex-nature/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bpgcwpd8sw28dn7q8bkxpnpqb741216gaasvqdpah9kj53zfypg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-nature") @@ -6231,13 +7258,18 @@ (define-public texlive-biblatex-nejm (package (name "texlive-biblatex-nejm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-nejm/" - "source/latex/biblatex-nejm/" - "tex/latex/biblatex-nejm/") - (base32 - "1fa12hbzrqd7brz90zhn3lklbqvvn5sw5l3y8pnm5xx604dkdiiw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-nejm/" + "source/latex/biblatex-nejm/" + "tex/latex/biblatex-nejm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fa12hbzrqd7brz90zhn3lklbqvvn5sw5l3y8pnm5xx604dkdiiw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-nejm") @@ -6251,12 +7283,17 @@ (define-public texlive-biblatex-nottsclassic (package (name "texlive-biblatex-nottsclassic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-nottsclassic/" - "tex/latex/biblatex-nottsclassic/") - (base32 - "13rvxykjyah5vn44sfagf1ggqhh1hd1qhz9m6jb87yhwz5snkrxh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-nottsclassic/" + "tex/latex/biblatex-nottsclassic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13rvxykjyah5vn44sfagf1ggqhh1hd1qhz9m6jb87yhwz5snkrxh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-nottsclassic") @@ -6270,12 +7307,17 @@ (define-public texlive-biblatex-opcit-booktitle (package (name "texlive-biblatex-opcit-booktitle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-opcit-booktitle/" - "tex/latex/biblatex-opcit-booktitle/") - (base32 - "078fzk4i7sknaxkgn2lr54bcslqbjjsr1nb0z7y46v7kpg2lpcrf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-opcit-booktitle/" + "tex/latex/biblatex-opcit-booktitle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "078fzk4i7sknaxkgn2lr54bcslqbjjsr1nb0z7y46v7kpg2lpcrf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-opcit-booktitle") @@ -6291,13 +7333,18 @@ (define-public texlive-biblatex-oxref (package (name "texlive-biblatex-oxref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-oxref/" - "source/latex/biblatex-oxref/" - "tex/latex/biblatex-oxref/") - (base32 - "0jzmb28h0s2nji23mkj5ich7z5kaifv3snj20rm0dpjk20a087h3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-oxref/" + "source/latex/biblatex-oxref/" + "tex/latex/biblatex-oxref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jzmb28h0s2nji23mkj5ich7z5kaifv3snj20rm0dpjk20a087h3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-oxref") @@ -6330,13 +7377,18 @@ (define-public texlive-biblatex-philosophy (package (name "texlive-biblatex-philosophy") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-philosophy/" - "source/latex/biblatex-philosophy/" - "tex/latex/biblatex-philosophy/") - (base32 - "05fapyb6wwyv4mwjhgg3gasvqkwpwd6jxv095hird9011n6drrzm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-philosophy/" + "source/latex/biblatex-philosophy/" + "tex/latex/biblatex-philosophy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05fapyb6wwyv4mwjhgg3gasvqkwpwd6jxv095hird9011n6drrzm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -6385,12 +7437,17 @@ (define-public texlive-biblatex-phys (package (name "texlive-biblatex-phys") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-phys/" - "tex/latex/biblatex-phys/") - (base32 - "1q9l7ma3zpybx142adbiall4y5x4hc5kc536wpmiwkz29zi6w7ka"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-phys/" + "tex/latex/biblatex-phys/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q9l7ma3zpybx142adbiall4y5x4hc5kc536wpmiwkz29zi6w7ka")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-phys") @@ -6407,12 +7464,17 @@ (define-public texlive-biblatex-publist (package (name "texlive-biblatex-publist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-publist/" - "tex/latex/biblatex-publist/") - (base32 - "0s43idph9n9klrxy34lnplrrwy3wy4z87iiif5l9japi1j51vz6c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-publist/" + "tex/latex/biblatex-publist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s43idph9n9klrxy34lnplrrwy3wy4z87iiif5l9japi1j51vz6c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-publist") @@ -6428,12 +7490,17 @@ (define-public texlive-biblatex-readbbl (package (name "texlive-biblatex-readbbl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-readbbl/" - "tex/latex/biblatex-readbbl/") - (base32 - "0fr0p5c2v66vy86qx2m8i4p3p75d6qm506gv8xbfqckzyfzi9x6z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-readbbl/" + "tex/latex/biblatex-readbbl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fr0p5c2v66vy86qx2m8i4p3p75d6qm506gv8xbfqckzyfzi9x6z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-readbbl") @@ -6450,12 +7517,17 @@ (define-public texlive-biblatex-realauthor (package (name "texlive-biblatex-realauthor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-realauthor/" - "tex/latex/biblatex-realauthor/") - (base32 - "1av0vd7lwg5yad75b9fbi09s4bcaqd8bdz43kzyj2r7cimj8dpl0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-realauthor/" + "tex/latex/biblatex-realauthor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1av0vd7lwg5yad75b9fbi09s4bcaqd8bdz43kzyj2r7cimj8dpl0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-realauthor") @@ -6470,13 +7542,18 @@ (define-public texlive-biblatex-sbl (package (name "texlive-biblatex-sbl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-sbl/" - "makeindex/biblatex-sbl/" - "tex/latex/biblatex-sbl/") - (base32 - "1b04lwzmsgapf2x1y83jdmzsc0h59dwy35lglxwvmlwlv8czpx9s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-sbl/" + "makeindex/biblatex-sbl/" + "tex/latex/biblatex-sbl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b04lwzmsgapf2x1y83jdmzsc0h59dwy35lglxwvmlwlv8czpx9s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-sbl") @@ -6492,12 +7569,17 @@ (define-public texlive-biblatex-science (package (name "texlive-biblatex-science") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-science/" - "tex/latex/biblatex-science/") - (base32 - "0sw2bzhbgbfg5gajbm61x4243qrfna1ifbp9bl1swdmvw9g3hycd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-science/" + "tex/latex/biblatex-science/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sw2bzhbgbfg5gajbm61x4243qrfna1ifbp9bl1swdmvw9g3hycd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-science") @@ -6511,12 +7593,17 @@ (define-public texlive-biblatex-shortfields (package (name "texlive-biblatex-shortfields") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-shortfields/" - "tex/latex/biblatex-shortfields/") - (base32 - "14s6ykbnb6b2i811rjn44chv8f73yhnnywczn78zwbij5z6jgcjv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-shortfields/" + "tex/latex/biblatex-shortfields/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14s6ykbnb6b2i811rjn44chv8f73yhnnywczn78zwbij5z6jgcjv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-shortfields") @@ -6542,12 +7629,17 @@ (define-public texlive-biblatex-socialscienceshuberlin (package (name "texlive-biblatex-socialscienceshuberlin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-socialscienceshuberlin/" - "tex/latex/biblatex-socialscienceshuberlin/") - (base32 - "1klcvjf8vz3bg0q7pmci6hhih52ph0z0hhkbv3iippyy33jhijrc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-socialscienceshuberlin/" + "tex/latex/biblatex-socialscienceshuberlin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1klcvjf8vz3bg0q7pmci6hhih52ph0z0hhkbv3iippyy33jhijrc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-socialscienceshuberlin") @@ -6561,13 +7653,18 @@ (define-public texlive-biblatex-software (package (name "texlive-biblatex-software") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-software/" - "source/latex/biblatex-software/" - "tex/latex/biblatex-software/") - (base32 - "0dlinydsrlcw898ccynx76mdv9jsvr4ninsqv2aggmj3g9xripn0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-software/" + "source/latex/biblatex-software/" + "tex/latex/biblatex-software/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dlinydsrlcw898ccynx76mdv9jsvr4ninsqv2aggmj3g9xripn0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-software") @@ -6581,12 +7678,17 @@ (define-public texlive-biblatex-source-division (package (name "texlive-biblatex-source-division") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-source-division/" - "tex/latex/biblatex-source-division/") - (base32 - "07y25624fpmx9hfmyyga8wh5cmvl14lqbmflglpl60jqsy622mgi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-source-division/" + "tex/latex/biblatex-source-division/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07y25624fpmx9hfmyyga8wh5cmvl14lqbmflglpl60jqsy622mgi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-source-division") @@ -6603,12 +7705,17 @@ (define-public texlive-biblatex-spbasic (package (name "texlive-biblatex-spbasic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-spbasic/" - "tex/latex/biblatex-spbasic/") - (base32 - "071d1iqy1scz3wncsfv1backp5b7ly28rn5k0wy67wwz1vxa0d17"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-spbasic/" + "tex/latex/biblatex-spbasic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "071d1iqy1scz3wncsfv1backp5b7ly28rn5k0wy67wwz1vxa0d17")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-spbasic") @@ -6623,12 +7730,17 @@ (define-public texlive-biblatex-subseries (package (name "texlive-biblatex-subseries") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-subseries/" - "tex/latex/biblatex-subseries/") - (base32 - "09kqqccn8dlaydz1v2szllryaxrj0c36z63ynhrv9dvd1sk0vdhd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-subseries/" + "tex/latex/biblatex-subseries/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09kqqccn8dlaydz1v2szllryaxrj0c36z63ynhrv9dvd1sk0vdhd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-subseries") @@ -6644,12 +7756,17 @@ (define-public texlive-biblatex-swiss-legal (package (name "texlive-biblatex-swiss-legal") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-swiss-legal/" - "tex/latex/biblatex-swiss-legal/") - (base32 - "1x4dy1vxrbx0xkw3vysvcds0s1jz9w1pwri5ypiidj517sdsnff4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-swiss-legal/" + "tex/latex/biblatex-swiss-legal/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x4dy1vxrbx0xkw3vysvcds0s1jz9w1pwri5ypiidj517sdsnff4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-swiss-legal") @@ -6666,12 +7783,17 @@ (define-public texlive-biblatex-trad (package (name "texlive-biblatex-trad") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-trad/" - "tex/latex/biblatex-trad/") - (base32 - "19ma61dsdpsm52zm7wnkqccmx54g9gvh05d10c59q86ffv1dnlmx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-trad/" + "tex/latex/biblatex-trad/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19ma61dsdpsm52zm7wnkqccmx54g9gvh05d10c59q86ffv1dnlmx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-trad") @@ -6685,12 +7807,17 @@ (define-public texlive-biblatex-true-citepages-omit (package (name "texlive-biblatex-true-citepages-omit") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-true-citepages-omit/" - "tex/latex/biblatex-true-citepages-omit/") - (base32 - "1mfkmn5g6r61mlyf3vx98q18a042yjkmh3drid9vs0kaj66di4n5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-true-citepages-omit/" + "tex/latex/biblatex-true-citepages-omit/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mfkmn5g6r61mlyf3vx98q18a042yjkmh3drid9vs0kaj66di4n5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-true-citepages-omit") @@ -6707,12 +7834,17 @@ (define-public texlive-biblatex-unified (package (name "texlive-biblatex-unified") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-unified/" - "tex/latex/biblatex-unified/") - (base32 - "0d9b20m10dlkii2zxj00xgascqarf8qv1vfz28v7hnm9vd54h3rw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-unified/" + "tex/latex/biblatex-unified/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d9b20m10dlkii2zxj00xgascqarf8qv1vfz28v7hnm9vd54h3rw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-unified") @@ -6726,12 +7858,17 @@ (define-public texlive-biblatex-vancouver (package (name "texlive-biblatex-vancouver") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-vancouver/" - "tex/latex/biblatex-vancouver/") - (base32 - "1sji214mi5garp5h3if1fh1rvck573cxg61rgdlyy543883nrxv7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-vancouver/" + "tex/latex/biblatex-vancouver/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sji214mi5garp5h3if1fh1rvck573cxg61rgdlyy543883nrxv7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-vancouver") @@ -6745,12 +7882,17 @@ (define-public texlive-biblatex2bibitem (package (name "texlive-biblatex2bibitem") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex2bibitem/" - "tex/latex/biblatex2bibitem/") - (base32 - "1cd9b7vhmlx2clqr2gpwqs4hjga9mjqlxj7m74kq555rn5ppkyyn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex2bibitem/" + "tex/latex/biblatex2bibitem/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cd9b7vhmlx2clqr2gpwqs4hjga9mjqlxj7m74kq555rn5ppkyyn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex2bibitem") @@ -6769,13 +7911,18 @@ (define-public texlive-bibleref (package (name "texlive-bibleref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bibleref/" - "source/latex/bibleref/" - "tex/latex/bibleref/") - (base32 - "1fgb6lljdsdvkbs4i7yvwvgjbpbc8vnki0wv3gdi9yq6s5j6lzv5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bibleref/" + "source/latex/bibleref/" + "tex/latex/bibleref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fgb6lljdsdvkbs4i7yvwvgjbpbc8vnki0wv3gdi9yq6s5j6lzv5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bibleref") @@ -6789,13 +7936,18 @@ (define-public texlive-bibleref-french (package (name "texlive-bibleref-french") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bibleref-french/" - "source/latex/bibleref-french/" - "tex/latex/bibleref-french/") - (base32 - "12y9xdsz0swh3rndmzk7ch9fbszbhcp0ixb21jyy36xnb3x80wa5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bibleref-french/" + "source/latex/bibleref-french/" + "tex/latex/bibleref-french/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12y9xdsz0swh3rndmzk7ch9fbszbhcp0ixb21jyy36xnb3x80wa5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bibleref-french") @@ -6809,12 +7961,17 @@ (define-public texlive-bibleref-german (package (name "texlive-bibleref-german") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bibleref-german/" - "tex/latex/bibleref-german/") - (base32 - "0nqky0x9j6w3xg2vaj29db7l0zjw88d7bl6vs8864hqz2i6h2pcw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bibleref-german/" + "tex/latex/bibleref-german/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nqky0x9j6w3xg2vaj29db7l0zjw88d7bl6vs8864hqz2i6h2pcw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bibleref-german") @@ -6830,13 +7987,18 @@ (define-public texlive-bibleref-lds (package (name "texlive-bibleref-lds") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bibleref-lds/" - "source/latex/bibleref-lds/" - "tex/latex/bibleref-lds/") - (base32 - "0wqmpzml3yyhzv7bx5wkfl2ni0qinz0kjzdanh6rx0bczp29dlfh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bibleref-lds/" + "source/latex/bibleref-lds/" + "tex/latex/bibleref-lds/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wqmpzml3yyhzv7bx5wkfl2ni0qinz0kjzdanh6rx0bczp29dlfh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bibleref-lds") @@ -6853,13 +8015,18 @@ (define-public texlive-bibleref-mouth (package (name "texlive-bibleref-mouth") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bibleref-mouth/" - "source/latex/bibleref-mouth/" - "tex/latex/bibleref-mouth/") - (base32 - "0dakbx8rnjs9yjnn1xal9y0bmh165lqhbjj3bns974vkyb7nla4m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bibleref-mouth/" + "source/latex/bibleref-mouth/" + "tex/latex/bibleref-mouth/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dakbx8rnjs9yjnn1xal9y0bmh165lqhbjj3bns974vkyb7nla4m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bibleref-mouth") @@ -6876,12 +8043,17 @@ (define-public texlive-bibleref-parse (package (name "texlive-bibleref-parse") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bibleref-parse/" - "tex/latex/bibleref-parse/") - (base32 - "01jhic1idgjgv9hsx5gih4230krfqm8pc3j7f4kn22w2jnw7fs68"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bibleref-parse/" + "tex/latex/bibleref-parse/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01jhic1idgjgv9hsx5gih4230krfqm8pc3j7f4kn22w2jnw7fs68")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bibleref-parse") @@ -6897,11 +8069,16 @@ (define-public texlive-biblist (package (name "texlive-biblist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblist/" "tex/latex/biblist/") - (base32 - "1r7cd68yr8pnmqnr39qzp42kxqcx89cqzz81ig9y7qgicznji0i8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblist/" "tex/latex/biblist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r7cd68yr8pnmqnr39qzp42kxqcx89cqzz81ig9y7qgicznji0i8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblist") @@ -6916,11 +8093,16 @@ (define-public texlive-bidihl (package (name "texlive-bidihl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/bidihl/" "tex/xelatex/bidihl/") - (base32 - "021q2qhfl2ww95nbp63p3j7lv9wjj5s9wvn2sj5zyj1pcw75l8ir"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/bidihl/" "tex/xelatex/bidihl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "021q2qhfl2ww95nbp63p3j7lv9wjj5s9wvn2sj5zyj1pcw75l8ir")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bidihl") @@ -6933,13 +8115,18 @@ (define-public texlive-bibtexperllibs (package (name "texlive-bibtexperllibs") (version "2023.0") - (source (texlive-origin - name version - (list "scripts/bibtexperllibs/BibTeX/" - "scripts/bibtexperllibs/LaTeX/" - "source/support/bibtexperllibs/") - (base32 - "1p99pg9rvkzi3rqm4kp43zf5sk28q7a2m8ikfckg10ybaws5d3zg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "scripts/bibtexperllibs/BibTeX/" + "scripts/bibtexperllibs/LaTeX/" + "source/support/bibtexperllibs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p99pg9rvkzi3rqm4kp43zf5sk28q7a2m8ikfckg10ybaws5d3zg")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bibtexperllibs") (synopsis "BibTeX Perl Libraries") @@ -6954,13 +8141,18 @@ (define-public texlive-bibtopic (package (name "texlive-bibtopic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bibtopic/" - "source/latex/bibtopic/" - "tex/latex/bibtopic/") - (base32 - "1b4lhlw29y37c7pxmqvy4ahgb85bmxrgnr2jhzvdhzdm5y9md7a3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bibtopic/" + "source/latex/bibtopic/" + "tex/latex/bibtopic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b4lhlw29y37c7pxmqvy4ahgb85bmxrgnr2jhzvdhzdm5y9md7a3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -6982,13 +8174,18 @@ (define-public texlive-bibtopicprefix (package (name "texlive-bibtopicprefix") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bibtopicprefix/" - "source/latex/bibtopicprefix/" - "tex/latex/bibtopicprefix/") - (base32 - "1fadq51adii1453v31xj7p328h4rvans1ynmxjcmnwhlj4hdjp5n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bibtopicprefix/" + "source/latex/bibtopicprefix/" + "tex/latex/bibtopicprefix/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fadq51adii1453v31xj7p328h4rvans1ynmxjcmnwhlj4hdjp5n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bibtopicprefix") @@ -7004,13 +8201,18 @@ (define-public texlive-bibunits (package (name "texlive-bibunits") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bibunits/" - "source/latex/bibunits/" - "tex/latex/bibunits/") - (base32 - "0hlz277lskhcs5xr0qn2rram957himj67hkwqqsjjap8khf7fz6v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bibunits/" + "source/latex/bibunits/" + "tex/latex/bibunits/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hlz277lskhcs5xr0qn2rram957himj67hkwqqsjjap8khf7fz6v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bibunits") @@ -7028,13 +8230,18 @@ (define-public texlive-binomexp (package (name "texlive-binomexp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/binomexp/" - "source/latex/binomexp/" - "tex/latex/binomexp/") - (base32 - "1wmhsqqz2hy75x20srs1237yba4s00yrdhr52hkrh3nldzqwhqcc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/binomexp/" + "source/latex/binomexp/" + "tex/latex/binomexp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wmhsqqz2hy75x20srs1237yba4s00yrdhr52hkrh3nldzqwhqcc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/binomexp") @@ -7049,11 +8256,16 @@ (define-public texlive-biocon (package (name "texlive-biocon") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biocon/" "tex/latex/biocon/") - (base32 - "0m3qqrl5z071w4zs8fs3wv0b4ix0s6cqh4ixzqj28d74aaf9r1y1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biocon/" "tex/latex/biocon/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m3qqrl5z071w4zs8fs3wv0b4ix0s6cqh4ixzqj28d74aaf9r1y1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biocon") @@ -7071,12 +8283,17 @@ (define-public texlive-biolett-bst (package (name "texlive-biolett-bst") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/biolett-bst/" - "doc/bibtex/biolett-bst/") - (base32 - "1xfr79xw0ih61s5qapx2adiyjj0d149nslpmkd1fw29g1v4zrjd2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/biolett-bst/" + "doc/bibtex/biolett-bst/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xfr79xw0ih61s5qapx2adiyjj0d149nslpmkd1fw29g1v4zrjd2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biolett-bst") @@ -7090,13 +8307,18 @@ (define-public texlive-bitelist (package (name "texlive-bitelist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/bitelist/" - "source/generic/bitelist/" - "tex/generic/bitelist/") - (base32 - "1jv9w2jgx8q2k9xx0n4azlngsh26zs37ihavq0xy4n62ajf64ps6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/bitelist/" + "source/generic/bitelist/" + "tex/generic/bitelist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jv9w2jgx8q2k9xx0n4azlngsh26zs37ihavq0xy4n62ajf64ps6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bitelist") @@ -7115,13 +8337,18 @@ (define-public texlive-bitpattern (package (name "texlive-bitpattern") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bitpattern/" - "source/latex/bitpattern/" - "tex/latex/bitpattern/") - (base32 - "00f423jran7qqg9fwy3p7w1lhi20cxzlvn4hzsrz5pwd87bmvxxb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bitpattern/" + "source/latex/bitpattern/" + "tex/latex/bitpattern/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00f423jran7qqg9fwy3p7w1lhi20cxzlvn4hzsrz5pwd87bmvxxb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bitpattern") @@ -7135,18 +8362,23 @@ (define-public texlive-bitter (package (name "texlive-bitter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/bitter/" - "fonts/enc/dvips/bitter/" - "fonts/map/dvips/bitter/" - "fonts/tfm/huerta/bitter/" - "fonts/truetype/huerta/bitter/" - "fonts/type1/huerta/bitter/" - "fonts/vf/huerta/bitter/" - "tex/latex/bitter/") - (base32 - "07fb0dw1g1faz05naf53rinjrk0pngpfpcq4fxd1fy6580h7446f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/bitter/" + "fonts/enc/dvips/bitter/" + "fonts/map/dvips/bitter/" + "fonts/tfm/huerta/bitter/" + "fonts/truetype/huerta/bitter/" + "fonts/type1/huerta/bitter/" + "fonts/vf/huerta/bitter/" + "tex/latex/bitter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07fb0dw1g1faz05naf53rinjrk0pngpfpcq4fxd1fy6580h7446f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bitter") @@ -7161,12 +8393,17 @@ (define-public texlive-bjfuthesis (package (name "texlive-bjfuthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bjfuthesis/" - "tex/latex/bjfuthesis/") - (base32 - "0qhb9kighs4ljmnn94qaihpllhwvmi76j3p8yylyjw2hzip102wr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bjfuthesis/" + "tex/latex/bjfuthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qhb9kighs4ljmnn94qaihpllhwvmi76j3p8yylyjw2hzip102wr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bjfuthesis") @@ -7181,15 +8418,20 @@ (define-public texlive-blacklettert1 (package (name "texlive-blacklettert1") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/blacklettert1/" - "fonts/tfm/public/blacklettert1/" - "fonts/vf/public/blacklettert1/" - "source/fonts/blacklettert1/" - "tex/latex/blacklettert1/") - (base32 - "0fvrz3rbcdgzrg3rg3nfvdb52zxn9vhsx0xd8rc6xryzrqaib7q0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/blacklettert1/" + "fonts/tfm/public/blacklettert1/" + "fonts/vf/public/blacklettert1/" + "source/fonts/blacklettert1/" + "tex/latex/blacklettert1/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fvrz3rbcdgzrg3rg3nfvdb52zxn9vhsx0xd8rc6xryzrqaib7q0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/blacklettert1") @@ -7205,11 +8447,16 @@ (define-public texlive-bmstu (package (name "texlive-bmstu") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bmstu/" "tex/latex/bmstu/") - (base32 - "0ipdwd78b5w4v85nqlbxf8gi42mdz19r5mdjj3agwlgb0z6icjra"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bmstu/" "tex/latex/bmstu/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ipdwd78b5w4v85nqlbxf8gi42mdz19r5mdjj3agwlgb0z6icjra")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bmstu") @@ -7228,12 +8475,17 @@ (define-public texlive-bmstu-iu8 (package (name "texlive-bmstu-iu8") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bmstu-iu8/" - "tex/latex/bmstu-iu8/") - (base32 - "1nb3dfaw0m3w179z46d7fbvibkp15wf4ws3xbvws0gymwyi4nx1m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bmstu-iu8/" + "tex/latex/bmstu-iu8/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nb3dfaw0m3w179z46d7fbvibkp15wf4ws3xbvws0gymwyi4nx1m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bmstu-iu8") @@ -7251,13 +8503,18 @@ (define-public texlive-bodeplot (package (name "texlive-bodeplot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bodeplot/" - "source/latex/bodeplot/" - "tex/latex/bodeplot/") - (base32 - "1wlzfdm7ngassxhlcq2yc94id6szijan334l5png7avmifkz7m5y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bodeplot/" + "source/latex/bodeplot/" + "tex/latex/bodeplot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wlzfdm7ngassxhlcq2yc94id6szijan334l5png7avmifkz7m5y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bodeplot") @@ -7284,11 +8541,16 @@ (define-public texlive-bohr (package (name "texlive-bohr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bohr/" "tex/latex/bohr/") - (base32 - "02slnkmxha906y7z04dffamy0lywq95l9yvklxjlm2kvjhqv2wnw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bohr/" "tex/latex/bohr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02slnkmxha906y7z04dffamy0lywq95l9yvklxjlm2kvjhqv2wnw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bohr") @@ -7303,14 +8565,19 @@ (define-public texlive-boisik (package (name "texlive-boisik") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/boisik/" - "fonts/source/public/boisik/" - "fonts/tfm/public/boisik/" - "tex/latex/boisik/") - (base32 - "1xg00nb28dgc8ch85n1mgj5n0cshkvyvgv98qawxn2xvx14vqw89"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/boisik/" + "fonts/source/public/boisik/" + "fonts/tfm/public/boisik/" + "tex/latex/boisik/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xg00nb28dgc8ch85n1mgj5n0cshkvyvgv98qawxn2xvx14vqw89")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -7332,12 +8599,17 @@ (define-public texlive-boldtensors (package (name "texlive-boldtensors") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/boldtensors/" - "tex/latex/boldtensors/") - (base32 - "06c0wa4qai0qdbad44464nc5zap9bc03yjn89yagsr4dzxif0jrg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/boldtensors/" + "tex/latex/boldtensors/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06c0wa4qai0qdbad44464nc5zap9bc03yjn89yagsr4dzxif0jrg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/boldtensors") @@ -7353,11 +8625,16 @@ (define-public texlive-bookdb (package (name "texlive-bookdb") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/bookdb/" "doc/bibtex/bookdb/") - (base32 - "0df6bzmc90af3v4nzv6hp9padpc7h680vm2hy8wzb268z3ld268h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/bookdb/" "doc/bibtex/bookdb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0df6bzmc90af3v4nzv6hp9padpc7h680vm2hy8wzb268z3ld268h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bookdb") @@ -7373,18 +8650,23 @@ (define-public texlive-bookhands (package (name "texlive-bookhands") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/bookhands/" - "fonts/afm/public/bookhands/" - "fonts/map/dvips/bookhands/" - "fonts/source/public/bookhands/" - "fonts/tfm/public/bookhands/" - "fonts/type1/public/bookhands/" - "source/fonts/bookhands/" - "tex/latex/bookhands/") - (base32 - "0ssz80jwmd00x7d1x1xc6i61kbs30bc875bvakd5gymdw2kv7s3z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/bookhands/" + "fonts/afm/public/bookhands/" + "fonts/map/dvips/bookhands/" + "fonts/source/public/bookhands/" + "fonts/tfm/public/bookhands/" + "fonts/type1/public/bookhands/" + "source/fonts/bookhands/" + "tex/latex/bookhands/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ssz80jwmd00x7d1x1xc6i61kbs30bc875bvakd5gymdw2kv7s3z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -7407,11 +8689,16 @@ (define-public texlive-booktabs-de (package (name "texlive-booktabs-de") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/booktabs-de/") - (base32 - "1ld7zdr88xjhnnl2x734rxr7h0fz84awapmv50p1kzn6fczrwyam"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/booktabs-de/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ld7zdr88xjhnnl2x734rxr7h0fz84awapmv50p1kzn6fczrwyam")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/booktabs-de") @@ -7425,11 +8712,16 @@ (define-public texlive-booktabs-fr (package (name "texlive-booktabs-fr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/booktabs-fr/") - (base32 - "1xkqh6r2q835xaa92b24fzf61jsm85280570hivvwnch96i4fnh3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/booktabs-fr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xkqh6r2q835xaa92b24fzf61jsm85280570hivvwnch96i4fnh3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/booktabs-fr") @@ -7443,16 +8735,21 @@ (define-public texlive-boondox (package (name "texlive-boondox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/boondox/" - "fonts/map/dvips/boondox/" - "fonts/tfm/public/boondox/" - "fonts/type1/public/boondox/" - "fonts/vf/public/boondox/" - "tex/latex/boondox/") - (base32 - "0rsid25qlsbj3z60h8n22m8l6gyk4nbr598c6z9azldpxn88dz91"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/boondox/" + "fonts/map/dvips/boondox/" + "fonts/tfm/public/boondox/" + "fonts/type1/public/boondox/" + "fonts/vf/public/boondox/" + "tex/latex/boondox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rsid25qlsbj3z60h8n22m8l6gyk4nbr598c6z9azldpxn88dz91")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/boondox") @@ -7468,12 +8765,17 @@ (define-public texlive-borceux (package (name "texlive-borceux") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/borceux/" - "tex/generic/borceux/") - (base32 - "1fil90jsiqg7b0if3yq0jxv4rh7vanj2yj9pv8pnfkhvqii4p821"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/borceux/" + "tex/generic/borceux/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fil90jsiqg7b0if3yq0jxv4rh7vanj2yj9pv8pnfkhvqii4p821")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/borceux") @@ -7494,12 +8796,17 @@ (define-public texlive-bosisio (package (name "texlive-bosisio") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bosisio/" "source/latex/bosisio/" - "tex/latex/bosisio/") - (base32 - "1z4s0dgvwffy4356zj0m6kkk9lqzq1180km5sg5syvk11m7mxffn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bosisio/" "source/latex/bosisio/" + "tex/latex/bosisio/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z4s0dgvwffy4356zj0m6kkk9lqzq1180km5sg5syvk11m7mxffn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -7515,12 +8822,17 @@ (define-public texlive-bpchem (package (name "texlive-bpchem") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bpchem/" "source/latex/bpchem/" - "tex/latex/bpchem/") - (base32 - "0qm0w43iyh42l3srhqsgqq5yjxx3ghxamq6nh68qq6x4izlyv51z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bpchem/" "source/latex/bpchem/" + "tex/latex/bpchem/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qm0w43iyh42l3srhqsgqq5yjxx3ghxamq6nh68qq6x4izlyv51z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bpchem") @@ -7535,11 +8847,16 @@ (define-public texlive-br-lex (package (name "texlive-br-lex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/br-lex/" "tex/latex/br-lex/") - (base32 - "154mjkywvyif57zvqbq5wxs84357148km2x0lqqdx6nanr3vwmxb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/br-lex/" "tex/latex/br-lex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "154mjkywvyif57zvqbq5wxs84357148km2x0lqqdx6nanr3vwmxb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/br-lex") @@ -7553,11 +8870,16 @@ (define-public texlive-braille (package (name "texlive-braille") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/braille/" "tex/latex/braille/") - (base32 - "021nxjz23gn8zjrrzxggjaqq3gv894c512x15kffywm8h5k0bzy5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/braille/" "tex/latex/braille/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "021nxjz23gn8zjrrzxggjaqq3gv894c512x15kffywm8h5k0bzy5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/braille") @@ -7574,13 +8896,18 @@ (define-public texlive-brandeis-dissertation (package (name "texlive-brandeis-dissertation") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/brandeis-dissertation/" - "source/latex/brandeis-dissertation/" - "tex/latex/brandeis-dissertation/") - (base32 - "12w95gcrdvxx54a2vajz71flarm82wppl1rbrxg9vxkmp1b9yham"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/brandeis-dissertation/" + "source/latex/brandeis-dissertation/" + "tex/latex/brandeis-dissertation/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12w95gcrdvxx54a2vajz71flarm82wppl1rbrxg9vxkmp1b9yham")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/brandeis-dissertation") @@ -7595,12 +8922,17 @@ (define-public texlive-brandeis-problemset (package (name "texlive-brandeis-problemset") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/brandeis-problemset/" - "tex/latex/brandeis-problemset/") - (base32 - "172l1jmvacjg9j5fkyrmsrhsj5pyaaq8g9pfvkahcnhk3jfc3pnp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/brandeis-problemset/" + "tex/latex/brandeis-problemset/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "172l1jmvacjg9j5fkyrmsrhsj5pyaaq8g9pfvkahcnhk3jfc3pnp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/brandeis-problemset") @@ -7615,13 +8947,18 @@ (define-public texlive-brandeis-thesis (package (name "texlive-brandeis-thesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/brandeis-thesis/" - "source/latex/brandeis-thesis/" - "tex/latex/brandeis-thesis/") - (base32 - "0gipdbnlh4jllfyhdw0i7zcypmi63p4ssv7q08gn6w2alfmffr69"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/brandeis-thesis/" + "source/latex/brandeis-thesis/" + "tex/latex/brandeis-thesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gipdbnlh4jllfyhdw0i7zcypmi63p4ssv7q08gn6w2alfmffr69")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/brandeis-thesis") @@ -7636,12 +8973,17 @@ (define-public texlive-breakcites (package (name "texlive-breakcites") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/breakcites/" - "tex/latex/breakcites/") - (base32 - "12jiw135xi12k0f46zmza4jw141gq919c6q0ijv8xlic0wra4gyy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/breakcites/" + "tex/latex/breakcites/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12jiw135xi12k0f46zmza4jw141gq919c6q0ijv8xlic0wra4gyy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/breakcites") @@ -7660,12 +9002,17 @@ (define-public texlive-bropd (package (name "texlive-bropd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bropd/" "source/latex/bropd/" - "tex/latex/bropd/") - (base32 - "1cyyadfvrcym4vvxl9p9zb88692m0578nqljip12xxahb4srcyb9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bropd/" "source/latex/bropd/" + "tex/latex/bropd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cyyadfvrcym4vvxl9p9zb88692m0578nqljip12xxahb4srcyb9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -7683,18 +9030,23 @@ (define-public texlive-brushscr (package (name "texlive-brushscr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/brushscr/" - "dvips/brushscr/" - "fonts/afm/public/brushscr/" - "fonts/map/dvips/brushscr/" - "fonts/tfm/public/brushscr/" - "fonts/type1/public/brushscr/" - "fonts/vf/public/brushscr/" - "tex/latex/brushscr/") - (base32 - "0kdikrlhbqfcnb42y5pz93l8wkzbrn7hx5gjf05vkchcxq24nj5x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/brushscr/" + "dvips/brushscr/" + "fonts/afm/public/brushscr/" + "fonts/map/dvips/brushscr/" + "fonts/tfm/public/brushscr/" + "fonts/type1/public/brushscr/" + "fonts/vf/public/brushscr/" + "tex/latex/brushscr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kdikrlhbqfcnb42y5pz93l8wkzbrn7hx5gjf05vkchcxq24nj5x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/brushscr") @@ -7709,13 +9061,18 @@ (define-public texlive-buctthesis (package (name "texlive-buctthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/buctthesis/" - "source/xelatex/buctthesis/" - "tex/xelatex/buctthesis/") - (base32 - "0qy9wknd91cj8b5lpdah773xqn29k5i0vfycyhax8fxzy3ss6bri"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/buctthesis/" + "source/xelatex/buctthesis/" + "tex/xelatex/buctthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qy9wknd91cj8b5lpdah773xqn29k5i0vfycyhax8fxzy3ss6bri")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/buctthesis") @@ -7729,16 +9086,21 @@ (define-public texlive-burmese (package (name "texlive-burmese") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/burmese/" - "fonts/map/dvips/burmese/" - "fonts/tfm/public/burmese/" - "fonts/type1/public/burmese/" - "source/fonts/burmese/" - "tex/latex/burmese/") - (base32 - "04d022k7bqc7092xhsda0h5ma18b24hkmn0b7mlblpd3zf4qhs79"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/burmese/" + "fonts/map/dvips/burmese/" + "fonts/tfm/public/burmese/" + "fonts/type1/public/burmese/" + "source/fonts/burmese/" + "tex/latex/burmese/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04d022k7bqc7092xhsda0h5ma18b24hkmn0b7mlblpd3zf4qhs79")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -7767,13 +9129,18 @@ (define-public texlive-bussproofs-extra (package (name "texlive-bussproofs-extra") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bussproofs-extra/" - "source/latex/bussproofs-extra/" - "tex/latex/bussproofs-extra/") - (base32 - "08n6ww2fcijkisldrhbvvm52n3r4fy10bz1i4jyac7wnnpw8dd2p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bussproofs-extra/" + "source/latex/bussproofs-extra/" + "tex/latex/bussproofs-extra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08n6ww2fcijkisldrhbvvm52n3r4fy10bz1i4jyac7wnnpw8dd2p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bussproofs-extra") @@ -7788,11 +9155,16 @@ (define-public texlive-bxbase (package (name "texlive-bxbase") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bxbase/" "tex/latex/bxbase/") - (base32 - "19zhvwj55lihlj11mk322735z595al847wsg3p0s3a9zm17b0skk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bxbase/" "tex/latex/bxbase/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19zhvwj55lihlj11mk322735z595al847wsg3p0s3a9zm17b0skk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxbase") @@ -7807,12 +9179,17 @@ (define-public texlive-bxcjkjatype (package (name "texlive-bxcjkjatype") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bxcjkjatype/" - "tex/latex/bxcjkjatype/") - (base32 - "1cnh1xdqcapahixzfxrrmadplkfrljh1vcdq7i3p4xdaclrbhzds"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bxcjkjatype/" + "tex/latex/bxcjkjatype/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cnh1xdqcapahixzfxrrmadplkfrljh1vcdq7i3p4xdaclrbhzds")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxcjkjatype") @@ -7829,11 +9206,16 @@ (define-public texlive-bxghost (package (name "texlive-bxghost") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bxghost/" "tex/latex/bxghost/") - (base32 - "11hnnyd6h3r5fl9p23qj1zspwzgnamfah7xqj7l1prp6ygb322mn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bxghost/" "tex/latex/bxghost/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11hnnyd6h3r5fl9p23qj1zspwzgnamfah7xqj7l1prp6ygb322mn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxghost") @@ -7848,12 +9230,17 @@ (define-public texlive-bxjaholiday (package (name "texlive-bxjaholiday") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bxjaholiday/" - "tex/latex/bxjaholiday/") - (base32 - "1n0h9g5lgaz00gn8wjai8w3pbg7bs02aaw7zi7h8l01i4lc8l1r1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bxjaholiday/" + "tex/latex/bxjaholiday/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n0h9g5lgaz00gn8wjai8w3pbg7bs02aaw7zi7h8l01i4lc8l1r1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxjaholiday") @@ -7868,12 +9255,17 @@ (define-public texlive-bxjalipsum (package (name "texlive-bxjalipsum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bxjalipsum/" - "tex/latex/bxjalipsum/") - (base32 - "1d71l9mrqc2lwzri5p97rfy0rdvj6jv2jpfm10grfpbwpln7big8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bxjalipsum/" + "tex/latex/bxjalipsum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d71l9mrqc2lwzri5p97rfy0rdvj6jv2jpfm10grfpbwpln7big8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxjalipsum") @@ -7889,12 +9281,17 @@ (define-public texlive-bxjaprnind (package (name "texlive-bxjaprnind") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bxjaprnind/" - "tex/latex/bxjaprnind/") - (base32 - "0j2k06y63c7dgpcflrfrjy82g2746fnmpf8dk445lbqkbn1jypr5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bxjaprnind/" + "tex/latex/bxjaprnind/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0j2k06y63c7dgpcflrfrjy82g2746fnmpf8dk445lbqkbn1jypr5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxjaprnind") @@ -7909,13 +9306,18 @@ (define-public texlive-bxjatoucs (package (name "texlive-bxjatoucs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bxjatoucs/" - "fonts/tfm/public/bxjatoucs/" - "tex/latex/bxjatoucs/") - (base32 - "1032lfp9qy4arzy06s5hkqlva7y182763wxfdql93yn68hcn85vd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bxjatoucs/" + "fonts/tfm/public/bxjatoucs/" + "tex/latex/bxjatoucs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1032lfp9qy4arzy06s5hkqlva7y182763wxfdql93yn68hcn85vd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxjatoucs") @@ -7932,12 +9334,17 @@ (define-public texlive-bxjscls (package (name "texlive-bxjscls") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bxjscls/" "source/latex/bxjscls/" - "tex/latex/bxjscls/") - (base32 - "0bm9ab1j949v3ygnml8w0isx7yydq6jfq4ws3i0pf1rhs56m6rm0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bxjscls/" "source/latex/bxjscls/" + "tex/latex/bxjscls/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bm9ab1j949v3ygnml8w0isx7yydq6jfq4ws3i0pf1rhs56m6rm0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxjscls") @@ -7954,12 +9361,17 @@ (define-public texlive-bxorigcapt (package (name "texlive-bxorigcapt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bxorigcapt/" - "tex/latex/bxorigcapt/") - (base32 - "1gj61hjmyxsbfkrs1sh604b6dfl00kp39fcamlfzb8s197wsl9fv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bxorigcapt/" + "tex/latex/bxorigcapt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gj61hjmyxsbfkrs1sh604b6dfl00kp39fcamlfzb8s197wsl9fv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxorigcapt") @@ -7974,11 +9386,16 @@ (define-public texlive-bxwareki (package (name "texlive-bxwareki") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bxwareki/" "tex/latex/bxwareki/") - (base32 - "0qy1nsxi8ihhxdz5grp3nymsm2lfj5gf6wmky30fxizxya92ml2b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bxwareki/" "tex/latex/bxwareki/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qy1nsxi8ihhxdz5grp3nymsm2lfj5gf6wmky30fxizxya92ml2b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxwareki") @@ -7996,13 +9413,18 @@ (define-public texlive-bytefield (package (name "texlive-bytefield") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bytefield/" - "source/latex/bytefield/" - "tex/latex/bytefield/") - (base32 - "0sijllb1nmg7alp8kma9gg2cl591p6vjs488yndpbjg49ih2bx71"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bytefield/" + "source/latex/bytefield/" + "tex/latex/bytefield/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sijllb1nmg7alp8kma9gg2cl591p6vjs488yndpbjg49ih2bx71")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bytefield") @@ -8018,12 +9440,17 @@ (define-public texlive-c-pascal (package (name "texlive-c-pascal") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/c-pascal/" - "tex/generic/c-pascal/") - (base32 - "0kmxki1yclk7lzlidcvsdry7mzm58zzwq3rxgvmpawq2hs8hpcra"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/c-pascal/" + "tex/generic/c-pascal/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kmxki1yclk7lzlidcvsdry7mzm58zzwq3rxgvmpawq2hs8hpcra")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/c-pascal") @@ -8037,12 +9464,17 @@ (define-public texlive-c90 (package (name "texlive-c90") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/enc/c90/" "fonts/enc/dvips/c90/" - "source/fonts/enc/c90/") - (base32 - "0g4rwimlqqzbbs8ar15nsf8qcr8bbyjacmklbgv4pmsls5ka9n3n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/enc/c90/" "fonts/enc/dvips/c90/" + "source/fonts/enc/c90/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0g4rwimlqqzbbs8ar15nsf8qcr8bbyjacmklbgv4pmsls5ka9n3n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/c90") @@ -8054,18 +9486,23 @@ (define-public texlive-caladea (package (name "texlive-caladea") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/caladea/" - "fonts/enc/dvips/caladea/" - "fonts/map/dvips/caladea/" - "fonts/tfm/huerta/caladea/" - "fonts/truetype/huerta/caladea/" - "fonts/type1/huerta/caladea/" - "fonts/vf/huerta/caladea/" - "tex/latex/caladea/") - (base32 - "02pw132njvk23iwfwlfq5cbamqmgxap2h5pq23x3r8dbym1zpk9f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/caladea/" + "fonts/enc/dvips/caladea/" + "fonts/map/dvips/caladea/" + "fonts/tfm/huerta/caladea/" + "fonts/truetype/huerta/caladea/" + "fonts/type1/huerta/caladea/" + "fonts/vf/huerta/caladea/" + "tex/latex/caladea/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02pw132njvk23iwfwlfq5cbamqmgxap2h5pq23x3r8dbym1zpk9f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/caladea") @@ -8079,13 +9516,18 @@ (define-public texlive-calculation (package (name "texlive-calculation") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/calculation/" - "source/latex/calculation/" - "tex/latex/calculation/") - (base32 - "15sk3v1cwpjln4rp9k877awxaz9js5gbazlzjknmv5fv1cb4d09c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/calculation/" + "source/latex/calculation/" + "tex/latex/calculation/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15sk3v1cwpjln4rp9k877awxaz9js5gbazlzjknmv5fv1cb4d09c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/calculation") @@ -8105,13 +9547,18 @@ (define-public texlive-calligra (package (name "texlive-calligra") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/calligra/" - "fonts/source/public/calligra/" - "fonts/tfm/public/calligra/") - (base32 - "1h9w2qifsd0sjr2czy6zbyvgvdl72nd1sn2hmxv0jsmbcjqak1ib"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/calligra/" + "fonts/source/public/calligra/" + "fonts/tfm/public/calligra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1h9w2qifsd0sjr2czy6zbyvgvdl72nd1sn2hmxv0jsmbcjqak1ib")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -8127,14 +9574,19 @@ (define-public texlive-calligra-type1 (package (name "texlive-calligra-type1") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/calligra-type1/" - "fonts/afm/public/calligra-type1/" - "fonts/map/dvips/calligra-type1/" - "fonts/type1/public/calligra-type1/") - (base32 - "1v6zwghf8q70lls3hmwj8gc0n6d4ffjf1xjvq1k6w71shiga8bqi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/calligra-type1/" + "fonts/afm/public/calligra-type1/" + "fonts/map/dvips/calligra-type1/" + "fonts/type1/public/calligra-type1/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v6zwghf8q70lls3hmwj8gc0n6d4ffjf1xjvq1k6w71shiga8bqi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/calligra-type1") @@ -8148,18 +9600,23 @@ (define-public texlive-cantarell (package (name "texlive-cantarell") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cantarell/" - "fonts/enc/dvips/cantarell/" - "fonts/map/dvips/cantarell/" - "fonts/opentype/gnome/cantarell/" - "fonts/tfm/gnome/cantarell/" - "fonts/type1/gnome/cantarell/" - "fonts/vf/gnome/cantarell/" - "tex/latex/cantarell/") - (base32 - "11cj8z6wyzq92x66alas88qgrs4ap0xgvf0yr7h62vg5ym3618c8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cantarell/" + "fonts/enc/dvips/cantarell/" + "fonts/map/dvips/cantarell/" + "fonts/opentype/gnome/cantarell/" + "fonts/tfm/gnome/cantarell/" + "fonts/type1/gnome/cantarell/" + "fonts/vf/gnome/cantarell/" + "tex/latex/cantarell/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11cj8z6wyzq92x66alas88qgrs4ap0xgvf0yr7h62vg5ym3618c8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cantarell") @@ -8175,18 +9632,23 @@ (define-public texlive-carlito (package (name "texlive-carlito") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/carlito/" - "fonts/enc/dvips/carlito/" - "fonts/map/dvips/carlito/" - "fonts/tfm/google/carlito/" - "fonts/truetype/google/carlito/" - "fonts/type1/google/carlito/" - "fonts/vf/google/carlito/" - "tex/latex/carlito/") - (base32 - "14hk51bgwpn4wr843g7w8wjwmadq0ca86gviayhwsz4zax68jhx6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/carlito/" + "fonts/enc/dvips/carlito/" + "fonts/map/dvips/carlito/" + "fonts/tfm/google/carlito/" + "fonts/truetype/google/carlito/" + "fonts/type1/google/carlito/" + "fonts/vf/google/carlito/" + "tex/latex/carlito/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14hk51bgwpn4wr843g7w8wjwmadq0ca86gviayhwsz4zax68jhx6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/carlito") @@ -8200,14 +9662,19 @@ (define-public texlive-carolmin-ps (package (name "texlive-carolmin-ps") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/carolmin-ps/" - "fonts/afm/public/carolmin-ps/" - "fonts/map/dvips/carolmin-ps/" - "fonts/type1/public/carolmin-ps/") - (base32 - "1867h17l0ms2schmbrsjm4gajfmckm2x7ny2ijd9vf232l7s1b53"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/carolmin-ps/" + "fonts/afm/public/carolmin-ps/" + "fonts/map/dvips/carolmin-ps/" + "fonts/type1/public/carolmin-ps/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1867h17l0ms2schmbrsjm4gajfmckm2x7ny2ijd9vf232l7s1b53")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/carolmin-t1") @@ -8223,13 +9690,18 @@ (define-public texlive-cartonaugh (package (name "texlive-cartonaugh") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cartonaugh/" - "source/latex/cartonaugh/" - "tex/latex/cartonaugh/") - (base32 - "05f6xslfv3d1n48j2ivl7vdgs12lzgzx8ccfv6l49ddgq0dssnir"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cartonaugh/" + "source/latex/cartonaugh/" + "tex/latex/cartonaugh/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05f6xslfv3d1n48j2ivl7vdgs12lzgzx8ccfv6l49ddgq0dssnir")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cartonaugh") @@ -8246,12 +9718,17 @@ (define-public texlive-cascade (package (name "texlive-cascade") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cascade/" "source/latex/cascade/" - "tex/latex/cascade/") - (base32 - "13950pv70hr21jn7f0hg4hyai3b28bwcnrd23l44mhynv4hbs5yz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cascade/" "source/latex/cascade/" + "tex/latex/cascade/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13950pv70hr21jn7f0hg4hyai3b28bwcnrd23l44mhynv4hbs5yz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cascade") @@ -8267,18 +9744,23 @@ (define-public texlive-cascadia-code (package (name "texlive-cascadia-code") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cascadia-code/" - "fonts/enc/dvips/cascadia-code/" - "fonts/map/dvips/cascadia-code/" - "fonts/opentype/public/cascadia-code/" - "fonts/tfm/public/cascadia-code/" - "fonts/type1/public/cascadia-code/" - "fonts/vf/public/cascadia-code/" - "tex/latex/cascadia-code/") - (base32 - "1bcp2zw71aka47nc5wmi3196ypyr430ws1j63jnbzjaxnk2r63yw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cascadia-code/" + "fonts/enc/dvips/cascadia-code/" + "fonts/map/dvips/cascadia-code/" + "fonts/opentype/public/cascadia-code/" + "fonts/tfm/public/cascadia-code/" + "fonts/type1/public/cascadia-code/" + "fonts/vf/public/cascadia-code/" + "tex/latex/cascadia-code/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bcp2zw71aka47nc5wmi3196ypyr430ws1j63jnbzjaxnk2r63yw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cascadia-code") @@ -8292,13 +9774,18 @@ (define-public texlive-cascadilla (package (name "texlive-cascadilla") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/cascadilla/" - "doc/latex/cascadilla/" - "tex/latex/cascadilla/") - (base32 - "0sl29gxjhkakaz7r48wfbvcxngnxdyixmh5awxnlsmrajxgdzh9l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/cascadilla/" + "doc/latex/cascadilla/" + "tex/latex/cascadilla/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sl29gxjhkakaz7r48wfbvcxngnxdyixmh5awxnlsmrajxgdzh9l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cascadilla") @@ -8315,13 +9802,18 @@ (define-public texlive-catcodes (package (name "texlive-catcodes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/catcodes/" - "source/generic/catcodes/" - "tex/generic/catcodes/") - (base32 - "0di6rd5c0viiwvc6ncwndah38q318l3s1pf47ddmzjdq6rys9s33"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/catcodes/" + "source/generic/catcodes/" + "tex/generic/catcodes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0di6rd5c0viiwvc6ncwndah38q318l3s1pf47ddmzjdq6rys9s33")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/catcodes") @@ -8343,11 +9835,16 @@ (define-public texlive-causets (package (name "texlive-causets") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/causets/" "tex/latex/causets/") - (base32 - "03n3k1xklf42k8ybvvg0hlakqavcsa2dap8hpj3ln007yr4m22g8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/causets/" "tex/latex/causets/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03n3k1xklf42k8ybvvg0hlakqavcsa2dap8hpj3ln007yr4m22g8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/causets") @@ -8363,12 +9860,17 @@ (define-public texlive-ccfonts (package (name "texlive-ccfonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ccfonts/" "source/latex/ccfonts/" - "tex/latex/ccfonts/") - (base32 - "1r319fv1n9fsnnycza4z1j23dp03fww98a03hmcapkyr9pp9lvv4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ccfonts/" "source/latex/ccfonts/" + "tex/latex/ccfonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r319fv1n9fsnnycza4z1j23dp03fww98a03hmcapkyr9pp9lvv4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -8385,12 +9887,17 @@ (define-public texlive-ccool (package (name "texlive-ccool") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ccool/" "source/latex/ccool/" - "tex/latex/ccool/") - (base32 - "17xkwd8mrvl751rn6zvxaznac27rpvmi53rq8nwwlp6j1bdnaj94"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ccool/" "source/latex/ccool/" + "tex/latex/ccool/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17xkwd8mrvl751rn6zvxaznac27rpvmi53rq8nwwlp6j1bdnaj94")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ccool") @@ -8411,12 +9918,17 @@ (define-public texlive-cell (package (name "texlive-cell") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/cell/" "doc/latex/cell/" - "tex/latex/cell/") - (base32 - "0x2dw80z0kzisbwnx2xrmsk0biqbanmydzygg9zdymhcx7w5rz52"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/cell/" "doc/latex/cell/" + "tex/latex/cell/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0x2dw80z0kzisbwnx2xrmsk0biqbanmydzygg9zdymhcx7w5rz52")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cell") @@ -8431,13 +9943,18 @@ (define-public texlive-cesenaexam (package (name "texlive-cesenaexam") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cesenaexam/" - "source/latex/cesenaexam/" - "tex/latex/cesenaexam/") - (base32 - "05n61y7lqycnj22a80p5pa0ajr8c4zc5b73cc3c2x40w8yx85xcf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cesenaexam/" + "source/latex/cesenaexam/" + "tex/latex/cesenaexam/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05n61y7lqycnj22a80p5pa0ajr8c4zc5b73cc3c2x40w8yx85xcf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cesenaexam") @@ -8450,12 +9967,17 @@ (define-public texlive-cfr-initials (package (name "texlive-cfr-initials") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cfr-initials/" - "tex/latex/cfr-initials/") - (base32 - "03isx6wck9q2nmn2gm6zmd1830d2v9bps5g1k9qw6y02wdac8az9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cfr-initials/" + "tex/latex/cfr-initials/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03isx6wck9q2nmn2gm6zmd1830d2v9bps5g1k9qw6y02wdac8az9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cfr-initials") @@ -8470,17 +9992,22 @@ (define-public texlive-cfr-lm (package (name "texlive-cfr-lm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cfr-lm/" - "fonts/enc/dvips/cfr-lm/" - "fonts/map/dvips/cfr-lm/" - "fonts/tfm/public/cfr-lm/" - "fonts/vf/public/cfr-lm/" - "source/fonts/cfr-lm/" - "tex/latex/cfr-lm/") - (base32 - "06zsvbnpg93gw7m0nfsxc1hcqi6idgdc3xwwwy954fx13dpvrqfi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cfr-lm/" + "fonts/enc/dvips/cfr-lm/" + "fonts/map/dvips/cfr-lm/" + "fonts/tfm/public/cfr-lm/" + "fonts/vf/public/cfr-lm/" + "source/fonts/cfr-lm/" + "tex/latex/cfr-lm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06zsvbnpg93gw7m0nfsxc1hcqi6idgdc3xwwwy954fx13dpvrqfi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cfr-lm") @@ -8504,11 +10031,16 @@ (define-public texlive-chbibref (package (name "texlive-chbibref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chbibref/" "tex/latex/chbibref/") - (base32 - "1k4cwy4z0kacikpvxkk3y68apw2x33sh06yccb1s894r1bn3c1qi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chbibref/" "tex/latex/chbibref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1k4cwy4z0kacikpvxkk3y68apw2x33sh06yccb1s894r1bn3c1qi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chbibref") @@ -8522,11 +10054,16 @@ (define-public texlive-chem-journal (package (name "texlive-chem-journal") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/chem-journal/") - (base32 - "01s4sbmc4g96cmnbhx9a6bqjskkrr6saq91cly2pfy5gr256vmnq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/chem-journal/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01s4sbmc4g96cmnbhx9a6bqjskkrr6saq91cly2pfy5gr256vmnq")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chem-journal") (synopsis "Various BibTeX formats for journals in chemistry") @@ -8541,18 +10078,23 @@ (define-public texlive-chemarrow (package (name "texlive-chemarrow") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/chemarrow/" - "fonts/afm/public/chemarrow/" - "fonts/map/dvips/chemarrow/" - "fonts/source/public/chemarrow/" - "fonts/tfm/public/chemarrow/" - "fonts/type1/public/chemarrow/" - "source/fonts/chemarrow/" - "tex/latex/chemarrow/") - (base32 - "1ky0v2psxamzilmijih88zxanmq2hnpv1yc18mcy9mpymcmvrhwr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/chemarrow/" + "fonts/afm/public/chemarrow/" + "fonts/map/dvips/chemarrow/" + "fonts/source/public/chemarrow/" + "fonts/tfm/public/chemarrow/" + "fonts/type1/public/chemarrow/" + "source/fonts/chemarrow/" + "tex/latex/chemarrow/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ky0v2psxamzilmijih88zxanmq2hnpv1yc18mcy9mpymcmvrhwr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -8569,12 +10111,17 @@ (define-public texlive-chembst (package (name "texlive-chembst") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/chembst/" "doc/latex/chembst/" - "source/latex/chembst/") - (base32 - "026j8lv3kbxmbq6sc1n8rdrr47njgn5mn9im1mmppzk5bi7w6yzz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/chembst/" "doc/latex/chembst/" + "source/latex/chembst/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "026j8lv3kbxmbq6sc1n8rdrr47njgn5mn9im1mmppzk5bi7w6yzz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chembst") @@ -8593,13 +10140,18 @@ (define-public texlive-chemcompounds (package (name "texlive-chemcompounds") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chemcompounds/" - "source/latex/chemcompounds/" - "tex/latex/chemcompounds/") - (base32 - "0bk625vdd6i1dc2569ypcq27hin1yggvadf18463qb6xhyndplvf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chemcompounds/" + "source/latex/chemcompounds/" + "tex/latex/chemcompounds/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bk625vdd6i1dc2569ypcq27hin1yggvadf18463qb6xhyndplvf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chemcompounds") @@ -8615,11 +10167,16 @@ (define-public texlive-chemcono (package (name "texlive-chemcono") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chemcono/" "tex/latex/chemcono/") - (base32 - "1lwsizrypzn6vnhf7szg47b1synafihihq14wfc0ffrksq1c730c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chemcono/" "tex/latex/chemcono/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lwsizrypzn6vnhf7szg47b1synafihihq14wfc0ffrksq1c730c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chemcono") @@ -8636,11 +10193,16 @@ (define-public texlive-chemexec (package (name "texlive-chemexec") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chemexec/" "tex/latex/chemexec/") - (base32 - "1al19xf107qizd7nr7297szqd2k8sf1i3ngpnw6kl6fkak5h7qdg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chemexec/" "tex/latex/chemexec/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1al19xf107qizd7nr7297szqd2k8sf1i3ngpnw6kl6fkak5h7qdg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chemexec") @@ -8656,12 +10218,17 @@ (define-public texlive-chemformula (package (name "texlive-chemformula") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chemformula/" - "tex/latex/chemformula/") - (base32 - "14w98hnhljfm62cxg2hml3razrxw9hkzm54v7ybnbhcp5mm7wvdm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chemformula/" + "tex/latex/chemformula/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14w98hnhljfm62cxg2hml3razrxw9hkzm54v7ybnbhcp5mm7wvdm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-units)) @@ -8677,12 +10244,17 @@ (define-public texlive-chemgreek (package (name "texlive-chemgreek") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chemgreek/" - "tex/latex/chemgreek/") - (base32 - "0rpcywz5w2im5ck0kp56dywiy1his01s817pngdf9xdn02qk517n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chemgreek/" + "tex/latex/chemgreek/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rpcywz5w2im5ck0kp56dywiy1his01s817pngdf9xdn02qk517n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chemgreek") @@ -8696,12 +10268,17 @@ (define-public texlive-chemmacros (package (name "texlive-chemmacros") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chemmacros/" - "tex/latex/chemmacros/") - (base32 - "1jj7i00h83mhajwayn48x4qf0xz526jrjlj5zclqkgrb6kxmx978"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chemmacros/" + "tex/latex/chemmacros/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jj7i00h83mhajwayn48x4qf0xz526jrjlj5zclqkgrb6kxmx978")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chemmacros") @@ -8717,11 +10294,16 @@ (define-public texlive-chemnum (package (name "texlive-chemnum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chemnum/" "tex/latex/chemnum/") - (base32 - "0ld2ja2by5y48v5k8x1mgmcpr75vkf8r8ni0fmvrpxh8xrv7mq4f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chemnum/" "tex/latex/chemnum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ld2ja2by5y48v5k8x1mgmcpr75vkf8r8ni0fmvrpxh8xrv7mq4f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chemnum") @@ -8735,13 +10317,18 @@ (define-public texlive-chemobabel (package (name "texlive-chemobabel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chemobabel/" - "source/latex/chemobabel/" - "tex/latex/chemobabel/") - (base32 - "0ky7xcyln4j40b18anld77mxc2i4af75y9xdjisj2ixl3vkg5a1x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chemobabel/" + "source/latex/chemobabel/" + "tex/latex/chemobabel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ky7xcyln4j40b18anld77mxc2i4af75y9xdjisj2ixl3vkg5a1x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chemobabel") @@ -8760,12 +10347,17 @@ (define-public texlive-chemplants (package (name "texlive-chemplants") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chemplants/" - "tex/latex/chemplants/") - (base32 - "164g4wy0x7jqf5l7hzb05ir7yz130bw34b7pwr8bp4vcyp4wy3ai"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chemplants/" + "tex/latex/chemplants/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "164g4wy0x7jqf5l7hzb05ir7yz130bw34b7pwr8bp4vcyp4wy3ai")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chemplants") @@ -8781,13 +10373,18 @@ (define-public texlive-chemschemex (package (name "texlive-chemschemex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chemschemex/" - "source/latex/chemschemex/" - "tex/latex/chemschemex/") - (base32 - "09mjxj1gwddbpkriivn8x98z9hls4pcmpdqf24a7gz19whgs1qyk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chemschemex/" + "source/latex/chemschemex/" + "tex/latex/chemschemex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09mjxj1gwddbpkriivn8x98z9hls4pcmpdqf24a7gz19whgs1qyk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chemschemex") @@ -8801,12 +10398,17 @@ (define-public texlive-chemsec (package (name "texlive-chemsec") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chemsec/" "source/latex/chemsec/" - "tex/latex/chemsec/") - (base32 - "1q41mfhnvh4ni7dn0krrrcr9sr6ma855j1hckbg8fl56dl2h7zlp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chemsec/" "source/latex/chemsec/" + "tex/latex/chemsec/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q41mfhnvh4ni7dn0krrrcr9sr6ma855j1hckbg8fl56dl2h7zlp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chemsec") @@ -8823,13 +10425,18 @@ (define-public texlive-chemstyle (package (name "texlive-chemstyle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chemstyle/" - "source/latex/chemstyle/" - "tex/latex/chemstyle/") - (base32 - "1s2k4h153yh0f50q9da390f3ihykvrhsd1zjgfsdb6404059in3p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chemstyle/" + "source/latex/chemstyle/" + "tex/latex/chemstyle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s2k4h153yh0f50q9da390f3ihykvrhsd1zjgfsdb6404059in3p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chemstyle") @@ -8844,14 +10451,19 @@ (define-public texlive-cherokee (package (name "texlive-cherokee") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cherokee/" - "fonts/source/public/cherokee/" - "fonts/tfm/public/cherokee/" - "tex/latex/cherokee/") - (base32 - "0cganm5d4gnkkhandancyd915w2x9kskj9qg81y54jcfyjz8gp51"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cherokee/" + "fonts/source/public/cherokee/" + "fonts/tfm/public/cherokee/" + "tex/latex/cherokee/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cganm5d4gnkkhandancyd915w2x9kskj9qg81y54jcfyjz8gp51")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -8874,13 +10486,18 @@ (define-public texlive-chess (package (name "texlive-chess") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/chess/" - "fonts/source/public/chess/" - "fonts/tfm/public/chess/" "tex/latex/chess/") - (base32 - "079naqw9bd5da3c2bsa0322kdjrfpwa35inrfznzgrfdk1w0irs7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/chess/" + "fonts/source/public/chess/" + "fonts/tfm/public/chess/" "tex/latex/chess/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "079naqw9bd5da3c2bsa0322kdjrfpwa35inrfznzgrfdk1w0irs7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -8897,13 +10514,18 @@ (define-public texlive-chess-problem-diagrams (package (name "texlive-chess-problem-diagrams") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chess-problem-diagrams/" - "source/latex/chess-problem-diagrams/" - "tex/latex/chess-problem-diagrams/") - (base32 - "0m32dhwdfrgy1r3lq8j7hdaa79kniwwq3lanbkkn32dhybwa0b61"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chess-problem-diagrams/" + "source/latex/chess-problem-diagrams/" + "tex/latex/chess-problem-diagrams/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m32dhwdfrgy1r3lq8j7hdaa79kniwwq3lanbkkn32dhybwa0b61")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chess-problem-diagrams") @@ -8918,13 +10540,18 @@ (define-public texlive-chessboard (package (name "texlive-chessboard") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chessboard/" - "source/latex/chessboard/" - "tex/latex/chessboard/") - (base32 - "1nz66h6baz5m2jfzjzyccw0rcpkc6rfbq9cc759y875b47j8pkhx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chessboard/" + "source/latex/chessboard/" + "tex/latex/chessboard/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nz66h6baz5m2jfzjzyccw0rcpkc6rfbq9cc759y875b47j8pkhx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chessboard") @@ -8940,14 +10567,19 @@ (define-public texlive-chessfss (package (name "texlive-chessfss") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chessfss/" - "fonts/enc/dvips/chessfss/" - "source/latex/chessfss/" - "tex/latex/chessfss/") - (base32 - "1l51famz3zx9v4v0mdxwk51xhaidwgfplf268q2f1ipif9h6ma5d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chessfss/" + "fonts/enc/dvips/chessfss/" + "source/latex/chessfss/" + "tex/latex/chessfss/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l51famz3zx9v4v0mdxwk51xhaidwgfplf268q2f1ipif9h6ma5d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chessfss") @@ -8966,12 +10598,17 @@ (define-public texlive-chhaya (package (name "texlive-chhaya") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chhaya/" "source/latex/chhaya/" - "tex/latex/chhaya/") - (base32 - "1if47icrsy56sjza170cxcpcczwfh9k8jl7j22gwwam4msa4d1if"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chhaya/" "source/latex/chhaya/" + "tex/latex/chhaya/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1if47icrsy56sjza170cxcpcczwfh9k8jl7j22gwwam4msa4d1if")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chhaya") @@ -8988,11 +10625,16 @@ (define-public texlive-chicago (package (name "texlive-chicago") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/chicago/" "tex/latex/chicago/") - (base32 - "0mwrphf2g7v5yc0qij76dkzalgm3fhcm8zs7akgaypyk98cvxw8k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/chicago/" "tex/latex/chicago/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mwrphf2g7v5yc0qij76dkzalgm3fhcm8zs7akgaypyk98cvxw8k")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chicago") (synopsis "Chicago bibliography style") @@ -9006,12 +10648,17 @@ (define-public texlive-chicago-annote (package (name "texlive-chicago-annote") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/chicago-annote/" - "doc/bibtex/chicago-annote/") - (base32 - "16hqz4xf7mbnrnx8420ynykxr1l3slfvjq8d8s0mrw42v88965ni"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/chicago-annote/" + "doc/bibtex/chicago-annote/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16hqz4xf7mbnrnx8420ynykxr1l3slfvjq8d8s0mrw42v88965ni")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chicago-annote") @@ -9025,11 +10672,16 @@ (define-public texlive-chicagoa (package (name "texlive-chicagoa") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/chicagoa/") - (base32 - "1za4fqlpirbr3qs894abnlwmrhsqbahniyyimy1dxal0cp61cfil"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/chicagoa/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1za4fqlpirbr3qs894abnlwmrhsqbahniyyimy1dxal0cp61cfil")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chicagoa") (synopsis "Chicago bibliography style with annotations") @@ -9042,11 +10694,16 @@ (define-public texlive-chifoot (package (name "texlive-chifoot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chifoot/" "tex/latex/chifoot/") - (base32 - "07hxfiasfbnmvq367nnjg56n21wxdw0r6i7bl5l4gxa0j9jvmpf0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chifoot/" "tex/latex/chifoot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07hxfiasfbnmvq367nnjg56n21wxdw0r6i7bl5l4gxa0j9jvmpf0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chifoot") @@ -9062,12 +10719,17 @@ (define-public texlive-chinesechess (package (name "texlive-chinesechess") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chinesechess/" - "tex/latex/chinesechess/") - (base32 - "15sszrrv1viaa74i57a81xhybhjq2vaxb188wl728hjzm8d0n0wm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chinesechess/" + "tex/latex/chinesechess/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15sszrrv1viaa74i57a81xhybhjq2vaxb188wl728hjzm8d0n0wm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chinesechess") @@ -9081,19 +10743,24 @@ (define-public texlive-chivo (package (name "texlive-chivo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/chivo/" - "fonts/enc/dvips/chivo/" - "fonts/map/dvips/chivo/" - "fonts/opentype/public/chivo/" - "fonts/tfm/public/chivo/" - "fonts/type1/public/chivo/" - "fonts/vf/public/chivo/" - "source/fonts/chivo/" - "tex/latex/chivo/") - (base32 - "0dvcz42rw2y33amrjikgicy9r4c6m0c4cvv2h0sm7k5bympnj8w0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/chivo/" + "fonts/enc/dvips/chivo/" + "fonts/map/dvips/chivo/" + "fonts/opentype/public/chivo/" + "fonts/tfm/public/chivo/" + "fonts/type1/public/chivo/" + "fonts/vf/public/chivo/" + "source/fonts/chivo/" + "tex/latex/chivo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dvcz42rw2y33amrjikgicy9r4c6m0c4cvv2h0sm7k5bympnj8w0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chivo") @@ -9108,12 +10775,17 @@ (define-public texlive-chordbars (package (name "texlive-chordbars") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chordbars/" - "tex/latex/chordbars/") - (base32 - "0pyxnjalrmkan3mjir6w3g3xhgyzzbjkjhxz460p1nm8n5ng05xq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chordbars/" + "tex/latex/chordbars/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pyxnjalrmkan3mjir6w3g3xhgyzzbjkjhxz460p1nm8n5ng05xq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chordbars") @@ -9130,11 +10802,16 @@ (define-public texlive-chordbox (package (name "texlive-chordbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chordbox/" "tex/latex/chordbox/") - (base32 - "01css8dnzss7s711ry2rs2fi3bw70s0lgj0cwwdicjgi331zbq70"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chordbox/" "tex/latex/chordbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01css8dnzss7s711ry2rs2fi3bw70s0lgj0cwwdicjgi331zbq70")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chordbox") @@ -9150,12 +10827,17 @@ (define-public texlive-chronosys (package (name "texlive-chronosys") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/chronosys/" - "tex/generic/chronosys/") - (base32 - "145ap67ykdkp2f0ahasp9sjccrv1wzxdfl05nq6hbi6z65pk56s5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/chronosys/" + "tex/generic/chronosys/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "145ap67ykdkp2f0ahasp9sjccrv1wzxdfl05nq6hbi6z65pk56s5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chronosys") @@ -9169,12 +10851,17 @@ (define-public texlive-chs-physics-report (package (name "texlive-chs-physics-report") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chs-physics-report/" - "tex/latex/chs-physics-report/") - (base32 - "195f66yffi96qkrxb044mcaycyds0mp3fg3c3lhz1mpvbz0calpl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chs-physics-report/" + "tex/latex/chs-physics-report/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "195f66yffi96qkrxb044mcaycyds0mp3fg3c3lhz1mpvbz0calpl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chs-physics-report") @@ -9192,12 +10879,17 @@ (define-public texlive-chscite (package (name "texlive-chscite") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/chscite/" "doc/latex/chscite/" - "source/latex/chscite/" "tex/latex/chscite/") - (base32 - "0q4mgvrbljbw7pmwjs4qcr91sfhbnbshhmygxqrkriyrfnqy6yfq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/chscite/" "doc/latex/chscite/" + "source/latex/chscite/" "tex/latex/chscite/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q4mgvrbljbw7pmwjs4qcr91sfhbnbshhmygxqrkriyrfnqy6yfq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chscite") @@ -9212,12 +10904,17 @@ (define-public texlive-churchslavonic (package (name "texlive-churchslavonic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/churchslavonic/" - "tex/latex/churchslavonic/") - (base32 - "1qyxyp0ckizrryvqyz8cz066g9vvz01ki6b50sm5hk44b6b4v3ri"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/churchslavonic/" + "tex/latex/churchslavonic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qyxyp0ckizrryvqyz8cz066g9vvz01ki6b50sm5hk44b6b4v3ri")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -9237,18 +10934,23 @@ (define-public texlive-cinzel (package (name "texlive-cinzel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cinzel/" - "fonts/enc/dvips/cinzel/" - "fonts/map/dvips/cinzel/" - "fonts/tfm/ndiscovered/cinzel/" - "fonts/truetype/ndiscovered/cinzel/" - "fonts/type1/ndiscovered/cinzel/" - "fonts/vf/ndiscovered/cinzel/" - "tex/latex/cinzel/") - (base32 - "0qik1ji23w35350ajjxz5w39w1cy4lg582343nrhr9y8jl18kfap"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cinzel/" + "fonts/enc/dvips/cinzel/" + "fonts/map/dvips/cinzel/" + "fonts/tfm/ndiscovered/cinzel/" + "fonts/truetype/ndiscovered/cinzel/" + "fonts/type1/ndiscovered/cinzel/" + "fonts/vf/ndiscovered/cinzel/" + "tex/latex/cinzel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qik1ji23w35350ajjxz5w39w1cy4lg582343nrhr9y8jl18kfap")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cinzel") @@ -9267,15 +10969,20 @@ (define-public texlive-citation-style-language (package (name "texlive-citation-style-language") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/citation-style-language/" - "doc/man/man1/citeproc-lua.1" - "doc/man/man1/citeproc-lua.man1.pdf" - "scripts/citation-style-language/" - "tex/latex/citation-style-language/") - (base32 - "13342c9kq5zy9a6kag81xfa38dydmimhcnb11jx7d8il6g0pd46w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/citation-style-language/" + "doc/man/man1/citeproc-lua.1" + "doc/man/man1/citeproc-lua.man1.pdf" + "scripts/citation-style-language/" + "tex/latex/citation-style-language/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13342c9kq5zy9a6kag81xfa38dydmimhcnb11jx7d8il6g0pd46w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "citeproc-lua.lua"))) @@ -9307,11 +11014,16 @@ (define-public texlive-citeall (package (name "texlive-citeall") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/citeall/" "tex/latex/citeall/") - (base32 - "0sap2kns1b51zj0dmy70q77rw7dnhdjqab0rmyvpp2hgq5yk3mhq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/citeall/" "tex/latex/citeall/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sap2kns1b51zj0dmy70q77rw7dnhdjqab0rmyvpp2hgq5yk3mhq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/citeall") @@ -9325,11 +11037,16 @@ (define-public texlive-citeref (package (name "texlive-citeref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/citeref/" "tex/latex/citeref/") - (base32 - "0k76msdfsf968cv3m1z8lcf6mlmy90gaaphrgkr7cs67pgyvq6jq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/citeref/" "tex/latex/citeref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k76msdfsf968cv3m1z8lcf6mlmy90gaaphrgkr7cs67pgyvq6jq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/citeref") @@ -9344,12 +11061,17 @@ (define-public texlive-cje (package (name "texlive-cje") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/cje/" "doc/latex/cje/" - "tex/latex/cje/") - (base32 - "0mxd9z2myzj1pixv4rqib1l6ixj0lq0vy7izgl1gx7k5bwxq945m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/cje/" "doc/latex/cje/" + "tex/latex/cje/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mxd9z2myzj1pixv4rqib1l6ixj0lq0vy7izgl1gx7k5bwxq945m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cje") @@ -9366,18 +11088,23 @@ (define-public texlive-cjhebrew (package (name "texlive-cjhebrew") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cjhebrew/" - "fonts/afm/public/cjhebrew/" - "fonts/enc/dvips/cjhebrew/" - "fonts/map/dvips/cjhebrew/" - "fonts/tfm/public/cjhebrew/" - "fonts/type1/public/cjhebrew/" - "fonts/vf/public/cjhebrew/" - "tex/latex/cjhebrew/") - (base32 - "00rf55ck8y1ny1v242sbhcfchnq7q5mlsmmqppgqspd892ymlxh0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cjhebrew/" + "fonts/afm/public/cjhebrew/" + "fonts/enc/dvips/cjhebrew/" + "fonts/map/dvips/cjhebrew/" + "fonts/tfm/public/cjhebrew/" + "fonts/type1/public/cjhebrew/" + "fonts/vf/public/cjhebrew/" + "tex/latex/cjhebrew/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00rf55ck8y1ny1v242sbhcfchnq7q5mlsmmqppgqspd892ymlxh0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cjhebrew") @@ -9393,17 +11120,22 @@ (define-public texlive-cjk (package (name "texlive-cjk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cjk/" - "source/latex/cjk/contrib/wadalab/" - "source/latex/cjk/texinput/KS/HLaTeX/" - "source/latex/cjk/utils/" - "tex/latex/cjk/contrib/wadalab/" - "tex/latex/cjk/texinput/" - "tex/latex/cjk/utils/pyhyphen/") - (base32 - "044r1mmszq3hjmlck87vmqp62j2z02bm7lda8wb17phs0grkws5z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cjk/" + "source/latex/cjk/contrib/wadalab/" + "source/latex/cjk/texinput/KS/HLaTeX/" + "source/latex/cjk/utils/" + "tex/latex/cjk/contrib/wadalab/" + "tex/latex/cjk/texinput/" + "tex/latex/cjk/utils/pyhyphen/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "044r1mmszq3hjmlck87vmqp62j2z02bm7lda8wb17phs0grkws5z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -9429,14 +11161,19 @@ (define-public texlive-cjk-gs-integrate (package (name "texlive-cjk-gs-integrate") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cjk-gs-integrate/" - "fonts/misc/cjk-gs-integrate/" - "scripts/cjk-gs-integrate/" - "source/fonts/cjk-gs-integrate/") - (base32 - "0ml35bs1pr3kbdqnbclyy31ln8yigy609rsm9rc2y3j5ngmw2y8y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cjk-gs-integrate/" + "fonts/misc/cjk-gs-integrate/" + "scripts/cjk-gs-integrate/" + "source/fonts/cjk-gs-integrate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ml35bs1pr3kbdqnbclyy31ln8yigy609rsm9rc2y3j5ngmw2y8y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "cjk-gs-integrate.pl"))) @@ -9454,11 +11191,16 @@ (define-public texlive-cjk-ko (package (name "texlive-cjk-ko") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cjk-ko/" "tex/latex/cjk-ko/") - (base32 - "0z94rrbr56kybvxx37hpncc0rj4v4i44kyb9nc42nb7854y8zl0a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cjk-ko/" "tex/latex/cjk-ko/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z94rrbr56kybvxx37hpncc0rj4v4i44kyb9nc42nb7854y8zl0a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-cjk)) @@ -9475,13 +11217,18 @@ (define-public texlive-cjkpunct (package (name "texlive-cjkpunct") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cjkpunct/" - "source/latex/cjkpunct/" - "tex/latex/cjkpunct/") - (base32 - "0l4jnawgcsq7lzsrky7259diswxm06mn9mvgxgw8j0za10kvv4vb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cjkpunct/" + "source/latex/cjkpunct/" + "tex/latex/cjkpunct/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l4jnawgcsq7lzsrky7259diswxm06mn9mvgxgw8j0za10kvv4vb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cjkpunct") @@ -9494,25 +11241,30 @@ (define-public texlive-cjkutils (package (name "texlive-cjkutils") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/bg5conv.1" - "doc/man/man1/bg5conv.man1.pdf" - "doc/man/man1/cef5conv.1" - "doc/man/man1/cef5conv.man1.pdf" - "doc/man/man1/cefconv.1" - "doc/man/man1/cefconv.man1.pdf" - "doc/man/man1/cefsconv.1" - "doc/man/man1/cefsconv.man1.pdf" - "doc/man/man1/extconv.1" - "doc/man/man1/extconv.man1.pdf" - "doc/man/man1/hbf2gf.1" - "doc/man/man1/hbf2gf.man1.pdf" - "doc/man/man1/sjisconv.1" - "doc/man/man1/sjisconv.man1.pdf" - "hbf2gf/") - (base32 - "0by2g05xv5dndnd78jz9y73fyswqhfvcbzcw8rzhvpvd6inrcdq8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/bg5conv.1" + "doc/man/man1/bg5conv.man1.pdf" + "doc/man/man1/cef5conv.1" + "doc/man/man1/cef5conv.man1.pdf" + "doc/man/man1/cefconv.1" + "doc/man/man1/cefconv.man1.pdf" + "doc/man/man1/cefsconv.1" + "doc/man/man1/cefsconv.man1.pdf" + "doc/man/man1/extconv.1" + "doc/man/man1/extconv.man1.pdf" + "doc/man/man1/hbf2gf.1" + "doc/man/man1/hbf2gf.man1.pdf" + "doc/man/man1/sjisconv.1" + "doc/man/man1/sjisconv.man1.pdf" + "hbf2gf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0by2g05xv5dndnd78jz9y73fyswqhfvcbzcw8rzhvpvd6inrcdq8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-cjkutils-bin)) @@ -9578,18 +11330,23 @@ (define-public texlive-clara (package (name "texlive-clara") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/clara/" - "fonts/enc/dvips/clara/" - "fonts/map/dvips/clara/" - "fonts/opentype/public/clara/" - "fonts/tfm/public/clara/" - "fonts/type1/public/clara/" - "fonts/vf/public/clara/" - "tex/latex/clara/") - (base32 - "182iw362irf247frsy0dzrswnh1341jlwrlwhvx1hcrbrvhpbz42"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/clara/" + "fonts/enc/dvips/clara/" + "fonts/map/dvips/clara/" + "fonts/opentype/public/clara/" + "fonts/tfm/public/clara/" + "fonts/type1/public/clara/" + "fonts/vf/public/clara/" + "tex/latex/clara/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "182iw362irf247frsy0dzrswnh1341jlwrlwhvx1hcrbrvhpbz42")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/clara") @@ -9608,12 +11365,17 @@ (define-public texlive-classicthesis (package (name "texlive-classicthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/classicthesis/" - "tex/latex/classicthesis/") - (base32 - "0djx7vcrc1ksbgppdbwy31z5qd95flgsgqk6gpzpi3a5rc7h54nz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/classicthesis/" + "tex/latex/classicthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0djx7vcrc1ksbgppdbwy31z5qd95flgsgqk6gpzpi3a5rc7h54nz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/classicthesis") @@ -9629,12 +11391,17 @@ (define-public texlive-cleanthesis (package (name "texlive-cleanthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cleanthesis/" - "tex/latex/cleanthesis/") - (base32 - "11fv49w1nydm5fvkp1p2375ywdfd5yh8hayqfnr6wdidzdycpg85"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cleanthesis/" + "tex/latex/cleanthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11fv49w1nydm5fvkp1p2375ywdfd5yh8hayqfnr6wdidzdycpg85")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cleanthesis") @@ -9648,18 +11415,23 @@ (define-public texlive-clearsans (package (name "texlive-clearsans") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/clearsans/" - "fonts/enc/dvips/clearsans/" - "fonts/map/dvips/clearsans/" - "fonts/tfm/intel/clearsans/" - "fonts/truetype/intel/clearsans/" - "fonts/type1/intel/clearsans/" - "fonts/vf/intel/clearsans/" - "tex/latex/clearsans/") - (base32 - "1sf84xxvq9rxb3n5nsggfswvdagynnz6clazk86w4k2a5r0qf8yw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/clearsans/" + "fonts/enc/dvips/clearsans/" + "fonts/map/dvips/clearsans/" + "fonts/tfm/intel/clearsans/" + "fonts/truetype/intel/clearsans/" + "fonts/type1/intel/clearsans/" + "fonts/vf/intel/clearsans/" + "tex/latex/clearsans/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sf84xxvq9rxb3n5nsggfswvdagynnz6clazk86w4k2a5r0qf8yw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/clearsans") @@ -9680,13 +11452,18 @@ (define-public texlive-cleveref (package (name "texlive-cleveref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cleveref/" - "source/latex/cleveref/" - "tex/latex/cleveref/") - (base32 - "18r8g6ipn1ly60gnp0yi0m409gm8lssbpmka5813i4l45281fk43"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cleveref/" + "source/latex/cleveref/" + "tex/latex/cleveref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18r8g6ipn1ly60gnp0yi0m409gm8lssbpmka5813i4l45281fk43")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cleveref") @@ -9708,11 +11485,16 @@ (define-public texlive-clrscode (package (name "texlive-clrscode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/clrscode/" "tex/latex/clrscode/") - (base32 - "1gl2ap3w7zanbrn1k2bcf3f75lfpakp5dd0w8m1jy46hyvha7jpd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/clrscode/" "tex/latex/clrscode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gl2ap3w7zanbrn1k2bcf3f75lfpakp5dd0w8m1jy46hyvha7jpd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/clrscode") @@ -9729,12 +11511,17 @@ (define-public texlive-clrscode3e (package (name "texlive-clrscode3e") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/clrscode3e/" - "tex/latex/clrscode3e/") - (base32 - "1kcsrlvqs83fc9ianim3drqvz60xp2cfl6a554icnm39p1fjf80c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/clrscode3e/" + "tex/latex/clrscode3e/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kcsrlvqs83fc9ianim3drqvz60xp2cfl6a554icnm39p1fjf80c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/clrscode3e") @@ -9751,12 +11538,17 @@ (define-public texlive-cm-mf-extra-bold (package (name "texlive-cm-mf-extra-bold") (version "2023.0") - (source (texlive-origin - name version - (list "fonts/source/public/cm-mf-extra-bold/" - "fonts/tfm/public/cm-mf-extra-bold/") - (base32 - "1l1cm32z8wcpj0cl7czqkhnwil3ail7a2bbzn70dnswpj0ka8k9n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "fonts/source/public/cm-mf-extra-bold/" + "fonts/tfm/public/cm-mf-extra-bold/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l1cm32z8wcpj0cl7czqkhnwil3ail7a2bbzn70dnswpj0ka8k9n")))) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) (home-page "https://ctan.org/pkg/cm-mf-extra-bold") @@ -9771,16 +11563,21 @@ (define-public texlive-cm-unicode (package (name "texlive-cm-unicode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cm-unicode/" - "fonts/afm/public/cm-unicode/" - "fonts/enc/dvips/cm-unicode/" - "fonts/map/dvips/cm-unicode/" - "fonts/opentype/public/cm-unicode/" - "fonts/type1/public/cm-unicode/") - (base32 - "15ysic6vah1wircybhpm9915mr1bbc8b2jalia86ajiqbxn2l9h0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cm-unicode/" + "fonts/afm/public/cm-unicode/" + "fonts/enc/dvips/cm-unicode/" + "fonts/map/dvips/cm-unicode/" + "fonts/opentype/public/cm-unicode/" + "fonts/type1/public/cm-unicode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15ysic6vah1wircybhpm9915mr1bbc8b2jalia86ajiqbxn2l9h0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cm-unicode") @@ -9799,17 +11596,22 @@ (define-public texlive-cmathbb (package (name "texlive-cmathbb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cmathbb/" - "fonts/enc/dvips/cmathbb/" - "fonts/map/dvips/cmathbb/" - "fonts/tfm/public/cmathbb/" - "fonts/type1/public/cmathbb/" - "fonts/vf/public/cmathbb/" - "tex/latex/cmathbb/") - (base32 - "1pmzsaskwcbyjihidy7hvz7s2cixhl7ccy0c9cbh2cm3md6gdrqh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cmathbb/" + "fonts/enc/dvips/cmathbb/" + "fonts/map/dvips/cmathbb/" + "fonts/tfm/public/cmathbb/" + "fonts/type1/public/cmathbb/" + "fonts/vf/public/cmathbb/" + "tex/latex/cmathbb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pmzsaskwcbyjihidy7hvz7s2cixhl7ccy0c9cbh2cm3md6gdrqh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cmathbb") @@ -9823,17 +11625,22 @@ (define-public texlive-cmll (package (name "texlive-cmll") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cmll/" - "fonts/map/dvips/cmll/" - "fonts/source/public/cmll/" - "fonts/tfm/public/cmll/" - "fonts/type1/public/cmll/" - "source/latex/cmll/" - "tex/latex/cmll/") - (base32 - "13q5ar2zaf7h6f2mzgxxqzaraziwl6asicbnyq6anfv2ky38rd72"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cmll/" + "fonts/map/dvips/cmll/" + "fonts/source/public/cmll/" + "fonts/tfm/public/cmll/" + "fonts/type1/public/cmll/" + "source/latex/cmll/" + "tex/latex/cmll/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13q5ar2zaf7h6f2mzgxxqzaraziwl6asicbnyq6anfv2ky38rd72")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -9852,13 +11659,18 @@ (define-public texlive-cmpica (package (name "texlive-cmpica") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cmpica/" - "fonts/source/public/cmpica/" - "fonts/tfm/public/cmpica/") - (base32 - "0gpj2i588h6d0b5cl4xaik9nyx7w1sd8wik5q4mgmzspbkdk5a04"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cmpica/" + "fonts/source/public/cmpica/" + "fonts/tfm/public/cmpica/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gpj2i588h6d0b5cl4xaik9nyx7w1sd8wik5q4mgmzspbkdk5a04")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -9876,12 +11688,17 @@ (define-public texlive-cmpj (package (name "texlive-cmpj") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/cmpj/" "doc/latex/cmpj/" - "tex/latex/cmpj/") - (base32 - "1drmil2vba85wa7ykrma452hwh7ggzsq33zrhch7rjnqaw7xihwv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/cmpj/" "doc/latex/cmpj/" + "tex/latex/cmpj/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1drmil2vba85wa7ykrma452hwh7ggzsq33zrhch7rjnqaw7xihwv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cmpj") @@ -9897,18 +11714,23 @@ (define-public texlive-cmsrb (package (name "texlive-cmsrb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cmsrb/" - "fonts/afm/public/cmsrb/" - "fonts/enc/dvips/cmsrb/" - "fonts/map/dvips/cmsrb/" - "fonts/tfm/public/cmsrb/" - "fonts/type1/public/cmsrb/" - "fonts/vf/public/cmsrb/" - "tex/latex/cmsrb/") - (base32 - "0f6ylk8n881sl0njbz7yqy98pbk51s6m73zldcsz2w62qnghd1x0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cmsrb/" + "fonts/afm/public/cmsrb/" + "fonts/enc/dvips/cmsrb/" + "fonts/map/dvips/cmsrb/" + "fonts/tfm/public/cmsrb/" + "fonts/type1/public/cmsrb/" + "fonts/vf/public/cmsrb/" + "tex/latex/cmsrb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f6ylk8n881sl0njbz7yqy98pbk51s6m73zldcsz2w62qnghd1x0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cmsrb") @@ -9929,15 +11751,20 @@ (define-public texlive-cmtiup (package (name "texlive-cmtiup") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cmtiup/" - "fonts/source/public/cmtiup/" - "fonts/tfm/public/cmtiup/" - "fonts/vf/public/cmtiup/" - "tex/latex/cmtiup/") - (base32 - "0cdm10aybgc8ifi11fahl3hb18blmibk08b4b5m8q88150ic563r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cmtiup/" + "fonts/source/public/cmtiup/" + "fonts/tfm/public/cmtiup/" + "fonts/vf/public/cmtiup/" + "tex/latex/cmtiup/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cdm10aybgc8ifi11fahl3hb18blmibk08b4b5m8q88150ic563r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -9956,17 +11783,22 @@ (define-public texlive-cmupint (package (name "texlive-cmupint") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cmupint/" - "fonts/afm/public/cmupint/" - "fonts/map/dvips/cmupint/" - "fonts/source/public/cmupint/" - "fonts/tfm/public/cmupint/" - "fonts/type1/public/cmupint/" - "tex/latex/cmupint/") - (base32 - "1acgzx5b02900vzwvaq0j8w6x8jc1650kfhp992f3bcyd658aj62"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cmupint/" + "fonts/afm/public/cmupint/" + "fonts/map/dvips/cmupint/" + "fonts/source/public/cmupint/" + "fonts/tfm/public/cmupint/" + "fonts/type1/public/cmupint/" + "tex/latex/cmupint/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1acgzx5b02900vzwvaq0j8w6x8jc1650kfhp992f3bcyd658aj62")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -9981,19 +11813,24 @@ (define-public texlive-cochineal (package (name "texlive-cochineal") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cochineal/" - "fonts/afm/public/cochineal/" - "fonts/enc/dvips/cochineal/" - "fonts/map/dvips/cochineal/" - "fonts/opentype/public/cochineal/" - "fonts/tfm/public/cochineal/" - "fonts/type1/public/cochineal/" - "fonts/vf/public/cochineal/" - "tex/latex/cochineal/") - (base32 - "04kziysq9szhz3brwkqwnjmvy3m0wnb3mhp86h8l7qwgndzx9j8w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cochineal/" + "fonts/afm/public/cochineal/" + "fonts/enc/dvips/cochineal/" + "fonts/map/dvips/cochineal/" + "fonts/opentype/public/cochineal/" + "fonts/tfm/public/cochineal/" + "fonts/type1/public/cochineal/" + "fonts/vf/public/cochineal/" + "tex/latex/cochineal/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04kziysq9szhz3brwkqwnjmvy3m0wnb3mhp86h8l7qwgndzx9j8w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cochineal") @@ -10011,13 +11848,18 @@ (define-public texlive-codeanatomy (package (name "texlive-codeanatomy") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/codeanatomy/" - "source/latex/codeanatomy/" - "tex/latex/codeanatomy/") - (base32 - "1frkyj86kf9b3n08xlwfndiygllymp2lp7ra82zsnx4xzw1ff4as"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/codeanatomy/" + "source/latex/codeanatomy/" + "tex/latex/codeanatomy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1frkyj86kf9b3n08xlwfndiygllymp2lp7ra82zsnx4xzw1ff4as")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/codeanatomy") @@ -10033,13 +11875,18 @@ (define-public texlive-codicefiscaleitaliano (package (name "texlive-codicefiscaleitaliano") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/codicefiscaleitaliano/" - "source/latex/codicefiscaleitaliano/" - "tex/latex/codicefiscaleitaliano/") - (base32 - "1ij3vcikhwx1d55z2gsx4yb9fin9dhm8yjwc6apiwg353ipxwibw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/codicefiscaleitaliano/" + "source/latex/codicefiscaleitaliano/" + "tex/latex/codicefiscaleitaliano/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ij3vcikhwx1d55z2gsx4yb9fin9dhm8yjwc6apiwg353ipxwibw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/codicefiscaleitaliano") @@ -10055,18 +11902,23 @@ (define-public texlive-coelacanth (package (name "texlive-coelacanth") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/coelacanth/" - "fonts/enc/dvips/coelacanth/" - "fonts/map/dvips/coelacanth/" - "fonts/opentype/public/coelacanth/" - "fonts/tfm/public/coelacanth/" - "fonts/type1/public/coelacanth/" - "fonts/vf/public/coelacanth/" - "tex/latex/coelacanth/") - (base32 - "1cwk36rm1m2qaphwlpnw6rhmsmkvsdpzqs7sv1c39qcyq853q4yj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/coelacanth/" + "fonts/enc/dvips/coelacanth/" + "fonts/map/dvips/coelacanth/" + "fonts/opentype/public/coelacanth/" + "fonts/tfm/public/coelacanth/" + "fonts/type1/public/coelacanth/" + "fonts/vf/public/coelacanth/" + "tex/latex/coelacanth/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cwk36rm1m2qaphwlpnw6rhmsmkvsdpzqs7sv1c39qcyq853q4yj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/coelacanth") @@ -10083,12 +11935,17 @@ (define-public texlive-collref (package (name "texlive-collref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/collref/" "source/latex/collref/" - "tex/latex/collref/") - (base32 - "0gvla01fypbdqvjg0zziy4cl2s6z441pvn3s8b45dvz4hy1hkfji"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/collref/" "source/latex/collref/" + "tex/latex/collref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gvla01fypbdqvjg0zziy4cl2s6z441pvn3s8b45dvz4hy1hkfji")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/collref") @@ -10103,11 +11960,16 @@ (define-public texlive-colorsep (package (name "texlive-colorsep") (version "2023.0") - (source (texlive-origin - name version - (list "dvips/colorsep/") - (base32 - "0nf72pf2bjn8pcps45sn5dcjf1dkrww9wlpp1xbzl1h9i68p3h3h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "dvips/colorsep/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nf72pf2bjn8pcps45sn5dcjf1dkrww9wlpp1xbzl1h9i68p3h3h")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/colorsep") (synopsis "Color separation") @@ -10119,18 +11981,23 @@ (define-public texlive-comfortaa (package (name "texlive-comfortaa") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/comfortaa/" - "fonts/enc/dvips/comfortaa/" - "fonts/map/dvips/comfortaa/" - "fonts/tfm/aajohan/comfortaa/" - "fonts/truetype/aajohan/comfortaa/" - "fonts/type1/aajohan/comfortaa/" - "fonts/vf/aajohan/comfortaa/" - "tex/latex/comfortaa/") - (base32 - "1ayh1f0f1a0qkngsk84zwzyx5kidb2n5wq2ksk0d7r68m8cbs981"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/comfortaa/" + "fonts/enc/dvips/comfortaa/" + "fonts/map/dvips/comfortaa/" + "fonts/tfm/aajohan/comfortaa/" + "fonts/truetype/aajohan/comfortaa/" + "fonts/type1/aajohan/comfortaa/" + "fonts/vf/aajohan/comfortaa/" + "tex/latex/comfortaa/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ayh1f0f1a0qkngsk84zwzyx5kidb2n5wq2ksk0d7r68m8cbs981")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/comfortaa") @@ -10145,18 +12012,23 @@ (define-public texlive-comicneue (package (name "texlive-comicneue") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/comicneue/" - "fonts/enc/dvips/comicneue/" - "fonts/map/dvips/comicneue/" - "fonts/opentype/rozynski/comicneue/" - "fonts/tfm/rozynski/comicneue/" - "fonts/type1/rozynski/comicneue/" - "fonts/vf/rozynski/comicneue/" - "tex/latex/comicneue/") - (base32 - "0q9ckbypx5hn9004pgfyqnf1ddniqwq0fixps0acmifz8qspjih6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/comicneue/" + "fonts/enc/dvips/comicneue/" + "fonts/map/dvips/comicneue/" + "fonts/opentype/rozynski/comicneue/" + "fonts/tfm/rozynski/comicneue/" + "fonts/type1/rozynski/comicneue/" + "fonts/vf/rozynski/comicneue/" + "tex/latex/comicneue/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q9ckbypx5hn9004pgfyqnf1ddniqwq0fixps0acmifz8qspjih6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/comicneue") @@ -10171,11 +12043,16 @@ (define-public texlive-commath (package (name "texlive-commath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/commath/" "tex/latex/commath/") - (base32 - "0mvlqw78183mp8fdvcmrwxvf4cpqdb2sr6jif16rad0av602lnfr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/commath/" "tex/latex/commath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mvlqw78183mp8fdvcmrwxvf4cpqdb2sr6jif16rad0av602lnfr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/commath") @@ -10190,15 +12067,20 @@ (define-public texlive-commutative-diagrams (package (name "texlive-commutative-diagrams") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/commutative-diagrams/" - "tex/context/third/commutative-diagrams/" - "tex/generic/commutative-diagrams/" - "tex/latex/commutative-diagrams/" - "tex/plain/commutative-diagrams/") - (base32 - "0cj3yx2h5r146rhzd3sla1kx4463qdfyaqdzg8zdyg94ky4k6ixv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/commutative-diagrams/" + "tex/context/third/commutative-diagrams/" + "tex/generic/commutative-diagrams/" + "tex/latex/commutative-diagrams/" + "tex/plain/commutative-diagrams/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cj3yx2h5r146rhzd3sla1kx4463qdfyaqdzg8zdyg94ky4k6ixv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/commutative-diagrams") @@ -10212,11 +12094,16 @@ (define-public texlive-compactbib (package (name "texlive-compactbib") (version "2023.0") - (source (texlive-origin - name version - (list "tex/latex/compactbib/") - (base32 - "077l73vb0rcxy1n51r3wmcb7gma6nn3xrl543a67n96lpp5xvnnk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/latex/compactbib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "077l73vb0rcxy1n51r3wmcb7gma6nn3xrl543a67n96lpp5xvnnk")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/compactbib") (synopsis "Multiple thebibliography environments") @@ -10229,11 +12116,16 @@ (define-public texlive-compare (package (name "texlive-compare") (version "2023.0") - (source (texlive-origin - name version - (list "tex/generic/compare/") - (base32 - "0isr7gmskv55cr4f1fa7s478v6fh65q9ijxkmbpxj0448g9817w4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/generic/compare/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0isr7gmskv55cr4f1fa7s478v6fh65q9ijxkmbpxj0448g9817w4")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/compare") (synopsis "Compare two strings") @@ -10248,12 +12140,17 @@ (define-public texlive-complexity (package (name "texlive-complexity") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/complexity/" - "tex/latex/complexity/") - (base32 - "0yqv0qp4i6jkjkrsvjzq5r2x282y5maq6w5cbvkspp7d0g4sg0ph"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/complexity/" + "tex/latex/complexity/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yqv0qp4i6jkjkrsvjzq5r2x282y5maq6w5cbvkspp7d0g4sg0ph")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/complexity") @@ -10270,14 +12167,19 @@ (define-public texlive-computational-complexity (package (name "texlive-computational-complexity") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/computational-complexity/" - "doc/latex/computational-complexity/" - "source/latex/computational-complexity/" - "tex/latex/computational-complexity/") - (base32 - "12205p6i611vcywsvkq4qnkbgfyyrkxgrqhj93bfdy4n8y2802ir"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/computational-complexity/" + "doc/latex/computational-complexity/" + "source/latex/computational-complexity/" + "tex/latex/computational-complexity/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12205p6i611vcywsvkq4qnkbgfyyrkxgrqhj93bfdy4n8y2802ir")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/computational-complexity") @@ -10293,13 +12195,18 @@ (define-public texlive-concmath (package (name "texlive-concmath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/concmath/" - "source/latex/concmath/" - "tex/latex/concmath/") - (base32 - "0lc1bj2yqbyn13bq4fwiqf1hijbj5kwxadifzbg1riscwal3z5vw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/concmath/" + "source/latex/concmath/" + "tex/latex/concmath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lc1bj2yqbyn13bq4fwiqf1hijbj5kwxadifzbg1riscwal3z5vw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/concmath") @@ -10314,13 +12221,18 @@ (define-public texlive-concmath-fonts (package (name "texlive-concmath-fonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/concmath-fonts/" - "fonts/source/public/concmath-fonts/" - "fonts/tfm/public/concmath-fonts/") - (base32 - "09frgpcwpfkj9j9aaj5psb8kr12vgbr10plcvcipn0mjahdw9nnz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/concmath-fonts/" + "fonts/source/public/concmath-fonts/" + "fonts/tfm/public/concmath-fonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09frgpcwpfkj9j9aaj5psb8kr12vgbr10plcvcipn0mjahdw9nnz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-amsfonts texlive-metafont)) @@ -10336,13 +12248,18 @@ (define-public texlive-concmath-otf (package (name "texlive-concmath-otf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/concmath-otf/" - "fonts/opentype/public/concmath-otf/" - "tex/latex/concmath-otf/") - (base32 - "00vs2c2lxdrqiwf4scni0yv4kz0mkigqv5kpsrak62j8vb7piv7b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/concmath-otf/" + "fonts/opentype/public/concmath-otf/" + "tex/latex/concmath-otf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00vs2c2lxdrqiwf4scni0yv4kz0mkigqv5kpsrak62j8vb7piv7b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/concmath-otf") @@ -10358,13 +12275,18 @@ (define-public texlive-concrete (package (name "texlive-concrete") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/concrete/" - "fonts/source/public/concrete/" - "fonts/tfm/public/concrete/") - (base32 - "0xras2ybr33xm27vl0ym3lyd954gizgyd6h84ivxg0zjpqpjanb1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/concrete/" + "fonts/source/public/concrete/" + "fonts/tfm/public/concrete/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xras2ybr33xm27vl0ym3lyd954gizgyd6h84ivxg0zjpqpjanb1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -10384,14 +12306,19 @@ (define-public texlive-confproc (package (name "texlive-confproc") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/confproc/" "doc/latex/confproc/" - "makeindex/confproc/" - "source/latex/confproc/" - "tex/latex/confproc/") - (base32 - "1v3ppwxss1ans62j1pss8mcfjqmx708za7pmcm1wic7z7byc6xdb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/confproc/" "doc/latex/confproc/" + "makeindex/confproc/" + "source/latex/confproc/" + "tex/latex/confproc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v3ppwxss1ans62j1pss8mcfjqmx708za7pmcm1wic7z7byc6xdb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -10406,12 +12333,17 @@ (define-public texlive-conteq (package (name "texlive-conteq") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/conteq/" "source/latex/conteq/" - "tex/latex/conteq/") - (base32 - "14lj914i1h29pvg7knfn3ym9nsq6qxngbmkks4hircj0082m86pz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/conteq/" "source/latex/conteq/" + "tex/latex/conteq/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14lj914i1h29pvg7knfn3ym9nsq6qxngbmkks4hircj0082m86pz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/conteq") @@ -10426,11 +12358,16 @@ (define-public texlive-convbkmk (package (name "texlive-convbkmk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/convbkmk/" "scripts/convbkmk/") - (base32 - "0w4fm4az1smrw002sqjkiiz94x01z6jkrb0mf9wb8qxdwrxriql9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/convbkmk/" "scripts/convbkmk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0w4fm4az1smrw002sqjkiiz94x01z6jkrb0mf9wb8qxdwrxriql9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "convbkmk.rb"))) @@ -10447,15 +12384,20 @@ (define-public texlive-cookingsymbols (package (name "texlive-cookingsymbols") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cookingsymbols/" - "fonts/source/public/cookingsymbols/" - "fonts/tfm/public/cookingsymbols/" - "source/latex/cookingsymbols/" - "tex/latex/cookingsymbols/") - (base32 - "1cqz5hvb1vcf4mgk7i960kjdbg9cbxkik62riy6l2n1ld2cnl81x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cookingsymbols/" + "fonts/source/public/cookingsymbols/" + "fonts/tfm/public/cookingsymbols/" + "source/latex/cookingsymbols/" + "tex/latex/cookingsymbols/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cqz5hvb1vcf4mgk7i960kjdbg9cbxkik62riy6l2n1ld2cnl81x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -10472,18 +12414,23 @@ (define-public texlive-cooperhewitt (package (name "texlive-cooperhewitt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cooperhewitt/" - "fonts/enc/dvips/cooperhewitt/" - "fonts/map/dvips/cooperhewitt/" - "fonts/opentype/public/cooperhewitt/" - "fonts/tfm/public/cooperhewitt/" - "fonts/type1/public/cooperhewitt/" - "fonts/vf/public/cooperhewitt/" - "tex/latex/cooperhewitt/") - (base32 - "1m81sxrwwsmzsan4iln2lsf16pijay7w9k29gjwlwikivvy21kj7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cooperhewitt/" + "fonts/enc/dvips/cooperhewitt/" + "fonts/map/dvips/cooperhewitt/" + "fonts/opentype/public/cooperhewitt/" + "fonts/tfm/public/cooperhewitt/" + "fonts/type1/public/cooperhewitt/" + "fonts/vf/public/cooperhewitt/" + "tex/latex/cooperhewitt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m81sxrwwsmzsan4iln2lsf16pijay7w9k29gjwlwikivvy21kj7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cooperhewitt") @@ -10497,18 +12444,23 @@ (define-public texlive-cormorantgaramond (package (name "texlive-cormorantgaramond") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cormorantgaramond/" - "fonts/enc/dvips/cormorantgaramond/" - "fonts/map/dvips/cormorantgaramond/" - "fonts/tfm/catharsis/cormorantgaramond/" - "fonts/truetype/catharsis/cormorantgaramond/" - "fonts/type1/catharsis/cormorantgaramond/" - "fonts/vf/catharsis/cormorantgaramond/" - "tex/latex/cormorantgaramond/") - (base32 - "0sd4g4s3d3nk4wrav3szzbihdj6saznnzm6kiyr4qqqgi5ib3ami"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cormorantgaramond/" + "fonts/enc/dvips/cormorantgaramond/" + "fonts/map/dvips/cormorantgaramond/" + "fonts/tfm/catharsis/cormorantgaramond/" + "fonts/truetype/catharsis/cormorantgaramond/" + "fonts/type1/catharsis/cormorantgaramond/" + "fonts/vf/catharsis/cormorantgaramond/" + "tex/latex/cormorantgaramond/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sd4g4s3d3nk4wrav3szzbihdj6saznnzm6kiyr4qqqgi5ib3ami")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cormorantgaramond") @@ -10524,12 +12476,17 @@ (define-public texlive-correctmathalign (package (name "texlive-correctmathalign") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/correctmathalign/" - "tex/latex/correctmathalign/") - (base32 - "1zqla0gjv1b3x3z6g6fdb89c66ny7agshfmcsjjg42vlkz17ianm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/correctmathalign/" + "tex/latex/correctmathalign/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zqla0gjv1b3x3z6g6fdb89c66ny7agshfmcsjjg42vlkz17ianm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/correctmathalign") @@ -10543,18 +12500,23 @@ (define-public texlive-countriesofeurope (package (name "texlive-countriesofeurope") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/countriesofeurope/" - "fonts/afm/public/countriesofeurope/" - "fonts/enc/dvips/countriesofeurope/" - "fonts/map/dvips/countriesofeurope/" - "fonts/opentype/public/countriesofeurope/" - "fonts/tfm/public/countriesofeurope/" - "fonts/type1/public/countriesofeurope/" - "tex/latex/countriesofeurope/") - (base32 - "07q0hrrlvadcc3vcl97gsgp1pbkmfhy60zm8ib65qd79m81kyxs0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/countriesofeurope/" + "fonts/afm/public/countriesofeurope/" + "fonts/enc/dvips/countriesofeurope/" + "fonts/map/dvips/countriesofeurope/" + "fonts/opentype/public/countriesofeurope/" + "fonts/tfm/public/countriesofeurope/" + "fonts/type1/public/countriesofeurope/" + "tex/latex/countriesofeurope/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07q0hrrlvadcc3vcl97gsgp1pbkmfhy60zm8ib65qd79m81kyxs0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/countriesofeurope") @@ -10570,12 +12532,17 @@ (define-public texlive-courier-scaled (package (name "texlive-courier-scaled") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/courier-scaled/" - "tex/latex/courier-scaled/") - (base32 - "1d61afhvx9s70mg9d97m0zyzqfdlwbgljwgkv0z87khxy4z33wy6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/courier-scaled/" + "tex/latex/courier-scaled/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d61afhvx9s70mg9d97m0zyzqfdlwbgljwgkv0z87khxy4z33wy6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/courier-scaled") @@ -10590,18 +12557,23 @@ (define-public texlive-courierten (package (name "texlive-courierten") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/courierten/" - "fonts/enc/dvips/courierten/" - "fonts/map/dvips/courierten/" - "fonts/opentype/public/courierten/" - "fonts/tfm/public/courierten/" - "fonts/type1/public/courierten/" - "fonts/vf/public/courierten/" - "tex/latex/courierten/") - (base32 - "0xfra9x03zjx7jsk48kj7mmjng3rs45ydj258c4s6inl91m7i9w0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/courierten/" + "fonts/enc/dvips/courierten/" + "fonts/map/dvips/courierten/" + "fonts/opentype/public/courierten/" + "fonts/tfm/public/courierten/" + "fonts/type1/public/courierten/" + "fonts/vf/public/courierten/" + "tex/latex/courierten/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xfra9x03zjx7jsk48kj7mmjng3rs45ydj258c4s6inl91m7i9w0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/courierten") @@ -10615,12 +12587,17 @@ (define-public texlive-covington (package (name "texlive-covington") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/covington/" - "tex/latex/covington/") - (base32 - "0h47zgbiylnirwcjprh31q2n8g842qlhlddd733xn1zal3n5alsz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/covington/" + "tex/latex/covington/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h47zgbiylnirwcjprh31q2n8g842qlhlddd733xn1zal3n5alsz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/covington") @@ -10635,14 +12612,19 @@ (define-public texlive-cquthesis (package (name "texlive-cquthesis") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/cquthesis/" - "doc/latex/cquthesis/" - "source/latex/cquthesis/" - "tex/latex/cquthesis/") - (base32 - "0591wd88zp4sgnv2avwqv8127c2g5zbhjr7y15xaahiy7s404hn2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/cquthesis/" + "doc/latex/cquthesis/" + "source/latex/cquthesis/" + "tex/latex/cquthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0591wd88zp4sgnv2avwqv8127c2g5zbhjr7y15xaahiy7s404hn2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cquthesis") @@ -10657,12 +12639,17 @@ (define-public texlive-create-theorem (package (name "texlive-create-theorem") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/create-theorem/" - "tex/latex/create-theorem/") - (base32 - "0pnb2n79qyipa2izj5v81rk973psvcmslkqxpivzm9gghrajkk9m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/create-theorem/" + "tex/latex/create-theorem/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pnb2n79qyipa2izj5v81rk973psvcmslkqxpivzm9gghrajkk9m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-crefthe)) @@ -10680,11 +12667,16 @@ (define-public texlive-crefthe (package (name "texlive-crefthe") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/crefthe/" "tex/latex/crefthe/") - (base32 - "0gmyg9m4rma0qfg50d6i1lpdl4g71cx61517xl09vzy08r988i5j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/crefthe/" "tex/latex/crefthe/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gmyg9m4rma0qfg50d6i1lpdl4g71cx61517xl09vzy08r988i5j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/crefthe") @@ -10702,18 +12694,23 @@ (define-public texlive-crimson (package (name "texlive-crimson") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/crimson/" - "fonts/enc/dvips/crimson/" - "fonts/map/dvips/crimson/" - "fonts/opentype/kosch/crimson/" - "fonts/tfm/kosch/crimson/" - "fonts/type1/kosch/crimson/" - "fonts/vf/kosch/crimson/" - "tex/latex/crimson/") - (base32 - "14zrb015cs5f5kdyjy987mx4jdvi7vr1830dvnnygvkpcacvc3mc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/crimson/" + "fonts/enc/dvips/crimson/" + "fonts/map/dvips/crimson/" + "fonts/opentype/kosch/crimson/" + "fonts/tfm/kosch/crimson/" + "fonts/type1/kosch/crimson/" + "fonts/vf/kosch/crimson/" + "tex/latex/crimson/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14zrb015cs5f5kdyjy987mx4jdvi7vr1830dvnnygvkpcacvc3mc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/crimson") @@ -10727,18 +12724,23 @@ (define-public texlive-crimsonpro (package (name "texlive-crimsonpro") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/crimsonpro/" - "fonts/enc/dvips/crimsonpro/" - "fonts/map/dvips/crimsonpro/" - "fonts/tfm/public/crimsonpro/" - "fonts/truetype/public/crimsonpro/" - "fonts/type1/public/crimsonpro/" - "fonts/vf/public/crimsonpro/" - "tex/latex/crimsonpro/") - (base32 - "1pzsdm4i32pgwf726q5waga8lr37xfj1qj417kkblw3q3fgb4jsd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/crimsonpro/" + "fonts/enc/dvips/crimsonpro/" + "fonts/map/dvips/crimsonpro/" + "fonts/tfm/public/crimsonpro/" + "fonts/truetype/public/crimsonpro/" + "fonts/type1/public/crimsonpro/" + "fonts/vf/public/crimsonpro/" + "tex/latex/crimsonpro/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pzsdm4i32pgwf726q5waga8lr37xfj1qj417kkblw3q3fgb4jsd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/crimsonpro") @@ -10753,12 +12755,17 @@ (define-public texlive-crossrefenum (package (name "texlive-crossrefenum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/crossrefenum/" - "tex/generic/crossrefenum/") - (base32 - "07h7d47fxjj70h4bxd5sqz8abjnvgvkrnsy13a26imbarzg14db4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/crossrefenum/" + "tex/generic/crossrefenum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07h7d47fxjj70h4bxd5sqz8abjnvgvkrnsy13a26imbarzg14db4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/crossrefenum") @@ -10788,25 +12795,30 @@ (define-public texlive-crossrefware (package (name "texlive-crossrefware") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/bbl2bib.1" - "doc/man/man1/bbl2bib.man1.pdf" - "doc/man/man1/bibdoiadd.1" - "doc/man/man1/bibdoiadd.man1.pdf" - "doc/man/man1/bibmradd.1" - "doc/man/man1/bibmradd.man1.pdf" - "doc/man/man1/biburl2doi.1" - "doc/man/man1/biburl2doi.man1.pdf" - "doc/man/man1/bibzbladd.1" - "doc/man/man1/bibzbladd.man1.pdf" - "doc/man/man1/ltx2crossrefxml.1" - "doc/man/man1/ltx2crossrefxml.man1.pdf" - "doc/support/crossrefware/" - "scripts/crossrefware/" - "tex/latex/crossrefware/") - (base32 - "048405cg5q3fy5vd7xbri8cfgn0wrzc08sb3z30cv79kjwm1xj6w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/bbl2bib.1" + "doc/man/man1/bbl2bib.man1.pdf" + "doc/man/man1/bibdoiadd.1" + "doc/man/man1/bibdoiadd.man1.pdf" + "doc/man/man1/bibmradd.1" + "doc/man/man1/bibmradd.man1.pdf" + "doc/man/man1/biburl2doi.1" + "doc/man/man1/biburl2doi.man1.pdf" + "doc/man/man1/bibzbladd.1" + "doc/man/man1/bibzbladd.man1.pdf" + "doc/man/man1/ltx2crossrefxml.1" + "doc/man/man1/ltx2crossrefxml.man1.pdf" + "doc/support/crossrefware/" + "scripts/crossrefware/" + "tex/latex/crossrefware/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "048405cg5q3fy5vd7xbri8cfgn0wrzc08sb3z30cv79kjwm1xj6w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -10848,13 +12860,18 @@ (define-public texlive-crossword (package (name "texlive-crossword") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/crossword/" - "source/latex/crossword/" - "tex/latex/crossword/") - (base32 - "1yxjhni6jw7j7wnz6g6d1bmri8afvqsj58bar0aqliyfhr55xzai"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/crossword/" + "source/latex/crossword/" + "tex/latex/crossword/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yxjhni6jw7j7wnz6g6d1bmri8afvqsj58bar0aqliyfhr55xzai")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/crossword") @@ -10887,13 +12904,18 @@ (define-public texlive-crosswrd (package (name "texlive-crosswrd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/crosswrd/" - "source/latex/crosswrd/" - "tex/latex/crosswrd/") - (base32 - "0yhsrfn49wj579ms3smd1z97rjqnsi1wrsgrjs570bllgf09bcir"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/crosswrd/" + "source/latex/crosswrd/" + "tex/latex/crosswrd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yhsrfn49wj579ms3smd1z97rjqnsi1wrsgrjs570bllgf09bcir")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/crosswrd") @@ -10907,13 +12929,18 @@ (define-public texlive-cryptocode (package (name "texlive-cryptocode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cryptocode/" - "source/latex/cryptocode/" - "tex/latex/cryptocode/") - (base32 - "0i22bdg2mn305vlmpy32yqbsp7kf5ld54vdvjzq49n8v00qxy286"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cryptocode/" + "source/latex/cryptocode/" + "tex/latex/cryptocode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0i22bdg2mn305vlmpy32yqbsp7kf5ld54vdvjzq49n8v00qxy286")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cryptocode") @@ -10932,14 +12959,19 @@ (define-public texlive-cryst (package (name "texlive-cryst") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cryst/" "fonts/afm/public/cryst/" - "fonts/source/public/cryst/" - "fonts/tfm/public/cryst/" - "fonts/type1/public/cryst/") - (base32 - "05lbldwghpdrmw0ffncs86k5pn04zi0shkk40ycca3kb0h3fa3h8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cryst/" "fonts/afm/public/cryst/" + "fonts/source/public/cryst/" + "fonts/tfm/public/cryst/" + "fonts/type1/public/cryst/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05lbldwghpdrmw0ffncs86k5pn04zi0shkk40ycca3kb0h3fa3h8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -10955,13 +12987,18 @@ (define-public texlive-csassignments (package (name "texlive-csassignments") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/csassignments/" - "source/latex/csassignments/" - "tex/latex/csassignments/") - (base32 - "1gdrsh0iyg8dz0pnb9ak099qrznp54x37qqwd7kllw8jjzdcaqg1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/csassignments/" + "source/latex/csassignments/" + "tex/latex/csassignments/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gdrsh0iyg8dz0pnb9ak099qrznp54x37qqwd7kllw8jjzdcaqg1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/csassignments") @@ -10979,15 +13016,20 @@ (define-public texlive-cuprum (package (name "texlive-cuprum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cuprum/" - "fonts/map/dvips/cuprum/" - "fonts/tfm/public/cuprum/" - "fonts/truetype/public/cuprum/" - "tex/latex/cuprum/") - (base32 - "1wimmwjpx6dg41ncpjbrsxfv41ayppy87f1b8r38vyg0vw6vcsz5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cuprum/" + "fonts/map/dvips/cuprum/" + "fonts/tfm/public/cuprum/" + "fonts/truetype/public/cuprum/" + "tex/latex/cuprum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wimmwjpx6dg41ncpjbrsxfv41ayppy87f1b8r38vyg0vw6vcsz5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cuprum") @@ -11000,13 +13042,18 @@ (define-public texlive-custom-bib (package (name "texlive-custom-bib") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/custom-bib/" - "source/latex/custom-bib/" - "tex/latex/custom-bib/") - (base32 - "1hzy0j9k55ygkzvgs3y2jz435267l3g4isqynr64978zhyqybqpd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/custom-bib/" + "source/latex/custom-bib/" + "tex/latex/custom-bib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hzy0j9k55ygkzvgs3y2jz435267l3g4isqynr64978zhyqybqpd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -11032,13 +13079,18 @@ (define-public texlive-customdice (package (name "texlive-customdice") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/customdice/" - "source/latex/customdice/" - "tex/latex/customdice/") - (base32 - "0jwhvg13rla5pav0z4wns4s0x25myiqcinv592g6kqnbgwzj4q7g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/customdice/" + "source/latex/customdice/" + "tex/latex/customdice/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jwhvg13rla5pav0z4wns4s0x25myiqcinv592g6kqnbgwzj4q7g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/customdice") @@ -11054,12 +13106,17 @@ (define-public texlive-cvss (package (name "texlive-cvss") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cvss/" "source/latex/cvss/" - "tex/latex/cvss/") - (base32 - "0hs931xcj7jai901nvfvi942x403sda7xslq14bfjls0v74lkhbd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cvss/" "source/latex/cvss/" + "tex/latex/cvss/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hs931xcj7jai901nvfvi942x403sda7xslq14bfjls0v74lkhbd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cvss") @@ -11077,11 +13134,16 @@ (define-public texlive-cweb-old (package (name "texlive-cweb-old") (version "2023.0") - (source (texlive-origin - name version - (list "tex/plain/cweb-old/") - (base32 - "0vx235zpflqpnrfa9kqq7wmc1rylg5bw1r26knfzvh3w1swbp4ai"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/plain/cweb-old/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vx235zpflqpnrfa9kqq7wmc1rylg5bw1r26knfzvh3w1swbp4ai")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cweb-old") (synopsis "Obsolete files from CWEB") @@ -11093,18 +13155,23 @@ (define-public texlive-dad (package (name "texlive-dad") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/dad/" - "fonts/afm/public/dad/" - "fonts/map/dvips/dad/" - "fonts/ofm/public/dad/" - "fonts/ovf/public/dad/" - "fonts/tfm/public/dad/" - "fonts/type1/public/dad/" - "tex/lualatex/dad/") - (base32 - "0mkfhdai5m1fwj9x0rkpklvcrp3synfxl67dp6cb0bfz3w8nmis0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/dad/" + "fonts/afm/public/dad/" + "fonts/map/dvips/dad/" + "fonts/ofm/public/dad/" + "fonts/ovf/public/dad/" + "fonts/tfm/public/dad/" + "fonts/type1/public/dad/" + "tex/lualatex/dad/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mkfhdai5m1fwj9x0rkpklvcrp3synfxl67dp6cb0bfz3w8nmis0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dad") @@ -11121,12 +13188,17 @@ (define-public texlive-dancers (package (name "texlive-dancers") (version "2023.0") - (source (texlive-origin - name version - (list "fonts/source/public/dancers/" - "fonts/tfm/public/dancers/") - (base32 - "0nni21f6y9gynx1lsymb3pmh6w761q21idq60fib90hvv9jjd85q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "fonts/source/public/dancers/" + "fonts/tfm/public/dancers/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nni21f6y9gynx1lsymb3pmh6w761q21idq60fib90hvv9jjd85q")))) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) (home-page "https://ctan.org/pkg/dancers") @@ -11150,13 +13222,18 @@ (define-public texlive-dashrule (package (name "texlive-dashrule") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dashrule/" - "source/latex/dashrule/" - "tex/latex/dashrule/") - (base32 - "0glnb77dmhl9svgxpz1s8ivsbmr0cy1a0sz68vfx1plfkxfglbyl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dashrule/" + "source/latex/dashrule/" + "tex/latex/dashrule/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0glnb77dmhl9svgxpz1s8ivsbmr0cy1a0sz68vfx1plfkxfglbyl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dashrule") @@ -11174,18 +13251,23 @@ (define-public texlive-dantelogo (package (name "texlive-dantelogo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/dantelogo/" - "fonts/enc/dvips/dantelogo/" - "fonts/map/dvips/dantelogo/" - "fonts/opentype/public/dantelogo/" - "fonts/tfm/public/dantelogo/" - "fonts/type1/public/dantelogo/" - "fonts/vf/public/dantelogo/" - "tex/latex/dantelogo/") - (base32 - "19wz5qyr4bhd0dwp0y38ql87s3103yimg5b6r2mjz4mz0dsiyy1b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/dantelogo/" + "fonts/enc/dvips/dantelogo/" + "fonts/map/dvips/dantelogo/" + "fonts/opentype/public/dantelogo/" + "fonts/tfm/public/dantelogo/" + "fonts/type1/public/dantelogo/" + "fonts/vf/public/dantelogo/" + "tex/latex/dantelogo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19wz5qyr4bhd0dwp0y38ql87s3103yimg5b6r2mjz4mz0dsiyy1b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dantelogo") @@ -11201,13 +13283,18 @@ (define-public texlive-dccpaper (package (name "texlive-dccpaper") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dccpaper/" - "source/latex/dccpaper/" - "tex/latex/dccpaper/") - (base32 - "1hxn5lnxbcnwhyx9n275bml2bwy3gfkkkqg0s68skcxs843p55ad"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dccpaper/" + "source/latex/dccpaper/" + "tex/latex/dccpaper/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hxn5lnxbcnwhyx9n275bml2bwy3gfkkkqg0s68skcxs843p55ad")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dccpaper") @@ -11226,13 +13313,18 @@ (define-public texlive-decision-table (package (name "texlive-decision-table") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/decision-table/" - "source/latex/decision-table/" - "tex/latex/decision-table/") - (base32 - "14cgf142wmi2qlrxaa8dmyr7grb7d33ngfpg8sbrm82a78cvl1yc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/decision-table/" + "source/latex/decision-table/" + "tex/latex/decision-table/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14cgf142wmi2qlrxaa8dmyr7grb7d33ngfpg8sbrm82a78cvl1yc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/decision-table") @@ -11254,12 +13346,17 @@ (define-public texlive-dejavu-otf (package (name "texlive-dejavu-otf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/dejavu-otf/" - "tex/latex/dejavu-otf/") - (base32 - "0vn16rb816w7kdqkyqxr01w1qd654s1f3k368q0cj0ab1247q7q8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/dejavu-otf/" + "tex/latex/dejavu-otf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vn16rb816w7kdqkyqxr01w1qd654s1f3k368q0cj0ab1247q7q8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dejavu-otf") @@ -11273,12 +13370,17 @@ (define-public texlive-delim (package (name "texlive-delim") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/delim/" "source/latex/delim/" - "tex/latex/delim/") - (base32 - "12h0zqn46yrqf079a6k939g3pv843rs417va4g2r39rhb2fvh6r8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/delim/" "source/latex/delim/" + "tex/latex/delim/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12h0zqn46yrqf079a6k939g3pv843rs417va4g2r39rhb2fvh6r8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/delim") @@ -11292,12 +13394,17 @@ (define-public texlive-delimseasy (package (name "texlive-delimseasy") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/delimseasy/" - "tex/latex/delimseasy/") - (base32 - "0afgcnwqcbw34wgfryzk1rjw82qakl6nq98gl2w1aw5lkgi4fb9p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/delimseasy/" + "tex/latex/delimseasy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0afgcnwqcbw34wgfryzk1rjw82qakl6nq98gl2w1aw5lkgi4fb9p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/delimseasy") @@ -11314,13 +13421,18 @@ (define-public texlive-delimset (package (name "texlive-delimset") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/delimset/" - "source/latex/delimset/" - "tex/latex/delimset/") - (base32 - "0vkfk09g7vys4dfa01dxhznczdjklmj90lsw25glbcl1hxr1c1fn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/delimset/" + "source/latex/delimset/" + "tex/latex/delimset/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vkfk09g7vys4dfa01dxhznczdjklmj90lsw25glbcl1hxr1c1fn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/delimset") @@ -11335,13 +13447,18 @@ (define-public texlive-denisbdoc (package (name "texlive-denisbdoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/denisbdoc/" - "source/latex/denisbdoc/" - "tex/latex/denisbdoc/") - (base32 - "0vfz81kqym5jj79y5f1fysyjxlhlr0zws553zx2mklixrs54bl0c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/denisbdoc/" + "source/latex/denisbdoc/" + "tex/latex/denisbdoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vfz81kqym5jj79y5f1fysyjxlhlr0zws553zx2mklixrs54bl0c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/denisbdoc") @@ -11354,12 +13471,17 @@ (define-public texlive-derivative (package (name "texlive-derivative") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/derivative/" - "tex/latex/derivative/") - (base32 - "1klskr46gr0r7wraygi8m0g49ils7lgqlcwg799zpnnip8jhr738"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/derivative/" + "tex/latex/derivative/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1klskr46gr0r7wraygi8m0g49ils7lgqlcwg799zpnnip8jhr738")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/derivative") @@ -11383,12 +13505,17 @@ (define-public texlive-diadia (package (name "texlive-diadia") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/diadia/" "scripts/diadia/" - "tex/latex/diadia/") - (base32 - "1sjnjabgqsv6v45sffkkzm78fnx89vmk836dajsvck5pd5nvkzxv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/diadia/" "scripts/diadia/" + "tex/latex/diadia/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sjnjabgqsv6v45sffkkzm78fnx89vmk836dajsvck5pd5nvkzxv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "diadia.lua"))) @@ -11410,12 +13537,17 @@ (define-public texlive-diagbox (package (name "texlive-diagbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/diagbox/" "source/latex/diagbox/" - "tex/latex/diagbox/") - (base32 - "0zr7ih8jr56j727gf3l1q87rlrqn3zfz8cm7hs2q5l1f3y1gmcgh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/diagbox/" "source/latex/diagbox/" + "tex/latex/diagbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zr7ih8jr56j727gf3l1q87rlrqn3zfz8cm7hs2q5l1f3y1gmcgh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/diagbox") @@ -11433,13 +13565,18 @@ (define-public texlive-dice (package (name "texlive-dice") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/dice/" - "fonts/source/public/dice/" - "fonts/tfm/public/dice/") - (base32 - "0ky33hg66d0x8bcjmdq4ilynpb25mm82x93wzwnz11y59nv4cvsl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/dice/" + "fonts/source/public/dice/" + "fonts/tfm/public/dice/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ky33hg66d0x8bcjmdq4ilynpb25mm82x93wzwnz11y59nv4cvsl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -11454,16 +13591,21 @@ (define-public texlive-dictsym (package (name "texlive-dictsym") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/dictsym/" - "fonts/afm/public/dictsym/" - "fonts/map/dvips/dictsym/" - "fonts/tfm/public/dictsym/" - "fonts/type1/public/dictsym/" - "tex/latex/dictsym/") - (base32 - "0wycv2i0pgmjs9al5zzxa8s5lj13sj6rlhga1271xypxpcyf3804"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/dictsym/" + "fonts/afm/public/dictsym/" + "fonts/map/dvips/dictsym/" + "fonts/tfm/public/dictsym/" + "fonts/type1/public/dictsym/" + "tex/latex/dictsym/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wycv2i0pgmjs9al5zzxa8s5lj13sj6rlhga1271xypxpcyf3804")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dictsym") @@ -11479,11 +13621,16 @@ (define-public texlive-din1505 (package (name "texlive-din1505") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/din1505/" "doc/latex/din1505/") - (base32 - "0ggi58kra06k8r4drkhnlap9khvscpji78j8v92s3gzh8qmsjhp4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/din1505/" "doc/latex/din1505/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ggi58kra06k8r4drkhnlap9khvscpji78j8v92s3gzh8qmsjhp4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/din1505") @@ -11499,14 +13646,19 @@ (define-public texlive-dingbat (package (name "texlive-dingbat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/dingbat/" - "fonts/source/public/dingbat/" - "fonts/tfm/public/dingbat/" - "source/latex/dingbat/" "tex/latex/dingbat/") - (base32 - "12vhykmz1xzvrdzp61qy0q69fnxjjvc9m8v8kras92v49f6m4z7a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/dingbat/" + "fonts/source/public/dingbat/" + "fonts/tfm/public/dingbat/" + "source/latex/dingbat/" "tex/latex/dingbat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12vhykmz1xzvrdzp61qy0q69fnxjjvc9m8v8kras92v49f6m4z7a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -11523,12 +13675,17 @@ (define-public texlive-diffcoeff (package (name "texlive-diffcoeff") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/diffcoeff/" - "tex/latex/diffcoeff/") - (base32 - "1n495bkhqixl77w84fyh1qnc18a9cpnwhpkxijwhdjrczcvxyckw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/diffcoeff/" + "tex/latex/diffcoeff/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n495bkhqixl77w84fyh1qnc18a9cpnwhpkxijwhdjrczcvxyckw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/diffcoeff") @@ -11548,12 +13705,17 @@ (define-public texlive-digiconfigs (package (name "texlive-digiconfigs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/digiconfigs/" - "tex/latex/digiconfigs/") - (base32 - "13682as94lpy3qws03ymgz380fkkihwppzdwijig85j1yq098wqg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/digiconfigs/" + "tex/latex/digiconfigs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13682as94lpy3qws03ymgz380fkkihwppzdwijig85j1yq098wqg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/digiconfigs") @@ -11570,11 +13732,16 @@ (define-public texlive-dijkstra (package (name "texlive-dijkstra") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dijkstra/" "tex/latex/dijkstra/") - (base32 - "1xjq51x4g1xngp8npicgnpmbkzk0rnj992pmhizjv0j92zmaikqm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dijkstra/" "tex/latex/dijkstra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xjq51x4g1xngp8npicgnpmbkzk0rnj992pmhizjv0j92zmaikqm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dijkstra") @@ -11590,11 +13757,16 @@ (define-public texlive-dinat (package (name "texlive-dinat") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/dinat/" "doc/bibtex/dinat/") - (base32 - "05ab7aq8h08a8pcl3si2lki569sf201bygf3ra95dpqhs1ijxaag"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/dinat/" "doc/bibtex/dinat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05ab7aq8h08a8pcl3si2lki569sf201bygf3ra95dpqhs1ijxaag")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dinat") @@ -11609,13 +13781,18 @@ (define-public texlive-dirtree (package (name "texlive-dirtree") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/dirtree/" - "source/generic/dirtree/" - "tex/generic/dirtree/") - (base32 - "1righlip75ry0yc6kbpijq423k4m625byzgb55d32s7c0imvj41v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/dirtree/" + "source/generic/dirtree/" + "tex/generic/dirtree/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1righlip75ry0yc6kbpijq423k4m625byzgb55d32s7c0imvj41v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dirtree") @@ -11631,12 +13808,17 @@ (define-public texlive-disser (package (name "texlive-disser") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/disser/" "makeindex/disser/" - "source/latex/disser/" "tex/latex/disser/") - (base32 - "0sxvj4cka9xqzl2s3c465fm19lc1b8hyar1chjb51y42q4mx2bmg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/disser/" "makeindex/disser/" + "source/latex/disser/" "tex/latex/disser/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sxvj4cka9xqzl2s3c465fm19lc1b8hyar1chjb51y42q4mx2bmg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/disser") @@ -11654,11 +13836,16 @@ (define-public texlive-dithesis (package (name "texlive-dithesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dithesis/" "tex/latex/dithesis/") - (base32 - "1yz53jabca56k65pddhl68d3384k2f2jn4zrfkg2d4x8aa1dnvvx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dithesis/" "tex/latex/dithesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yz53jabca56k65pddhl68d3384k2f2jn4zrfkg2d4x8aa1dnvvx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dithesis") @@ -11674,16 +13861,21 @@ (define-public texlive-dk-bib (package (name "texlive-dk-bib") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/dk-bib/" - "bibtex/bst/dk-bib/" - "bibtex/csf/dk-bib/" - "doc/latex/dk-bib/" - "source/latex/dk-bib/" - "tex/latex/dk-bib/") - (base32 - "1bwmaja41mivsrcx3j9p0yplqccw62fd9wn6v1yx138kg0ayib1n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/dk-bib/" + "bibtex/bst/dk-bib/" + "bibtex/csf/dk-bib/" + "doc/latex/dk-bib/" + "source/latex/dk-bib/" + "tex/latex/dk-bib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bwmaja41mivsrcx3j9p0yplqccw62fd9wn6v1yx138kg0ayib1n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dk-bib") @@ -11700,11 +13892,16 @@ (define-public texlive-dnp (package (name "texlive-dnp") (version "2023.0") - (source (texlive-origin - name version - (list "fonts/sfd/dnp/") - (base32 - "0jlvb0nps1ij4sgbg3clgbk34p80la1fhh9zihn9fhl9nrqk637r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "fonts/sfd/dnp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jlvb0nps1ij4sgbg3clgbk34p80la1fhh9zihn9fhl9nrqk637r")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dnp") (synopsis "Subfont numbers for DNP font encoding") @@ -11716,12 +13913,17 @@ (define-public texlive-docbytex (package (name "texlive-docbytex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/docbytex/" - "tex/generic/docbytex/") - (base32 - "09x4xpyq89jjjsp4yzrifcazz0p2f5w7785g8pvss8v0wwsb0lav"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/docbytex/" + "tex/generic/docbytex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09x4xpyq89jjjsp4yzrifcazz0p2f5w7785g8pvss8v0wwsb0lav")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/docbytex") @@ -11737,13 +13939,18 @@ (define-public texlive-doipubmed (package (name "texlive-doipubmed") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/doipubmed/" - "source/latex/doipubmed/" - "tex/latex/doipubmed/") - (base32 - "1432hh1pr5r6izfcqlbvl1lxpradidrwpfkvjr25ds1rlh240y66"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/doipubmed/" + "source/latex/doipubmed/" + "tex/latex/doipubmed/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1432hh1pr5r6izfcqlbvl1lxpradidrwpfkvjr25ds1rlh240y66")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/doipubmed") @@ -11758,18 +13965,23 @@ (define-public texlive-domitian (package (name "texlive-domitian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/domitian/" - "fonts/enc/dvips/domitian/" - "fonts/map/dvips/domitian/" - "fonts/opentype/public/domitian/" - "fonts/tfm/public/domitian/" - "fonts/type1/public/domitian/" - "fonts/vf/public/domitian/" - "tex/latex/domitian/") - (base32 - "10pg90kdwklz2rsbcafhcld4zdchmxzr6cszrajwrky8hfz67dkg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/domitian/" + "fonts/enc/dvips/domitian/" + "fonts/map/dvips/domitian/" + "fonts/opentype/public/domitian/" + "fonts/tfm/public/domitian/" + "fonts/type1/public/domitian/" + "fonts/vf/public/domitian/" + "tex/latex/domitian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10pg90kdwklz2rsbcafhcld4zdchmxzr6cszrajwrky8hfz67dkg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/domitian") @@ -11788,15 +14000,20 @@ (define-public texlive-dosepsbin (package (name "texlive-dosepsbin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/dosepsbin.1" - "doc/man/man1/dosepsbin.man1.pdf" - "doc/support/dosepsbin/" - "scripts/dosepsbin/" - "source/support/dosepsbin/") - (base32 - "117crwcdpirvvm9srrzjn40marg00q16rzyqipm3xxbmwv52i93c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/dosepsbin.1" + "doc/man/man1/dosepsbin.man1.pdf" + "doc/support/dosepsbin/" + "scripts/dosepsbin/" + "source/support/dosepsbin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "117crwcdpirvvm9srrzjn40marg00q16rzyqipm3xxbmwv52i93c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "dosepsbin.pl"))) @@ -11818,16 +14035,21 @@ (define-public texlive-doublestroke (package (name "texlive-doublestroke") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/doublestroke/" - "fonts/map/dvips/doublestroke/" - "fonts/source/public/doublestroke/" - "fonts/tfm/public/doublestroke/" - "fonts/type1/public/doublestroke/" - "tex/latex/doublestroke/") - (base32 - "0v9g025l0qfw4zrjkm9yypcsramwl2di997jgnznxpxms0v6ib7c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/doublestroke/" + "fonts/map/dvips/doublestroke/" + "fonts/source/public/doublestroke/" + "fonts/tfm/public/doublestroke/" + "fonts/type1/public/doublestroke/" + "tex/latex/doublestroke/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0v9g025l0qfw4zrjkm9yypcsramwl2di997jgnznxpxms0v6ib7c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -11846,13 +14068,18 @@ (define-public texlive-dowith (package (name "texlive-dowith") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/dowith/" - "source/generic/dowith/" - "tex/generic/dowith/") - (base32 - "1qlrcjac1qszgrap5v4g0d27g9k5ajqgyy493hmc9yh5wa9wmkmp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/dowith/" + "source/generic/dowith/" + "tex/generic/dowith/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qlrcjac1qszgrap5v4g0d27g9k5ajqgyy493hmc9yh5wa9wmkmp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dowith") @@ -11868,18 +14095,23 @@ (define-public texlive-dozenal (package (name "texlive-dozenal") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/dozenal/" - "fonts/afm/public/dozenal/" - "fonts/map/dvips/dozenal/" - "fonts/source/public/dozenal/" - "fonts/tfm/public/dozenal/" - "fonts/type1/public/dozenal/" - "source/fonts/dozenal/" - "tex/latex/dozenal/") - (base32 - "0fhdcnpjpfxaqshddw6vxy0f8c1c3yn8p11aab8fkhnfg3pnllck"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/dozenal/" + "fonts/afm/public/dozenal/" + "fonts/map/dvips/dozenal/" + "fonts/source/public/dozenal/" + "fonts/tfm/public/dozenal/" + "fonts/type1/public/dozenal/" + "source/fonts/dozenal/" + "tex/latex/dozenal/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fhdcnpjpfxaqshddw6vxy0f8c1c3yn8p11aab8fkhnfg3pnllck")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -11900,13 +14132,18 @@ (define-public texlive-dramatist (package (name "texlive-dramatist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dramatist/" - "source/latex/dramatist/" - "tex/latex/dramatist/") - (base32 - "17x10jaa7f9rnqfrnvgw225n5ypqrmacbpsfpl5zdhx9abbjh793"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dramatist/" + "source/latex/dramatist/" + "tex/latex/dramatist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17x10jaa7f9rnqfrnvgw225n5ypqrmacbpsfpl5zdhx9abbjh793")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dramatist") @@ -11923,13 +14160,18 @@ (define-public texlive-drawmatrix (package (name "texlive-drawmatrix") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/drawmatrix/" - "source/latex/drawmatrix/" - "tex/latex/drawmatrix/") - (base32 - "14y9xah06ya8krg7ckmhbmxs113g1vw0x2ryldapww7qi08i78yx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/drawmatrix/" + "source/latex/drawmatrix/" + "tex/latex/drawmatrix/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14y9xah06ya8krg7ckmhbmxs113g1vw0x2ryldapww7qi08i78yx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/drawmatrix") @@ -11944,12 +14186,17 @@ (define-public texlive-drawstack (package (name "texlive-drawstack") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/drawstack/" - "tex/latex/drawstack/") - (base32 - "1qv2j7crg4b1ggxvmjb6zf0cxmr4mmpk382l7w3dqhywf9lr722v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/drawstack/" + "tex/latex/drawstack/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qv2j7crg4b1ggxvmjb6zf0cxmr4mmpk382l7w3dqhywf9lr722v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/drawstack") @@ -11964,11 +14211,16 @@ (define-public texlive-droit-fr (package (name "texlive-droit-fr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/droit-fr/" "tex/latex/droit-fr/") - (base32 - "0lx4k3w7mzldhwykpfvhv05v7fhd1jibra80kz0zf9s0jga8sq4a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/droit-fr/" "tex/latex/droit-fr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lx4k3w7mzldhwykpfvhv05v7fhd1jibra80kz0zf9s0jga8sq4a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/droit-fr") @@ -11984,19 +14236,24 @@ (define-public texlive-drm (package (name "texlive-drm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/drm/" - "fonts/afm/public/drm/" - "fonts/map/dvips/drm/" - "fonts/opentype/public/drm/" - "fonts/source/public/drm/" - "fonts/tfm/public/drm/" - "fonts/type1/public/drm/" - "source/fonts/drm/" - "tex/latex/drm/") - (base32 - "0fxmwakgy7inin85pjad5rdqg11flrw8mlsh86ga6ghqcw69zhwq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/drm/" + "fonts/afm/public/drm/" + "fonts/map/dvips/drm/" + "fonts/opentype/public/drm/" + "fonts/source/public/drm/" + "fonts/tfm/public/drm/" + "fonts/type1/public/drm/" + "source/fonts/drm/" + "tex/latex/drm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fxmwakgy7inin85pjad5rdqg11flrw8mlsh86ga6ghqcw69zhwq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -12018,26 +14275,31 @@ (define-public texlive-droid (package (name "texlive-droid") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/droid/" - "fonts/enc/dvips/droid/" - "fonts/map/dvips/droid/" - "fonts/tfm/ascender/droid/droidsans/" - "fonts/tfm/ascender/droid/droidsansmono/" - "fonts/tfm/ascender/droid/droidserif/" - "fonts/truetype/ascender/droid/droidsans/" - "fonts/truetype/ascender/droid/droidsansmono/" - "fonts/truetype/ascender/droid/droidserif/" - "fonts/type1/ascender/droid/droidsans/" - "fonts/type1/ascender/droid/droidsansmono/" - "fonts/type1/ascender/droid/droidserif/" - "fonts/vf/ascender/droid/droidsans/" - "fonts/vf/ascender/droid/droidsansmono/" - "fonts/vf/ascender/droid/droidserif/" - "tex/latex/droid/") - (base32 - "10lgw5yv0s48rwydycq6lxj5dfyna7iflnhz1zq42akg21n595vx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/droid/" + "fonts/enc/dvips/droid/" + "fonts/map/dvips/droid/" + "fonts/tfm/ascender/droid/droidsans/" + "fonts/tfm/ascender/droid/droidsansmono/" + "fonts/tfm/ascender/droid/droidserif/" + "fonts/truetype/ascender/droid/droidsans/" + "fonts/truetype/ascender/droid/droidsansmono/" + "fonts/truetype/ascender/droid/droidserif/" + "fonts/type1/ascender/droid/droidsans/" + "fonts/type1/ascender/droid/droidsansmono/" + "fonts/type1/ascender/droid/droidserif/" + "fonts/vf/ascender/droid/droidsans/" + "fonts/vf/ascender/droid/droidsansmono/" + "fonts/vf/ascender/droid/droidserif/" + "tex/latex/droid/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10lgw5yv0s48rwydycq6lxj5dfyna7iflnhz1zq42akg21n595vx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/droid") @@ -12052,12 +14314,17 @@ (define-public texlive-dsptricks (package (name "texlive-dsptricks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dsptricks/" - "tex/latex/dsptricks/") - (base32 - "03ykpbvmb95n6j5071c5hrja4x6x3cpdnmppj9gjjjh63ddv40m6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dsptricks/" + "tex/latex/dsptricks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03ykpbvmb95n6j5071c5hrja4x6x3cpdnmppj9gjjjh63ddv40m6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dsptricks") @@ -12077,17 +14344,22 @@ (define-public texlive-dsserif (package (name "texlive-dsserif") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/dsserif/" - "fonts/afm/public/dsserif/" - "fonts/map/dvips/dsserif/" - "fonts/tfm/public/dsserif/" - "fonts/type1/public/dsserif/" - "source/fonts/dsserif/" - "tex/latex/dsserif/") - (base32 - "0dl8380lyv8r5kfrlhi5r4iwadb52m1397z68qwa65c5p2px1y3i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/dsserif/" + "fonts/afm/public/dsserif/" + "fonts/map/dvips/dsserif/" + "fonts/tfm/public/dsserif/" + "fonts/type1/public/dsserif/" + "source/fonts/dsserif/" + "tex/latex/dsserif/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dl8380lyv8r5kfrlhi5r4iwadb52m1397z68qwa65c5p2px1y3i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dsserif") @@ -12103,13 +14375,18 @@ (define-public texlive-duerer (package (name "texlive-duerer") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/duerer/" - "fonts/source/public/duerer/" - "fonts/tfm/public/duerer/") - (base32 - "1x5s9qnmhhpj54l6cd0pzd9gmd0ipr95j60rcs73c66wwfjw0xki"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/duerer/" + "fonts/source/public/duerer/" + "fonts/tfm/public/duerer/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x5s9qnmhhpj54l6cd0pzd9gmd0ipr95j60rcs73c66wwfjw0xki")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -12126,12 +14403,17 @@ (define-public texlive-duerer-latex (package (name "texlive-duerer-latex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/duerer-latex/" - "tex/latex/duerer-latex/") - (base32 - "17ni6hrcblkbzn1f8cn2mvrc01sjqmi8qi2dxy82z14llr23qmbh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/duerer-latex/" + "tex/latex/duerer-latex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17ni6hrcblkbzn1f8cn2mvrc01sjqmi8qi2dxy82z14llr23qmbh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/duerer-latex") @@ -12145,17 +14427,22 @@ (define-public texlive-dutchcal (package (name "texlive-dutchcal") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/dutchcal/" - "fonts/afm/public/dutchcal/" - "fonts/map/dvips/dutchcal/" - "fonts/tfm/public/dutchcal/" - "fonts/type1/public/dutchcal/" - "fonts/vf/public/dutchcal/" - "tex/latex/dutchcal/") - (base32 - "173c5k6q35ljbqdi00kplxss0n1aiss8nvigdv33mlkqpg7i74qg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/dutchcal/" + "fonts/afm/public/dutchcal/" + "fonts/map/dvips/dutchcal/" + "fonts/tfm/public/dutchcal/" + "fonts/type1/public/dutchcal/" + "fonts/vf/public/dutchcal/" + "tex/latex/dutchcal/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "173c5k6q35ljbqdi00kplxss0n1aiss8nvigdv33mlkqpg7i74qg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dutchcal") @@ -12169,12 +14456,17 @@ (define-public texlive-dvgloss (package (name "texlive-dvgloss") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dvgloss/" "source/latex/dvgloss/" - "tex/latex/dvgloss/") - (base32 - "1fs5ghbyl3qhg1v0iljjqn723a93m4l7f873h3h81pcga75mng4s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dvgloss/" "source/latex/dvgloss/" + "tex/latex/dvgloss/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fs5ghbyl3qhg1v0iljjqn723a93m4l7f873h3h81pcga75mng4s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dvgloss") @@ -12188,12 +14480,17 @@ (define-public texlive-dyntree (package (name "texlive-dyntree") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dyntree/" "source/latex/dyntree/" - "tex/latex/dyntree/") - (base32 - "05cjw3mk1l1syl5xjg3bjq0j79qpif9w3sgyvjr0i92xwjnqnns4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dyntree/" "source/latex/dyntree/" + "tex/latex/dyntree/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05cjw3mk1l1syl5xjg3bjq0j79qpif9w3sgyvjr0i92xwjnqnns4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dyntree") @@ -12212,13 +14509,18 @@ (define-public texlive-e-french (package (name "texlive-e-french") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/e-french/" - "makeindex/e-french/" - "tex/generic/e-french/") - (base32 - "14qxxfjlxygprs1ndhnn9mhz9hkb4j2dqikni5cvva457bivm4l9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/e-french/" + "makeindex/e-french/" + "tex/generic/e-french/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14qxxfjlxygprs1ndhnn9mhz9hkb4j2dqikni5cvva457bivm4l9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/e-french") @@ -12234,11 +14536,16 @@ (define-public texlive-ean (package (name "texlive-ean") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/ean/" "tex/generic/ean/") - (base32 - "1zyxjpc0ggas43lpvl1l1mknqmd94q0cqgw6w2by29w3r8wafjh9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/ean/" "tex/generic/ean/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zyxjpc0ggas43lpvl1l1mknqmd94q0cqgw6w2by29w3r8wafjh9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ean") @@ -12250,11 +14557,18 @@ (define-public texlive-easing (package (name "texlive-easing") (version "2023.0") - (source (texlive-origin name version - (list "doc/latex/easing/" "source/latex/easing/" - "tex/latex/easing/") - (base32 - "1j6y1i6cz7pcgrd6pisk6f11r30lrr4cnbhhdshl48wp97byjnw4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/easing/" + "source/latex/easing/" + "tex/latex/easing/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j6y1i6cz7pcgrd6pisk6f11r30lrr4cnbhhdshl48wp97byjnw4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/easing") @@ -12268,18 +14582,23 @@ (define-public texlive-ebgaramond (package (name "texlive-ebgaramond") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/ebgaramond/" - "fonts/enc/dvips/ebgaramond/" - "fonts/map/dvips/ebgaramond/" - "fonts/opentype/public/ebgaramond/" - "fonts/tfm/public/ebgaramond/" - "fonts/type1/public/ebgaramond/" - "fonts/vf/public/ebgaramond/" - "tex/latex/ebgaramond/") - (base32 - "1pa3zrlp9pr31mqir22nfz3rpvv63qnc85xi1bc8vw71pgfymdws"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/ebgaramond/" + "fonts/enc/dvips/ebgaramond/" + "fonts/map/dvips/ebgaramond/" + "fonts/opentype/public/ebgaramond/" + "fonts/tfm/public/ebgaramond/" + "fonts/type1/public/ebgaramond/" + "fonts/vf/public/ebgaramond/" + "tex/latex/ebgaramond/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pa3zrlp9pr31mqir22nfz3rpvv63qnc85xi1bc8vw71pgfymdws")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ebgaramond") @@ -12295,15 +14614,20 @@ (define-public texlive-ebgaramond-maths (package (name "texlive-ebgaramond-maths") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/ebgaramond-maths/" - "fonts/enc/dvips/ebgaramond-maths/" - "fonts/map/dvips/ebgaramond-maths/" - "fonts/tfm/public/ebgaramond-maths/" - "tex/latex/ebgaramond-maths/") - (base32 - "0rjrf360d7nsny4cxn5fa0gwpph28cx0v9mrr20sbx1vrv9aqvp9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/ebgaramond-maths/" + "fonts/enc/dvips/ebgaramond-maths/" + "fonts/map/dvips/ebgaramond-maths/" + "fonts/tfm/public/ebgaramond-maths/" + "tex/latex/ebgaramond-maths/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rjrf360d7nsny4cxn5fa0gwpph28cx0v9mrr20sbx1vrv9aqvp9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ebgaramond-maths") @@ -12317,11 +14641,16 @@ (define-public texlive-ebook (package (name "texlive-ebook") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ebook/" "tex/latex/ebook/") - (base32 - "1i9zixl8wiwmfrhrzwm2adgwm5kzqk5xaq5nq9bks9i2ayvmiij2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ebook/" "tex/latex/ebook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i9zixl8wiwmfrhrzwm2adgwm5kzqk5xaq5nq9bks9i2ayvmiij2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ebook") @@ -12336,13 +14665,18 @@ (define-public texlive-ebsthesis (package (name "texlive-ebsthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ebsthesis/" - "source/latex/ebsthesis/" - "tex/latex/ebsthesis/") - (base32 - "0vmnkjnpg840rdgbim7gz2frzgr9dycmzqyj9kylicz5nvc4nk5x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ebsthesis/" + "source/latex/ebsthesis/" + "tex/latex/ebsthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vmnkjnpg840rdgbim7gz2frzgr9dycmzqyj9kylicz5nvc4nk5x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ebsthesis") @@ -12358,12 +14692,17 @@ (define-public texlive-ecc (package (name "texlive-ecc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/ecc/" "fonts/source/public/ecc/" - "fonts/tfm/public/ecc/") - (base32 - "06mznqh1k9ff8rpifxkphv3yk9ym6zcvz3x1ksk677n6fp5a5jkh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/ecc/" "fonts/source/public/ecc/" + "fonts/tfm/public/ecc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06mznqh1k9ff8rpifxkphv3yk9ym6zcvz3x1ksk677n6fp5a5jkh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ec texlive-metafont)) @@ -12380,11 +14719,16 @@ (define-public texlive-ecltree (package (name "texlive-ecltree") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ecltree/" "tex/latex/ecltree/") - (base32 - "0ki5zzpl8dkz7zwyccmsxfnfq7vl5vlx3gi1py64mgqxfxp0rivw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ecltree/" "tex/latex/ecltree/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ki5zzpl8dkz7zwyccmsxfnfq7vl5vlx3gi1py64mgqxfxp0rivw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ecltree") @@ -12399,13 +14743,18 @@ (define-public texlive-eco (package (name "texlive-eco") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/eco/" "fonts/tfm/public/eco/" - "fonts/vf/public/eco/" "source/fonts/eco/" - "tex/latex/eco/") - (base32 - "0b2g3bmldad4vfx9qd3sakhayl9knijwn26xwysxrzc3rnfnz5w2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/eco/" "fonts/tfm/public/eco/" + "fonts/vf/public/eco/" "source/fonts/eco/" + "tex/latex/eco/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b2g3bmldad4vfx9qd3sakhayl9knijwn26xwysxrzc3rnfnz5w2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eco") @@ -12421,12 +14770,17 @@ (define-public texlive-ecobiblatex (package (name "texlive-ecobiblatex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ecobiblatex/" - "tex/latex/ecobiblatex/") - (base32 - "09569x2dx1h6a63ji44ipkx0nvapc9mgkgrqvc552x62c97zcf21"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ecobiblatex/" + "tex/latex/ecobiblatex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09569x2dx1h6a63ji44ipkx0nvapc9mgkgrqvc552x62c97zcf21")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ecobiblatex") @@ -12441,12 +14795,17 @@ (define-public texlive-econ-bst (package (name "texlive-econ-bst") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/econ-bst/" - "doc/bibtex/econ-bst/") - (base32 - "0nflr827a88yd66bb0mfk86dby1253fxdfrjzx0b4k4zqdljhrbg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/econ-bst/" + "doc/bibtex/econ-bst/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nflr827a88yd66bb0mfk86dby1253fxdfrjzx0b4k4zqdljhrbg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/econ-bst") @@ -12462,12 +14821,17 @@ (define-public texlive-econometrics (package (name "texlive-econometrics") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/econometrics/" - "tex/latex/econometrics/") - (base32 - "09sjgdsa93pfz7iha335z4xdh80939iqrwr3jxdmdxjyracz61vs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/econometrics/" + "tex/latex/econometrics/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09sjgdsa93pfz7iha335z4xdh80939iqrwr3jxdmdxjyracz61vs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/econometrics") @@ -12485,12 +14849,17 @@ (define-public texlive-economic (package (name "texlive-economic") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/economic/" - "doc/bibtex/economic/" "tex/latex/economic/") - (base32 - "1b530sy5bf7f6xa4bakm5agnzx0dckafxkqsy9gv2rk2803qsf6c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/economic/" + "doc/bibtex/economic/" "tex/latex/economic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b530sy5bf7f6xa4bakm5agnzx0dckafxkqsy9gv2rk2803qsf6c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/economic") @@ -12510,11 +14879,16 @@ (define-public texlive-ecothesis (package (name "texlive-ecothesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ecothesis/") - (base32 - "1avnq2y5l2bc2lkf2g16p2vh77dabv52jr6jrm4jfm1wdapc6fmq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ecothesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1avnq2y5l2bc2lkf2g16p2vh77dabv52jr6jrm4jfm1wdapc6fmq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ecothesis") @@ -12528,12 +14902,17 @@ (define-public texlive-eczar (package (name "texlive-eczar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/eczar/" - "fonts/opentype/public/eczar/") - (base32 - "1r7alay4g12gn7sr6d584y04qzi77qiialmsq1wfxay7a2h8c3rn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/eczar/" + "fonts/opentype/public/eczar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r7alay4g12gn7sr6d584y04qzi77qiialmsq1wfxay7a2h8c3rn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eczar") @@ -12547,13 +14926,18 @@ (define-public texlive-edfnotes (package (name "texlive-edfnotes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/edfnotes/" - "source/latex/edfnotes/" - "tex/latex/edfnotes/") - (base32 - "074db5fanasjzk7clj0l4ka3x1qpmvczwxix0l2v6sjjmyb4xfz4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/edfnotes/" + "source/latex/edfnotes/" + "tex/latex/edfnotes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "074db5fanasjzk7clj0l4ka3x1qpmvczwxix0l2v6sjjmyb4xfz4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/edfnotes") @@ -12568,12 +14952,17 @@ (define-public texlive-edmac (package (name "texlive-edmac") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/edmac/" "source/latex/edmac/" - "tex/generic/edmac/") - (base32 - "1pflqzrzfyw725ypc6lcryzzbizk13j69h4875r6q4fs763kv3w1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/edmac/" "source/latex/edmac/" + "tex/generic/edmac/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pflqzrzfyw725ypc6lcryzzbizk13j69h4875r6q4fs763kv3w1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/edmac") @@ -12587,11 +14976,16 @@ (define-public texlive-egameps (package (name "texlive-egameps") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/egameps/" "tex/latex/egameps/") - (base32 - "1wlki6y54czvvq7cvs7pvsvl1fhd8laaj5j52jv1v8w1msh5mlpr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/egameps/" "tex/latex/egameps/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wlki6y54czvvq7cvs7pvsvl1fhd8laaj5j52jv1v8w1msh5mlpr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/egameps") @@ -12605,13 +14999,18 @@ (define-public texlive-eiad (package (name "texlive-eiad") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/eiad/" - "fonts/source/public/eiad/" - "fonts/tfm/public/eiad/" "tex/latex/eiad/") - (base32 - "0il058v1x79w5faxyalysdmfsgbxc3a1nq8kraffawpqw6wjcrbj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/eiad/" + "fonts/source/public/eiad/" + "fonts/tfm/public/eiad/" "tex/latex/eiad/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0il058v1x79w5faxyalysdmfsgbxc3a1nq8kraffawpqw6wjcrbj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont texlive-sauter)) @@ -12629,14 +15028,19 @@ (define-public texlive-eiad-ltx (package (name "texlive-eiad-ltx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eiad-ltx/" - "fonts/source/public/eiad-ltx/" - "source/latex/eiad-ltx/" - "tex/latex/eiad-ltx/") - (base32 - "0qqwzl345v6hn0gp46flvhhzacgv810qjn575bhigqq726zl4kz7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eiad-ltx/" + "fonts/source/public/eiad-ltx/" + "source/latex/eiad-ltx/" + "tex/latex/eiad-ltx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qqwzl345v6hn0gp46flvhhzacgv810qjn575bhigqq726zl4kz7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eiad-ltx") @@ -12651,11 +15055,16 @@ (define-public texlive-einfart (package (name "texlive-einfart") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/einfart/" "tex/latex/einfart/") - (base32 - "11ibc51y76s1awp2flzfgkcbz26a6gr1dwl1d29jm4r9452acgnm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/einfart/" "tex/latex/einfart/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11ibc51y76s1awp2flzfgkcbz26a6gr1dwl1d29jm4r9452acgnm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-minimalist)) @@ -12674,12 +15083,17 @@ (define-public texlive-ejpecp (package (name "texlive-ejpecp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ejpecp/" "source/latex/ejpecp/" - "tex/latex/ejpecp/") - (base32 - "083abggngg89nj4ra0a33j3s6wf0jba814lc4zp5sh64pc2x8h0j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ejpecp/" "source/latex/ejpecp/" + "tex/latex/ejpecp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "083abggngg89nj4ra0a33j3s6wf0jba814lc4zp5sh64pc2x8h0j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ejpecp") @@ -12694,12 +15108,17 @@ (define-public texlive-ekaia (package (name "texlive-ekaia") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ekaia/" "source/latex/ekaia/" - "tex/latex/ekaia/") - (base32 - "1n6zinzcg3win9nn86ljf8fcwsxxn6dq1gjnnw1si8ca01zdyx45"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ekaia/" "source/latex/ekaia/" + "tex/latex/ekaia/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n6zinzcg3win9nn86ljf8fcwsxxn6dq1gjnnw1si8ca01zdyx45")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ekaia") @@ -12716,12 +15135,17 @@ (define-public texlive-ektype-tanka (package (name "texlive-ektype-tanka") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/ektype-tanka/" - "fonts/truetype/public/ektype-tanka/") - (base32 - "05jyx7dgbi19n6g8f4a5f8lkalld2p7lrlrfy1pj961hx65zbj80"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/ektype-tanka/" + "fonts/truetype/public/ektype-tanka/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05jyx7dgbi19n6g8f4a5f8lkalld2p7lrlrfy1pj961hx65zbj80")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ektype-tanka") @@ -12735,13 +15159,18 @@ (define-public texlive-elbioimp (package (name "texlive-elbioimp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/elbioimp/" - "source/latex/elbioimp/" - "tex/latex/elbioimp/") - (base32 - "1iwsahllfw975cs11llr0ghx80wf5kmw5zrbs4iqviai12ipnkd2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/elbioimp/" + "source/latex/elbioimp/" + "tex/latex/elbioimp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1iwsahllfw975cs11llr0ghx80wf5kmw5zrbs4iqviai12ipnkd2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/elbioimp") @@ -12756,19 +15185,24 @@ (define-public texlive-electrum (package (name "texlive-electrum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/electrum/" - "fonts/afm/arkandis/electrum/" - "fonts/enc/dvips/electrum/" - "fonts/map/dvips/electrum/" - "fonts/tfm/arkandis/electrum/" - "fonts/type1/arkandis/electrum/" - "fonts/vf/arkandis/electrum/" - "source/fonts/electrum/" - "tex/latex/electrum/") - (base32 - "0k8yckfh7pw2p3gy2j4ss9l42dmdbdnb7nsliz0j05g7wkkcp05w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/electrum/" + "fonts/afm/arkandis/electrum/" + "fonts/enc/dvips/electrum/" + "fonts/map/dvips/electrum/" + "fonts/tfm/arkandis/electrum/" + "fonts/type1/arkandis/electrum/" + "fonts/vf/arkandis/electrum/" + "source/fonts/electrum/" + "tex/latex/electrum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k8yckfh7pw2p3gy2j4ss9l42dmdbdnb7nsliz0j05g7wkkcp05w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/electrumadf") @@ -12786,13 +15220,18 @@ (define-public texlive-eledform (package (name "texlive-eledform") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eledform/" - "source/latex/eledform/" - "tex/latex/eledform/") - (base32 - "1sslbwabzpvx314bfmr6gy1p8nrh89v5mnkgdcby9w42hnfqiw2n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eledform/" + "source/latex/eledform/" + "tex/latex/eledform/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sslbwabzpvx314bfmr6gy1p8nrh89v5mnkgdcby9w42hnfqiw2n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eledform") @@ -12806,12 +15245,17 @@ (define-public texlive-eledmac (package (name "texlive-eledmac") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eledmac/" "source/latex/eledmac/" - "tex/latex/eledmac/") - (base32 - "1a4579g3rykcgbwjqbky260lx6x7mc41i6cqhi83anf3zilsii0r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eledmac/" "source/latex/eledmac/" + "tex/latex/eledmac/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a4579g3rykcgbwjqbky260lx6x7mc41i6cqhi83anf3zilsii0r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eledmac") @@ -12828,13 +15272,18 @@ (define-public texlive-els-cas-templates (package (name "texlive-els-cas-templates") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/els-cas-templates/" - "doc/latex/els-cas-templates/" - "tex/latex/els-cas-templates/") - (base32 - "1drp6gykqn4yaxjsiamsn8v5zv7nhvlqiblfhqg85fq3yl4q1sqk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/els-cas-templates/" + "doc/latex/els-cas-templates/" + "tex/latex/els-cas-templates/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1drp6gykqn4yaxjsiamsn8v5zv7nhvlqiblfhqg85fq3yl4q1sqk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/els-cas-templates") @@ -12851,14 +15300,19 @@ (define-public texlive-elsarticle (package (name "texlive-elsarticle") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/elsarticle/" - "doc/latex/elsarticle/" - "source/latex/elsarticle/" - "tex/latex/elsarticle/") - (base32 - "1616ql7yhf6fr66szgnpkxd2sz8vx22w25annf11i2zmr698k3aa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/elsarticle/" + "doc/latex/elsarticle/" + "source/latex/elsarticle/" + "tex/latex/elsarticle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1616ql7yhf6fr66szgnpkxd2sz8vx22w25annf11i2zmr698k3aa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/elsarticle") @@ -12872,12 +15326,17 @@ (define-public texlive-elteikthesis (package (name "texlive-elteikthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/elteikthesis/" - "tex/latex/elteikthesis/") - (base32 - "0brfkpg32vqm42cwp10vbjbk752jcfq5g65znl0z539xdynf1nnp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/elteikthesis/" + "tex/latex/elteikthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0brfkpg32vqm42cwp10vbjbk752jcfq5g65znl0z539xdynf1nnp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/elteikthesis") @@ -12892,11 +15351,16 @@ (define-public texlive-eltex (package (name "texlive-eltex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eltex/" "tex/latex/eltex/") - (base32 - "1p6wy61n5q93mp07kv7bkp5nnsshshs6wrrhixicn0vankcgnm7w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eltex/" "tex/latex/eltex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p6wy61n5q93mp07kv7bkp5nnsshshs6wrrhixicn0vankcgnm7w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eltex") @@ -12912,13 +15376,18 @@ (define-public texlive-elvish (package (name "texlive-elvish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/elvish/" - "fonts/source/public/elvish/" - "fonts/tfm/public/elvish/") - (base32 - "1vmvkc97a7j93jhdp0wbz4mqvk5q2kxjy5dlklwl5jawggagm7r4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/elvish/" + "fonts/source/public/elvish/" + "fonts/tfm/public/elvish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vmvkc97a7j93jhdp0wbz4mqvk5q2kxjy5dlklwl5jawggagm7r4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -12936,11 +15405,16 @@ (define-public texlive-emf (package (name "texlive-emf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/emf/" "tex/latex/emf/") - (base32 - "1w1wrvb2agq8vw2n8qg0mj3as09nygaxvjj6ji90qd865fj7lwzl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/emf/" "tex/latex/emf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1w1wrvb2agq8vw2n8qg0mj3as09nygaxvjj6ji90qd865fj7lwzl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/emf") @@ -12956,12 +15430,17 @@ (define-public texlive-emisa (package (name "texlive-emisa") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/emisa/" "source/latex/emisa/" - "tex/latex/emisa/") - (base32 - "02f8blixqqbn7k3h2sn59b9d8i2lxqnh2zwdk4gv7wyjr9l0sc1x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/emisa/" "source/latex/emisa/" + "tex/latex/emisa/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02f8blixqqbn7k3h2sn59b9d8i2lxqnh2zwdk4gv7wyjr9l0sc1x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -12986,12 +15465,17 @@ (define-public texlive-endiagram (package (name "texlive-endiagram") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/endiagram/" - "tex/latex/endiagram/") - (base32 - "07vm7ka7651mp5kk7m4ipk6agh4afmnq5ns1mjxvssb2wxfli3f0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/endiagram/" + "tex/latex/endiagram/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07vm7ka7651mp5kk7m4ipk6agh4afmnq5ns1mjxvssb2wxfli3f0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/endiagram") @@ -13005,11 +15489,16 @@ (define-public texlive-engtlc (package (name "texlive-engtlc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/engtlc/" "tex/latex/engtlc/") - (base32 - "1xl0x6yanf2933p4ajlwzlrxjrn36kkdy6bm7cy10s1nys3y3pqk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/engtlc/" "tex/latex/engtlc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xl0x6yanf2933p4ajlwzlrxjrn36kkdy6bm7cy10s1nys3y3pqk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/engtlc") @@ -13023,12 +15512,17 @@ (define-public texlive-iexec (package (name "texlive-iexec") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/iexec/" "source/latex/iexec/" - "tex/latex/iexec/") - (base32 - "0sk1h5m62lbrlv0p8ihxl15n6dx0dih1bbxl5w8iwznjd3999w0c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/iexec/" "source/latex/iexec/" + "tex/latex/iexec/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sk1h5m62lbrlv0p8ihxl15n6dx0dih1bbxl5w8iwznjd3999w0c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-tools texlive-xkeyval)) @@ -13044,12 +15538,17 @@ (define-public texlive-eolang (package (name "texlive-eolang") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eolang/" "source/latex/eolang/" - "tex/latex/eolang/") - (base32 - "1df7hw4dijisx2r9vzar7xpr97cdhbiyrbawzj8vka9gwwn14kqw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eolang/" "source/latex/eolang/" + "tex/latex/eolang/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1df7hw4dijisx2r9vzar7xpr97cdhbiyrbawzj8vka9gwwn14kqw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -13072,18 +15571,23 @@ (define-public texlive-epigrafica (package (name "texlive-epigrafica") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/epigrafica/" - "fonts/afm/public/epigrafica/" - "fonts/enc/dvips/epigrafica/" - "fonts/map/dvips/epigrafica/" - "fonts/tfm/public/epigrafica/" - "fonts/type1/public/epigrafica/" - "fonts/vf/public/epigrafica/" - "tex/latex/epigrafica/") - (base32 - "1s18ykapm50xyvrw5ls9gzc3m8r6pnjaplryr7q469k69455fh6z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/epigrafica/" + "fonts/afm/public/epigrafica/" + "fonts/enc/dvips/epigrafica/" + "fonts/map/dvips/epigrafica/" + "fonts/tfm/public/epigrafica/" + "fonts/type1/public/epigrafica/" + "fonts/vf/public/epigrafica/" + "tex/latex/epigrafica/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s18ykapm50xyvrw5ls9gzc3m8r6pnjaplryr7q469k69455fh6z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/epigrafica") @@ -13097,16 +15601,21 @@ (define-public texlive-eplain (package (name "texlive-eplain") (version "2023.0") - (source (texlive-origin - name version - (list "doc/eplain/" - "doc/info/eplain.info" - "doc/man/man1/eplain.1" - "doc/man/man1/eplain.man1.pdf" - "source/eplain/" - "tex/eplain/") - (base32 - "00nmqhfckrf8ygw6i93d5xnf85i8a88ryadb5ml73w4rllwjxr72"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/eplain/" + "doc/info/eplain.info" + "doc/man/man1/eplain.1" + "doc/man/man1/eplain.man1.pdf" + "source/eplain/" + "tex/eplain/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00nmqhfckrf8ygw6i93d5xnf85i8a88ryadb5ml73w4rllwjxr72")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:create-formats #~(list "eplain"))) @@ -13145,12 +15654,17 @@ (define-public texlive-epsdice (package (name "texlive-epsdice") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/epsdice/" "source/latex/epsdice/" - "tex/latex/epsdice/") - (base32 - "09h3jqb44vl1jpb3hf6gbpfpbvfv6lvdvjmp4xpzhl1zs672wccj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/epsdice/" "source/latex/epsdice/" + "tex/latex/epsdice/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09h3jqb44vl1jpb3hf6gbpfpbvfv6lvdvjmp4xpzhl1zs672wccj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/epsdice") @@ -13166,11 +15680,16 @@ (define-public texlive-epslatex-fr (package (name "texlive-epslatex-fr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/epslatex-fr/") - (base32 - "1xs9977g9g3i6sipkf7i9jdl8sdm69ci3161a4p7k66qbizi7zvb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/epslatex-fr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xs9977g9g3i6sipkf7i9jdl8sdm69ci3161a4p7k66qbizi7zvb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fepslatex") @@ -13184,11 +15703,16 @@ (define-public texlive-eqexpl (package (name "texlive-eqexpl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eqexpl/" "tex/latex/eqexpl/") - (base32 - "0crbq63m7ra20a1s1yka2v24spfvi86ls1v8asswdrf83zkdpibi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eqexpl/" "tex/latex/eqexpl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0crbq63m7ra20a1s1yka2v24spfvi86ls1v8asswdrf83zkdpibi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eqexpl") @@ -13202,13 +15726,18 @@ (define-public texlive-eqnarray (package (name "texlive-eqnarray") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eqnarray/" - "source/latex/eqnarray/" - "tex/latex/eqnarray/") - (base32 - "0w01rh4a1yglfm9fqkhry1d6bs47caj0dsna9j648z0pxvdf1v38"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eqnarray/" + "source/latex/eqnarray/" + "tex/latex/eqnarray/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0w01rh4a1yglfm9fqkhry1d6bs47caj0dsna9j648z0pxvdf1v38")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eqnarray") @@ -13224,12 +15753,17 @@ (define-public texlive-eqnnumwarn (package (name "texlive-eqnnumwarn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eqnnumwarn/" - "tex/latex/eqnnumwarn/") - (base32 - "06z6rb0q5qln5knamwxljzw5h373r2xh159ml9akw4kb2cdk3bri"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eqnnumwarn/" + "tex/latex/eqnnumwarn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06z6rb0q5qln5knamwxljzw5h373r2xh159ml9akw4kb2cdk3bri")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eqnnumwarn") @@ -13246,12 +15780,17 @@ (define-public texlive-erdc (package (name "texlive-erdc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/erdc/" "source/latex/erdc/" - "tex/latex/erdc/") - (base32 - "0sqq0zd89jx2l4n1hpas4c4y4p3mh1mbnfigjbal9xg2h5pijkv1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/erdc/" "source/latex/erdc/" + "tex/latex/erdc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sqq0zd89jx2l4n1hpas4c4y4p3mh1mbnfigjbal9xg2h5pijkv1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/erdc") @@ -13266,19 +15805,24 @@ (define-public texlive-erewhon (package (name "texlive-erewhon") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/erewhon/" - "fonts/afm/public/erewhon/" - "fonts/enc/dvips/erewhon/" - "fonts/map/dvips/erewhon/" - "fonts/opentype/public/erewhon/" - "fonts/tfm/public/erewhon/" - "fonts/type1/public/erewhon/" - "fonts/vf/public/erewhon/" - "tex/latex/erewhon/") - (base32 - "02qhg27y24b533gnx90f8a1b7j06i369qswmpccq5a6gaaab8xcv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/erewhon/" + "fonts/afm/public/erewhon/" + "fonts/enc/dvips/erewhon/" + "fonts/map/dvips/erewhon/" + "fonts/opentype/public/erewhon/" + "fonts/tfm/public/erewhon/" + "fonts/type1/public/erewhon/" + "fonts/vf/public/erewhon/" + "tex/latex/erewhon/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02qhg27y24b533gnx90f8a1b7j06i369qswmpccq5a6gaaab8xcv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/erewhon") @@ -13295,13 +15839,18 @@ (define-public texlive-erewhon-math (package (name "texlive-erewhon-math") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/erewhon-math/" - "fonts/opentype/public/erewhon-math/" - "tex/latex/erewhon-math/") - (base32 - "03p3aiw4ha3rkb6z4z2nwmwv18krkii989a8dvqgignbh9100ck8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/erewhon-math/" + "fonts/opentype/public/erewhon-math/" + "tex/latex/erewhon-math/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03p3aiw4ha3rkb6z4z2nwmwv18krkii989a8dvqgignbh9100ck8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/erewhon-math") @@ -13315,17 +15864,22 @@ (define-public texlive-esrelation (package (name "texlive-esrelation") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/esrelation/" - "fonts/map/dvips/esrelation/" - "fonts/source/public/esrelation/" - "fonts/tfm/public/esrelation/" - "fonts/type1/public/esrelation/" - "source/fonts/esrelation/" - "tex/latex/esrelation/") - (base32 - "168pjrn3pgyqb79nvwk4rykb214jj1fvygnlb18rx7nrnzdmagjw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/esrelation/" + "fonts/map/dvips/esrelation/" + "fonts/source/public/esrelation/" + "fonts/tfm/public/esrelation/" + "fonts/type1/public/esrelation/" + "source/fonts/esrelation/" + "tex/latex/esrelation/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "168pjrn3pgyqb79nvwk4rykb214jj1fvygnlb18rx7nrnzdmagjw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -13340,17 +15894,22 @@ (define-public texlive-esstix (package (name "texlive-esstix") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/esstix/" - "fonts/afm/esstix/" - "fonts/map/dvips/esstix/" - "fonts/tfm/public/esstix/" - "fonts/type1/public/esstix/" - "fonts/vf/public/esstix/" - "tex/latex/esstix/") - (base32 - "1wfl7q6yx7pflzy402ldx7p3zw3xgvgvilrdzv7pm0w937a3qkm9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/esstix/" + "fonts/afm/esstix/" + "fonts/map/dvips/esstix/" + "fonts/tfm/public/esstix/" + "fonts/type1/public/esstix/" + "fonts/vf/public/esstix/" + "tex/latex/esstix/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wfl7q6yx7pflzy402ldx7p3zw3xgvgvilrdzv7pm0w937a3qkm9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/esstix") @@ -13367,12 +15926,17 @@ (define-public texlive-estcpmm (package (name "texlive-estcpmm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/estcpmm/" "source/latex/estcpmm/" - "tex/latex/estcpmm/") - (base32 - "09fp8vidb9wzdsm05nira4p8dyjn75i1jhhwnr6k17pdrad1sqrj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/estcpmm/" "source/latex/estcpmm/" + "tex/latex/estcpmm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09fp8vidb9wzdsm05nira4p8dyjn75i1jhhwnr6k17pdrad1sqrj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/estcpmm") @@ -13387,17 +15951,22 @@ (define-public texlive-esvect (package (name "texlive-esvect") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/esvect/" - "fonts/map/dvips/esvect/" - "fonts/source/public/esvect/" - "fonts/tfm/public/esvect/" - "fonts/type1/public/esvect/" - "source/latex/esvect/" - "tex/latex/esvect/") - (base32 - "15sr1rm86aamfy186v2zvvcjsw5rhcq6ph5ckpfn275vjp3fazrf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/esvect/" + "fonts/map/dvips/esvect/" + "fonts/source/public/esvect/" + "fonts/tfm/public/esvect/" + "fonts/type1/public/esvect/" + "source/latex/esvect/" + "tex/latex/esvect/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15sr1rm86aamfy186v2zvvcjsw5rhcq6ph5ckpfn275vjp3fazrf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -13414,19 +15983,24 @@ (define-public texlive-etbb (package (name "texlive-etbb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/etbb/" - "fonts/afm/public/etbb/" - "fonts/enc/dvips/etbb/" - "fonts/map/dvips/etbb/" - "fonts/opentype/public/etbb/" - "fonts/tfm/public/etbb/" - "fonts/type1/public/etbb/" - "fonts/vf/public/etbb/" - "tex/latex/etbb/") - (base32 - "1mbzbcj0dl6wzl3x8rq9nxsjf8i240zcz3gahhpy273yj42n8313"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/etbb/" + "fonts/afm/public/etbb/" + "fonts/enc/dvips/etbb/" + "fonts/map/dvips/etbb/" + "fonts/opentype/public/etbb/" + "fonts/tfm/public/etbb/" + "fonts/type1/public/etbb/" + "fonts/vf/public/etbb/" + "tex/latex/etbb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mbzbcj0dl6wzl3x8rq9nxsjf8i240zcz3gahhpy273yj42n8313")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/etbb") @@ -13442,11 +16016,16 @@ (define-public texlive-etsvthor (package (name "texlive-etsvthor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/etsvthor/" "tex/latex/etsvthor/") - (base32 - "0lrvxr2lrfq1vkfkx7sjrm8fsxv8aalkpi0x0wmkdizc6n2wlhx4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/etsvthor/" "tex/latex/etsvthor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lrvxr2lrfq1vkfkx7sjrm8fsxv8aalkpi0x0wmkdizc6n2wlhx4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/etsvthor") @@ -13462,13 +16041,18 @@ (define-public texlive-euclideangeometry (package (name "texlive-euclideangeometry") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/euclideangeometry/" - "source/latex/euclideangeometry/" - "tex/latex/euclideangeometry/") - (base32 - "02qpa8xvbpk253k3hr3rb49zdyfyj6m1i0bcc3cr9f9mnjxxhb3c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/euclideangeometry/" + "source/latex/euclideangeometry/" + "tex/latex/euclideangeometry/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02qpa8xvbpk253k3hr3rb49zdyfyj6m1i0bcc3cr9f9mnjxxhb3c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/euclideangeometry") @@ -13486,13 +16070,18 @@ (define-public texlive-euler-math (package (name "texlive-euler-math") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/euler-math/" - "fonts/opentype/public/euler-math/" - "tex/latex/euler-math/") - (base32 - "01vj4nqmac078176m3cj97lx4nnrs395208vxc6671c90fvirg1s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/euler-math/" + "fonts/opentype/public/euler-math/" + "tex/latex/euler-math/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01vj4nqmac078176m3cj97lx4nnrs395208vxc6671c90fvirg1s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/euler-math") @@ -13507,12 +16096,17 @@ (define-public texlive-euxm (package (name "texlive-euxm") (version "2023.0") - (source (texlive-origin - name version - (list "fonts/source/public/euxm/" - "fonts/tfm/public/euxm/") - (base32 - "10dqknqlqrga9m2lgd74zx5hk4qcbkfvlzjgr304p94w3k7pclqc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "fonts/source/public/euxm/" + "fonts/tfm/public/euxm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10dqknqlqrga9m2lgd74zx5hk4qcbkfvlzjgr304p94w3k7pclqc")))) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) (home-page "https://ctan.org/pkg/euxm") @@ -13526,12 +16120,17 @@ (define-public texlive-evangelion-jfm (package (name "texlive-evangelion-jfm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/evangelion-jfm/" - "tex/luatex/evangelion-jfm/") - (base32 - "1wr55p96v9x58l0bqcnrbs1q47pf5v0rj8pmclfv0jx9mzc3d5j7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/evangelion-jfm/" + "tex/luatex/evangelion-jfm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wr55p96v9x58l0bqcnrbs1q47pf5v0rj8pmclfv0jx9mzc3d5j7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/evangelion-jfm") @@ -13548,11 +16147,16 @@ (define-public texlive-expex (package (name "texlive-expex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/expex/" "tex/generic/expex/") - (base32 - "0is4cdpsqycaw8xzc6x1gkg4ldk8v6a1i52qmxw13q8k10qh6b95"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/expex/" "tex/generic/expex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0is4cdpsqycaw8xzc6x1gkg4ldk8v6a1i52qmxw13q8k10qh6b95")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/expex") @@ -13567,11 +16171,16 @@ (define-public texlive-expose-expl3-dunkerque-2019 (package (name "texlive-expose-expl3-dunkerque-2019") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/expose-expl3-dunkerque-2019/") - (base32 - "0xij1ycxnc3hfzkl0bfs03s0zzzv6xsj3myvykb6n836j1g66g2y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/expose-expl3-dunkerque-2019/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xij1ycxnc3hfzkl0bfs03s0zzzv6xsj3myvykb6n836j1g66g2y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/expose-expl3-dunkerque-2019") @@ -13589,12 +16198,17 @@ (define-public texlive-extarrows (package (name "texlive-extarrows") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/extarrows/" - "tex/latex/extarrows/") - (base32 - "0fspc9vgz1vwi5lamv30czh6pp1vqsrk6f2ynqygq166rfxxm1gz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/extarrows/" + "tex/latex/extarrows/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fspc9vgz1vwi5lamv30czh6pp1vqsrk6f2ynqygq166rfxxm1gz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/extarrows") @@ -13610,13 +16224,18 @@ (define-public texlive-extpfeil (package (name "texlive-extpfeil") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/extpfeil/" - "source/latex/extpfeil/" - "tex/latex/extpfeil/") - (base32 - "11vri2kij4y3da2v1gsps66jf4r529w4nqbgbfajrxh2nhfb60iv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/extpfeil/" + "source/latex/extpfeil/" + "tex/latex/extpfeil/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11vri2kij4y3da2v1gsps66jf4r529w4nqbgbfajrxh2nhfb60iv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/extpfeil") @@ -13631,13 +16250,18 @@ (define-public texlive-facture (package (name "texlive-facture") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/facture/" - "source/xelatex/facture/" - "tex/xelatex/facture/") - (base32 - "1f7w697g12wx1kc7j84yyvxarkwlvmxr10nxcg93dnqz7lpfwvng"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/facture/" + "source/xelatex/facture/" + "tex/xelatex/facture/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1f7w697g12wx1kc7j84yyvxarkwlvmxr10nxcg93dnqz7lpfwvng")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/facture") @@ -13652,12 +16276,17 @@ (define-public texlive-facture-belge-simple-sans-tva (package (name "texlive-facture-belge-simple-sans-tva") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/facture-belge-simple-sans-tva/" - "tex/xelatex/facture-belge-simple-sans-tva/") - (base32 - "1zs2hcc5lhzvfkv83wym1rax58mryylq9b7i358ln0pklnm2gncx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/facture-belge-simple-sans-tva/" + "tex/xelatex/facture-belge-simple-sans-tva/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zs2hcc5lhzvfkv83wym1rax58mryylq9b7i358ln0pklnm2gncx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/facture-belge-simple-sans-tva") @@ -13676,12 +16305,17 @@ (define-public texlive-faktor (package (name "texlive-faktor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/faktor/" "source/latex/faktor/" - "tex/latex/faktor/") - (base32 - "1sridf0sn775n9ivrbfxz2fgrcm0wl7ajbhr4509ck0pq2n5hq17"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/faktor/" "source/latex/faktor/" + "tex/latex/faktor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sridf0sn775n9ivrbfxz2fgrcm0wl7ajbhr4509ck0pq2n5hq17")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/faktor") @@ -13699,13 +16333,18 @@ (define-public texlive-fascicules (package (name "texlive-fascicules") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fascicules/" - "source/latex/fascicules/" - "tex/latex/fascicules/") - (base32 - "0hsap900psylamhn3my7gsn7n06glqczcff0yw53zs9gjwyh4s13"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fascicules/" + "source/latex/fascicules/" + "tex/latex/fascicules/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hsap900psylamhn3my7gsn7n06glqczcff0yw53zs9gjwyh4s13")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fascicules") @@ -13721,18 +16360,23 @@ (define-public texlive-fbb (package (name "texlive-fbb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/fbb/" - "fonts/enc/dvips/fbb/" - "fonts/map/dvips/fbb/" - "fonts/opentype/public/fbb/" - "fonts/tfm/public/fbb/" - "fonts/type1/public/fbb/" - "fonts/vf/public/fbb/" - "tex/latex/fbb/") - (base32 - "012zfxq6hdz9m4pn6dxqv3lsbr809r10mj795w96cijzrys4zww1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/fbb/" + "fonts/enc/dvips/fbb/" + "fonts/map/dvips/fbb/" + "fonts/opentype/public/fbb/" + "fonts/tfm/public/fbb/" + "fonts/type1/public/fbb/" + "fonts/vf/public/fbb/" + "tex/latex/fbb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "012zfxq6hdz9m4pn6dxqv3lsbr809r10mj795w96cijzrys4zww1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fbb") @@ -13750,13 +16394,18 @@ (define-public texlive-fbithesis (package (name "texlive-fbithesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fbithesis/" - "source/latex/fbithesis/" - "tex/latex/fbithesis/") - (base32 - "1650ilscm47x606piwx7a8z08lhkq87g8k0z40ii3ig0c3p9isgl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fbithesis/" + "source/latex/fbithesis/" + "tex/latex/fbithesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1650ilscm47x606piwx7a8z08lhkq87g8k0z40ii3ig0c3p9isgl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -13774,11 +16423,16 @@ (define-public texlive-fbs (package (name "texlive-fbs") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/fbs/") - (base32 - "18h6n8azrnk2qabv30kpa8gmj2ljkvx0nqs8qb9r8dxxnhng78ch"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/fbs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18h6n8azrnk2qabv30kpa8gmj2ljkvx0nqs8qb9r8dxxnhng78ch")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fbs") (synopsis "BibTeX style for @emph{Frontiers in Bioscience}") @@ -13791,12 +16445,17 @@ (define-public texlive-fcavtex (package (name "texlive-fcavtex") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/fcavtex/" "doc/latex/fcavtex/" - "tex/latex/fcavtex/") - (base32 - "0l87wlh9mzh0hysfw35mlx3asqw7lvwc55yiqr01jbmv1hwgfnl6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/fcavtex/" "doc/latex/fcavtex/" + "tex/latex/fcavtex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l87wlh9mzh0hysfw35mlx3asqw7lvwc55yiqr01jbmv1hwgfnl6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fcavtex") @@ -13812,13 +16471,18 @@ (define-public texlive-fcltxdoc (package (name "texlive-fcltxdoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fcltxdoc/" - "source/latex/fcltxdoc/" - "tex/latex/fcltxdoc/") - (base32 - "0qb0l622svj1bqs0p05mcf30f4xy432aa4qzk6w4rlckssdfiwva"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fcltxdoc/" + "source/latex/fcltxdoc/" + "tex/latex/fcltxdoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qb0l622svj1bqs0p05mcf30f4xy432aa4qzk6w4rlckssdfiwva")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fcltxdoc") @@ -13833,20 +16497,25 @@ (define-public texlive-fdsymbol (package (name "texlive-fdsymbol") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/fdsymbol/" - "doc/latex/fdsymbol/" - "fonts/enc/dvips/fdsymbol/" - "fonts/map/dvips/fdsymbol/" - "fonts/opentype/public/fdsymbol/" - "fonts/source/public/fdsymbol/" - "fonts/tfm/public/fdsymbol/" - "fonts/type1/public/fdsymbol/" - "source/latex/fdsymbol/" - "tex/latex/fdsymbol/") - (base32 - "1qw2bmw48xppn9jj5m46l3lr1zja6nall0a3vvpcfjd66ai3hmca"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/fdsymbol/" + "doc/latex/fdsymbol/" + "fonts/enc/dvips/fdsymbol/" + "fonts/map/dvips/fdsymbol/" + "fonts/opentype/public/fdsymbol/" + "fonts/source/public/fdsymbol/" + "fonts/tfm/public/fdsymbol/" + "fonts/type1/public/fdsymbol/" + "source/latex/fdsymbol/" + "tex/latex/fdsymbol/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qw2bmw48xppn9jj5m46l3lr1zja6nall0a3vvpcfjd66ai3hmca")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -13861,13 +16530,18 @@ (define-public texlive-fduthesis (package (name "texlive-fduthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fduthesis/" - "source/latex/fduthesis/" - "tex/latex/fduthesis/") - (base32 - "1imgp79fa048nyvyjzfky1fzzmak4h4j7xa4168ak07qgr5gdq87"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fduthesis/" + "source/latex/fduthesis/" + "tex/latex/fduthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1imgp79fa048nyvyjzfky1fzzmak4h4j7xa4168ak07qgr5gdq87")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fduthesis") @@ -13881,12 +16555,17 @@ (define-public texlive-fei (package (name "texlive-fei") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fei/" "source/latex/fei/" - "tex/latex/fei/") - (base32 - "13f2sn9pazq6ak37025wr20mi11069paw8hd7qlrcy10bn7bkbl7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fei/" "source/latex/fei/" + "tex/latex/fei/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13f2sn9pazq6ak37025wr20mi11069paw8hd7qlrcy10bn7bkbl7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fei") @@ -13907,20 +16586,25 @@ (define-public texlive-fetamont (package (name "texlive-fetamont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/fetamont/" - "fonts/afm/public/fetamont/" - "fonts/map/dvips/fetamont/" - "fonts/opentype/public/fetamont/" - "fonts/source/public/fetamont/" - "fonts/tfm/public/fetamont/" - "fonts/type1/public/fetamont/" - "metapost/fetamont/" - "source/fonts/fetamont/" - "tex/latex/fetamont/") - (base32 - "0bs911vyn54i61vv3rhr0xcp6myap2s8ww6p1fd30ld1ha6nsrf6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/fetamont/" + "fonts/afm/public/fetamont/" + "fonts/map/dvips/fetamont/" + "fonts/opentype/public/fetamont/" + "fonts/source/public/fetamont/" + "fonts/tfm/public/fetamont/" + "fonts/type1/public/fetamont/" + "metapost/fetamont/" + "source/fonts/fetamont/" + "tex/latex/fetamont/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bs911vyn54i61vv3rhr0xcp6myap2s8ww6p1fd30ld1ha6nsrf6")))) (outputs '("out" "doc")) (build-system texlive-build-system) ;; FIXME: Generating font metrics require unpackaged "mf2outline.py" @@ -13941,14 +16625,19 @@ (define-public texlive-feyn (package (name "texlive-feyn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/feyn/" - "fonts/source/public/feyn/" - "fonts/tfm/public/feyn/" - "source/fonts/feyn/" "tex/latex/feyn/") - (base32 - "0kd5xs1xffgplpapj6rjv4aaz7pfjfh8rspy2xrabbf03npkdqz5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/feyn/" + "fonts/source/public/feyn/" + "fonts/tfm/public/feyn/" + "source/fonts/feyn/" "tex/latex/feyn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kd5xs1xffgplpapj6rjv4aaz7pfjfh8rspy2xrabbf03npkdqz5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont texlive-sauter)) @@ -13966,17 +16655,22 @@ (define-public texlive-fge (package (name "texlive-fge") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/fge/" - "fonts/map/dvips/fge/" - "fonts/source/public/fge/" - "fonts/tfm/public/fge/" - "fonts/type1/public/fge/" - "source/fonts/fge/" - "tex/latex/fge/") - (base32 - "00q9rf8jrb6jl5c10kn6axnlza6q02xan2gf88rd736v0wpi4936"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/fge/" + "fonts/map/dvips/fge/" + "fonts/source/public/fge/" + "fonts/tfm/public/fge/" + "fonts/type1/public/fge/" + "source/fonts/fge/" + "tex/latex/fge/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00q9rf8jrb6jl5c10kn6axnlza6q02xan2gf88rd736v0wpi4936")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -13992,15 +16686,20 @@ (define-public texlive-figbas (package (name "texlive-figbas") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/figbas/" - "fonts/afm/public/figbas/" - "fonts/map/dvips/figbas/" - "fonts/tfm/public/figbas/" - "fonts/type1/public/figbas/") - (base32 - "07dc19989sx968hbn3h2m1bbplp8zqh1yj9v92mcp54876rk8bbp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/figbas/" + "fonts/afm/public/figbas/" + "fonts/map/dvips/figbas/" + "fonts/tfm/public/figbas/" + "fonts/type1/public/figbas/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07dc19989sx968hbn3h2m1bbplp8zqh1yj9v92mcp54876rk8bbp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/figbas") @@ -14016,12 +16715,17 @@ (define-public texlive-figbib (package (name "texlive-figbib") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/figbib/" "doc/latex/figbib/" - "tex/latex/figbib/") - (base32 - "1wvglj3z86xjz1bi5931hxm9b2kn6r4j7391di26wmsyhdajs2yz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/figbib/" "doc/latex/figbib/" + "tex/latex/figbib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wvglj3z86xjz1bi5931hxm9b2kn6r4j7391di26wmsyhdajs2yz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/figbib") @@ -14048,13 +16752,18 @@ (define-public texlive-filecontentsdef (package (name "texlive-filecontentsdef") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/filecontentsdef/" - "source/latex/filecontentsdef/" - "tex/latex/filecontentsdef/") - (base32 - "0pmjvxjsfnyzx3bl10n8is7l27l11mrw22g3w41f72kric0vfd65"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/filecontentsdef/" + "source/latex/filecontentsdef/" + "tex/latex/filecontentsdef/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pmjvxjsfnyzx3bl10n8is7l27l11mrw22g3w41f72kric0vfd65")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/filecontentsdef") @@ -14075,12 +16784,17 @@ (define-public texlive-firamath (package (name "texlive-firamath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/firamath/" - "fonts/opentype/public/firamath/") - (base32 - "0sc3ip9mvyqlbsj7vfcb1yaxlc32w18kqrqm051v5y2bbvp53s0p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/firamath/" + "fonts/opentype/public/firamath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sc3ip9mvyqlbsj7vfcb1yaxlc32w18kqrqm051v5y2bbvp53s0p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/firamath") @@ -14097,12 +16811,17 @@ (define-public texlive-firamath-otf (package (name "texlive-firamath-otf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/firamath-otf/" - "tex/latex/firamath-otf/") - (base32 - "1ai8qsxx6laxl12n2fivl08xywzf1y8rd2n839v8z5bjfsjznqk6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/firamath-otf/" + "tex/latex/firamath-otf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ai8qsxx6laxl12n2fivl08xywzf1y8rd2n839v8z5bjfsjznqk6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/firamath-otf") @@ -14116,12 +16835,17 @@ (define-public texlive-fixdif (package (name "texlive-fixdif") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fixdif/" "source/latex/fixdif/" - "tex/latex/fixdif/") - (base32 - "0y4x7vq4vslmiqdzx3d14yyaszs0y9y9sapnkiya3f4065rj8mcf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fixdif/" "source/latex/fixdif/" + "tex/latex/fixdif/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y4x7vq4vslmiqdzx3d14yyaszs0y9y9sapnkiya3f4065rj8mcf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fixdif") @@ -14137,11 +16861,16 @@ (define-public texlive-fixfoot (package (name "texlive-fixfoot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fixfoot/" "tex/latex/fixfoot/") - (base32 - "1anyswchln7y7a6x72ay6hm3ck36byxk2ciia0w6y100iqcpq2sl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fixfoot/" "tex/latex/fixfoot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1anyswchln7y7a6x72ay6hm3ck36byxk2ciia0w6y100iqcpq2sl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fixfoot") @@ -14157,11 +16886,16 @@ (define-public texlive-fixjfm (package (name "texlive-fixjfm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/fixjfm/" "tex/generic/fixjfm/") - (base32 - "0x3wf7v03jqczvxaslqw422bvccvna31jl5sgld6llvfh7b0ziyx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/fixjfm/" "tex/generic/fixjfm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0x3wf7v03jqczvxaslqw422bvccvna31jl5sgld6llvfh7b0ziyx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fixjfm") @@ -14175,13 +16909,18 @@ (define-public texlive-fixltxhyph (package (name "texlive-fixltxhyph") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fixltxhyph/" - "source/latex/fixltxhyph/" - "tex/latex/fixltxhyph/") - (base32 - "1wjrq2gplal5hpij758c4mk6s6aidqp2h25mvf7jmbbzq2nfsyq1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fixltxhyph/" + "source/latex/fixltxhyph/" + "tex/latex/fixltxhyph/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wjrq2gplal5hpij758c4mk6s6aidqp2h25mvf7jmbbzq2nfsyq1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fixltxhyph") @@ -14198,12 +16937,17 @@ (define-public texlive-fixmath (package (name "texlive-fixmath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fixmath/" "source/latex/fixmath/" - "tex/latex/fixmath/") - (base32 - "15vwikvxxd8wagbfxjb1am3savciyppkq0bdk3zdxp09zg0dx2ra"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fixmath/" "source/latex/fixmath/" + "tex/latex/fixmath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15vwikvxxd8wagbfxjb1am3savciyppkq0bdk3zdxp09zg0dx2ra")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fixmath") @@ -14224,11 +16968,16 @@ (define-public texlive-fnspe (package (name "texlive-fnspe") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fnspe/" "tex/latex/fnspe/") - (base32 - "1wvr0jp8qyrrx907diphgjzvgq0alc922bmx905sndnwqzfl8fhd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fnspe/" "tex/latex/fnspe/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wvr0jp8qyrrx907diphgjzvgq0alc922bmx905sndnwqzfl8fhd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fnspe") @@ -14245,15 +16994,20 @@ (define-public texlive-foekfont (package (name "texlive-foekfont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/foekfont/" - "fonts/map/dvips/foekfont/" - "fonts/tfm/public/foekfont/" - "fonts/type1/public/foekfont/" - "tex/latex/foekfont/") - (base32 - "01l6mj5dh52cdaqdkv74j8qw2pfd6w7x53n856vsjgdha4r8362y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/foekfont/" + "fonts/map/dvips/foekfont/" + "fonts/tfm/public/foekfont/" + "fonts/type1/public/foekfont/" + "tex/latex/foekfont/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01l6mj5dh52cdaqdkv74j8qw2pfd6w7x53n856vsjgdha4r8362y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/foekfont") @@ -14267,17 +17021,22 @@ (define-public texlive-fonetika (package (name "texlive-fonetika") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/fonetika/" - "fonts/afm/public/fonetika/" - "fonts/map/dvips/fonetika/" - "fonts/tfm/public/fonetika/" - "fonts/truetype/public/fonetika/" - "fonts/type1/public/fonetika/" - "tex/latex/fonetika/") - (base32 - "1d19a9v3innfq9602w8rd2ffn0yd52fz4wmdva6qnix0jgadc1ka"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/fonetika/" + "fonts/afm/public/fonetika/" + "fonts/map/dvips/fonetika/" + "fonts/tfm/public/fonetika/" + "fonts/truetype/public/fonetika/" + "fonts/type1/public/fonetika/" + "tex/latex/fonetika/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d19a9v3innfq9602w8rd2ffn0yd52fz4wmdva6qnix0jgadc1ka")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fonetika") @@ -14294,17 +17053,22 @@ (define-public texlive-fontawesome (package (name "texlive-fontawesome") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/fontawesome/" - "fonts/enc/dvips/fontawesome/" - "fonts/map/dvips/fontawesome/" - "fonts/opentype/public/fontawesome/" - "fonts/tfm/public/fontawesome/" - "fonts/type1/public/fontawesome/" - "tex/latex/fontawesome/") - (base32 - "0m3wl0jc00h8r4w3fa5vkf062hmaadb2rvf3x9lm4pb0c99ia5x9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/fontawesome/" + "fonts/enc/dvips/fontawesome/" + "fonts/map/dvips/fontawesome/" + "fonts/opentype/public/fontawesome/" + "fonts/tfm/public/fontawesome/" + "fonts/type1/public/fontawesome/" + "tex/latex/fontawesome/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m3wl0jc00h8r4w3fa5vkf062hmaadb2rvf3x9lm4pb0c99ia5x9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fontawesome") @@ -14318,17 +17082,22 @@ (define-public texlive-fontawesome5 (package (name "texlive-fontawesome5") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/fontawesome5/" - "fonts/enc/dvips/fontawesome5/" - "fonts/map/dvips/fontawesome5/" - "fonts/opentype/public/fontawesome5/" - "fonts/tfm/public/fontawesome5/" - "fonts/type1/public/fontawesome5/" - "tex/latex/fontawesome5/") - (base32 - "17cfqa2jjg3lp0damwy8kfdihmchx55994rrc897kcdba865rrwg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/fontawesome5/" + "fonts/enc/dvips/fontawesome5/" + "fonts/map/dvips/fontawesome5/" + "fonts/opentype/public/fontawesome5/" + "fonts/tfm/public/fontawesome5/" + "fonts/type1/public/fontawesome5/" + "tex/latex/fontawesome5/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17cfqa2jjg3lp0damwy8kfdihmchx55994rrc897kcdba865rrwg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fontawesome5") @@ -14342,13 +17111,18 @@ (define-public texlive-fontmfizz (package (name "texlive-fontmfizz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/fontmfizz/" - "fonts/truetype/public/fontmfizz/" - "tex/latex/fontmfizz/") - (base32 - "1z0k7n1yyisv3igw77bj3r8hywyz55ciylb3fjx9dpdcrwv3kngd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/fontmfizz/" + "fonts/truetype/public/fontmfizz/" + "tex/latex/fontmfizz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z0k7n1yyisv3igw77bj3r8hywyz55ciylb3fjx9dpdcrwv3kngd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fontmfizz") @@ -14363,13 +17137,18 @@ (define-public texlive-fontsize (package (name "texlive-fontsize") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fontsize/" - "source/latex/fontsize/" - "tex/latex/fontsize/") - (base32 - "1y061r4hadb2c26dgch6lrjw6f4j87zj1gj5lgzgx0hyyz58snqy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fontsize/" + "source/latex/fontsize/" + "tex/latex/fontsize/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1y061r4hadb2c26dgch6lrjw6f4j87zj1gj5lgzgx0hyyz58snqy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -14430,13 +17209,18 @@ (define-public texlive-fonttable (package (name "texlive-fonttable") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fonttable/" - "source/latex/fonttable/" - "tex/latex/fonttable/") - (base32 - "1mb83zzx5wk92x6zz28k42wmi82hyd1h7fb3p9imjssn6qb73356"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fonttable/" + "source/latex/fonttable/" + "tex/latex/fonttable/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mb83zzx5wk92x6zz28k42wmi82hyd1h7fb3p9imjssn6qb73356")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fonttable") @@ -14451,12 +17235,17 @@ (define-public texlive-footbib (package (name "texlive-footbib") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/footbib/" "source/latex/footbib/" - "tex/latex/footbib/") - (base32 - "0kv8nh82b16bmhxh2291ahznhjgm5g4qskqwdba66w48wkhzr32j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/footbib/" "source/latex/footbib/" + "tex/latex/footbib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kv8nh82b16bmhxh2291ahznhjgm5g4qskqwdba66w48wkhzr32j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/footbib") @@ -14477,13 +17266,18 @@ (define-public texlive-formal-grammar (package (name "texlive-formal-grammar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/formal-grammar/" - "source/latex/formal-grammar/" - "tex/latex/formal-grammar/") - (base32 - "00vr0gdz6jikdycsbfn7n8ddb8391h9fl314vjf8yxz25rn75qz4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/formal-grammar/" + "source/latex/formal-grammar/" + "tex/latex/formal-grammar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00vr0gdz6jikdycsbfn7n8ddb8391h9fl314vjf8yxz25rn75qz4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/formal-grammar") @@ -14500,12 +17294,17 @@ (define-public texlive-formation-latex-ul (package (name "texlive-formation-latex-ul") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/formation-latex-ul/" - "source/latex/formation-latex-ul/") - (base32 - "1cvicnjx5ayyj66f18pglz55bajxpqnkgygw3vmvca5ixg8aiwxm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/formation-latex-ul/" + "source/latex/formation-latex-ul/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cvicnjx5ayyj66f18pglz55bajxpqnkgygw3vmvca5ixg8aiwxm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/formation-latex-ul") @@ -14520,18 +17319,23 @@ (define-public texlive-forum (package (name "texlive-forum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/forum/" - "fonts/enc/dvips/forum/" - "fonts/map/dvips/forum/" - "fonts/opentype/public/forum/" - "fonts/tfm/public/forum/" - "fonts/type1/public/forum/" - "fonts/vf/public/forum/" - "tex/latex/forum/") - (base32 - "07sbzd2da3i5adlbgrrxd7igyailzjwxvr3pcwmb9wl9jry1gg9m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/forum/" + "fonts/enc/dvips/forum/" + "fonts/map/dvips/forum/" + "fonts/opentype/public/forum/" + "fonts/tfm/public/forum/" + "fonts/type1/public/forum/" + "fonts/vf/public/forum/" + "tex/latex/forum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07sbzd2da3i5adlbgrrxd7igyailzjwxvr3pcwmb9wl9jry1gg9m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/forum") @@ -14549,12 +17353,17 @@ (define-public texlive-fouridx (package (name "texlive-fouridx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fouridx/" "source/latex/fouridx/" - "tex/latex/fouridx/") - (base32 - "0mlinh47gcazi3icyvkixhdkwd1wkpffq8snabhh4bjsvh6m8sxz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fouridx/" "source/latex/fouridx/" + "tex/latex/fouridx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mlinh47gcazi3icyvkixhdkwd1wkpffq8snabhh4bjsvh6m8sxz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fouridx") @@ -14571,15 +17380,20 @@ (define-public texlive-fouriernc (package (name "texlive-fouriernc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/fouriernc/" - "fonts/afm/public/fouriernc/" - "fonts/tfm/public/fouriernc/" - "fonts/vf/public/fouriernc/" - "tex/latex/fouriernc/") - (base32 - "1gg9l6zvyi98jg1w7z33pxsnmh7lqjcs2zakhj3pbv2q7ysxnppw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/fouriernc/" + "fonts/afm/public/fouriernc/" + "fonts/tfm/public/fouriernc/" + "fonts/vf/public/fouriernc/" + "tex/latex/fouriernc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gg9l6zvyi98jg1w7z33pxsnmh7lqjcs2zakhj3pbv2q7ysxnppw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fouriernc") @@ -14593,13 +17407,18 @@ (define-public texlive-francais-bst (package (name "texlive-francais-bst") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/francais-bst/" - "doc/bibtex/francais-bst/" - "tex/latex/francais-bst/") - (base32 - "19dz9n5wy2phjzm4kk9axvk00akmj07ccw0avkq644z87ksgzqws"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/francais-bst/" + "doc/bibtex/francais-bst/" + "tex/latex/francais-bst/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19dz9n5wy2phjzm4kk9axvk00akmj07ccw0avkq644z87ksgzqws")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/francais-bst") @@ -14615,16 +17434,21 @@ (define-public texlive-frcursive (package (name "texlive-frcursive") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/frcursive/" - "fonts/map/dvips/frcursive/" - "fonts/source/public/frcursive/" - "fonts/tfm/public/frcursive/" - "fonts/type1/public/frcursive/" - "tex/latex/frcursive/") - (base32 - "04pqic407b0pfri5sydhbani0fxw0bxy3fl6x4isg2m2z73p4qqa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/frcursive/" + "fonts/map/dvips/frcursive/" + "fonts/source/public/frcursive/" + "fonts/tfm/public/frcursive/" + "fonts/type1/public/frcursive/" + "tex/latex/frcursive/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04pqic407b0pfri5sydhbani0fxw0bxy3fl6x4isg2m2z73p4qqa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -14640,12 +17464,17 @@ (define-public texlive-frederika2016 (package (name "texlive-frederika2016") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/frederika2016/" - "fonts/opentype/public/frederika2016/") - (base32 - "10pvx4n4ahn8b251fzz8crg9pijpclan5w4b6jc7m7jjsykzw8xj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/frederika2016/" + "fonts/opentype/public/frederika2016/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10pvx4n4ahn8b251fzz8crg9pijpclan5w4b6jc7m7jjsykzw8xj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/frederika2016") @@ -14660,13 +17489,18 @@ (define-public texlive-frenchmath (package (name "texlive-frenchmath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/frenchmath/" - "source/latex/frenchmath/" - "tex/latex/frenchmath/") - (base32 - "0f6x5glpvjxvl5l8nvrjcbc6mfqpyv77y4qyxaaqxcwyhbkp5fw7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/frenchmath/" + "source/latex/frenchmath/" + "tex/latex/frenchmath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f6x5glpvjxvl5l8nvrjcbc6mfqpyv77y4qyxaaqxcwyhbkp5fw7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/frenchmath") @@ -14691,17 +17525,22 @@ (define-public texlive-frimurer (package (name "texlive-frimurer") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/frimurer/" - "fonts/afm/public/frimurer/" - "fonts/enc/dvips/frimurer/" - "fonts/tfm/public/frimurer/" - "fonts/type1/public/frimurer/" - "source/fonts/frimurer/" - "tex/latex/frimurer/") - (base32 - "072mbcn6272rs1sw85xznk0f7psqh3dkz8y0hayn8y7a83vcrfgr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/frimurer/" + "fonts/afm/public/frimurer/" + "fonts/enc/dvips/frimurer/" + "fonts/tfm/public/frimurer/" + "fonts/type1/public/frimurer/" + "source/fonts/frimurer/" + "tex/latex/frimurer/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "072mbcn6272rs1sw85xznk0f7psqh3dkz8y0hayn8y7a83vcrfgr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/frimurer") @@ -14715,11 +17554,16 @@ (define-public texlive-frletter (package (name "texlive-frletter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/frletter/" "tex/latex/frletter/") - (base32 - "0h8lsfmv0icb616kwhkqqbfh64l43vwc63p4bl8sw9xy2lfal5xm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/frletter/" "tex/latex/frletter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h8lsfmv0icb616kwhkqqbfh64l43vwc63p4bl8sw9xy2lfal5xm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/frletter") @@ -14735,13 +17579,18 @@ (define-public texlive-frontespizio (package (name "texlive-frontespizio") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/frontespizio/" - "source/latex/frontespizio/" - "tex/latex/frontespizio/") - (base32 - "17xqq0n2b0acpqq2hd5c5qi5fsrhyjwm1c452i3rbdmf1xkqvkvy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/frontespizio/" + "source/latex/frontespizio/" + "tex/latex/frontespizio/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17xqq0n2b0acpqq2hd5c5qi5fsrhyjwm1c452i3rbdmf1xkqvkvy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/frontespizio") @@ -14760,12 +17609,17 @@ (define-public texlive-frpseudocode (package (name "texlive-frpseudocode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/frpseudocode/" - "tex/latex/frpseudocode/") - (base32 - "1jsrx1slbbqx9hg0a3f7xylxfly2cinw2g5vhhvvgxpp356v6ick"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/frpseudocode/" + "tex/latex/frpseudocode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jsrx1slbbqx9hg0a3f7xylxfly2cinw2g5vhhvvgxpp356v6ick")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/frpseudocode") @@ -14780,12 +17634,17 @@ (define-public texlive-ftc-notebook (package (name "texlive-ftc-notebook") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ftc-notebook/" - "tex/latex/ftc-notebook/") - (base32 - "068fc2wisryvgr8zqmkiwnyrrh5rmmw5njl41rn70bvv9qdgh31y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ftc-notebook/" + "tex/latex/ftc-notebook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "068fc2wisryvgr8zqmkiwnyrrh5rmmw5njl41rn70bvv9qdgh31y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ftc-notebook") @@ -14802,12 +17661,17 @@ (define-public texlive-functan (package (name "texlive-functan") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/functan/" "source/latex/functan/" - "tex/latex/functan/") - (base32 - "077jfm145bnan63r1rlqlmy15zqj89fl4nwksdpyd67zcda3k1vf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/functan/" "source/latex/functan/" + "tex/latex/functan/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "077jfm145bnan63r1rlqlmy15zqj89fl4nwksdpyd67zcda3k1vf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/functan") @@ -14824,11 +17688,16 @@ (define-public texlive-gaceta (package (name "texlive-gaceta") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gaceta/" "tex/latex/gaceta/") - (base32 - "17w2i3qmks9qpdwpx0hy0mjrl5xhrc8hmz9s0229xnhf6h12yb1r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gaceta/" "tex/latex/gaceta/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17w2i3qmks9qpdwpx0hy0mjrl5xhrc8hmz9s0229xnhf6h12yb1r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gaceta") @@ -14842,13 +17711,18 @@ (define-public texlive-gamebook (package (name "texlive-gamebook") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gamebook/" - "source/latex/gamebook/" - "tex/latex/gamebook/") - (base32 - "0ksyr0hb1bfhc1lbbnzlj7ih8xw516djkn0lddnn07sb6hpzl8x4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gamebook/" + "source/latex/gamebook/" + "tex/latex/gamebook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ksyr0hb1bfhc1lbbnzlj7ih8xw516djkn0lddnn07sb6hpzl8x4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gamebook") @@ -14863,13 +17737,18 @@ (define-public texlive-gamebooklib (package (name "texlive-gamebooklib") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gamebooklib/" - "source/latex/gamebooklib/" - "tex/latex/gamebooklib/") - (base32 - "1zw1l4a6wqrqpfmvxj404lf8z559hm7sgw8cwxn04g6pk72jycdl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gamebooklib/" + "source/latex/gamebooklib/" + "tex/latex/gamebooklib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zw1l4a6wqrqpfmvxj404lf8z559hm7sgw8cwxn04g6pk72jycdl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gamebooklib") @@ -14892,12 +17771,17 @@ (define-public texlive-gammas (package (name "texlive-gammas") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/gammas/" "doc/latex/gammas/" - "tex/latex/gammas/") - (base32 - "0jj8lbwlydsih01d637zxpj97ncd44qmf7azgpzn77s8fi760p8n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/gammas/" "doc/latex/gammas/" + "tex/latex/gammas/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jj8lbwlydsih01d637zxpj97ncd44qmf7azgpzn77s8fi760p8n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gammas") @@ -14912,18 +17796,23 @@ (define-public texlive-garamond-libre (package (name "texlive-garamond-libre") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/garamond-libre/" - "fonts/enc/dvips/garamond-libre/" - "fonts/map/dvips/garamond-libre/" - "fonts/opentype/public/garamond-libre/" - "fonts/tfm/public/garamond-libre/" - "fonts/type1/public/garamond-libre/" - "fonts/vf/public/garamond-libre/" - "tex/latex/garamond-libre/") - (base32 - "0mmfxpdy2r5wd51b8f2l0qb7d6nncypzfs4bmimcm68s4l0rzsw4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/garamond-libre/" + "fonts/enc/dvips/garamond-libre/" + "fonts/map/dvips/garamond-libre/" + "fonts/opentype/public/garamond-libre/" + "fonts/tfm/public/garamond-libre/" + "fonts/type1/public/garamond-libre/" + "fonts/vf/public/garamond-libre/" + "tex/latex/garamond-libre/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mmfxpdy2r5wd51b8f2l0qb7d6nncypzfs4bmimcm68s4l0rzsw4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/garamond-libre") @@ -14944,12 +17833,17 @@ (define-public texlive-garamond-math (package (name "texlive-garamond-math") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/garamond-math/" - "fonts/opentype/public/garamond-math/") - (base32 - "1ay8qmcn8glzn0bpg4qqs3k6dr9h7lljal239qvxfvg1fzj76h4n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/garamond-math/" + "fonts/opentype/public/garamond-math/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ay8qmcn8glzn0bpg4qqs3k6dr9h7lljal239qvxfvg1fzj76h4n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/garamond-math") @@ -14964,12 +17858,17 @@ (define-public texlive-gastex (package (name "texlive-gastex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gastex/" "dvips/gastex/" - "tex/latex/gastex/") - (base32 - "1bjdq5mbqcfh7syzlky69dq71bcmwaa7pv5glcys2jf7afyzcmnj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gastex/" "dvips/gastex/" + "tex/latex/gastex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bjdq5mbqcfh7syzlky69dq71bcmwaa7pv5glcys2jf7afyzcmnj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gastex") @@ -14983,11 +17882,16 @@ (define-public texlive-gb4e (package (name "texlive-gb4e") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gb4e/" "tex/latex/gb4e/") - (base32 - "1pi6n59v8vrrm2qaff8z28kwb0xa6nykgrfi9r0lxc8f1d2r5k7f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gb4e/" "tex/latex/gb4e/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pi6n59v8vrrm2qaff8z28kwb0xa6nykgrfi9r0lxc8f1d2r5k7f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gb4e") @@ -15001,13 +17905,18 @@ (define-public texlive-gbt7714 (package (name "texlive-gbt7714") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/gbt7714/" "doc/bibtex/gbt7714/" - "source/bibtex/gbt7714/" - "tex/latex/gbt7714/") - (base32 - "0pmkbh0axh0qnc08fjn5g7pbw59n543siy4l9q3bihnyid11i5qp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/gbt7714/" "doc/bibtex/gbt7714/" + "source/bibtex/gbt7714/" + "tex/latex/gbt7714/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pmkbh0axh0qnc08fjn5g7pbw59n543siy4l9q3bihnyid11i5qp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-bibtex texlive-natbib texlive-url)) @@ -15027,11 +17936,16 @@ (define-public texlive-gchords (package (name "texlive-gchords") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gchords/" "tex/latex/gchords/") - (base32 - "0wchfk25v6rh5nffjyn8bypwjsqc9pi2rjrw3np65a0sxxc0sl1v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gchords/" "tex/latex/gchords/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wchfk25v6rh5nffjyn8bypwjsqc9pi2rjrw3np65a0sxxc0sl1v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gchords") @@ -15048,12 +17962,17 @@ (define-public texlive-gene-logic (package (name "texlive-gene-logic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gene-logic/" - "tex/latex/gene-logic/") - (base32 - "13nibrf1f1w92ia7fj8yfa44w9c5wiyy1ndaby5p6bbjdjcxhyv9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gene-logic/" + "tex/latex/gene-logic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13nibrf1f1w92ia7fj8yfa44w9c5wiyy1ndaby5p6bbjdjcxhyv9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gene-logic") @@ -15068,13 +17987,18 @@ (define-public texlive-genealogy (package (name "texlive-genealogy") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/genealogy/" - "fonts/source/public/genealogy/" - "fonts/tfm/public/genealogy/") - (base32 - "155ifff77s5cwjk1gkib7gcdx1mcrzzbca35mm8f9w5rzg1d5x7k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/genealogy/" + "fonts/source/public/genealogy/" + "fonts/tfm/public/genealogy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "155ifff77s5cwjk1gkib7gcdx1mcrzzbca35mm8f9w5rzg1d5x7k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -15091,12 +18015,17 @@ (define-public texlive-geradwp (package (name "texlive-geradwp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/geradwp/" "source/latex/geradwp/" - "tex/latex/geradwp/") - (base32 - "1g2kh2wdlf6y8wvs7r1zl2ws8ysrjzsk1k0032jci8ik9kx9wlg9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/geradwp/" "source/latex/geradwp/" + "tex/latex/geradwp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1g2kh2wdlf6y8wvs7r1zl2ws8ysrjzsk1k0032jci8ik9kx9wlg9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/geradwp") @@ -15112,13 +18041,18 @@ (define-public texlive-geschichtsfrkl (package (name "texlive-geschichtsfrkl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/geschichtsfrkl/" - "source/latex/geschichtsfrkl/" - "tex/latex/geschichtsfrkl/") - (base32 - "1mplym0rkfl8pxzw31m1p117pbfz1s59180bhbwi2wgj4225p4w7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/geschichtsfrkl/" + "source/latex/geschichtsfrkl/" + "tex/latex/geschichtsfrkl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mplym0rkfl8pxzw31m1p117pbfz1s59180bhbwi2wgj4225p4w7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/geschichtsfrkl") @@ -15132,12 +18066,17 @@ (define-public texlive-gfdl (package (name "texlive-gfdl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gfdl/" "source/latex/gfdl/" - "tex/latex/gfdl/") - (base32 - "1yiyhks3097sz686sar1jnkska669hp7v2sv1fm7n0d4j00zm816"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gfdl/" "source/latex/gfdl/" + "tex/latex/gfdl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yiyhks3097sz686sar1jnkska669hp7v2sv1fm7n0d4j00zm816")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gfdl") @@ -15155,19 +18094,24 @@ (define-public texlive-gfsartemisia (package (name "texlive-gfsartemisia") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/gfsartemisia/" - "fonts/afm/public/gfsartemisia/" - "fonts/enc/dvips/gfsartemisia/" - "fonts/map/dvips/gfsartemisia/" - "fonts/opentype/public/gfsartemisia/" - "fonts/tfm/public/gfsartemisia/" - "fonts/type1/public/gfsartemisia/" - "fonts/vf/public/gfsartemisia/" - "tex/latex/gfsartemisia/") - (base32 - "09kk65sn5wj70dksrywszdbwg2gg9wzdy9m25xj09d8k7hdirayn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/gfsartemisia/" + "fonts/afm/public/gfsartemisia/" + "fonts/enc/dvips/gfsartemisia/" + "fonts/map/dvips/gfsartemisia/" + "fonts/opentype/public/gfsartemisia/" + "fonts/tfm/public/gfsartemisia/" + "fonts/type1/public/gfsartemisia/" + "fonts/vf/public/gfsartemisia/" + "tex/latex/gfsartemisia/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09kk65sn5wj70dksrywszdbwg2gg9wzdy9m25xj09d8k7hdirayn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gfsartemisia") @@ -15183,19 +18127,24 @@ (define-public texlive-gfsbodoni (package (name "texlive-gfsbodoni") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/gfsbodoni/" - "fonts/afm/public/gfsbodoni/" - "fonts/enc/dvips/gfsbodoni/" - "fonts/map/dvips/gfsbodoni/" - "fonts/opentype/public/gfsbodoni/" - "fonts/tfm/public/gfsbodoni/" - "fonts/type1/public/gfsbodoni/" - "fonts/vf/public/gfsbodoni/" - "tex/latex/gfsbodoni/") - (base32 - "0a4l6ijf7lqb8g7cz1fly3c73aq14pybr0cvpn86lsw3sg7cy9jk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/gfsbodoni/" + "fonts/afm/public/gfsbodoni/" + "fonts/enc/dvips/gfsbodoni/" + "fonts/map/dvips/gfsbodoni/" + "fonts/opentype/public/gfsbodoni/" + "fonts/tfm/public/gfsbodoni/" + "fonts/type1/public/gfsbodoni/" + "fonts/vf/public/gfsbodoni/" + "tex/latex/gfsbodoni/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a4l6ijf7lqb8g7cz1fly3c73aq14pybr0cvpn86lsw3sg7cy9jk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gfsbodoni") @@ -15213,19 +18162,24 @@ (define-public texlive-gfscomplutum (package (name "texlive-gfscomplutum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/gfscomplutum/" - "fonts/afm/public/gfscomplutum/" - "fonts/enc/dvips/gfscomplutum/" - "fonts/map/dvips/gfscomplutum/" - "fonts/opentype/public/gfscomplutum/" - "fonts/tfm/public/gfscomplutum/" - "fonts/type1/public/gfscomplutum/" - "fonts/vf/public/gfscomplutum/" - "tex/latex/gfscomplutum/") - (base32 - "018hpaijnky23brhqmqsq2zm7h5w4y42vdfawba62qlz5m1zijn1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/gfscomplutum/" + "fonts/afm/public/gfscomplutum/" + "fonts/enc/dvips/gfscomplutum/" + "fonts/map/dvips/gfscomplutum/" + "fonts/opentype/public/gfscomplutum/" + "fonts/tfm/public/gfscomplutum/" + "fonts/type1/public/gfscomplutum/" + "fonts/vf/public/gfscomplutum/" + "tex/latex/gfscomplutum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "018hpaijnky23brhqmqsq2zm7h5w4y42vdfawba62qlz5m1zijn1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gfscomplutum") @@ -15242,19 +18196,24 @@ (define-public texlive-gfsdidot (package (name "texlive-gfsdidot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/gfsdidot/" - "fonts/afm/public/gfsdidot/" - "fonts/enc/dvips/gfsdidot/" - "fonts/map/dvips/gfsdidot/" - "fonts/opentype/public/gfsdidot/" - "fonts/tfm/public/gfsdidot/" - "fonts/type1/public/gfsdidot/" - "fonts/vf/public/gfsdidot/" - "tex/latex/gfsdidot/") - (base32 - "1cnl5m6g3c7brkx9jfwx6lw83ypl5a7cjqjj4hyf65q12m4250db"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/gfsdidot/" + "fonts/afm/public/gfsdidot/" + "fonts/enc/dvips/gfsdidot/" + "fonts/map/dvips/gfsdidot/" + "fonts/opentype/public/gfsdidot/" + "fonts/tfm/public/gfsdidot/" + "fonts/type1/public/gfsdidot/" + "fonts/vf/public/gfsdidot/" + "tex/latex/gfsdidot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cnl5m6g3c7brkx9jfwx6lw83ypl5a7cjqjj4hyf65q12m4250db")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gfsdidot") @@ -15272,12 +18231,17 @@ (define-public texlive-gfsdidotclassic (package (name "texlive-gfsdidotclassic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/gfsdidotclassic/" - "fonts/opentype/public/gfsdidotclassic/") - (base32 - "1cpsmgrq2x6ym9xb63msvm6pc4p2qyi2k40hmxmzhi979ch8gkaz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/gfsdidotclassic/" + "fonts/opentype/public/gfsdidotclassic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cpsmgrq2x6ym9xb63msvm6pc4p2qyi2k40hmxmzhi979ch8gkaz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gfsdidotclassic") @@ -15291,19 +18255,24 @@ (define-public texlive-gfsneohellenic (package (name "texlive-gfsneohellenic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/gfsneohellenic/" - "fonts/afm/public/gfsneohellenic/" - "fonts/enc/dvips/gfsneohellenic/" - "fonts/map/dvips/gfsneohellenic/" - "fonts/opentype/public/gfsneohellenic/" - "fonts/tfm/public/gfsneohellenic/" - "fonts/type1/public/gfsneohellenic/" - "fonts/vf/public/gfsneohellenic/" - "tex/latex/gfsneohellenic/") - (base32 - "109zgqj63ffryy42zi64p6r37jmzj5ma3d8bgn7mz3gc2scr1bpc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/gfsneohellenic/" + "fonts/afm/public/gfsneohellenic/" + "fonts/enc/dvips/gfsneohellenic/" + "fonts/map/dvips/gfsneohellenic/" + "fonts/opentype/public/gfsneohellenic/" + "fonts/tfm/public/gfsneohellenic/" + "fonts/type1/public/gfsneohellenic/" + "fonts/vf/public/gfsneohellenic/" + "tex/latex/gfsneohellenic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "109zgqj63ffryy42zi64p6r37jmzj5ma3d8bgn7mz3gc2scr1bpc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gfsneohellenic") @@ -15320,13 +18289,18 @@ (define-public texlive-gfsneohellenicmath (package (name "texlive-gfsneohellenicmath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/gfsneohellenicmath/" - "fonts/opentype/public/gfsneohellenicmath/" - "tex/latex/gfsneohellenicmath/") - (base32 - "08yzv6qww3qvbg8bp4k8ibd46j1a41ysw4k8fi5nazchf3py7qb0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/gfsneohellenicmath/" + "fonts/opentype/public/gfsneohellenicmath/" + "tex/latex/gfsneohellenicmath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08yzv6qww3qvbg8bp4k8ibd46j1a41ysw4k8fi5nazchf3py7qb0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gfsneohellenicmath") @@ -15341,19 +18315,24 @@ (define-public texlive-gfssolomos (package (name "texlive-gfssolomos") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/gfssolomos/" - "fonts/afm/public/gfssolomos/" - "fonts/enc/dvips/gfssolomos/" - "fonts/map/dvips/gfssolomos/" - "fonts/opentype/public/gfssolomos/" - "fonts/tfm/public/gfssolomos/" - "fonts/type1/public/gfssolomos/" - "fonts/vf/public/gfssolomos/" - "tex/latex/gfssolomos/") - (base32 - "0zjbmnkfnaiq7pmpv0xhp5vag2dww70049knf759lf2s0ygnmaaa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/gfssolomos/" + "fonts/afm/public/gfssolomos/" + "fonts/enc/dvips/gfssolomos/" + "fonts/map/dvips/gfssolomos/" + "fonts/opentype/public/gfssolomos/" + "fonts/tfm/public/gfssolomos/" + "fonts/type1/public/gfssolomos/" + "fonts/vf/public/gfssolomos/" + "tex/latex/gfssolomos/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zjbmnkfnaiq7pmpv0xhp5vag2dww70049knf759lf2s0ygnmaaa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gfssolomos") @@ -15368,13 +18347,18 @@ (define-public texlive-ghab (package (name "texlive-ghab") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ghab/" - "fonts/source/public/ghab/" - "tex/latex/ghab/") - (base32 - "0jknnlcigk6aa48xqvxd67015fxjlmmp36p52c95xrii4lv3m0zk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ghab/" + "fonts/source/public/ghab/" + "tex/latex/ghab/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jknnlcigk6aa48xqvxd67015fxjlmmp36p52c95xrii4lv3m0zk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ghab") @@ -15389,11 +18373,16 @@ (define-public texlive-ghsystem (package (name "texlive-ghsystem") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ghsystem/" "tex/latex/ghsystem/") - (base32 - "1a8plly9zcbym67yzk6rp5mlk12lngmhdx6c3riar2w86nlvq55l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ghsystem/" "tex/latex/ghsystem/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a8plly9zcbym67yzk6rp5mlk12lngmhdx6c3riar2w86nlvq55l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ghsystem") @@ -15408,15 +18397,20 @@ (define-public texlive-gillcm (package (name "texlive-gillcm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gillcm/" - "fonts/map/dvips/gillcm/" - "fonts/tfm/public/gillcm/" - "fonts/vf/public/gillcm/" - "tex/latex/gillcm/") - (base32 - "0cz6aqcq2fv6hb2yv2ymc3j6myb8y73gyqbyigabwc909fmh5qdm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gillcm/" + "fonts/map/dvips/gillcm/" + "fonts/tfm/public/gillcm/" + "fonts/vf/public/gillcm/" + "tex/latex/gillcm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cz6aqcq2fv6hb2yv2ymc3j6myb8y73gyqbyigabwc909fmh5qdm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gillcm") @@ -15430,18 +18424,23 @@ (define-public texlive-gillius (package (name "texlive-gillius") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/gillius/" - "fonts/enc/dvips/gillius/" - "fonts/map/dvips/gillius/" - "fonts/opentype/arkandis/gillius/" - "fonts/tfm/arkandis/gillius/" - "fonts/type1/arkandis/gillius/" - "fonts/vf/arkandis/gillius/" - "tex/latex/gillius/") - (base32 - "0f2jr70ab5qnmla1n7iwhiw9x9q5fdzw9lcgjzji8rdqlsgq1451"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/gillius/" + "fonts/enc/dvips/gillius/" + "fonts/map/dvips/gillius/" + "fonts/opentype/arkandis/gillius/" + "fonts/tfm/arkandis/gillius/" + "fonts/type1/arkandis/gillius/" + "fonts/vf/arkandis/gillius/" + "tex/latex/gillius/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f2jr70ab5qnmla1n7iwhiw9x9q5fdzw9lcgjzji8rdqlsgq1451")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gillius") @@ -15456,12 +18455,17 @@ (define-public texlive-glosmathtools (package (name "texlive-glosmathtools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/glosmathtools/" - "tex/latex/glosmathtools/") - (base32 - "0rw194qxxf38fp1xczzjvsa6vb0jxz88cgc2s5fqx2k4fwg989kh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/glosmathtools/" + "tex/latex/glosmathtools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rw194qxxf38fp1xczzjvsa6vb0jxz88cgc2s5fqx2k4fwg989kh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/glosmathtools") @@ -15487,12 +18491,17 @@ (define-public texlive-gloss-occitan (package (name "texlive-gloss-occitan") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gloss-occitan/" - "source/latex/gloss-occitan/") - (base32 - "0h9w7gk7klwhackx30c7wa2xv23jy2r75zvgs22crhv40h8blj3f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gloss-occitan/" + "source/latex/gloss-occitan/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h9w7gk7klwhackx30c7wa2xv23jy2r75zvgs22crhv40h8blj3f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gloss-occitan") @@ -15506,22 +18515,27 @@ (define-public texlive-glossaries (package (name "texlive-glossaries") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/glossaries/" - "doc/man/man1/makeglossaries-lite.1" - "doc/man/man1/makeglossaries-lite.man1.pdf" - "doc/man/man1/makeglossaries.1" - "doc/man/man1/makeglossaries.man1.pdf" - "scripts/glossaries/" - "source/latex/glossaries/" - "tex/latex/glossaries/base/" - "tex/latex/glossaries/expl/" - "tex/latex/glossaries/rollback/" - "tex/latex/glossaries/styles/" - "tex/latex/glossaries/test-entries/") - (base32 - "0k55k49sba80k51pjpb08zf9calnkchcxxsyajx8g3c33ah3j2i1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/glossaries/" + "doc/man/man1/makeglossaries-lite.1" + "doc/man/man1/makeglossaries-lite.man1.pdf" + "doc/man/man1/makeglossaries.1" + "doc/man/man1/makeglossaries.man1.pdf" + "scripts/glossaries/" + "source/latex/glossaries/" + "tex/latex/glossaries/base/" + "tex/latex/glossaries/expl/" + "tex/latex/glossaries/rollback/" + "tex/latex/glossaries/styles/" + "tex/latex/glossaries/test-entries/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k55k49sba80k51pjpb08zf9calnkchcxxsyajx8g3c33ah3j2i1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -15559,11 +18573,16 @@ (define-public texlive-gmverse (package (name "texlive-gmverse") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gmverse/" "tex/latex/gmverse/") - (base32 - "13vs1w9pfl4is5f5papwqqm83kmb17d4z7gv8nxkswnav9v5cl56"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gmverse/" "tex/latex/gmverse/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13vs1w9pfl4is5f5papwqqm83kmb17d4z7gv8nxkswnav9v5cl56")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gmverse") @@ -15579,14 +18598,19 @@ (define-public texlive-gnu-freefont (package (name "texlive-gnu-freefont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/gnu-freefont/" - "fonts/opentype/public/gnu-freefont/" - "fonts/truetype/public/gnu-freefont/" - "source/fonts/gnu-freefont/") - (base32 - "14bq8i7n6zhy8352pmhd5d9l4p152c6bgarz17wfp2p00kzs47aw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/gnu-freefont/" + "fonts/opentype/public/gnu-freefont/" + "fonts/truetype/public/gnu-freefont/" + "source/fonts/gnu-freefont/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14bq8i7n6zhy8352pmhd5d9l4p152c6bgarz17wfp2p00kzs47aw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gnu-freefont") @@ -15602,13 +18626,18 @@ (define-public texlive-go (package (name "texlive-go") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/go/" "fonts/source/public/go/" - "fonts/tfm/public/go/" "source/fonts/go/" - "tex/latex/go/") - (base32 - "1cvxfz9m7fx62iiz00f7qlywrmwwnpk0xzlyv63c90ji9xzfawcv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/go/" "fonts/source/public/go/" + "fonts/tfm/public/go/" "source/fonts/go/" + "tex/latex/go/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cvxfz9m7fx62iiz00f7qlywrmwwnpk0xzlyv63c90ji9xzfawcv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -15623,18 +18652,23 @@ (define-public texlive-gofonts (package (name "texlive-gofonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/gofonts/" - "fonts/enc/dvips/gofonts/" - "fonts/map/dvips/gofonts/" - "fonts/tfm/bh/gofonts/" - "fonts/truetype/bh/gofonts/" - "fonts/type1/bh/gofonts/" - "fonts/vf/bh/gofonts/" - "tex/latex/gofonts/") - (base32 - "07ysxm10xwg6cc781gdppidq1s87bqli4x6shkarjl29pxcncn61"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/gofonts/" + "fonts/enc/dvips/gofonts/" + "fonts/map/dvips/gofonts/" + "fonts/tfm/bh/gofonts/" + "fonts/truetype/bh/gofonts/" + "fonts/type1/bh/gofonts/" + "fonts/vf/bh/gofonts/" + "tex/latex/gofonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07ysxm10xwg6cc781gdppidq1s87bqli4x6shkarjl29pxcncn61")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gofonts") @@ -15651,12 +18685,17 @@ (define-public texlive-gost (package (name "texlive-gost") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/gost/" "bibtex/csf/gost/" - "doc/bibtex/gost/" "source/bibtex/gost/") - (base32 - "0rsqk4r1r741ggvpgg7g51knlaqrrdq9g8yiix66vx3n5v1arp26"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/gost/" "bibtex/csf/gost/" + "doc/bibtex/gost/" "source/bibtex/gost/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rsqk4r1r741ggvpgg7g51knlaqrrdq9g8yiix66vx3n5v1arp26")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gost") @@ -15674,14 +18713,19 @@ (define-public texlive-gothic (package (name "texlive-gothic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/gothic/" - "fonts/source/public/gothic/" - "fonts/tfm/public/gothic/" - "source/fonts/gothic/") - (base32 - "08hqp2a0ch67d38p2jca6cvx72vc6dagb04a9w6ff7dniqp6gps2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/gothic/" + "fonts/source/public/gothic/" + "fonts/tfm/public/gothic/" + "source/fonts/gothic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08hqp2a0ch67d38p2jca6cvx72vc6dagb04a9w6ff7dniqp6gps2")))) (outputs '("out" "doc")) (build-system texlive-build-system) ;; FIXME: Font metrics generation fails with "! Strange path (turning @@ -15707,12 +18751,17 @@ (define-public texlive-gotoh (package (name "texlive-gotoh") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gotoh/" "source/latex/gotoh/" - "tex/latex/gotoh/") - (base32 - "0h08ygzlhv1mpd27yfv8slvgfwa250z7alpv99p6768jafysp3k9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gotoh/" "source/latex/gotoh/" + "tex/latex/gotoh/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h08ygzlhv1mpd27yfv8slvgfwa250z7alpv99p6768jafysp3k9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gotoh") @@ -15727,12 +18776,17 @@ (define-public texlive-gradstudentresume (package (name "texlive-gradstudentresume") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gradstudentresume/" - "tex/latex/gradstudentresume/") - (base32 - "0jimvivx5vf1jy7yszvx2zbf13r0brqc0avz8lcx1rsqa3d7rjcn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gradstudentresume/" + "tex/latex/gradstudentresume/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jimvivx5vf1jy7yszvx2zbf13r0brqc0avz8lcx1rsqa3d7rjcn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gradstudentresume") @@ -15747,12 +18801,17 @@ (define-public texlive-grant (package (name "texlive-grant") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/grant/" "source/latex/grant/" - "tex/latex/grant/") - (base32 - "0cihhr3fqjbn2grkps5wl6aqx19s78vgklmriw2jqg27fqgv5q2p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/grant/" "source/latex/grant/" + "tex/latex/grant/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cihhr3fqjbn2grkps5wl6aqx19s78vgklmriw2jqg27fqgv5q2p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/grant") @@ -15776,13 +18835,18 @@ (define-public texlive-greenpoint (package (name "texlive-greenpoint") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/greenpoint/" - "fonts/source/public/greenpoint/" - "fonts/tfm/public/greenpoint/") - (base32 - "1y5an7lgx975ppb8s1abx494s4m115k137f82hy08iwdx9l1plj5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/greenpoint/" + "fonts/source/public/greenpoint/" + "fonts/tfm/public/greenpoint/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1y5an7lgx975ppb8s1abx494s4m115k137f82hy08iwdx9l1plj5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -15799,17 +18863,22 @@ (define-public texlive-gregoriotex (package (name "texlive-gregoriotex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/gregoriotex/" - "fonts/source/gregoriotex/" - "fonts/truetype/public/gregoriotex/" - "scripts/gregoriotex/" - "source/luatex/gregoriotex/" - "tex/lualatex/gregoriotex/" - "tex/luatex/gregoriotex/") - (base32 - "0lnpq6rfdb6dg543cmbsm817ziim6arxnzxzbn0wn8i8aw681idr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/gregoriotex/" + "fonts/source/gregoriotex/" + "fonts/truetype/public/gregoriotex/" + "scripts/gregoriotex/" + "source/luatex/gregoriotex/" + "tex/lualatex/gregoriotex/" + "tex/luatex/gregoriotex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lnpq6rfdb6dg543cmbsm817ziim6arxnzxzbn0wn8i8aw681idr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-gregoriotex-bin)) @@ -15872,17 +18941,22 @@ (define-public texlive-grotesq (package (name "texlive-grotesq") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/grotesq/" - "fonts/afm/urw/grotesq/" - "fonts/map/dvips/grotesq/" - "fonts/tfm/urw/grotesq/" - "fonts/type1/urw/grotesq/" - "fonts/vf/urw/grotesq/" - "tex/latex/grotesq/") - (base32 - "12q0n6z442j725drp3919k2qk7kg9fas4cqz415a8lj1nmvg60i4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/grotesq/" + "fonts/afm/urw/grotesq/" + "fonts/map/dvips/grotesq/" + "fonts/tfm/urw/grotesq/" + "fonts/type1/urw/grotesq/" + "fonts/vf/urw/grotesq/" + "tex/latex/grotesq/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12q0n6z442j725drp3919k2qk7kg9fas4cqz415a8lj1nmvg60i4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/urw-grotesq") @@ -15896,13 +18970,18 @@ (define-public texlive-grundgesetze (package (name "texlive-grundgesetze") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/grundgesetze/" - "source/latex/grundgesetze/" - "tex/latex/grundgesetze/") - (base32 - "0hpl336bn33qjmq2bhqn94fjdxlcxs0lxm4sdr124dnagdnksl4n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/grundgesetze/" + "source/latex/grundgesetze/" + "tex/latex/grundgesetze/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hpl336bn33qjmq2bhqn94fjdxlcxs0lxm4sdr124dnagdnksl4n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/grundgesetze") @@ -15917,13 +18996,18 @@ (define-public texlive-gsemthesis (package (name "texlive-gsemthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gsemthesis/" - "source/latex/gsemthesis/" - "tex/latex/gsemthesis/") - (base32 - "0wwd6pddxb91gj6jr6zc0xy0sr0s0mbdjzyw856w9ds0lp0k6cl9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gsemthesis/" + "source/latex/gsemthesis/" + "tex/latex/gsemthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wwd6pddxb91gj6jr6zc0xy0sr0s0mbdjzyw856w9ds0lp0k6cl9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gsemthesis") @@ -15940,11 +19024,16 @@ (define-public texlive-gtrcrd (package (name "texlive-gtrcrd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gtrcrd/" "tex/latex/gtrcrd/") - (base32 - "0ndnzkm84ynn3wcnfg6j6fcl87wmd3g9w5d17g1z6qp340asrkp9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gtrcrd/" "tex/latex/gtrcrd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ndnzkm84ynn3wcnfg6j6fcl87wmd3g9w5d17g1z6qp340asrkp9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gtrcrd") @@ -15961,11 +19050,16 @@ (define-public texlive-gu (package (name "texlive-gu") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gu/" "tex/latex/gu/") - (base32 - "13gw8gk03s3ha7xwn6vfix7w50if3gvlqywn1l6z5zi3qbfaapvr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gu/" "tex/latex/gu/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13gw8gk03s3ha7xwn6vfix7w50if3gvlqywn1l6z5zi3qbfaapvr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gu") @@ -15982,17 +19076,22 @@ (define-public texlive-gudea (package (name "texlive-gudea") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/gudea/" - "fonts/enc/dvips/gudea/" - "fonts/map/dvips/gudea/" - "fonts/tfm/public/gudea/" - "fonts/type1/public/gudea/" - "fonts/vf/public/gudea/" - "tex/latex/gudea/") - (base32 - "0kj53idgxyqwishg0vibhhrj443016z61c0jl7rx91a508vbwbn2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/gudea/" + "fonts/enc/dvips/gudea/" + "fonts/map/dvips/gudea/" + "fonts/tfm/public/gudea/" + "fonts/type1/public/gudea/" + "fonts/vf/public/gudea/" + "tex/latex/gudea/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kj53idgxyqwishg0vibhhrj443016z61c0jl7rx91a508vbwbn2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gudea") @@ -16006,11 +19105,16 @@ (define-public texlive-guide-to-latex (package (name "texlive-guide-to-latex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/guide-to-latex/") - (base32 - "1wc5pclv27af2zr6kjjahjzxxlab31d8970jvxr9lxiqllvkxyab"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/guide-to-latex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wc5pclv27af2zr6kjjahjzxxlab31d8970jvxr9lxiqllvkxyab")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/guide-to-latex") @@ -16025,12 +19129,17 @@ (define-public texlive-guitar (package (name "texlive-guitar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/guitar/" "source/latex/guitar/" - "tex/latex/guitar/") - (base32 - "0rywmlz59mjm59n4607qk9fa62w1c9qv9iyyja8k9vb4pc9yijrc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/guitar/" "source/latex/guitar/" + "tex/latex/guitar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rywmlz59mjm59n4607qk9fa62w1c9qv9iyyja8k9vb4pc9yijrc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/guitar") @@ -16046,12 +19155,17 @@ (define-public texlive-guitarchordschemes (package (name "texlive-guitarchordschemes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/guitarchordschemes/" - "tex/latex/guitarchordschemes/") - (base32 - "189xx0y549ss4ip8x2f1rpcqyad5njrni785sxmy2cghqbdcgzzn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/guitarchordschemes/" + "tex/latex/guitarchordschemes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "189xx0y549ss4ip8x2f1rpcqyad5njrni785sxmy2cghqbdcgzzn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/guitarchordschemes") @@ -16067,12 +19181,17 @@ (define-public texlive-guitartabs (package (name "texlive-guitartabs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/guitartabs/" - "tex/latex/guitartabs/") - (base32 - "1hk5yl7za7mm6cpg9g4z5wnq4m2nwm41sq8w7m8ic38sr85n67zz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/guitartabs/" + "tex/latex/guitartabs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hk5yl7za7mm6cpg9g4z5wnq4m2nwm41sq8w7m8ic38sr85n67zz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/guitartabs") @@ -16086,13 +19205,18 @@ (define-public texlive-guitlogo (package (name "texlive-guitlogo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/guitlogo/" - "source/latex/guitlogo/" - "tex/latex/guitlogo/") - (base32 - "0fwp3w5b51qs9jr9xq0hl0hsqbx7dkj7qgwjpay88sflycv3qpba"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/guitlogo/" + "source/latex/guitlogo/" + "tex/latex/guitlogo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fwp3w5b51qs9jr9xq0hl0hsqbx7dkj7qgwjpay88sflycv3qpba")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/guitlogo") @@ -16115,12 +19239,17 @@ (define-public texlive-gustlib (package (name "texlive-gustlib") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/gustlib/" "bibtex/bst/gustlib/" - "doc/plain/gustlib/" "tex/plain/gustlib/") - (base32 - "1jfmsx5zw9yb8fkhw4fad82m48n7fs1inmx471mr7ys0i7y1l92v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/gustlib/" "bibtex/bst/gustlib/" + "doc/plain/gustlib/" "tex/plain/gustlib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jfmsx5zw9yb8fkhw4fad82m48n7fs1inmx471mr7ys0i7y1l92v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gustlib") @@ -16137,11 +19266,16 @@ (define-public texlive-gustprog (package (name "texlive-gustprog") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/gustprog/") - (base32 - "07qx4xvyqb4p0cx0macjgyg0pcxgcmdxmzfsx9ah5s0dqvminwrc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/gustprog/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07qx4xvyqb4p0cx0macjgyg0pcxgcmdxmzfsx9ah5s0dqvminwrc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gustprog") @@ -16156,12 +19290,17 @@ (define-public texlive-gzt (package (name "texlive-gzt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gzt/" "source/latex/gzt/" - "tex/latex/gzt/") - (base32 - "0gyiy9vzr760mkvaabd3aj3rgz60b9dhc7m5a2rnhzz5sz4a2yv3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gzt/" "source/latex/gzt/" + "tex/latex/gzt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gyiy9vzr760mkvaabd3aj3rgz60b9dhc7m5a2rnhzz5sz4a2yv3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gzt") @@ -16181,12 +19320,17 @@ (define-public texlive-h2020proposal (package (name "texlive-h2020proposal") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/h2020proposal/" - "tex/latex/h2020proposal/") - (base32 - "0fq43vpq3ixj6fc99fbmj129487xxzcmz22gisqmn469bam5qxj5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/h2020proposal/" + "tex/latex/h2020proposal/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fq43vpq3ixj6fc99fbmj129487xxzcmz22gisqmn469bam5qxj5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/h2020proposal") @@ -16201,16 +19345,21 @@ (define-public texlive-hacm (package (name "texlive-hacm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/hacm/" - "fonts/map/dvips/hacm/" - "fonts/tfm/public/hacm/" - "fonts/type1/public/hacm/" - "fonts/vf/public/hacm/" - "tex/latex/hacm/") - (base32 - "19n0mlb96ix4vlqaw95fgwah7mbn80l6jm1dim8sigagmhh3bimd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/hacm/" + "fonts/map/dvips/hacm/" + "fonts/tfm/public/hacm/" + "fonts/type1/public/hacm/" + "fonts/vf/public/hacm/" + "tex/latex/hacm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19n0mlb96ix4vlqaw95fgwah7mbn80l6jm1dim8sigagmhh3bimd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hacm") @@ -16225,12 +19374,17 @@ (define-public texlive-hagenberg-thesis (package (name "texlive-hagenberg-thesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hagenberg-thesis/" - "tex/latex/hagenberg-thesis/") - (base32 - "0dp2mrf4smpllrgszi0cx5w42lm144qs3jvr44h6k98ibsfxdv9h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hagenberg-thesis/" + "tex/latex/hagenberg-thesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dp2mrf4smpllrgszi0cx5w42lm144qs3jvr44h6k98ibsfxdv9h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hagenberg-thesis") @@ -16249,14 +19403,19 @@ (define-public texlive-hamnosys (package (name "texlive-hamnosys") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/hamnosys/" - "fonts/truetype/public/hamnosys/" - "source/fonts/hamnosys/" - "tex/latex/hamnosys/") - (base32 - "1iilp1npy23azk7gjb3m6g9p9f853lbpn9cvply90g2s9jdw0bd9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/hamnosys/" + "fonts/truetype/public/hamnosys/" + "source/fonts/hamnosys/" + "tex/latex/hamnosys/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1iilp1npy23azk7gjb3m6g9p9f853lbpn9cvply90g2s9jdw0bd9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hamnosys") @@ -16272,12 +19431,17 @@ (define-public texlive-hands (package (name "texlive-hands") (version "2023.0") - (source (texlive-origin - name version - (list "fonts/source/public/hands/" - "fonts/tfm/public/hands/") - (base32 - "0x0vdn7hq6k7wr7yxn8pnkvjhjq3mfl781ijrs2mpvjqygqffzag"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "fonts/source/public/hands/" + "fonts/tfm/public/hands/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0x0vdn7hq6k7wr7yxn8pnkvjhjq3mfl781ijrs2mpvjqygqffzag")))) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) (home-page "https://ctan.org/pkg/hands") @@ -16292,11 +19456,16 @@ (define-public texlive-hanoi (package (name "texlive-hanoi") (version "2023.0") - (source (texlive-origin - name version - (list "tex/plain/hanoi/") - (base32 - "09a7cv76naxzdach5507wdqnjp12amvlia7kw0jh224ydmkzfx9x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/plain/hanoi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09a7cv76naxzdach5507wdqnjp12amvlia7kw0jh224ydmkzfx9x")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hanoi") (synopsis "Tower of Hanoi in TeX") @@ -16310,11 +19479,16 @@ (define-public texlive-happy4th (package (name "texlive-happy4th") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/happy4th/") - (base32 - "1x950scxbvcgwycpakflpklc775pknjab620g099dnsfrpb76f4a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/happy4th/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x950scxbvcgwycpakflpklc775pknjab620g099dnsfrpb76f4a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/happy4th") @@ -16328,11 +19502,16 @@ (define-public texlive-har2nat (package (name "texlive-har2nat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/har2nat/" "tex/latex/har2nat/") - (base32 - "13akhwjx48lkch46pk2syzizham3rk81ihrzbwxsvapa1fw74dzg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/har2nat/" "tex/latex/har2nat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13akhwjx48lkch46pk2syzizham3rk81ihrzbwxsvapa1fw74dzg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/har2nat") @@ -16347,11 +19526,16 @@ (define-public texlive-harmony (package (name "texlive-harmony") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/harmony/" "tex/latex/harmony/") - (base32 - "0ky4aiv3zvykfwalf1md4lzjbr9pc14i93xsxdwl25jcsi2kvjk7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/harmony/" "tex/latex/harmony/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ky4aiv3zvykfwalf1md4lzjbr9pc14i93xsxdwl25jcsi2kvjk7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/harmony") @@ -16365,13 +19549,18 @@ (define-public texlive-hanzibox (package (name "texlive-hanzibox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/hanzibox/" - "source/xelatex/hanzibox/" - "tex/xelatex/hanzibox/") - (base32 - "1bgbybzz5h79i2l3mbjxm11x9nsxm366c6d2mha9j5qabjghakya"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/hanzibox/" + "source/xelatex/hanzibox/" + "tex/xelatex/hanzibox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bgbybzz5h79i2l3mbjxm11x9nsxm366c6d2mha9j5qabjghakya")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ctex)) @@ -16391,13 +19580,18 @@ (define-public texlive-harvard (package (name "texlive-harvard") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/harvard/" "bibtex/bst/harvard/" - "doc/latex/harvard/" "source/latex/harvard/" - "tex/latex/harvard/") - (base32 - "1qcw1rrvcgcz26pwcmsfd7gs4bzlq1n4zws92xqsr5fi95pr8q7k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/harvard/" "bibtex/bst/harvard/" + "doc/latex/harvard/" "source/latex/harvard/" + "tex/latex/harvard/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qcw1rrvcgcz26pwcmsfd7gs4bzlq1n4zws92xqsr5fi95pr8q7k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/harvard") @@ -16422,11 +19616,16 @@ (define-public texlive-harvmac (package (name "texlive-harvmac") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/harvmac/" "tex/plain/harvmac/") - (base32 - "0bxa9vvkg79xk3nakdc5an2py6gwbv9ml66xmz1hp1llbg3562vf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/harvmac/" "tex/plain/harvmac/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bxa9vvkg79xk3nakdc5an2py6gwbv9ml66xmz1hp1llbg3562vf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/harvmac") @@ -16438,13 +19637,18 @@ (define-public texlive-havannah (package (name "texlive-havannah") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/havannah/" - "source/latex/havannah/" - "tex/latex/havannah/") - (base32 - "0kw71rr5jhn0gx89jynwxxgd6ddzpmr0wb5qnsh0drljmacq49ai"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/havannah/" + "source/latex/havannah/" + "tex/latex/havannah/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kw71rr5jhn0gx89jynwxxgd6ddzpmr0wb5qnsh0drljmacq49ai")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/havannah") @@ -16458,13 +19662,18 @@ (define-public texlive-hecthese (package (name "texlive-hecthese") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hecthese/" - "source/latex/hecthese/" - "tex/latex/hecthese/") - (base32 - "023yqg7g612c5jdla70m0afpk0249k07sbg3xba5l77pkjw6851c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hecthese/" + "source/latex/hecthese/" + "tex/latex/hecthese/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "023yqg7g612c5jdla70m0afpk0249k07sbg3xba5l77pkjw6851c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hecthese") @@ -16489,14 +19698,19 @@ (define-public texlive-helmholtz-ellis-ji-notation (package (name "texlive-helmholtz-ellis-ji-notation") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/helmholtz-ellis-ji-notation/" - "fonts/opentype/public/helmholtz-ellis-ji-notation/" - "source/fonts/helmholtz-ellis-ji-notation/" - "tex/latex/helmholtz-ellis-ji-notation/") - (base32 - "0d2l682v0qsh5x6ab6f0swnbb70niahx145szzhm92ls1lsmkzck"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/helmholtz-ellis-ji-notation/" + "fonts/opentype/public/helmholtz-ellis-ji-notation/" + "source/fonts/helmholtz-ellis-ji-notation/" + "tex/latex/helmholtz-ellis-ji-notation/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d2l682v0qsh5x6ab6f0swnbb70niahx145szzhm92ls1lsmkzck")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/helmholtz-ellis-ji-notation") @@ -16520,11 +19734,16 @@ (define-public texlive-hep (package (name "texlive-hep") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hep/" "tex/latex/hep/") - (base32 - "1p7phgv3d4xch9c9qwkpgrpc34nzijxfxiqkpnc9b9a3xfwh71sg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hep/" "tex/latex/hep/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p7phgv3d4xch9c9qwkpgrpc34nzijxfxiqkpnc9b9a3xfwh71sg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep") @@ -16539,13 +19758,18 @@ (define-public texlive-hep-bibliography (package (name "texlive-hep-bibliography") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hep-bibliography/" - "source/latex/hep-bibliography/" - "tex/latex/hep-bibliography/") - (base32 - "02jf5c920bq42g0z1gnapg1lv20ih2issim5yzf98rvjwh8c0ji9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hep-bibliography/" + "source/latex/hep-bibliography/" + "tex/latex/hep-bibliography/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02jf5c920bq42g0z1gnapg1lv20ih2issim5yzf98rvjwh8c0ji9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-bibliography") @@ -16561,13 +19785,18 @@ (define-public texlive-hep-font (package (name "texlive-hep-font") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/hep-font/" - "source/fonts/hep-font/" - "tex/latex/hep-font/") - (base32 - "0wf39qf896abj0ypgz0655pm055ywch3jlpnxd8pgaip6igbs5g9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/hep-font/" + "source/fonts/hep-font/" + "tex/latex/hep-font/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wf39qf896abj0ypgz0655pm055ywch3jlpnxd8pgaip6igbs5g9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-font") @@ -16582,13 +19811,18 @@ (define-public texlive-hep-math-font (package (name "texlive-hep-math-font") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/hep-math-font/" - "source/fonts/hep-math-font/" - "tex/latex/hep-math-font/") - (base32 - "07lb2sxzdff9arpfksz186dvpgr6slfz637xinhf95npbylpyww3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/hep-math-font/" + "source/fonts/hep-math-font/" + "tex/latex/hep-math-font/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07lb2sxzdff9arpfksz186dvpgr6slfz637xinhf95npbylpyww3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-math-font") @@ -16604,13 +19838,18 @@ (define-public texlive-hep-paper (package (name "texlive-hep-paper") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hep-paper/" - "source/latex/hep-paper/" - "tex/latex/hep-paper/") - (base32 - "05dx8vsyr8ylvfqs3s9krjrqml8qivwlwhga4ghbnd3nkkqkx95a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hep-paper/" + "source/latex/hep-paper/" + "tex/latex/hep-paper/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05dx8vsyr8ylvfqs3s9krjrqml8qivwlwhga4ghbnd3nkkqkx95a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-paper") @@ -16629,13 +19868,18 @@ (define-public texlive-hep-reference (package (name "texlive-hep-reference") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hep-reference/" - "source/latex/hep-reference/" - "tex/latex/hep-reference/") - (base32 - "1ih6l7agq2lks27f8i2z6hqza7s01jwvjcz6kr3vj36ssyvpsqmz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hep-reference/" + "source/latex/hep-reference/" + "tex/latex/hep-reference/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ih6l7agq2lks27f8i2z6hqza7s01jwvjcz6kr3vj36ssyvpsqmz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-reference") @@ -16650,11 +19894,16 @@ (define-public texlive-hepnames (package (name "texlive-hepnames") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hepnames/" "tex/latex/hepnames/") - (base32 - "1wvqf4r7p8bkvxwp7mvqnngxillbpii38i413q8acz0777bpassl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hepnames/" "tex/latex/hepnames/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wvqf4r7p8bkvxwp7mvqnngxillbpii38i413q8acz0777bpassl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hepnames") @@ -16675,12 +19924,17 @@ (define-public texlive-hepparticles (package (name "texlive-hepparticles") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hepparticles/" - "tex/latex/hepparticles/") - (base32 - "0k8nzw5py23zvp4r4hgddjd2xypcpw85h4slad1yk43zxivb33n7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hepparticles/" + "tex/latex/hepparticles/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k8nzw5py23zvp4r4hgddjd2xypcpw85h4slad1yk43zxivb33n7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hepparticles") @@ -16710,12 +19964,17 @@ (define-public texlive-hepthesis (package (name "texlive-hepthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hepthesis/" - "tex/latex/hepthesis/") - (base32 - "10yrdsrvnb259fi2qyjldwc6h55s5z8vadr5pf6sbaihyqnv9igg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hepthesis/" + "tex/latex/hepthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10yrdsrvnb259fi2qyjldwc6h55s5z8vadr5pf6sbaihyqnv9igg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hepthesis") @@ -16740,10 +19999,17 @@ (define-public texlive-hepunits (package (name "texlive-hepunits") (version "2023.0") - (source (texlive-origin name version - (list "doc/latex/hepunits/" "tex/latex/hepunits/") - (base32 - "0k89jdw5hpav5wr2imrb5wcasi53qswnqqn6jb89kh5crbrywrlz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hepunits/" + "tex/latex/hepunits/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k89jdw5hpav5wr2imrb5wcasi53qswnqqn6jb89kh5crbrywrlz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hepunits") @@ -16758,12 +20024,17 @@ (define-public texlive-heros-otf (package (name "texlive-heros-otf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/heros-otf/" - "tex/latex/heros-otf/") - (base32 - "17ac8a8r5hvf76lifap070c4746jdhva9arcn1s0bqrs6kydfm56"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/heros-otf/" + "tex/latex/heros-otf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17ac8a8r5hvf76lifap070c4746jdhva9arcn1s0bqrs6kydfm56")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/heros-otf") @@ -16779,18 +20050,23 @@ (define-public texlive-heuristica (package (name "texlive-heuristica") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/heuristica/" - "fonts/enc/dvips/heuristica/" - "fonts/map/dvips/heuristica/" - "fonts/opentype/public/heuristica/" - "fonts/tfm/public/heuristica/" - "fonts/type1/public/heuristica/" - "fonts/vf/public/heuristica/" - "tex/latex/heuristica/") - (base32 - "0jl7mrhbm5z8dncin65qlpdrmkix5cff8h307h4gg5bzcjgsbb4a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/heuristica/" + "fonts/enc/dvips/heuristica/" + "fonts/map/dvips/heuristica/" + "fonts/opentype/public/heuristica/" + "fonts/tfm/public/heuristica/" + "fonts/type1/public/heuristica/" + "fonts/vf/public/heuristica/" + "tex/latex/heuristica/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jl7mrhbm5z8dncin65qlpdrmkix5cff8h307h4gg5bzcjgsbb4a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/heuristica") @@ -16806,13 +20082,18 @@ (define-public texlive-hexboard (package (name "texlive-hexboard") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hexboard/" - "source/latex/hexboard/" - "tex/latex/hexboard/") - (base32 - "04z0qhajbjn55mqax4kaw53h7s6g84iy1yh0pfhzj3ib7gd4cpw4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hexboard/" + "source/latex/hexboard/" + "tex/latex/hexboard/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04z0qhajbjn55mqax4kaw53h7s6g84iy1yh0pfhzj3ib7gd4cpw4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hexboard") @@ -16826,11 +20107,16 @@ (define-public texlive-hexgame (package (name "texlive-hexgame") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hexgame/" "tex/latex/hexgame/") - (base32 - "1qr9v7225k6xzykw3rdsxf2sa3b5asvmd767i88jwimmacwi2cp1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hexgame/" "tex/latex/hexgame/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qr9v7225k6xzykw3rdsxf2sa3b5asvmd767i88jwimmacwi2cp1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hexgame") @@ -16845,15 +20131,20 @@ (define-public texlive-hfbright (package (name "texlive-hfbright") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/hfbright/" - "fonts/afm/public/hfbright/" - "fonts/enc/dvips/hfbright/" - "fonts/map/dvips/hfbright/" - "fonts/type1/public/hfbright/") - (base32 - "1aw4h2law9q7sn2ppf3pxdazsk9kypss3chvca3741w8bzhxq5qr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/hfbright/" + "fonts/afm/public/hfbright/" + "fonts/enc/dvips/hfbright/" + "fonts/map/dvips/hfbright/" + "fonts/type1/public/hfbright/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1aw4h2law9q7sn2ppf3pxdazsk9kypss3chvca3741w8bzhxq5qr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hfbright") @@ -16867,15 +20158,20 @@ (define-public texlive-hfoldsty (package (name "texlive-hfoldsty") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/hfoldsty/" - "fonts/tfm/public/hfoldsty/" - "fonts/vf/public/hfoldsty/" - "source/fonts/hfoldsty/" - "tex/latex/hfoldsty/") - (base32 - "0skzw845i1b3lq76m4an4mpkm2w82hlpirnx4pckz3138nr1rlpf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/hfoldsty/" + "fonts/tfm/public/hfoldsty/" + "fonts/vf/public/hfoldsty/" + "source/fonts/hfoldsty/" + "tex/latex/hfoldsty/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0skzw845i1b3lq76m4an4mpkm2w82hlpirnx4pckz3138nr1rlpf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hfoldsty") @@ -16892,11 +20188,16 @@ (define-public texlive-hfutexam (package (name "texlive-hfutexam") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hfutexam/" "tex/latex/hfutexam/") - (base32 - "0r2048lpvj213m3a90sw93gcfdjja3w3vkrq3z171ravpl8l0bsm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hfutexam/" "tex/latex/hfutexam/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r2048lpvj213m3a90sw93gcfdjja3w3vkrq3z171ravpl8l0bsm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hfutexam") @@ -16910,12 +20211,17 @@ (define-public texlive-hfutthesis (package (name "texlive-hfutthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/hfutthesis/" - "tex/xelatex/hfutthesis/") - (base32 - "1i7ljf5521f9dynrcnim0m4jzz2qkvpsb4pjvxbj5c7pr85gc34r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/hfutthesis/" + "tex/xelatex/hfutthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i7ljf5521f9dynrcnim0m4jzz2qkvpsb4pjvxbj5c7pr85gc34r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hfutthesis") @@ -16933,15 +20239,20 @@ (define-public texlive-hithesis (package (name "texlive-hithesis") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/hithesis/" - "doc/xelatex/hithesis/" - "makeindex/hithesis/" - "source/xelatex/hithesis/" - "tex/xelatex/hithesis/") - (base32 - "0w701f0ivf7k8jb2jiy5lhns4qiflyrslyiplm6aca67g2rcqgwn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/hithesis/" + "doc/xelatex/hithesis/" + "makeindex/hithesis/" + "source/xelatex/hithesis/" + "tex/xelatex/hithesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0w701f0ivf7k8jb2jiy5lhns4qiflyrslyiplm6aca67g2rcqgwn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -16963,18 +20274,23 @@ (define-public texlive-hindmadurai (package (name "texlive-hindmadurai") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/hindmadurai/" - "fonts/enc/dvips/hindmadurai/" - "fonts/map/dvips/hindmadurai/" - "fonts/opentype/public/hindmadurai/" - "fonts/tfm/public/hindmadurai/" - "fonts/type1/public/hindmadurai/" - "fonts/vf/public/hindmadurai/" - "tex/latex/hindmadurai/") - (base32 - "15bf8hka7f04l7zpkaav1azbailjv21w15iidbaxx9n2d4plf2kk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/hindmadurai/" + "fonts/enc/dvips/hindmadurai/" + "fonts/map/dvips/hindmadurai/" + "fonts/opentype/public/hindmadurai/" + "fonts/tfm/public/hindmadurai/" + "fonts/type1/public/hindmadurai/" + "fonts/vf/public/hindmadurai/" + "tex/latex/hindmadurai/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15bf8hka7f04l7zpkaav1azbailjv21w15iidbaxx9n2d4plf2kk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hindmadurai") @@ -16988,12 +20304,17 @@ (define-public texlive-historische-zeitschrift (package (name "texlive-historische-zeitschrift") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/historische-zeitschrift/" - "tex/latex/historische-zeitschrift/") - (base32 - "1w8zhk1darw39lrgs4i1p8zk78a1q7skc93ac8qczbrw5pln27k5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/historische-zeitschrift/" + "tex/latex/historische-zeitschrift/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1w8zhk1darw39lrgs4i1p8zk78a1q7skc93ac8qczbrw5pln27k5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/historische-zeitschrift") @@ -17007,19 +20328,24 @@ (define-public texlive-hitex (package (name "texlive-hitex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/hitex/base/" - "doc/man/man1/hishrink.1" - "doc/man/man1/hishrink.man1.pdf" - "doc/man/man1/histretch.1" - "doc/man/man1/histretch.man1.pdf" - "doc/man/man1/hitex.1" - "doc/man/man1/hitex.man1.pdf" - "makeindex/hitex/" - "tex/hitex/base/") - (base32 - "19q0sd0mhsamns9i7gr85n2n0jjc6p2n2xcc7s9b65hz8zp0bdbk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/hitex/base/" + "doc/man/man1/hishrink.1" + "doc/man/man1/hishrink.man1.pdf" + "doc/man/man1/histretch.1" + "doc/man/man1/histretch.man1.pdf" + "doc/man/man1/hitex.1" + "doc/man/man1/hitex.man1.pdf" + "makeindex/hitex/" + "tex/hitex/base/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19q0sd0mhsamns9i7gr85n2n0jjc6p2n2xcc7s9b65hz8zp0bdbk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:create-formats #~(list "hilatex" "hitex"))) @@ -17091,14 +20417,19 @@ (define-public texlive-hitszbeamer (package (name "texlive-hitszbeamer") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/hitszbeamer/" - "doc/latex/hitszbeamer/" - "source/latex/hitszbeamer/" - "tex/latex/hitszbeamer/") - (base32 - "00c23sdhkvr79lzag8v1j5hyzf5iwmkr07xnz0s0n3haicbfzz44"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/hitszbeamer/" + "doc/latex/hitszbeamer/" + "source/latex/hitszbeamer/" + "tex/latex/hitszbeamer/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00c23sdhkvr79lzag8v1j5hyzf5iwmkr07xnz0s0n3haicbfzz44")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hitszbeamer") @@ -17114,15 +20445,20 @@ (define-public texlive-hitszthesis (package (name "texlive-hitszthesis") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/hitszthesis/" - "doc/latex/hitszthesis/" - "makeindex/hitszthesis/" - "source/latex/hitszthesis/" - "tex/latex/hitszthesis/") - (base32 - "0m1wr3iq1nzcymvnamgna0iiqb3ndllflgawzjjv85aay9jszra0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/hitszthesis/" + "doc/latex/hitszthesis/" + "makeindex/hitszthesis/" + "source/latex/hitszthesis/" + "tex/latex/hitszthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m1wr3iq1nzcymvnamgna0iiqb3ndllflgawzjjv85aay9jszra0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hitszthesis") @@ -17140,13 +20476,18 @@ (define-public texlive-hmtrump (package (name "texlive-hmtrump") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/hmtrump/" - "fonts/truetype/public/hmtrump/" - "tex/lualatex/hmtrump/") - (base32 - "03r1f784ipr2j38y2xy8agl94xwcmyv4pxd0l42iclmx08rczb9q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/hmtrump/" + "fonts/truetype/public/hmtrump/" + "tex/lualatex/hmtrump/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03r1f784ipr2j38y2xy8agl94xwcmyv4pxd0l42iclmx08rczb9q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hmtrump") @@ -17163,11 +20504,16 @@ (define-public texlive-hobete (package (name "texlive-hobete") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hobete/" "tex/latex/hobete/") - (base32 - "1gccpxh3bfj4sbnag8rjrz8hyrx3107mwxpydl0bcdn8dxyjkfi2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hobete/" "tex/latex/hobete/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gccpxh3bfj4sbnag8rjrz8hyrx3107mwxpydl0bcdn8dxyjkfi2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hobete") @@ -17182,13 +20528,18 @@ (define-public texlive-horoscop (package (name "texlive-horoscop") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/horoscop/" - "source/latex/horoscop/" - "tex/latex/horoscop/") - (base32 - "08acv1sg37qzq3h14kxv62xhrzrv4psgpychshj3gmzvp4vz0jsn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/horoscop/" + "source/latex/horoscop/" + "tex/latex/horoscop/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08acv1sg37qzq3h14kxv62xhrzrv4psgpychshj3gmzvp4vz0jsn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/horoscop") @@ -17205,12 +20556,17 @@ (define-public texlive-hrlatex (package (name "texlive-hrlatex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hrlatex/" "source/latex/hrlatex/" - "tex/latex/hrlatex/") - (base32 - "16npkf18gy8clwkzvm0qysfv90wb6979cppj5rykn1x0icsvw2ix"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hrlatex/" "source/latex/hrlatex/" + "tex/latex/hrlatex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16npkf18gy8clwkzvm0qysfv90wb6979cppj5rykn1x0icsvw2ix")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hrlatex") @@ -17226,13 +20582,18 @@ (define-public texlive-hu-berlin-bundle (package (name "texlive-hu-berlin-bundle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/hu-berlin-bundle/" - "source/lualatex/hu-berlin-bundle/" - "tex/lualatex/hu-berlin-bundle/") - (base32 - "05cwh97w954gz8dr56a2n06s312gg8r0zy9zxj6hv86z019wiq85"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/hu-berlin-bundle/" + "source/lualatex/hu-berlin-bundle/" + "tex/lualatex/hu-berlin-bundle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05cwh97w954gz8dr56a2n06s312gg8r0zy9zxj6hv86z019wiq85")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hu-berlin-bundle") @@ -17247,11 +20608,16 @@ (define-public texlive-huaz (package (name "texlive-huaz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/huaz/" "tex/latex/huaz/") - (base32 - "103wnzw8401d1ckc31y6ga75bph0ls71hxs0hdkszw719ghm7vjr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/huaz/" "tex/latex/huaz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "103wnzw8401d1ckc31y6ga75bph0ls71hxs0hdkszw719ghm7vjr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/huaz") @@ -17267,13 +20633,18 @@ (define-public texlive-hulipsum (package (name "texlive-hulipsum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hulipsum/" - "source/latex/hulipsum/" - "tex/latex/hulipsum/") - (base32 - "1w62vawh2l49bgm7ivprmz61b71qsf38xdsrq6x2dc2ywzvs4z2f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hulipsum/" + "source/latex/hulipsum/" + "tex/latex/hulipsum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1w62vawh2l49bgm7ivprmz61b71qsf38xdsrq6x2dc2ywzvs4z2f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hulipsum") @@ -17291,14 +20662,19 @@ (define-public texlive-hustthesis (package (name "texlive-hustthesis") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/hustthesis/" - "doc/latex/hustthesis/" - "source/latex/hustthesis/" - "tex/latex/hustthesis/") - (base32 - "12sacpq43wjkr0j0ziszw37achyc7cf0z5kajqdfb5d7ksas0j2n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/hustthesis/" + "doc/latex/hustthesis/" + "source/latex/hustthesis/" + "tex/latex/hustthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12sacpq43wjkr0j0ziszw37achyc7cf0z5kajqdfb5d7ksas0j2n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hustthesis") @@ -17312,11 +20688,16 @@ (define-public texlive-hvarabic (package (name "texlive-hvarabic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hvarabic/" "tex/latex/hvarabic/") - (base32 - "0kjx2x3fnpqw6hybw7ifdlqad4mmbacba290qwlhhggpjrxsvp39"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hvarabic/" "tex/latex/hvarabic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kjx2x3fnpqw6hybw7ifdlqad4mmbacba290qwlhhggpjrxsvp39")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hvarabic") @@ -17331,18 +20712,23 @@ (define-public texlive-ibarra (package (name "texlive-ibarra") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/ibarra/" - "fonts/enc/dvips/ibarra/" - "fonts/map/dvips/ibarra/" - "fonts/opentype/public/ibarra/" - "fonts/tfm/public/ibarra/" - "fonts/type1/public/ibarra/" - "fonts/vf/public/ibarra/" - "tex/latex/ibarra/") - (base32 - "0gfvrb1dm2hw8j10l93xv0rrd7kar2009lycsvmw66m1a31c0yd9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/ibarra/" + "fonts/enc/dvips/ibarra/" + "fonts/map/dvips/ibarra/" + "fonts/opentype/public/ibarra/" + "fonts/tfm/public/ibarra/" + "fonts/type1/public/ibarra/" + "fonts/vf/public/ibarra/" + "tex/latex/ibarra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gfvrb1dm2hw8j10l93xv0rrd7kar2009lycsvmw66m1a31c0yd9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ibarra") @@ -17357,13 +20743,18 @@ (define-public texlive-ibrackets (package (name "texlive-ibrackets") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ibrackets/" - "source/latex/ibrackets/" - "tex/latex/ibrackets/") - (base32 - "0ipqh7z1v4l6fgbgkizn5v2g2l3b4n5zlmdaalj22ylgd2k25mv6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ibrackets/" + "source/latex/ibrackets/" + "tex/latex/ibrackets/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ipqh7z1v4l6fgbgkizn5v2g2l3b4n5zlmdaalj22ylgd2k25mv6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ibrackets") @@ -17378,12 +20769,17 @@ (define-public texlive-icite (package (name "texlive-icite") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/icite/" "source/latex/icite/" - "tex/latex/icite/") - (base32 - "0a3gqnjbyn33ld3j66pfrrsv502zdrsag0glhar82fbba21qlj9w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/icite/" "source/latex/icite/" + "tex/latex/icite/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a3gqnjbyn33ld3j66pfrrsv502zdrsag0glhar82fbba21qlj9w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/icite") @@ -17399,11 +20795,16 @@ (define-public texlive-ietfbibs (package (name "texlive-ietfbibs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/bibtex/ietfbibs/") - (base32 - "18ypa96z1gclq4amka28sv26pm7lycak68zf4b3sf1bx4ldnzmxq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/bibtex/ietfbibs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18ypa96z1gclq4amka28sv26pm7lycak68zf4b3sf1bx4ldnzmxq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ietfbibs") @@ -17417,13 +20818,18 @@ (define-public texlive-ifsym (package (name "texlive-ifsym") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/ifsym/" - "fonts/source/public/ifsym/" - "fonts/tfm/public/ifsym/" "tex/latex/ifsym/") - (base32 - "07r16sgqc65wf8c8ijgmnmwq50yrlvjlmzbnk0czgnwqrbdz642g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/ifsym/" + "fonts/source/public/ifsym/" + "fonts/tfm/public/ifsym/" "tex/latex/ifsym/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07r16sgqc65wf8c8ijgmnmwq50yrlvjlmzbnk0czgnwqrbdz642g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -17441,11 +20847,16 @@ (define-public texlive-ijqc (package (name "texlive-ijqc") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/ijqc/" "doc/bibtex/ijqc/") - (base32 - "18sqc8k21l15zlplpaimdcg8g75z3lrlc0qcb6wx838980gn961r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/ijqc/" "doc/bibtex/ijqc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18sqc8k21l15zlplpaimdcg8g75z3lrlc0qcb6wx838980gn961r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ijqc") @@ -17459,18 +20870,23 @@ (define-public texlive-imfellenglish (package (name "texlive-imfellenglish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/imfellenglish/" - "fonts/enc/dvips/imfellenglish/" - "fonts/map/dvips/imfellenglish/" - "fonts/opentype/iginomarini/imfellenglish/" - "fonts/tfm/iginomarini/imfellenglish/" - "fonts/type1/iginomarini/imfellenglish/" - "fonts/vf/iginomarini/imfellenglish/" - "tex/latex/imfellenglish/") - (base32 - "0pw4nsw4pl1nf99j58sy37064712by6kqcb40xkrcl5d9czx45bh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/imfellenglish/" + "fonts/enc/dvips/imfellenglish/" + "fonts/map/dvips/imfellenglish/" + "fonts/opentype/iginomarini/imfellenglish/" + "fonts/tfm/iginomarini/imfellenglish/" + "fonts/type1/iginomarini/imfellenglish/" + "fonts/vf/iginomarini/imfellenglish/" + "tex/latex/imfellenglish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pw4nsw4pl1nf99j58sy37064712by6kqcb40xkrcl5d9czx45bh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/imfellenglish") @@ -17486,11 +20902,16 @@ (define-public texlive-impatient (package (name "texlive-impatient") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/impatient/") - (base32 - "03cjl3lg7k7p4h8drw7vcbw6ymgmm2clv6sgfs3hdixs8dmab1b2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/impatient/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03cjl3lg7k7p4h8drw7vcbw6ymgmm2clv6sgfs3hdixs8dmab1b2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/impatient") @@ -17503,11 +20924,16 @@ (define-public texlive-impatient-cn (package (name "texlive-impatient-cn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/impatient-cn/") - (base32 - "1pc20pb0las3slam1d9hmqigipmr6r98wwif12m33mm750vmq65i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/impatient-cn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pc20pb0las3slam1d9hmqigipmr6r98wwif12m33mm750vmq65i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/impatient") @@ -17521,11 +20947,16 @@ (define-public texlive-impatient-fr (package (name "texlive-impatient-fr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/impatient-fr/") - (base32 - "1qwdllmi0ci304smf4yl6g8ah083jrch9clkyav7r5qsxnhwxbxh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/impatient-fr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qwdllmi0ci304smf4yl6g8ah083jrch9clkyav7r5qsxnhwxbxh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/impatient") @@ -17539,13 +20970,18 @@ (define-public texlive-impnattypo (package (name "texlive-impnattypo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/impnattypo/" - "source/latex/impnattypo/" - "tex/latex/impnattypo/") - (base32 - "05ddbpxvybr0a7sg1ximsifvgjg83qwx5pd9xcc22bliz3j5ixvm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/impnattypo/" + "source/latex/impnattypo/" + "tex/latex/impnattypo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05ddbpxvybr0a7sg1ximsifvgjg83qwx5pd9xcc22bliz3j5ixvm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/impnattypo") @@ -17559,11 +20995,16 @@ (define-public texlive-import (package (name "texlive-import") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/import/" "tex/latex/import/") - (base32 - "0wlzs31li6nvzigkxw59bbpmyqrkzpdangvjqq3z7wl6y79sic6g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/import/" "tex/latex/import/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wlzs31li6nvzigkxw59bbpmyqrkzpdangvjqq3z7wl6y79sic6g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/import") @@ -17581,12 +21022,17 @@ (define-public texlive-imsproc (package (name "texlive-imsproc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/imsproc/" - "tex/xelatex/imsproc/") - (base32 - "1akzdc4nas4fkmlhm6xp97xw65vm5bif73jq2ki5if5kwssxc38z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/imsproc/" + "tex/xelatex/imsproc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1akzdc4nas4fkmlhm6xp97xw65vm5bif73jq2ki5if5kwssxc38z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/imsproc") @@ -17600,12 +21046,17 @@ (define-public texlive-includernw (package (name "texlive-includernw") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/includernw/" - "tex/latex/includernw/") - (base32 - "1kc14nq0f3jybidifvr6gjfy4ggs5qkbs1syv1k7bw3xrdmpplb8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/includernw/" + "tex/latex/includernw/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kc14nq0f3jybidifvr6gjfy4ggs5qkbs1syv1k7bw3xrdmpplb8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/includernw") @@ -17620,17 +21071,22 @@ (define-public texlive-initials (package (name "texlive-initials") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/initials/" - "dvips/initials/" - "fonts/afm/public/initials/" - "fonts/map/dvips/initials/" - "fonts/tfm/public/initials/" - "fonts/type1/public/initials/" - "tex/latex/initials/") - (base32 - "0hbvk2qjrhcx2l8nkca1s5lj65k5xd2v2fnk4zjxjpwdcwxf09zp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/initials/" + "dvips/initials/" + "fonts/afm/public/initials/" + "fonts/map/dvips/initials/" + "fonts/tfm/public/initials/" + "fonts/type1/public/initials/" + "tex/latex/initials/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hbvk2qjrhcx2l8nkca1s5lj65k5xd2v2fnk4zjxjpwdcwxf09zp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/initials") @@ -17645,13 +21101,18 @@ (define-public texlive-inlinebib (package (name "texlive-inlinebib") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/inlinebib/" - "doc/bibtex/inlinebib/" - "tex/latex/inlinebib/") - (base32 - "13kfygh2r8s038rnskxnj91h08k8xs6cln16vzsy1j59c82idvkb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/inlinebib/" + "doc/bibtex/inlinebib/" + "tex/latex/inlinebib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13kfygh2r8s038rnskxnj91h08k8xs6cln16vzsy1j59c82idvkb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/inlinebib") @@ -17666,11 +21127,16 @@ (define-public texlive-install-latex-guide-zh-cn (package (name "texlive-install-latex-guide-zh-cn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/install-latex-guide-zh-cn/") - (base32 - "1mb6d92c7llz5cpkir4d1wf0l2yvmskl0kxgch9r5zjmb67qflin"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/install-latex-guide-zh-cn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mb6d92c7llz5cpkir4d1wf0l2yvmskl0kxgch9r5zjmb67qflin")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/install-latex-guide-zh-cn") @@ -17684,18 +21150,23 @@ (define-public texlive-inter (package (name "texlive-inter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/inter/" - "fonts/enc/dvips/inter/" - "fonts/map/dvips/inter/" - "fonts/opentype/public/inter/" - "fonts/tfm/public/inter/" - "fonts/type1/public/inter/" - "fonts/vf/public/inter/" - "tex/latex/inter/") - (base32 - "1rvh2f066lkdbr8754r0a016k9imcjpia9wdi46x70d96wgcb5vm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/inter/" + "fonts/enc/dvips/inter/" + "fonts/map/dvips/inter/" + "fonts/opentype/public/inter/" + "fonts/tfm/public/inter/" + "fonts/type1/public/inter/" + "fonts/vf/public/inter/" + "tex/latex/inter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rvh2f066lkdbr8754r0a016k9imcjpia9wdi46x70d96wgcb5vm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/inter") @@ -17713,11 +21184,16 @@ (define-public texlive-interval (package (name "texlive-interval") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/interval/" "tex/latex/interval/") - (base32 - "16qp8q95s8y4pvd7idh6nzz04nb81sm7w36gc2nc5sjmvjw1sk4f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/interval/" "tex/latex/interval/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16qp8q95s8y4pvd7idh6nzz04nb81sm7w36gc2nc5sjmvjw1sk4f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/interval") @@ -17734,11 +21210,16 @@ (define-public texlive-intro-scientific (package (name "texlive-intro-scientific") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/intro-scientific/") - (base32 - "0bzgi3zg0lm6zwjnac90ihaqwcvhindfdphjijv7mh11ii0qxlmf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/intro-scientific/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bzgi3zg0lm6zwjnac90ihaqwcvhindfdphjijv7mh11ii0qxlmf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/intro-scientific") @@ -17755,13 +21236,18 @@ (define-public texlive-ionumbers (package (name "texlive-ionumbers") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ionumbers/" - "source/latex/ionumbers/" - "tex/latex/ionumbers/") - (base32 - "0rbm4z2qg1ifwslxdsgzdcni701s3q32i2iaqldm7g7jinn8bivn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ionumbers/" + "source/latex/ionumbers/" + "tex/latex/ionumbers/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rbm4z2qg1ifwslxdsgzdcni701s3q32i2iaqldm7g7jinn8bivn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ionumbers") @@ -17789,12 +21275,17 @@ (define-public texlive-iopart-num (package (name "texlive-iopart-num") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/iopart-num/" - "doc/bibtex/iopart-num/") - (base32 - "1n30ncmg0djhpdfa9jl5mv188347xmqsv08vgf2v4ipx7czhjm7v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/iopart-num/" + "doc/bibtex/iopart-num/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n30ncmg0djhpdfa9jl5mv188347xmqsv08vgf2v4ipx7czhjm7v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/iopart-num") @@ -17809,12 +21300,17 @@ (define-public texlive-ipaex (package (name "texlive-ipaex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/ipaex/" - "fonts/truetype/public/ipaex/") - (base32 - "0zpvpdpry4ckgbs79hy0gv8cc98x9c0cizzdqzg2qkx8clp8y1bn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/ipaex/" + "fonts/truetype/public/ipaex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zpvpdpry4ckgbs79hy0gv8cc98x9c0cizzdqzg2qkx8clp8y1bn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ipaex") @@ -17828,16 +21324,21 @@ (define-public texlive-ipaex-type1 (package (name "texlive-ipaex-type1") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/ipaex-type1/" - "fonts/enc/dvips/ipaex-type1/" - "fonts/map/dvips/ipaex-type1/" - "fonts/tfm/public/ipaex-type1/" - "fonts/type1/public/ipaex-type1/" - "tex/latex/ipaex-type1/") - (base32 - "123m8i8gvyq3cncn8s11qzk976ml89aqcyapx2zs6phg9h090bc8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/ipaex-type1/" + "fonts/enc/dvips/ipaex-type1/" + "fonts/map/dvips/ipaex-type1/" + "fonts/tfm/public/ipaex-type1/" + "fonts/type1/public/ipaex-type1/" + "tex/latex/ipaex-type1/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "123m8i8gvyq3cncn8s11qzk976ml89aqcyapx2zs6phg9h090bc8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ipaex-type1") @@ -17851,11 +21352,16 @@ (define-public texlive-is-bst (package (name "texlive-is-bst") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/is-bst/" "doc/bibtex/is-bst/") - (base32 - "0bdkk1s5nfqy95h9ia08h4kpij4khj1y5z6byxgn7fsvcxncl1cb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/is-bst/" "doc/bibtex/is-bst/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bdkk1s5nfqy95h9ia08h4kpij4khj1y5z6byxgn7fsvcxncl1cb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/is-bst") @@ -17872,12 +21378,17 @@ (define-public texlive-icsv (package (name "texlive-icsv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/icsv/" "source/latex/icsv/" - "tex/latex/icsv/") - (base32 - "133rbbq86qkd749bd20wdnjqddpwydm27ndh5yp2waimgij3cm8d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/icsv/" "source/latex/icsv/" + "tex/latex/icsv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "133rbbq86qkd749bd20wdnjqddpwydm27ndh5yp2waimgij3cm8d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/icsv") @@ -17891,13 +21402,18 @@ (define-public texlive-ieeeconf (package (name "texlive-ieeeconf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ieeeconf/" - "source/latex/ieeeconf/" - "tex/latex/ieeeconf/") - (base32 - "1f7v199mc1dw2fhp30qdkx48dyzk5mqmbqr91c1jm235isgs4fam"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ieeeconf/" + "source/latex/ieeeconf/" + "tex/latex/ieeeconf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1f7v199mc1dw2fhp30qdkx48dyzk5mqmbqr91c1jm235isgs4fam")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ieeeconf") @@ -17911,12 +21427,17 @@ (define-public texlive-ieeepes (package (name "texlive-ieeepes") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/ieeepes/" "doc/latex/ieeepes/" - "tex/latex/ieeepes/") - (base32 - "12nvllxxswww9p9l1h3ygak3g4j8ngmypxcbbw2jwwa8kh43yiqi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/ieeepes/" "doc/latex/ieeepes/" + "tex/latex/ieeepes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12nvllxxswww9p9l1h3ygak3g4j8ngmypxcbbw2jwwa8kh43yiqi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ieeepes") @@ -17931,13 +21452,18 @@ (define-public texlive-ieeetran (package (name "texlive-ieeetran") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/ieeetran/" - "bibtex/bst/ieeetran/" "doc/latex/ieeetran/" - "tex/latex/ieeetran/") - (base32 - "0j7vv8hp0ymzmclyrk23zmixcclhlm1g241y8dk3dl18zsj00f1c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/ieeetran/" + "bibtex/bst/ieeetran/" "doc/latex/ieeetran/" + "tex/latex/ieeetran/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0j7vv8hp0ymzmclyrk23zmixcclhlm1g241y8dk3dl18zsj00f1c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ieeetran") @@ -17952,12 +21478,17 @@ (define-public texlive-ijmart (package (name "texlive-ijmart") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/ijmart/" "doc/latex/ijmart/" - "source/latex/ijmart/" "tex/latex/ijmart/") - (base32 - "18fpf0na5y1nxz0c7r43f560dp4r8yawx8vj8356vdmw6d5r15h0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/ijmart/" "doc/latex/ijmart/" + "source/latex/ijmart/" "tex/latex/ijmart/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18fpf0na5y1nxz0c7r43f560dp4r8yawx8vj8356vdmw6d5r15h0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ijmart") @@ -17976,11 +21507,16 @@ (define-public texlive-ijsra (package (name "texlive-ijsra") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ijsra/" "tex/latex/ijsra/") - (base32 - "0k6a92c6fhwafrw3m4fcj0dj29ip0zb28aiz861cx2mac92hyqgs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ijsra/" "tex/latex/ijsra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k6a92c6fhwafrw3m4fcj0dj29ip0zb28aiz861cx2mac92hyqgs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ijsra") @@ -17996,12 +21532,17 @@ (define-public texlive-imac (package (name "texlive-imac") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/imac/" "doc/latex/imac/" - "tex/latex/imac/") - (base32 - "06sc9irv318fc5zgngwrcdwx84pnhyhwh59jiq9sb8iayy1yxldh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/imac/" "doc/latex/imac/" + "tex/latex/imac/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06sc9irv318fc5zgngwrcdwx84pnhyhwh59jiq9sb8iayy1yxldh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/imac") @@ -18016,13 +21557,18 @@ (define-public texlive-imakeidx (package (name "texlive-imakeidx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/imakeidx/" - "source/latex/imakeidx/" - "tex/latex/imakeidx/") - (base32 - "1s65kbzafx5q7519pbxjldb87flws0mgg76yxi7a5mgxrnkfy961"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/imakeidx/" + "source/latex/imakeidx/" + "tex/latex/imakeidx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s65kbzafx5q7519pbxjldb87flws0mgg76yxi7a5mgxrnkfy961")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/imakeidx") @@ -18041,12 +21587,17 @@ (define-public texlive-imtekda (package (name "texlive-imtekda") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/imtekda/" "source/latex/imtekda/" - "tex/latex/imtekda/") - (base32 - "0pbv50c6g024dhyw8mpnnyafp18pvf0cqy7j1fvhrbqwf13bn37x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/imtekda/" "source/latex/imtekda/" + "tex/latex/imtekda/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pbv50c6g024dhyw8mpnnyafp18pvf0cqy7j1fvhrbqwf13bn37x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/imtekda") @@ -18062,11 +21613,16 @@ (define-public texlive-inkpaper (package (name "texlive-inkpaper") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/inkpaper/" "tex/latex/inkpaper/") - (base32 - "0yybzasv4708cw139k2dcqgi85lm6ard4ra9j78hrcdbnpnkqmw0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/inkpaper/" "tex/latex/inkpaper/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yybzasv4708cw139k2dcqgi85lm6ard4ra9j78hrcdbnpnkqmw0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/inkpaper") @@ -18080,11 +21636,16 @@ (define-public texlive-iodhbwm (package (name "texlive-iodhbwm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/iodhbwm/" "tex/latex/iodhbwm/") - (base32 - "10zqg2cyz7vcnsbgqajwlilakjzr23nhn49sqy82555zkqi27gsa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/iodhbwm/" "tex/latex/iodhbwm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10zqg2cyz7vcnsbgqajwlilakjzr23nhn49sqy82555zkqi27gsa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/iodhbwm") @@ -18100,11 +21661,16 @@ (define-public texlive-iscram (package (name "texlive-iscram") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/iscram/" "tex/latex/iscram/") - (base32 - "13p0nr6cwkchykdllf0ii035yjq7hxczb1g7qc7l7jaywfszr5ph"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/iscram/" "tex/latex/iscram/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13p0nr6cwkchykdllf0ii035yjq7hxczb1g7qc7l7jaywfszr5ph")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/iscram") @@ -18119,12 +21685,17 @@ (define-public texlive-isodate (package (name "texlive-isodate") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/isodate/" "source/latex/isodate/" - "tex/latex/isodate/") - (base32 - "0bha4qpa1hi5i4npr00wz4qvzzc4yw4qydjjmm8n878p8cfygvga"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/isodate/" "source/latex/isodate/" + "tex/latex/isodate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bha4qpa1hi5i4npr00wz4qvzzc4yw4qydjjmm8n878p8cfygvga")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/isodate") @@ -18143,11 +21714,16 @@ (define-public texlive-isomath (package (name "texlive-isomath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/isomath/" "tex/latex/isomath/") - (base32 - "1jjz2hp9g6swjfbcd43j12dvsvgwgfid6v6lf3n1c87aq6jqx8ly"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/isomath/" "tex/latex/isomath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jjz2hp9g6swjfbcd43j12dvsvgwgfid6v6lf3n1c87aq6jqx8ly")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/isomath") @@ -18165,13 +21741,18 @@ (define-public texlive-itnumpar (package (name "texlive-itnumpar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/itnumpar/" - "source/latex/itnumpar/" - "tex/latex/itnumpar/") - (base32 - "1jjl1mskg0vsxfjg2wpnqi0y462mv2qrfsg15zjri83zwrilaa6f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/itnumpar/" + "source/latex/itnumpar/" + "tex/latex/itnumpar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jjl1mskg0vsxfjg2wpnqi0y462mv2qrfsg15zjri83zwrilaa6f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/itnumpar") @@ -18187,12 +21768,17 @@ (define-public texlive-jablantile (package (name "texlive-jablantile") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/jablantile/" - "fonts/source/public/jablantile/") - (base32 - "14cxmph6hhzvb06jdqr6d428p1kg3mvbgw2nk133ggrr2k3wjppg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/jablantile/" + "fonts/source/public/jablantile/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14cxmph6hhzvb06jdqr6d428p1kg3mvbgw2nk133ggrr2k3wjppg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jablantile") @@ -18206,11 +21792,16 @@ (define-public texlive-jacow (package (name "texlive-jacow") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jacow/" "tex/latex/jacow/") - (base32 - "0wdmk9zl3916hgj3f16dlfvrxxlr7ffmjih2nipgfz376ryvnbgf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jacow/" "tex/latex/jacow/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wdmk9zl3916hgj3f16dlfvrxxlr7ffmjih2nipgfz376ryvnbgf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jacow") @@ -18227,15 +21818,20 @@ (define-public texlive-jamtimes (package (name "texlive-jamtimes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jamtimes/" - "fonts/map/dvips/jamtimes/" - "fonts/tfm/public/jamtimes/" - "fonts/vf/public/jamtimes/" - "tex/latex/jamtimes/") - (base32 - "03ww7w963hgsxazlrabg4f0h35rd8jbr9ga11lrhqf66b6zvpyv1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jamtimes/" + "fonts/map/dvips/jamtimes/" + "fonts/tfm/public/jamtimes/" + "fonts/vf/public/jamtimes/" + "tex/latex/jamtimes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03ww7w963hgsxazlrabg4f0h35rd8jbr9ga11lrhqf66b6zvpyv1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jamtimes") @@ -18250,11 +21846,16 @@ (define-public texlive-jbact (package (name "texlive-jbact") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/jbact/") - (base32 - "0z0x6jrxaayp3w441r1zwlqirvv23g0b8h9xgy6r3ppi71glzqvp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/jbact/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z0x6jrxaayp3w441r1zwlqirvv23g0b8h9xgy6r3ppi71glzqvp")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jbact") (synopsis "BibTeX style for biology journals") @@ -18270,12 +21871,17 @@ (define-public texlive-jeuxcartes (package (name "texlive-jeuxcartes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jeuxcartes/" - "tex/latex/jeuxcartes/") - (base32 - "0imwfdwpap755id1k3cqk2p71nqsddc7g8kp3cc8376j4nc34c8a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jeuxcartes/" + "tex/latex/jeuxcartes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0imwfdwpap755id1k3cqk2p71nqsddc7g8kp3cc8376j4nc34c8a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jeuxcartes") @@ -18294,11 +21900,16 @@ (define-public texlive-jfmutil (package (name "texlive-jfmutil") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/jfmutil/" "scripts/jfmutil/") - (base32 - "1c23wak28a1kwgsk6bw1ifa794zywmqzm7a6w5g883nmbfmsq388"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/jfmutil/" "scripts/jfmutil/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c23wak28a1kwgsk6bw1ifa794zywmqzm7a6w5g883nmbfmsq388")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "jfmutil.pl"))) @@ -18323,11 +21934,16 @@ (define-public texlive-jigsaw (package (name "texlive-jigsaw") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jigsaw/" "tex/latex/jigsaw/") - (base32 - "0qpbsff6saxv2qp4fzyqrprxjy2434ylm11snyc3d59imdmksq0b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jigsaw/" "tex/latex/jigsaw/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qpbsff6saxv2qp4fzyqrprxjy2434ylm11snyc3d59imdmksq0b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jigsaw") @@ -18342,11 +21958,16 @@ (define-public texlive-jkmath (package (name "texlive-jkmath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jkmath/" "tex/latex/jkmath/") - (base32 - "0gqm6wfarf20yi3cq2h4lbnqp39fif1wg6gpkvbqpy6zlndbdb0r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jkmath/" "tex/latex/jkmath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gqm6wfarf20yi3cq2h4lbnqp39fif1wg6gpkvbqpy6zlndbdb0r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jkmath") @@ -18361,11 +21982,16 @@ (define-public texlive-jmb (package (name "texlive-jmb") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/jmb/" "tex/latex/jmb/") - (base32 - "1a5nz825jppq3pl1263w2sbm0a48kmmndppfpp7vi69n5j2248dy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/jmb/" "tex/latex/jmb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a5nz825jppq3pl1263w2sbm0a48kmmndppfpp7vi69n5j2248dy")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jmb") (synopsis "BibTeX style for the @emph{Journal of Theoretical Biology}") @@ -18380,12 +22006,17 @@ (define-public texlive-jmlr (package (name "texlive-jmlr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jmlr/" "source/latex/jmlr/" - "tex/latex/jmlr/") - (base32 - "125zcy1363xlay5ss411x1rl7nyidbh5aygvcr8q8j3qp4yqajrn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jmlr/" "source/latex/jmlr/" + "tex/latex/jmlr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "125zcy1363xlay5ss411x1rl7nyidbh5aygvcr8q8j3qp4yqajrn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jmlr") @@ -18401,13 +22032,18 @@ (define-public texlive-jneurosci (package (name "texlive-jneurosci") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/jneurosci/" - "doc/latex/jneurosci/" - "tex/latex/jneurosci/") - (base32 - "1y010df0hxqsjb1q571z4s3vnz2q03l2n4lycg6z89b2yyvdplsv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/jneurosci/" + "doc/latex/jneurosci/" + "tex/latex/jneurosci/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1y010df0hxqsjb1q571z4s3vnz2q03l2n4lycg6z89b2yyvdplsv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jneurosci") @@ -18423,11 +22059,16 @@ (define-public texlive-jnuexam (package (name "texlive-jnuexam") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jnuexam/" "tex/latex/jnuexam/") - (base32 - "1l6r5cnr5wcxf6hn6ih87544845vcbcd4g3ah8wjl8vaina2j49w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jnuexam/" "tex/latex/jnuexam/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l6r5cnr5wcxf6hn6ih87544845vcbcd4g3ah8wjl8vaina2j49w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jnuexam") @@ -18440,18 +22081,23 @@ (define-public texlive-josefin (package (name "texlive-josefin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/josefin/" - "fonts/enc/dvips/josefin/" - "fonts/map/dvips/josefin/" - "fonts/tfm/public/josefin/" - "fonts/truetype/public/josefin/" - "fonts/type1/public/josefin/" - "fonts/vf/public/josefin/" - "tex/latex/josefin/") - (base32 - "1ja91mkcpgvdycqxlfa1xfay427b3d7akq8pcdwvgakzgf9bkb1s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/josefin/" + "fonts/enc/dvips/josefin/" + "fonts/map/dvips/josefin/" + "fonts/tfm/public/josefin/" + "fonts/truetype/public/josefin/" + "fonts/type1/public/josefin/" + "fonts/vf/public/josefin/" + "tex/latex/josefin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ja91mkcpgvdycqxlfa1xfay427b3d7akq8pcdwvgakzgf9bkb1s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/josefin") @@ -18466,11 +22112,16 @@ (define-public texlive-jourcl (package (name "texlive-jourcl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jourcl/" "tex/latex/jourcl/") - (base32 - "1wbq0mjl6931267qiw0nrfqxa4blpddqyv27m3wggbpbrz9hvakb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jourcl/" "tex/latex/jourcl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wbq0mjl6931267qiw0nrfqxa4blpddqyv27m3wggbpbrz9hvakb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jourcl") @@ -18508,11 +22159,16 @@ (define-public texlive-jpsj (package (name "texlive-jpsj") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jpsj/" "tex/latex/jpsj/") - (base32 - "0gvszj0igklm8b0p268j59ysfbahh03c6nbm6gpzkan3p4ijabdi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jpsj/" "tex/latex/jpsj/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gvszj0igklm8b0p268j59ysfbahh03c6nbm6gpzkan3p4ijabdi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jpsj") @@ -18527,17 +22183,22 @@ (define-public texlive-junicode (package (name "texlive-junicode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/junicode/" - "fonts/enc/dvips/junicode/" - "fonts/map/dvips/junicode/" - "fonts/tfm/public/junicode/" - "fonts/truetype/public/junicode/" - "fonts/vf/public/junicode/" - "tex/latex/junicode/") - (base32 - "0i19bycw48mygvjm6ysawghj7wgb7md7gsvnrbhhfprmabl47j49"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/junicode/" + "fonts/enc/dvips/junicode/" + "fonts/map/dvips/junicode/" + "fonts/tfm/public/junicode/" + "fonts/truetype/public/junicode/" + "fonts/vf/public/junicode/" + "tex/latex/junicode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0i19bycw48mygvjm6ysawghj7wgb7md7gsvnrbhhfprmabl47j49")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/junicode") @@ -18553,12 +22214,17 @@ (define-public texlive-jupynotex (package (name "texlive-jupynotex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jupynotex/" - "tex/latex/jupynotex/") - (base32 - "1dfb20pv1ws89ckk80hnj57w64m4whmm8s66wh2lb9s3a2rd0brk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jupynotex/" + "tex/latex/jupynotex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dfb20pv1ws89ckk80hnj57w64m4whmm8s66wh2lb9s3a2rd0brk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jupynotex") @@ -18575,12 +22241,17 @@ (define-public texlive-jura (package (name "texlive-jura") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jura/" "source/latex/jura/" - "tex/latex/jura/") - (base32 - "1lxss00mymcxljzaqmwj9zpy9cpc71a0a4g6bqrzvgspj506jdp7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jura/" "source/latex/jura/" + "tex/latex/jura/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lxss00mymcxljzaqmwj9zpy9cpc71a0a4g6bqrzvgspj506jdp7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jura") @@ -18596,14 +22267,19 @@ (define-public texlive-juraabbrev (package (name "texlive-juraabbrev") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/juraabbrev/" - "makeindex/juraabbrev/" - "source/latex/juraabbrev/" - "tex/latex/juraabbrev/") - (base32 - "0xybpc9j3x0gvq8hs5hrbb6ivilmp8ayjp6bq8xd7gsy7awag5d7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/juraabbrev/" + "makeindex/juraabbrev/" + "source/latex/juraabbrev/" + "tex/latex/juraabbrev/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xybpc9j3x0gvq8hs5hrbb6ivilmp8ayjp6bq8xd7gsy7awag5d7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/juraabbrev") @@ -18618,13 +22294,18 @@ (define-public texlive-jurabib (package (name "texlive-jurabib") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/jurabib/" "bibtex/bst/jurabib/" - "doc/latex/jurabib/" "source/latex/jurabib/" - "tex/latex/jurabib/") - (base32 - "1z8n654n0f97qayql0111smpydwmdf6i22bg55i6nh5al2jcsbbb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/jurabib/" "bibtex/bst/jurabib/" + "doc/latex/jurabib/" "source/latex/jurabib/" + "tex/latex/jurabib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z8n654n0f97qayql0111smpydwmdf6i22bg55i6nh5al2jcsbbb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jurabib") @@ -18649,11 +22330,16 @@ (define-public texlive-juramisc (package (name "texlive-juramisc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/juramisc/" "tex/latex/juramisc/") - (base32 - "0ka6gmlb0vlg0317ihjnlklvaajj4rrbi7c2iisngz69fgjm26iy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/juramisc/" "tex/latex/juramisc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ka6gmlb0vlg0317ihjnlklvaajj4rrbi7c2iisngz69fgjm26iy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/juramisc") @@ -18668,12 +22354,17 @@ (define-public texlive-jurarsp (package (name "texlive-jurarsp") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/jurarsp/" "doc/latex/jurarsp/" - "source/latex/jurarsp/" "tex/latex/jurarsp/") - (base32 - "03lwp5v6fmq2zhiwaf4qj52k44grzh119il4pdp2fvgl2q4a39sm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/jurarsp/" "doc/latex/jurarsp/" + "source/latex/jurarsp/" "tex/latex/jurarsp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03lwp5v6fmq2zhiwaf4qj52k44grzh119il4pdp2fvgl2q4a39sm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jurarsp") @@ -18690,12 +22381,17 @@ (define-public texlive-jwjournal (package (name "texlive-jwjournal") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jwjournal/" - "tex/latex/jwjournal/") - (base32 - "098mh60qf77x12f6mnlpsl80imx97673wx3vxcndfjdmpmr5k9gk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jwjournal/" + "tex/latex/jwjournal/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "098mh60qf77x12f6mnlpsl80imx97673wx3vxcndfjdmpmr5k9gk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-einfart)) @@ -18710,11 +22406,16 @@ (define-public texlive-karnaugh (package (name "texlive-karnaugh") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/karnaugh/" "tex/latex/karnaugh/") - (base32 - "0zpn2q5v9dv8196h9186b9wx2hbp0j9l1fg6k2pdqhwxgdcgssxh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/karnaugh/" "tex/latex/karnaugh/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zpn2q5v9dv8196h9186b9wx2hbp0j9l1fg6k2pdqhwxgdcgssxh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/karnaugh") @@ -18731,13 +22432,18 @@ (define-public texlive-karnaugh-map (package (name "texlive-karnaugh-map") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/karnaugh-map/" - "source/latex/karnaugh-map/" - "tex/latex/karnaugh-map/") - (base32 - "01gcffk9vys81b0ad1rxlqnq8i8yflfhby43fr46h7li6p08rx09"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/karnaugh-map/" + "source/latex/karnaugh-map/" + "tex/latex/karnaugh-map/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01gcffk9vys81b0ad1rxlqnq8i8yflfhby43fr46h7li6p08rx09")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/karnaugh-map") @@ -18753,13 +22459,18 @@ (define-public texlive-karnaughmap (package (name "texlive-karnaughmap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/karnaughmap/" - "source/latex/karnaughmap/" - "tex/latex/karnaughmap/") - (base32 - "0wwgdcpv5chr7frnlf2j56yiwk5m28bixbv83p2h4f3jl10v5hwi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/karnaughmap/" + "source/latex/karnaughmap/" + "tex/latex/karnaughmap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wwgdcpv5chr7frnlf2j56yiwk5m28bixbv83p2h4f3jl10v5hwi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/karnaughmap") @@ -18774,11 +22485,16 @@ (define-public texlive-kaytannollista-latexia (package (name "texlive-kaytannollista-latexia") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/kaytannollista-latexia/") - (base32 - "12ysr2501m77zjljpi30cxw45drn2hw552yk9asksvrbvavjphm0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/kaytannollista-latexia/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12ysr2501m77zjljpi30cxw45drn2hw552yk9asksvrbvavjphm0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kaytannollista-latexia") @@ -18794,12 +22510,17 @@ (define-public texlive-kdgdocs (package (name "texlive-kdgdocs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/kdgdocs/" "source/latex/kdgdocs/" - "tex/latex/kdgdocs/") - (base32 - "1yjd6y3h8m08zwhnd0bg3153xapxxqy2i23i30fcvv5mj5pnnql8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/kdgdocs/" "source/latex/kdgdocs/" + "tex/latex/kdgdocs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yjd6y3h8m08zwhnd0bg3153xapxxqy2i23i30fcvv5mj5pnnql8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kdgdocs") @@ -18815,13 +22536,18 @@ (define-public texlive-kdpcover (package (name "texlive-kdpcover") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/kdpcover/" - "source/latex/kdpcover/" - "tex/latex/kdpcover/") - (base32 - "116pzg0bdrj78vs2sq196jcwnv16b734kqnhfcg3fka4mf6jk2d1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/kdpcover/" + "source/latex/kdpcover/" + "tex/latex/kdpcover/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "116pzg0bdrj78vs2sq196jcwnv16b734kqnhfcg3fka4mf6jk2d1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -18849,13 +22575,18 @@ (define-public texlive-kfupm-math-exam (package (name "texlive-kfupm-math-exam") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/kfupm-math-exam/" - "source/latex/kfupm-math-exam/" - "tex/latex/kfupm-math-exam/") - (base32 - "1hgyasjhqpb1b9xnffzcwhsi8rr6wx929awn0sadx6rsabiamb16"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/kfupm-math-exam/" + "source/latex/kfupm-math-exam/" + "tex/latex/kfupm-math-exam/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hgyasjhqpb1b9xnffzcwhsi8rr6wx929awn0sadx6rsabiamb16")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kfupm-math-exam") @@ -18874,13 +22605,18 @@ (define-public texlive-kixfont (package (name "texlive-kixfont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/kixfont/" - "fonts/source/public/kixfont/" - "fonts/tfm/public/kixfont/") - (base32 - "0w6fjsws26plm9p74c3qcvvgx5hhlabfbhpc046rb31183f7h0q5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/kixfont/" + "fonts/source/public/kixfont/" + "fonts/tfm/public/kixfont/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0w6fjsws26plm9p74c3qcvvgx5hhlabfbhpc046rb31183f7h0q5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -18898,12 +22634,17 @@ (define-public texlive-kluwer (package (name "texlive-kluwer") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/kluwer/" "doc/latex/kluwer/" - "source/latex/kluwer/" "tex/latex/kluwer/") - (base32 - "14y95srzggd8kaiyjq0sz5amvmppl3rilhj9fr0vcjsy2g1ms52z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/kluwer/" "doc/latex/kluwer/" + "source/latex/kluwer/" "tex/latex/kluwer/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14y95srzggd8kaiyjq0sz5amvmppl3rilhj9fr0vcjsy2g1ms52z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -18932,12 +22673,17 @@ (define-public texlive-kotex-oblivoir (package (name "texlive-kotex-oblivoir") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/kotex-oblivoir/" - "tex/latex/kotex-oblivoir/") - (base32 - "0hq22jdzcg516zx26mkijpnk5i8gdj30lhjldly8plwmfznhzwwa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/kotex-oblivoir/" + "tex/latex/kotex-oblivoir/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hq22jdzcg516zx26mkijpnk5i8gdj30lhjldly8plwmfznhzwwa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-kotex-utf texlive-memoir)) @@ -18952,12 +22698,17 @@ (define-public texlive-kotex-plain (package (name "texlive-kotex-plain") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/kotex-plain/" - "tex/plain/kotex-plain/") - (base32 - "0r79cvm7iy1266yvrn60vwq9wjkgmzgfihbz9dqc84lif5q8kmnw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/kotex-plain/" + "tex/plain/kotex-plain/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r79cvm7iy1266yvrn60vwq9wjkgmzgfihbz9dqc84lif5q8kmnw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kotex-plain") @@ -18972,12 +22723,17 @@ (define-public texlive-kotex-utf (package (name "texlive-kotex-utf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/kotex-utf/" - "tex/latex/kotex-utf/") - (base32 - "1l3hlav7fihws2ly49fn994sc7mjcdwk3zp4xhkgvm0mqjbxzxzz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/kotex-utf/" + "tex/latex/kotex-utf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l3hlav7fihws2ly49fn994sc7mjcdwk3zp4xhkgvm0mqjbxzxzz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-cjk-ko)) @@ -18992,13 +22748,18 @@ (define-public texlive-kotex-utils (package (name "texlive-kotex-utils") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/kotex-utils/" - "makeindex/kotex-utils/" - "scripts/kotex-utils/") - (base32 - "01qmr50fr3i2gzgjyj69jgj4czf62s22z58kja6hbqygczc1jba3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/kotex-utils/" + "makeindex/kotex-utils/" + "scripts/kotex-utils/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01qmr50fr3i2gzgjyj69jgj4czf62s22z58kja6hbqygczc1jba3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -19017,11 +22778,16 @@ (define-public texlive-knuth-errata (package (name "texlive-knuth-errata") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/knuth-errata/") - (base32 - "0rcyw7dqcwlnf9q421k017hrx5c0d9rra6rcr3n6wqmhxmdy5mn9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/knuth-errata/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rcyw7dqcwlnf9q421k017hrx5c0d9rra6rcr3n6wqmhxmdy5mn9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/knuth-errata") @@ -19036,11 +22802,16 @@ (define-public texlive-knuth-hint (package (name "texlive-knuth-hint") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/knuth-hint/") - (base32 - "13ka3b636vwgwz29bl9mh40incldq6mk6cr6q3by01xj12za41kw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/knuth-hint/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13ka3b636vwgwz29bl9mh40incldq6mk6cr6q3by01xj12za41kw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/knuth-hint") @@ -19065,11 +22836,16 @@ (define-public texlive-knuth-pdf (package (name "texlive-knuth-pdf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/knuth-pdf/") - (base32 - "14by59b7d1fi4jh5d0xvzb56g9pgd5zi1sdvfgi50vrpn28gfqfw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/knuth-pdf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14by59b7d1fi4jh5d0xvzb56g9pgd5zi1sdvfgi50vrpn28gfqfw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/knuth-pdf") @@ -19093,11 +22869,16 @@ (define-public texlive-ksfh-nat (package (name "texlive-ksfh-nat") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/ksfh_nat/") - (base32 - "1qzn0n19lslf2qg8fvm844xx5k7s8a275a77z2ynbb0vs1w4prpw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/ksfh_nat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qzn0n19lslf2qg8fvm844xx5k7s8a275a77z2ynbb0vs1w4prpw")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ksfh-nat") (synopsis "BibTeX style for KSFH Munich") @@ -19112,12 +22893,17 @@ (define-public texlive-ksp-thesis (package (name "texlive-ksp-thesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ksp-thesis/" - "tex/latex/ksp-thesis/") - (base32 - "03jklx2yym78b29y3s8fh91mfsn9p4w1cl7yisj3kyyawygzs6hp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ksp-thesis/" + "tex/latex/ksp-thesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03jklx2yym78b29y3s8fh91mfsn9p4w1cl7yisj3kyyawygzs6hp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ksp-thesis") @@ -19137,12 +22923,17 @@ (define-public texlive-ku-template (package (name "texlive-ku-template") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ku-template/" - "tex/latex/ku-template/") - (base32 - "1aa3rday97l1b7vca6sq1jwj81bqx6j7d0ijz0jr4vp3r27pxgs9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ku-template/" + "tex/latex/ku-template/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1aa3rday97l1b7vca6sq1jwj81bqx6j7d0ijz0jr4vp3r27pxgs9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ku-template") @@ -19157,12 +22948,17 @@ (define-public texlive-kvmap (package (name "texlive-kvmap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/kvmap/" "source/latex/kvmap/" - "tex/latex/kvmap/") - (base32 - "04sjs8r2ijd0rdx5d13p6pwnwnwd0rgzx894j3cqfi29y860c7yr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/kvmap/" "source/latex/kvmap/" + "tex/latex/kvmap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04sjs8r2ijd0rdx5d13p6pwnwnwd0rgzx894j3cqfi29y860c7yr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-amsmath texlive-l3experimental @@ -19179,12 +22975,17 @@ (define-public texlive-langsci (package (name "texlive-langsci") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/langsci/" - "tex/xelatex/langsci/") - (base32 - "1kz8gf5w7xrgld5jpf1csdy334ng89hp5lbkgmgaal4m31svw03z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/langsci/" + "tex/xelatex/langsci/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kz8gf5w7xrgld5jpf1csdy334ng89hp5lbkgmgaal4m31svw03z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/langsci") @@ -19200,13 +23001,18 @@ (define-public texlive-langsci-avm (package (name "texlive-langsci-avm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/langsci-avm/" - "source/latex/langsci-avm/" - "tex/latex/langsci-avm/") - (base32 - "1n53syf2slndgjbndjhd3cl8y6bl9j3xgb86z9r1mwvdcdls5674"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/langsci-avm/" + "source/latex/langsci-avm/" + "tex/latex/langsci-avm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n53syf2slndgjbndjhd3cl8y6bl9j3xgb86z9r1mwvdcdls5674")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/langsci-avm") @@ -19223,18 +23029,23 @@ (define-public texlive-lato (package (name "texlive-lato") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/lato/" - "fonts/enc/dvips/lato/" - "fonts/map/dvips/lato/" - "fonts/tfm/typoland/lato/" - "fonts/truetype/typoland/lato/" - "fonts/type1/typoland/lato/" - "fonts/vf/typoland/lato/" - "tex/latex/lato/") - (base32 - "1ykwm108zh79dv96axl74izzhzvmbx74pcl46i99ix2qpicyvcf7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/lato/" + "fonts/enc/dvips/lato/" + "fonts/map/dvips/lato/" + "fonts/tfm/typoland/lato/" + "fonts/truetype/typoland/lato/" + "fonts/type1/typoland/lato/" + "fonts/vf/typoland/lato/" + "tex/latex/lato/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ykwm108zh79dv96axl74izzhzvmbx74pcl46i99ix2qpicyvcf7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lato") @@ -19250,11 +23061,16 @@ (define-public texlive-l2picfaq (package (name "texlive-l2picfaq") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/l2picfaq/") - (base32 - "0mk8d082gcqlxw2x7d2w85sm6i51928pijybzbsh9fy2rfcv99xz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/l2picfaq/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mk8d082gcqlxw2x7d2w85sm6i51928pijybzbsh9fy2rfcv99xz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/l2picfaq") @@ -19269,11 +23085,16 @@ (define-public texlive-l2tabu (package (name "texlive-l2tabu") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/l2tabu/") - (base32 - "1jl0n43bqbys0c9v0xb4sjql0gvk4r14ldzp2rbwzjsk8a39q8v8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/l2tabu/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jl0n43bqbys0c9v0xb4sjql0gvk4r14ldzp2rbwzjsk8a39q8v8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/l2tabu") @@ -19288,11 +23109,16 @@ (define-public texlive-l2tabu-english (package (name "texlive-l2tabu-english") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/l2tabu-english/") - (base32 - "0dqmdr3lffhiaq7pg5pn6ia46miwq4nh5vimhd0qbf936amiv1mm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/l2tabu-english/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dqmdr3lffhiaq7pg5pn6ia46miwq4nh5vimhd0qbf936amiv1mm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/l2tabu-english") @@ -19307,11 +23133,16 @@ (define-public texlive-l2tabu-french (package (name "texlive-l2tabu-french") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/l2tabu-french/") - (base32 - "0c6fbmgwv2adlxbhl1shvpa1w6xd36gmrwvkjgdp9xc3q999l4dj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/l2tabu-french/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c6fbmgwv2adlxbhl1shvpa1w6xd36gmrwvkjgdp9xc3q999l4dj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/l2tabu-french") @@ -19326,11 +23157,16 @@ (define-public texlive-l2tabu-italian (package (name "texlive-l2tabu-italian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/l2tabu-italian/") - (base32 - "0bgfmn5v80rdhs9wmjj6mki29p28ip1d29rmgbw4jh4z6gd4sf22"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/l2tabu-italian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bgfmn5v80rdhs9wmjj6mki29p28ip1d29rmgbw4jh4z6gd4sf22")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/l2tabu-italian") @@ -19345,11 +23181,16 @@ (define-public texlive-l2tabu-spanish (package (name "texlive-l2tabu-spanish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/l2tabu-spanish/") - (base32 - "1p83xflgv8x7nq9mylh468zn3hz5pv3zxprc63q51fwx0ylxfdbk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/l2tabu-spanish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p83xflgv8x7nq9mylh468zn3hz5pv3zxprc63q51fwx0ylxfdbk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/l2tabu-spanish") @@ -19364,12 +23205,17 @@ (define-public texlive-labyrinth (package (name "texlive-labyrinth") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/labyrinth/" - "tex/latex/labyrinth/") - (base32 - "0i4w3dmfjq9vp6m82p4afplca0pdvk36g2h1yskmwbis07bykdgp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/labyrinth/" + "tex/latex/labyrinth/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0i4w3dmfjq9vp6m82p4afplca0pdvk36g2h1yskmwbis07bykdgp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/labyrinth") @@ -19384,11 +23230,16 @@ (define-public texlive-lambda (package (name "texlive-lambda") (version "2023.0") - (source (texlive-origin - name version - (list "tex/lambda/base/" "tex/lambda/config/") - (base32 - "1ajx5g5cd5s9jqr4b196689k7zmlxmhhksly88qps31s7lzaprvn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/lambda/base/" "tex/lambda/config/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ajx5g5cd5s9jqr4b196689k7zmlxmhhksly88qps31s7lzaprvn")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lambda") (synopsis "LaTeX for Omega and Aleph") @@ -19399,13 +23250,18 @@ (define-public texlive-langnames (package (name "texlive-langnames") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/langnames/" - "source/latex/langnames/" - "tex/latex/langnames/") - (base32 - "0fi2xfy33d970g8wdnzasqdzgjcj7rkss9y7pzsp89z1hij3d1z2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/langnames/" + "source/latex/langnames/" + "tex/latex/langnames/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fi2xfy33d970g8wdnzasqdzgjcj7rkss9y7pzsp89z1hij3d1z2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/langnames") @@ -19423,11 +23279,16 @@ (define-public texlive-latex-notes-zh-cn (package (name "texlive-latex-notes-zh-cn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/latex-notes-zh-cn/") - (base32 - "0w9rmd7b5fnfvix653n9vbnn1k8yxlaaak79ipvm8p53dx75xfxd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/latex-notes-zh-cn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0w9rmd7b5fnfvix653n9vbnn1k8yxlaaak79ipvm8p53dx75xfxd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latex-notes-zh-cn") @@ -19443,12 +23304,17 @@ (define-public texlive-latex2e-help-texinfo-fr (package (name "texlive-latex2e-help-texinfo-fr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/info/latex2e-fr.info" - "doc/latex/latex2e-help-texinfo-fr/") - (base32 - "13s0zjwk3m95kbx4qrz2xwp8kifzc2zmasp1ks9l2acf1nqfac9p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/info/latex2e-fr.info" + "doc/latex/latex2e-help-texinfo-fr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13s0zjwk3m95kbx4qrz2xwp8kifzc2zmasp1ks9l2acf1nqfac9p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latex2e-help-texinfo-fr") @@ -19462,12 +23328,17 @@ (define-public texlive-latex2e-help-texinfo-spanish (package (name "texlive-latex2e-help-texinfo-spanish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/info/latex2e-es.info" - "doc/latex/latex2e-help-texinfo-spanish/") - (base32 - "1v3wa99phdmsiajbq0ad4h939cpwjwzpq88h6s0796h5fr34hrvq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/info/latex2e-es.info" + "doc/latex/latex2e-help-texinfo-spanish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v3wa99phdmsiajbq0ad4h939cpwjwzpq88h6s0796h5fr34hrvq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latex2e-help-texinfo") @@ -19481,11 +23352,16 @@ (define-public texlive-latex4musicians (package (name "texlive-latex4musicians") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latex4musicians/") - (base32 - "1zvy2pa93kyn056d5n0irzdq5xmzki6d35zxacxfy19r0g9rwq6f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latex4musicians/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zvy2pa93kyn056d5n0irzdq5xmzki6d35zxacxfy19r0g9rwq6f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latex4musicians") @@ -19501,11 +23377,16 @@ (define-public texlive-latexcheat-de (package (name "texlive-latexcheat-de") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latexcheat-de/") - (base32 - "1cpqcvqkkyb2bf87yjvc2migxawnacx5mva8dapma7hmwx0z7rhm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latexcheat-de/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cpqcvqkkyb2bf87yjvc2migxawnacx5mva8dapma7hmwx0z7rhm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latexcheat-de") @@ -19520,11 +23401,16 @@ (define-public texlive-latexcheat-esmx (package (name "texlive-latexcheat-esmx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latexcheat-esmx/") - (base32 - "1d6nk9p9adlhgr28mnnizrxzzqlk20zw2clcddqlaa8pn73dqhcm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latexcheat-esmx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d6nk9p9adlhgr28mnnizrxzzqlk20zw2clcddqlaa8pn73dqhcm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latexcheat-esmx") @@ -19538,12 +23424,17 @@ (define-public texlive-latino-sine-flexione (package (name "texlive-latino-sine-flexione") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latino-sine-flexione/" - "tex/latex/latino-sine-flexione/") - (base32 - "0py61xhgg73jlz6f9p7g9r06pn7m648d29068i4d97gqc20i2jvc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latino-sine-flexione/" + "tex/latex/latino-sine-flexione/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0py61xhgg73jlz6f9p7g9r06pn7m648d29068i4d97gqc20i2jvc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latino-sine-flexione") @@ -19563,12 +23454,17 @@ (define-public texlive-leadsheets (package (name "texlive-leadsheets") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/leadsheets/" - "tex/latex/leadsheets/") - (base32 - "12aly170pf10dw82i6rykiaxl9r5mmva7kvkhlywir4s6gx07gjc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/leadsheets/" + "tex/latex/leadsheets/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12aly170pf10dw82i6rykiaxl9r5mmva7kvkhlywir4s6gx07gjc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/leadsheets") @@ -19582,12 +23478,17 @@ (define-public texlive-ledmac (package (name "texlive-ledmac") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ledmac/" "source/latex/ledmac/" - "tex/latex/ledmac/") - (base32 - "03b23rkhdhvr0rbmp687p76mlq68crsfyh67frxbnh11vccmfgnc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ledmac/" "source/latex/ledmac/" + "tex/latex/ledmac/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03b23rkhdhvr0rbmp687p76mlq68crsfyh67frxbnh11vccmfgnc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ledmac") @@ -19605,13 +23506,18 @@ (define-public texlive-letgut (package (name "texlive-letgut") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/letgut/" - "source/lualatex/letgut/" - "tex/lualatex/letgut/") - (base32 - "1wk6bibz59jw9vx2syq0hfi2yz69kr3w87839bhnl3svz2x958nn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/letgut/" + "source/lualatex/letgut/" + "tex/lualatex/letgut/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wk6bibz59jw9vx2syq0hfi2yz69kr3w87839bhnl3svz2x958nn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/letgut") @@ -19635,13 +23541,18 @@ (define-public texlive-letterswitharrows (package (name "texlive-letterswitharrows") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/letterswitharrows/" - "source/latex/letterswitharrows/" - "tex/latex/letterswitharrows/") - (base32 - "0qws4in1qgj52z2d38lfyx3l3dxp01agfbipy5xdi1p4jyhw6b7c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/letterswitharrows/" + "source/latex/letterswitharrows/" + "tex/latex/letterswitharrows/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qws4in1qgj52z2d38lfyx3l3dxp01agfbipy5xdi1p4jyhw6b7c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/letterswitharrows") @@ -19657,13 +23568,18 @@ (define-public texlive-lexend (package (name "texlive-lexend") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/lexend/" - "fonts/truetype/public/lexend/" - "tex/latex/lexend/") - (base32 - "0jk9m3zb3xik463nwsjh003ly3xrrph7kam519b9lyqybyxb16xs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/lexend/" + "fonts/truetype/public/lexend/" + "tex/latex/lexend/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jk9m3zb3xik463nwsjh003ly3xrrph7kam519b9lyqybyxb16xs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lexend") @@ -19678,11 +23594,16 @@ (define-public texlive-lexikon (package (name "texlive-lexikon") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lexikon/" "tex/latex/lexikon/") - (base32 - "0x2h8w3cchzr2lvx5xqs1fn01y7b4lqkky85dard223w2r1dn22m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lexikon/" "tex/latex/lexikon/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0x2h8w3cchzr2lvx5xqs1fn01y7b4lqkky85dard223w2r1dn22m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lexikon") @@ -19695,11 +23616,16 @@ (define-public texlive-lexref (package (name "texlive-lexref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lexref/" "tex/latex/lexref/") - (base32 - "0562vjn0vvjsqfi2jqy1yp6mqi8nrs25yc9nr1zc950q421w0vrb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lexref/" "tex/latex/lexref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0562vjn0vvjsqfi2jqy1yp6mqi8nrs25yc9nr1zc950q421w0vrb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lexref") @@ -19716,12 +23642,17 @@ (define-public texlive-lfb (package (name "texlive-lfb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/lfb/" "fonts/source/public/lfb/" - "fonts/tfm/public/lfb/") - (base32 - "1n0cf7igvhqnmdk8hjj1lahzr3iaiaqsq01pxkphg6myab127x71"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/lfb/" "fonts/source/public/lfb/" + "fonts/tfm/public/lfb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n0cf7igvhqnmdk8hjj1lahzr3iaiaqsq01pxkphg6myab127x71")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -19741,15 +23672,20 @@ (define-public texlive-libertinegc (package (name "texlive-libertinegc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/libertinegc/" - "fonts/enc/dvips/libertinegc/" - "fonts/map/dvips/libertinegc/" - "fonts/tfm/public/libertinegc/" - "tex/latex/libertinegc/") - (base32 - "17712j1gb38l4c5b2br7db8ix36kc8kwfpa7d6ass32wz5jck656"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/libertinegc/" + "fonts/enc/dvips/libertinegc/" + "fonts/map/dvips/libertinegc/" + "fonts/tfm/public/libertinegc/" + "tex/latex/libertinegc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17712j1gb38l4c5b2br7db8ix36kc8kwfpa7d6ass32wz5jck656")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/libertinegc") @@ -19765,12 +23701,17 @@ (define-public texlive-libertinus (package (name "texlive-libertinus") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/libertinus/" - "tex/latex/libertinus/") - (base32 - "13m20jkrf0sp39f0ihc0fw7spzc3gys5xdc720r5gzdnbdqdvih4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/libertinus/" + "tex/latex/libertinus/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13m20jkrf0sp39f0ihc0fw7spzc3gys5xdc720r5gzdnbdqdvih4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/libertinus") @@ -19787,12 +23728,17 @@ (define-public texlive-libertinus-fonts (package (name "texlive-libertinus-fonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/libertinus-fonts/" - "fonts/opentype/public/libertinus-fonts/") - (base32 - "1g4y3v7i8bs1677rj56v3kw5q3nkl9ksljmly4m7n42dlpggxiaj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/libertinus-fonts/" + "fonts/opentype/public/libertinus-fonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1g4y3v7i8bs1677rj56v3kw5q3nkl9ksljmly4m7n42dlpggxiaj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/libertinus-fonts") @@ -19809,12 +23755,17 @@ (define-public texlive-libertinus-otf (package (name "texlive-libertinus-otf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/libertinus-otf/" - "tex/latex/libertinus-otf/") - (base32 - "0rd4jr67j9744fm18vps0brwsa9880jdq4vj4s7dl80aylp8djz4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/libertinus-otf/" + "tex/latex/libertinus-otf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rd4jr67j9744fm18vps0brwsa9880jdq4vj4s7dl80aylp8djz4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/libertinus-otf") @@ -19830,17 +23781,22 @@ (define-public texlive-libertinus-type1 (package (name "texlive-libertinus-type1") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/libertinus-type1/" - "fonts/enc/dvips/libertinus-type1/" - "fonts/map/dvips/libertinus-type1/" - "fonts/tfm/public/libertinus-type1/" - "fonts/type1/public/libertinus-type1/" - "fonts/vf/public/libertinus-type1/" - "tex/latex/libertinus-type1/") - (base32 - "1vzvli3sbyxdsqzb3qk03mbl0qg4q7ihipddd1n6bdbjriv67zz6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/libertinus-type1/" + "fonts/enc/dvips/libertinus-type1/" + "fonts/map/dvips/libertinus-type1/" + "fonts/tfm/public/libertinus-type1/" + "fonts/type1/public/libertinus-type1/" + "fonts/vf/public/libertinus-type1/" + "tex/latex/libertinus-type1/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vzvli3sbyxdsqzb3qk03mbl0qg4q7ihipddd1n6bdbjriv67zz6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/libertinus-type1") @@ -19854,18 +23810,23 @@ (define-public texlive-libertinust1math (package (name "texlive-libertinust1math") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/libertinust1math/" - "fonts/afm/public/libertinust1math/" - "fonts/enc/dvips/libertinust1math/" - "fonts/map/dvips/libertinust1math/" - "fonts/tfm/public/libertinust1math/" - "fonts/type1/public/libertinust1math/" - "fonts/vf/public/libertinust1math/" - "tex/latex/libertinust1math/") - (base32 - "0hjv2p2sj1wmxg727490m8jn08p1alc9gyfigvy0k65c5lghhs7s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/libertinust1math/" + "fonts/afm/public/libertinust1math/" + "fonts/enc/dvips/libertinust1math/" + "fonts/map/dvips/libertinust1math/" + "fonts/tfm/public/libertinust1math/" + "fonts/type1/public/libertinust1math/" + "fonts/vf/public/libertinust1math/" + "tex/latex/libertinust1math/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hjv2p2sj1wmxg727490m8jn08p1alc9gyfigvy0k65c5lghhs7s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/libertinust1math") @@ -19882,18 +23843,23 @@ (define-public texlive-librebaskerville (package (name "texlive-librebaskerville") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/librebaskerville/" - "fonts/enc/dvips/librebaskerville/" - "fonts/map/dvips/librebaskerville/" - "fonts/tfm/impallari/librebaskerville/" - "fonts/truetype/impallari/librebaskerville/" - "fonts/type1/impallari/librebaskerville/" - "fonts/vf/impallari/librebaskerville/" - "tex/latex/librebaskerville/") - (base32 - "1rjac2w8q0m4a6qcdjphv3rgws19vbg65wv6gk1frl0d14bijqdy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/librebaskerville/" + "fonts/enc/dvips/librebaskerville/" + "fonts/map/dvips/librebaskerville/" + "fonts/tfm/impallari/librebaskerville/" + "fonts/truetype/impallari/librebaskerville/" + "fonts/type1/impallari/librebaskerville/" + "fonts/vf/impallari/librebaskerville/" + "tex/latex/librebaskerville/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rjac2w8q0m4a6qcdjphv3rgws19vbg65wv6gk1frl0d14bijqdy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/librebaskerville") @@ -19909,18 +23875,23 @@ (define-public texlive-librebodoni (package (name "texlive-librebodoni") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/librebodoni/" - "fonts/enc/dvips/librebodoni/" - "fonts/map/dvips/librebodoni/" - "fonts/opentype/impallari/librebodoni/" - "fonts/tfm/impallari/librebodoni/" - "fonts/type1/impallari/librebodoni/" - "fonts/vf/impallari/librebodoni/" - "tex/latex/librebodoni/") - (base32 - "1skyjmb0drrs6z8bhmdyx7q9wqz9vbyi6nkif5rj95kqxxwznkyz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/librebodoni/" + "fonts/enc/dvips/librebodoni/" + "fonts/map/dvips/librebodoni/" + "fonts/opentype/impallari/librebodoni/" + "fonts/tfm/impallari/librebodoni/" + "fonts/type1/impallari/librebodoni/" + "fonts/vf/impallari/librebodoni/" + "tex/latex/librebodoni/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1skyjmb0drrs6z8bhmdyx7q9wqz9vbyi6nkif5rj95kqxxwznkyz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/librebodoni") @@ -19934,18 +23905,23 @@ (define-public texlive-librecaslon (package (name "texlive-librecaslon") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/librecaslon/" - "fonts/enc/dvips/librecaslon/" - "fonts/map/dvips/librecaslon/" - "fonts/opentype/impallari/librecaslon/" - "fonts/tfm/impallari/librecaslon/" - "fonts/type1/impallari/librecaslon/" - "fonts/vf/impallari/librecaslon/" - "tex/latex/librecaslon/") - (base32 - "16lmaa0rsrgrib00r8rsj9librkybq2zf1as11l3hiw5zcq3wj0w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/librecaslon/" + "fonts/enc/dvips/librecaslon/" + "fonts/map/dvips/librecaslon/" + "fonts/opentype/impallari/librecaslon/" + "fonts/tfm/impallari/librecaslon/" + "fonts/type1/impallari/librecaslon/" + "fonts/vf/impallari/librecaslon/" + "tex/latex/librecaslon/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16lmaa0rsrgrib00r8rsj9librkybq2zf1as11l3hiw5zcq3wj0w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/librecaslon") @@ -19960,18 +23936,23 @@ (define-public texlive-librefranklin (package (name "texlive-librefranklin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/librefranklin/" - "fonts/enc/dvips/librefranklin/" - "fonts/map/dvips/librefranklin/" - "fonts/opentype/impallari/librefranklin/" - "fonts/tfm/impallari/librefranklin/" - "fonts/type1/impallari/librefranklin/" - "fonts/vf/impallari/librefranklin/" - "tex/latex/librefranklin/") - (base32 - "1vkc2sj7689zn2rxc03q2spvs10865jrnv37s9dgw35hifb69m5s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/librefranklin/" + "fonts/enc/dvips/librefranklin/" + "fonts/map/dvips/librefranklin/" + "fonts/opentype/impallari/librefranklin/" + "fonts/tfm/impallari/librefranklin/" + "fonts/type1/impallari/librefranklin/" + "fonts/vf/impallari/librefranklin/" + "tex/latex/librefranklin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vkc2sj7689zn2rxc03q2spvs10865jrnv37s9dgw35hifb69m5s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/librefranklin") @@ -19986,19 +23967,24 @@ (define-public texlive-libris (package (name "texlive-libris") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/libris/" - "fonts/afm/arkandis/libris/" - "fonts/enc/dvips/libris/" - "fonts/map/dvips/libris/" - "fonts/tfm/arkandis/libris/" - "fonts/type1/arkandis/libris/" - "fonts/vf/arkandis/libris/" - "source/fonts/libris/" - "tex/latex/libris/") - (base32 - "0ky2b4knhfd51yz6ycsly6q5rz2fk4h3rhnxmcx3qnhnai6cf9fc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/libris/" + "fonts/afm/arkandis/libris/" + "fonts/enc/dvips/libris/" + "fonts/map/dvips/libris/" + "fonts/tfm/arkandis/libris/" + "fonts/type1/arkandis/libris/" + "fonts/vf/arkandis/libris/" + "source/fonts/libris/" + "tex/latex/libris/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ky2b4knhfd51yz6ycsly6q5rz2fk4h3rhnxmcx3qnhnai6cf9fc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/libris") @@ -20013,12 +23999,17 @@ (define-public texlive-lie-hasse (package (name "texlive-lie-hasse") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lie-hasse/" - "tex/latex/lie-hasse/") - (base32 - "1p4ln326spkzcp42p0bjk8cma4cj4ks8xs6ps5mq1b9q1r3vknaa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lie-hasse/" + "tex/latex/lie-hasse/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p4ln326spkzcp42p0bjk8cma4cj4ks8xs6ps5mq1b9q1r3vknaa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lie-hasse") @@ -20033,17 +24024,22 @@ (define-public texlive-lilyglyphs (package (name "texlive-lilyglyphs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lilyglyphs/" - "fonts/opentype/public/lilyglyphs/" - "scripts/lilyglyphs/" - "source/latex/lilyglyphs/fonts/" - "source/latex/lilyglyphs/glyphimages/definitions/" - "source/latex/lilyglyphs/glyphimages/generated_src/" - "tex/latex/lilyglyphs/") - (base32 - "1g5v2bq7ml9pnh2xlkzf6k9zh3azw7i96iapp8yajyxk8akj0ki2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lilyglyphs/" + "fonts/opentype/public/lilyglyphs/" + "scripts/lilyglyphs/" + "source/latex/lilyglyphs/fonts/" + "source/latex/lilyglyphs/glyphimages/definitions/" + "source/latex/lilyglyphs/glyphimages/generated_src/" + "tex/latex/lilyglyphs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1g5v2bq7ml9pnh2xlkzf6k9zh3azw7i96iapp8yajyxk8akj0ki2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -20065,12 +24061,17 @@ (define-public texlive-limecv (package (name "texlive-limecv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/limecv/" "source/latex/limecv/" - "tex/latex/limecv/") - (base32 - "1bqqkbxzayb8wwlkj1vkf01lx78i7pq2kb9clrir0paxjm8xa6ja"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/limecv/" "source/latex/limecv/" + "tex/latex/limecv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bqqkbxzayb8wwlkj1vkf01lx78i7pq2kb9clrir0paxjm8xa6ja")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/limecv") @@ -20085,17 +24086,22 @@ (define-public texlive-lineara (package (name "texlive-lineara") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/lineara/" - "fonts/afm/public/lineara/" - "fonts/map/dvips/lineara/" - "fonts/tfm/public/lineara/" - "fonts/type1/public/lineara/" - "source/fonts/lineara/" - "tex/latex/lineara/") - (base32 - "1k3frdshsc2cj1y61bcpz9fcs1rw1rkzh8fk3fzbaqyqmyka3yl7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/lineara/" + "fonts/afm/public/lineara/" + "fonts/map/dvips/lineara/" + "fonts/tfm/public/lineara/" + "fonts/type1/public/lineara/" + "source/fonts/lineara/" + "tex/latex/lineara/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1k3frdshsc2cj1y61bcpz9fcs1rw1rkzh8fk3fzbaqyqmyka3yl7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lineara") @@ -20111,12 +24117,17 @@ (define-public texlive-ling-macros (package (name "texlive-ling-macros") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ling-macros/" - "tex/latex/ling-macros/") - (base32 - "0q5l9h5xkd9gkpx2g5inzkcsssqvdicv05r8xvlmmx41mf1ikc88"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ling-macros/" + "tex/latex/ling-macros/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q5l9h5xkd9gkpx2g5inzkcsssqvdicv05r8xvlmmx41mf1ikc88")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ling-macros") @@ -20130,11 +24141,16 @@ (define-public texlive-linguex (package (name "texlive-linguex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/linguex/" "tex/latex/linguex/") - (base32 - "0w2rxvjljrl4b7s1dr7k2vk5nifq0zgmjlx68ajpsihjnzal7k8g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/linguex/" "tex/latex/linguex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0w2rxvjljrl4b7s1dr7k2vk5nifq0zgmjlx68ajpsihjnzal7k8g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/linguex") @@ -20151,18 +24167,23 @@ (define-public texlive-linguisticspro (package (name "texlive-linguisticspro") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/linguisticspro/" - "fonts/enc/dvips/linguisticspro/" - "fonts/map/dvips/linguisticspro/" - "fonts/opentype/public/linguisticspro/" - "fonts/tfm/public/linguisticspro/" - "fonts/type1/public/linguisticspro/" - "fonts/vf/public/linguisticspro/" - "tex/latex/linguisticspro/") - (base32 - "0yyclkwsa4ibsdc60mw22f2skq2wify9ic4lzvkjsaigvq28zj3y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/linguisticspro/" + "fonts/enc/dvips/linguisticspro/" + "fonts/map/dvips/linguisticspro/" + "fonts/opentype/public/linguisticspro/" + "fonts/tfm/public/linguisticspro/" + "fonts/type1/public/linguisticspro/" + "fonts/vf/public/linguisticspro/" + "tex/latex/linguisticspro/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yyclkwsa4ibsdc60mw22f2skq2wify9ic4lzvkjsaigvq28zj3y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/linguisticspro") @@ -20177,12 +24198,17 @@ (define-public texlive-lion-msc (package (name "texlive-lion-msc") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/lion-msc/" "doc/latex/lion-msc/" - "tex/latex/lion-msc/") - (base32 - "1yj3xwbd4lb5vjkfqhwhy82pc9p59vffah6zmiqbgjaj10q1ihb5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/lion-msc/" "doc/latex/lion-msc/" + "tex/latex/lion-msc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yj3xwbd4lb5vjkfqhwhy82pc9p59vffah6zmiqbgjaj10q1ihb5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lion-msc") @@ -20203,13 +24229,18 @@ (define-public texlive-listbib (package (name "texlive-listbib") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/listbib/" "doc/latex/listbib/" - "scripts/listbib/" "source/latex/listbib/" - "tex/latex/listbib/") - (base32 - "1k4xwmv6lh1vaggimzmiqib8aai9dm0j586m0hds04485pvhv5ky"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/listbib/" "doc/latex/listbib/" + "scripts/listbib/" "source/latex/listbib/" + "tex/latex/listbib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1k4xwmv6lh1vaggimzmiqib8aai9dm0j586m0hds04485pvhv5ky")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "listbib"))) @@ -20225,15 +24256,20 @@ (define-public texlive-lithuanian (package (name "texlive-lithuanian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lithuanian/" - "fonts/enc/dvips/lithuanian/" - "fonts/map/dvips/lithuanian/" - "fonts/tfm/public/lithuanian/" - "tex/latex/lithuanian/") - (base32 - "1iq06vlryl4fj2mzkmmphw9ihm0y7wmi5k8wxniaciw5mm5vrw7x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lithuanian/" + "fonts/enc/dvips/lithuanian/" + "fonts/map/dvips/lithuanian/" + "fonts/tfm/public/lithuanian/" + "tex/latex/lithuanian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1iq06vlryl4fj2mzkmmphw9ihm0y7wmi5k8wxniaciw5mm5vrw7x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lithuanian") @@ -20255,12 +24291,17 @@ (define-public texlive-liturg (package (name "texlive-liturg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/liturg/" "source/latex/liturg/" - "tex/latex/liturg/") - (base32 - "1nmcz7zg27aasczdv3p6ilsmy66cbfjg9yri45d0pml7m7c56din"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/liturg/" "source/latex/liturg/" + "tex/latex/liturg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nmcz7zg27aasczdv3p6ilsmy66cbfjg9yri45d0pml7m7c56din")))) (outputs '("out" "doc")) (build-system texlive-build-system) ;; The "liturg.ins" provided by the package does not generate anything. @@ -20278,12 +24319,17 @@ (define-public texlive-llncs (package (name "texlive-llncs") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/llncs/" "doc/latex/llncs/" - "tex/latex/llncs/") - (base32 - "0drz45rmjprwy2019nkd6l5kjpqshfajqhg0x6jf5y9w1zbs1qv5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/llncs/" "doc/latex/llncs/" + "tex/latex/llncs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0drz45rmjprwy2019nkd6l5kjpqshfajqhg0x6jf5y9w1zbs1qv5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/llncs") @@ -20301,12 +24347,17 @@ (define-public texlive-llncsconf (package (name "texlive-llncsconf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/llncsconf/" - "tex/latex/llncsconf/") - (base32 - "18z94lh90pzvbzfgxj27n2l12mfbcjd20vga16h8d2bln56lrfpm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/llncsconf/" + "tex/latex/llncsconf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18z94lh90pzvbzfgxj27n2l12mfbcjd20vga16h8d2bln56lrfpm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/llncsconf") @@ -20323,12 +24374,17 @@ (define-public texlive-lni (package (name "texlive-lni") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/lni/" "doc/latex/lni/" - "source/latex/lni/" "tex/latex/lni/") - (base32 - "0d23j9yc9q45j9l9vzpndpgsvl5d76mkhmfjjjjrqmgmqmf3fzn0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/lni/" "doc/latex/lni/" + "source/latex/lni/" "tex/latex/lni/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d23j9yc9q45j9l9vzpndpgsvl5d76mkhmfjjjjrqmgmqmf3fzn0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lni") @@ -20343,18 +24399,23 @@ (define-public texlive-lobster2 (package (name "texlive-lobster2") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/lobster2/" - "fonts/enc/dvips/lobster2/" - "fonts/map/dvips/lobster2/" - "fonts/opentype/impallari/lobster2/" - "fonts/tfm/impallari/lobster2/" - "fonts/type1/impallari/lobster2/" - "fonts/vf/impallari/lobster2/" - "tex/latex/lobster2/") - (base32 - "0jq6287n0c0qzcx6jch0d9k7axg119z2p2mw6i3s40jdyg67m3a4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/lobster2/" + "fonts/enc/dvips/lobster2/" + "fonts/map/dvips/lobster2/" + "fonts/opentype/impallari/lobster2/" + "fonts/tfm/impallari/lobster2/" + "fonts/type1/impallari/lobster2/" + "fonts/vf/impallari/lobster2/" + "tex/latex/lobster2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jq6287n0c0qzcx6jch0d9k7axg119z2p2mw6i3s40jdyg67m3a4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lobster2") @@ -20371,13 +24432,18 @@ (define-public texlive-logicproof (package (name "texlive-logicproof") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/logicproof/" - "source/latex/logicproof/" - "tex/latex/logicproof/") - (base32 - "02iif9rvp8njp7zc4ab4jgksf0hrbg6z5cp7066y245bjwi99fi3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/logicproof/" + "source/latex/logicproof/" + "tex/latex/logicproof/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02iif9rvp8njp7zc4ab4jgksf0hrbg6z5cp7066y245bjwi99fi3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/logicproof") @@ -20395,13 +24461,18 @@ (define-public texlive-logicpuzzle (package (name "texlive-logicpuzzle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/logicpuzzle/" - "scripts/logicpuzzle/" - "tex/latex/logicpuzzle/") - (base32 - "1m2yrizdj76gywxkcfz90by2qwx8pq8akacj5qmsin095hnyskfh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/logicpuzzle/" + "scripts/logicpuzzle/" + "tex/latex/logicpuzzle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m2yrizdj76gywxkcfz90by2qwx8pq8akacj5qmsin095hnyskfh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/logicpuzzle") @@ -20479,14 +24550,19 @@ (define-public texlive-logix (package (name "texlive-logix") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/logix/" - "fonts/opentype/public/logix/" - "fonts/truetype/public/logix/" - "tex/latex/logix/") - (base32 - "19ak3zfqnx04rb5wcmzc5z3g8sp2wphi83lx9i58y41y3lp2z4kq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/logix/" + "fonts/opentype/public/logix/" + "fonts/truetype/public/logix/" + "tex/latex/logix/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19ak3zfqnx04rb5wcmzc5z3g8sp2wphi83lx9i58y41y3lp2z4kq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/logix") @@ -20502,11 +24578,16 @@ (define-public texlive-lollipop (package (name "texlive-lollipop") (version "2023.0") - (source (texlive-origin - name version - (list "doc/otherformats/lollipop/" "tex/lollipop/") - (base32 - "0xdldlnhsr2n8544j9vd6gllin8bfkpcbhlpmxlhrvjl5bdg0rjp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/otherformats/lollipop/" "tex/lollipop/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xdldlnhsr2n8544j9vd6gllin8bfkpcbhlpmxlhrvjl5bdg0rjp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:create-formats #~(list "lollipop"))) @@ -20525,12 +24606,17 @@ (define-public texlive-longdivision (package (name "texlive-longdivision") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/longdivision/" - "tex/latex/longdivision/") - (base32 - "110jy01n8n8gmanvfv4sngmrgh2hrgkd1h37g3rdbwgq7s5iffaw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/longdivision/" + "tex/latex/longdivision/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "110jy01n8n8gmanvfv4sngmrgh2hrgkd1h37g3rdbwgq7s5iffaw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/longdivision") @@ -20552,11 +24638,16 @@ (define-public texlive-lpform (package (name "texlive-lpform") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/lpform/" "tex/generic/lpform/") - (base32 - "13pg4wb3z8xhmf9wry4rvdzhg0ydhpbdp6vxjk7g91p6s3lvqa51"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/lpform/" "tex/generic/lpform/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13pg4wb3z8xhmf9wry4rvdzhg0ydhpbdp6vxjk7g91p6s3lvqa51")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lpform") @@ -20576,13 +24667,18 @@ (define-public texlive-lplfitch (package (name "texlive-lplfitch") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lplfitch/" - "source/latex/lplfitch/" - "tex/latex/lplfitch/") - (base32 - "1x396k71r8sb04pby3h6snjzmyzmai9s11icgxf1vi9dswh191cz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lplfitch/" + "source/latex/lplfitch/" + "tex/latex/lplfitch/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x396k71r8sb04pby3h6snjzmyzmai9s11icgxf1vi9dswh191cz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lplfitch") @@ -20598,12 +24694,17 @@ (define-public texlive-lps (package (name "texlive-lps") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lps/" "source/latex/lps/" - "tex/latex/lps/") - (base32 - "11jd8k1w2mk0xmwaxb1ps8pabxlzvs24z5hl74dwcim2xad7ahvj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lps/" "source/latex/lps/" + "tex/latex/lps/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11jd8k1w2mk0xmwaxb1ps8pabxlzvs24z5hl74dwcim2xad7ahvj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lps") @@ -20619,11 +24720,16 @@ (define-public texlive-lshort-bulgarian (package (name "texlive-lshort-bulgarian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-bulgarian/") - (base32 - "0qg23asq2i5mqhp9xblv5hm3qxmd5886d5x0gq1fkdbyy9gsawi3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-bulgarian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qg23asq2i5mqhp9xblv5hm3qxmd5886d5x0gq1fkdbyy9gsawi3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-bulgarian") @@ -20638,11 +24744,16 @@ (define-public texlive-lshort-chinese (package (name "texlive-lshort-chinese") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-chinese/") - (base32 - "0455mdpcv3yg4m5vrbdp47j7mcwi43mvsy2p9clp7794agaf2ir6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-chinese/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0455mdpcv3yg4m5vrbdp47j7mcwi43mvsy2p9clp7794agaf2ir6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-zh-cn") @@ -20657,11 +24768,16 @@ (define-public texlive-lshort-czech (package (name "texlive-lshort-czech") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-czech/") - (base32 - "0ar9qa0cg0mjv6ydgx1phaa1qpiy25s3jciznbylgi5xprvnnfa9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-czech/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ar9qa0cg0mjv6ydgx1phaa1qpiy25s3jciznbylgi5xprvnnfa9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-czech") @@ -20675,11 +24791,16 @@ (define-public texlive-lshort-dutch (package (name "texlive-lshort-dutch") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-dutch/") - (base32 - "160r060gmw6f6lgbnyvfxafjpqvyr4jwd56ddkjfm3ir2bfl973d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-dutch/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "160r060gmw6f6lgbnyvfxafjpqvyr4jwd56ddkjfm3ir2bfl973d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-dutch") @@ -20693,11 +24814,16 @@ (define-public texlive-lshort-estonian (package (name "texlive-lshort-estonian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-estonian/") - (base32 - "0dfwp7kkynpskb345i3yz7h5pvc8iljqg3q6l546vrwla0bmb95c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-estonian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dfwp7kkynpskb345i3yz7h5pvc8iljqg3q6l546vrwla0bmb95c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-estonian") @@ -20711,11 +24837,16 @@ (define-public texlive-lshort-english (package (name "texlive-lshort-english") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-english/") - (base32 - "0pzqdbzynlwvpamd69cmfpa8jdcvq96qjr9k1fy3dxpzi2mapvhd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-english/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pzqdbzynlwvpamd69cmfpa8jdcvq96qjr9k1fy3dxpzi2mapvhd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-english") @@ -20731,11 +24862,16 @@ (define-public texlive-lshort-finnish (package (name "texlive-lshort-finnish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-finnish/") - (base32 - "06madlm869kmwxprmy2c78ma4s8zk8mclzmd4xdl0r4mlhk4vdsl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-finnish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06madlm869kmwxprmy2c78ma4s8zk8mclzmd4xdl0r4mlhk4vdsl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-finnish") @@ -20749,11 +24885,16 @@ (define-public texlive-lshort-french (package (name "texlive-lshort-french") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-french/") - (base32 - "1hdl0w7b1ablx7qfcvgniz7dcbgazb49b8wfw7c08hlb38gxfqh7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-french/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hdl0w7b1ablx7qfcvgniz7dcbgazb49b8wfw7c08hlb38gxfqh7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-french") @@ -20767,11 +24908,16 @@ (define-public texlive-lshort-german (package (name "texlive-lshort-german") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-german/") - (base32 - "073v7zvk8xri0f05mr0ad770p81akl9b9cnia1q4hcma9fk89k10"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-german/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "073v7zvk8xri0f05mr0ad770p81akl9b9cnia1q4hcma9fk89k10")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-german") @@ -20787,11 +24933,16 @@ (define-public texlive-lshort-italian (package (name "texlive-lshort-italian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-italian/") - (base32 - "085ydria5q7s648r7frl54sa1y4kyr569zvqjjkancfd83h873cg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-italian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "085ydria5q7s648r7frl54sa1y4kyr569zvqjjkancfd83h873cg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-italian") @@ -20805,11 +24956,16 @@ (define-public texlive-lshort-japanese (package (name "texlive-lshort-japanese") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-japanese/") - (base32 - "0mfxig980jyzhay1i83d69p294hgbr92v3kk2a4z8ca3fwzy8w74"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-japanese/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mfxig980jyzhay1i83d69p294hgbr92v3kk2a4z8ca3fwzy8w74")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-japanese") @@ -20822,11 +24978,16 @@ (define-public texlive-lshort-korean (package (name "texlive-lshort-korean") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-korean/") - (base32 - "07660lrss97hswmis7rgc419h05mgrvsfrrwmnrwk5yn97flhhqd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-korean/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07660lrss97hswmis7rgc419h05mgrvsfrrwmnrwk5yn97flhhqd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-korean") @@ -20840,11 +25001,16 @@ (define-public texlive-lshort-mongol (package (name "texlive-lshort-mongol") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-mongol/") - (base32 - "153k4dzia30fpx847wli7i5p407a808gmj3p7jifq5bpx479qg1g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-mongol/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "153k4dzia30fpx847wli7i5p407a808gmj3p7jifq5bpx479qg1g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-mongol") @@ -20858,11 +25024,16 @@ (define-public texlive-lshort-persian (package (name "texlive-lshort-persian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-persian/") - (base32 - "0b1b45nh2d3d3zv735dymgyllj6m8i57icbihjkl1im0nghrzklk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-persian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b1b45nh2d3d3zv735dymgyllj6m8i57icbihjkl1im0nghrzklk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-persian") @@ -20876,11 +25047,16 @@ (define-public texlive-lshort-polish (package (name "texlive-lshort-polish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-polish/") - (base32 - "121y638k4f4pbjpa4q0n9qj2w57624q2d1v4jz09qh399fl5yk81"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-polish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "121y638k4f4pbjpa4q0n9qj2w57624q2d1v4jz09qh399fl5yk81")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-polish") @@ -20894,11 +25070,16 @@ (define-public texlive-lshort-portuguese (package (name "texlive-lshort-portuguese") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-portuguese/") - (base32 - "0wg51rjcayiizkz0vvjkirrx19q8fbnfrwilgh13prlbpams1hsh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-portuguese/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wg51rjcayiizkz0vvjkirrx19q8fbnfrwilgh13prlbpams1hsh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-portuguese") @@ -20912,11 +25093,16 @@ (define-public texlive-lshort-russian (package (name "texlive-lshort-russian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-russian/") - (base32 - "02abh69xl43p56fcciyan4j0z4mqq2j7ynwazq1nywhz37d6zn7y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-russian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02abh69xl43p56fcciyan4j0z4mqq2j7ynwazq1nywhz37d6zn7y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-russian") @@ -20929,11 +25115,16 @@ (define-public texlive-lshort-slovak (package (name "texlive-lshort-slovak") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-slovak/") - (base32 - "0b5gn95i32dyn8r7v2cdcz759fllp3b0zwx17adjs282n06vfymq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-slovak/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b5gn95i32dyn8r7v2cdcz759fllp3b0zwx17adjs282n06vfymq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-slovak") @@ -20947,11 +25138,16 @@ (define-public texlive-lshort-slovenian (package (name "texlive-lshort-slovenian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-slovenian/") - (base32 - "0cwjg0z5vr4x93bz1khwl27rk8k7kpjm978iyzn6w7gx3wi87zr0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-slovenian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cwjg0z5vr4x93bz1khwl27rk8k7kpjm978iyzn6w7gx3wi87zr0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-slovenian") @@ -20965,11 +25161,16 @@ (define-public texlive-lshort-spanish (package (name "texlive-lshort-spanish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-spanish/") - (base32 - "0ls50syrg3dl5dl5a3fi33cr9j990l2xr6pribn1vqglsqrh191l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-spanish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ls50syrg3dl5dl5a3fi33cr9j990l2xr6pribn1vqglsqrh191l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-spanish") @@ -20983,11 +25184,16 @@ (define-public texlive-lshort-thai (package (name "texlive-lshort-thai") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-thai/") - (base32 - "16r9gx902a342q2mj570y269yw97yaj6hrbqrk4h49ihm695z30i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-thai/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16r9gx902a342q2mj570y269yw97yaj6hrbqrk4h49ihm695z30i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-thai") @@ -21000,11 +25206,16 @@ (define-public texlive-lshort-turkish (package (name "texlive-lshort-turkish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-turkish/") - (base32 - "00r6pv4z4933jw072djdasd2wp5j05wghln62ga4g6y6jblf6zks"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-turkish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00r6pv4z4933jw072djdasd2wp5j05wghln62ga4g6y6jblf6zks")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-turkish") @@ -21018,11 +25229,16 @@ (define-public texlive-lshort-ukr (package (name "texlive-lshort-ukr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-ukr/") - (base32 - "1nsah1h3z3sy96a9x0mfdwby7pvvjwq7zxfv2s8nvsbvnn1al17s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-ukr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nsah1h3z3sy96a9x0mfdwby7pvvjwq7zxfv2s8nvsbvnn1al17s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-ukr") @@ -21036,11 +25252,16 @@ (define-public texlive-lshort-vietnamese (package (name "texlive-lshort-vietnamese") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lshort-vietnamese/") - (base32 - "094lfry6cqvpk02c3acss6581mgb7j30fnja1b3qwzxmyxjdblwa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lshort-vietnamese/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "094lfry6cqvpk02c3acss6581mgb7j30fnja1b3qwzxmyxjdblwa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lshort-vietnamese") @@ -21054,13 +25275,18 @@ (define-public texlive-lstbayes (package (name "texlive-lstbayes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lstbayes/" - "source/latex/lstbayes/" - "tex/latex/lstbayes/") - (base32 - "1gd3zyq1z1n0ksmazky9dbal0qaiss2lgh7dh3021ckj7c3mwkmd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lstbayes/" + "source/latex/lstbayes/" + "tex/latex/lstbayes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gd3zyq1z1n0ksmazky9dbal0qaiss2lgh7dh3021ckj7c3mwkmd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lstbayes") @@ -21074,12 +25300,17 @@ (define-public texlive-ltb2bib (package (name "texlive-ltb2bib") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ltb2bib/" "source/latex/ltb2bib/" - "tex/latex/ltb2bib/") - (base32 - "1wrm89bynjm4g4a1zpx38v6yd2l3b1gh13h4m5hknvla2lydljfg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ltb2bib/" "source/latex/ltb2bib/" + "tex/latex/ltb2bib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wrm89bynjm4g4a1zpx38v6yd2l3b1gh13h4m5hknvla2lydljfg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ltb2bib") @@ -21096,12 +25327,17 @@ (define-public texlive-ltxdockit (package (name "texlive-ltxdockit") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ltxdockit/" - "tex/latex/ltxdockit/") - (base32 - "0n1c8g8kaaazg7kahfkckh86s29bi1p3sw9h8v7hl5zgg6mb3415"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ltxdockit/" + "tex/latex/ltxdockit/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0n1c8g8kaaazg7kahfkckh86s29bi1p3sw9h8v7hl5zgg6mb3415")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ltxdockit") @@ -21116,13 +25352,18 @@ (define-public texlive-luabibentry (package (name "texlive-luabibentry") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luabibentry/" - "source/lualatex/luabibentry/" - "tex/lualatex/luabibentry/") - (base32 - "00f6sxkzmfznjbisicacxd546v8zizm1fz36s05iiyra04cawnw4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luabibentry/" + "source/lualatex/luabibentry/" + "tex/lualatex/luabibentry/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00f6sxkzmfznjbisicacxd546v8zizm1fz36s05iiyra04cawnw4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luabibentry") @@ -21135,17 +25376,22 @@ (define-public texlive-lxfonts (package (name "texlive-lxfonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/lxfonts/" - "fonts/map/dvips/lxfonts/" - "fonts/source/public/lxfonts/" - "fonts/tfm/public/lxfonts/" - "fonts/type1/public/lxfonts/" - "source/fonts/lxfonts/" - "tex/latex/lxfonts/") - (base32 - "1n7bznkcc1ma2k977306rjg1mlpcspc46xg14abnc2d4k2970bfg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/lxfonts/" + "fonts/map/dvips/lxfonts/" + "fonts/source/public/lxfonts/" + "fonts/tfm/public/lxfonts/" + "fonts/type1/public/lxfonts/" + "source/fonts/lxfonts/" + "tex/latex/lxfonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n7bznkcc1ma2k977306rjg1mlpcspc46xg14abnc2d4k2970bfg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ec texlive-metafont)) @@ -21163,12 +25409,17 @@ (define-public texlive-lyluatex (package (name "texlive-lyluatex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/lyluatex/" "scripts/lyluatex/" - "tex/luatex/lyluatex/") - (base32 - "04w57pki09mzhaxv3s1f2m0bj1df5aqxygqgrihvkabc5x00is87"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/lyluatex/" "scripts/lyluatex/" + "tex/luatex/lyluatex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04w57pki09mzhaxv3s1f2m0bj1df5aqxygqgrihvkabc5x00is87")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lyluatex") @@ -21184,16 +25435,21 @@ (define-public texlive-m-tx (package (name "texlive-m-tx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/m-tx/" - "doc/man/man1/prepmx.1" - "doc/man/man1/prepmx.man1.pdf" - "scripts/m-tx/" - "tex/generic/m-tx/" - "tex/latex/m-tx/") - (base32 - "1sakzv7r6mybx0k7k0fi1qb789nf7lvbl0ns8s0hhc9fz37b0br5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/m-tx/" + "doc/man/man1/prepmx.1" + "doc/man/man1/prepmx.man1.pdf" + "scripts/m-tx/" + "tex/generic/m-tx/" + "tex/latex/m-tx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sakzv7r6mybx0k7k0fi1qb789nf7lvbl0ns8s0hhc9fz37b0br5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "m-tx.lua"))) @@ -21258,11 +25514,16 @@ (define-public texlive-macros2e (package (name "texlive-macros2e") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/macros2e/" "tex/latex/macros2e/") - (base32 - "0vdw389gvwmpqs7ykm3vlyqbpwm45mgqasmqyxm7q9jgay3dn2iz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/macros2e/" "tex/latex/macros2e/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vdw389gvwmpqs7ykm3vlyqbpwm45mgqasmqyxm7q9jgay3dn2iz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/macros2e") @@ -21279,11 +25540,16 @@ (define-public texlive-mafr (package (name "texlive-mafr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mafr/" "tex/latex/mafr/") - (base32 - "0bzmf36xy2ppd2bkc5lkcw43jangwn0w4scgr9il06d14lbw68yn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mafr/" "tex/latex/mafr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bzmf36xy2ppd2bkc5lkcw43jangwn0w4scgr9il06d14lbw68yn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mafr") @@ -21299,17 +25565,22 @@ (define-public texlive-magra (package (name "texlive-magra") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/magra/" - "fonts/enc/dvips/magra/" - "fonts/map/dvips/magra/" - "fonts/tfm/public/magra/" - "fonts/type1/public/magra/" - "fonts/vf/public/magra/" - "tex/latex/magra/") - (base32 - "0bbybiv6v05886qydj1c7l2ja520j15jgz6jz4g8qa58ycrls4kl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/magra/" + "fonts/enc/dvips/magra/" + "fonts/map/dvips/magra/" + "fonts/tfm/public/magra/" + "fonts/type1/public/magra/" + "fonts/vf/public/magra/" + "tex/latex/magra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bbybiv6v05886qydj1c7l2ja520j15jgz6jz4g8qa58ycrls4kl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/magra") @@ -21323,12 +25594,17 @@ (define-public texlive-mahjong (package (name "texlive-mahjong") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mahjong/" "source/latex/mahjong/" - "tex/latex/mahjong/") - (base32 - "1nkj6kri9dpk3gkms4raldzkj3dhsf54vggivb6nh169s7a16m7q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mahjong/" "source/latex/mahjong/" + "tex/latex/mahjong/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nkj6kri9dpk3gkms4raldzkj3dhsf54vggivb6nh169s7a16m7q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mahjong") @@ -21347,18 +25623,23 @@ (define-public texlive-marcellus (package (name "texlive-marcellus") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/marcellus/" - "fonts/enc/dvips/marcellus/" - "fonts/map/dvips/marcellus/" - "fonts/tfm/public/marcellus/" - "fonts/truetype/public/marcellus/" - "fonts/type1/public/marcellus/" - "fonts/vf/public/marcellus/" - "tex/latex/marcellus/") - (base32 - "1nnc0v15sjwzivy504lvrrfyzjhha7p42nwp0qqy7pwspb7cqsm5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/marcellus/" + "fonts/enc/dvips/marcellus/" + "fonts/map/dvips/marcellus/" + "fonts/tfm/public/marcellus/" + "fonts/truetype/public/marcellus/" + "fonts/type1/public/marcellus/" + "fonts/vf/public/marcellus/" + "tex/latex/marcellus/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nnc0v15sjwzivy504lvrrfyzjhha7p42nwp0qqy7pwspb7cqsm5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/marcellus") @@ -21375,12 +25656,17 @@ (define-public texlive-margbib (package (name "texlive-margbib") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/margbib/" "source/latex/margbib/" - "tex/latex/margbib/") - (base32 - "04aa9nfdxc475nyj4cl8gkj2grn7v3rkb3hwhbhff5nr88nx4aqq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/margbib/" "source/latex/margbib/" + "tex/latex/margbib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04aa9nfdxc475nyj4cl8gkj2grn7v3rkb3hwhbhff5nr88nx4aqq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -21395,11 +25681,16 @@ (define-public texlive-matapli (package (name "texlive-matapli") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/matapli/" "tex/latex/matapli/") - (base32 - "0khkgc80hbydnlciqr02ay88gazr4nxdq099pjgf1xcjlnlmnwcp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/matapli/" "tex/latex/matapli/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0khkgc80hbydnlciqr02ay88gazr4nxdq099pjgf1xcjlnlmnwcp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/matapli") @@ -21413,12 +25704,17 @@ (define-public texlive-matc3 (package (name "texlive-matc3") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/matc3/" "source/latex/matc3/" - "tex/latex/matc3/") - (base32 - "1rmrkdcda87pjl1lvyvzky0vdhghx0j6z1vdi9fdz2122f2drmpm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/matc3/" "source/latex/matc3/" + "tex/latex/matc3/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rmrkdcda87pjl1lvyvzky0vdhghx0j6z1vdi9fdz2122f2drmpm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/matc3") @@ -21432,13 +25728,18 @@ (define-public texlive-matc3mem (package (name "texlive-matc3mem") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/matc3mem/" - "source/latex/matc3mem/" - "tex/latex/matc3mem/") - (base32 - "10igcyqzddl25gxasa9dxj2j49gqs9vi2g1ay0z6jyd5nfsp8ic0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/matc3mem/" + "source/latex/matc3mem/" + "tex/latex/matc3mem/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10igcyqzddl25gxasa9dxj2j49gqs9vi2g1ay0z6jyd5nfsp8ic0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/matc3mem") @@ -21454,11 +25755,16 @@ (define-public texlive-math-into-latex-4 (package (name "texlive-math-into-latex-4") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/math-into-latex-4/") - (base32 - "0k11j92h9hpxnyciczknhl83b05avc0rqdnwn82ssqi1k3qixibd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/math-into-latex-4/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k11j92h9hpxnyciczknhl83b05avc0rqdnwn82ssqi1k3qixibd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/math-into-latex-4") @@ -21472,14 +25778,19 @@ (define-public texlive-mathabx (package (name "texlive-mathabx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/mathabx/" - "fonts/source/public/mathabx/" - "fonts/tfm/public/mathabx/" - "tex/generic/mathabx/") - (base32 - "0kj95jl89wh43b9mfqp05hpa5jqyxca7hp9pfk21js2dhysr7x18"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/mathabx/" + "fonts/source/public/mathabx/" + "fonts/tfm/public/mathabx/" + "tex/generic/mathabx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kj95jl89wh43b9mfqp05hpa5jqyxca7hp9pfk21js2dhysr7x18")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -21496,13 +25807,18 @@ (define-public texlive-mathabx-type1 (package (name "texlive-mathabx-type1") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/mathabx-type1/" - "fonts/map/dvips/mathabx-type1/" - "fonts/type1/public/mathabx-type1/") - (base32 - "1j9aiwxq512bnwjvah06rygd8m6b68dpfkynagad627sfyrblcaa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/mathabx-type1/" + "fonts/map/dvips/mathabx-type1/" + "fonts/type1/public/mathabx-type1/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j9aiwxq512bnwjvah06rygd8m6b68dpfkynagad627sfyrblcaa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-mathabx)) @@ -21516,12 +25832,17 @@ (define-public texlive-mathalpha (package (name "texlive-mathalpha") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mathalpha/" - "tex/latex/mathalpha/") - (base32 - "19wniyaba8cz4vk279ashg68bxq9178cvvz53cng2cn6i6rw32rv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mathalpha/" + "tex/latex/mathalpha/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19wniyaba8cz4vk279ashg68bxq9178cvvz53cng2cn6i6rw32rv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mathalpha") @@ -21538,13 +25859,18 @@ (define-public texlive-mathastext (package (name "texlive-mathastext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mathastext/" - "source/latex/mathastext/" - "tex/latex/mathastext/") - (base32 - "1660w9yhgw9ihhy06f9zqgw9isvprrs2x9yikhbz7szphq3cfpfv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mathastext/" + "source/latex/mathastext/" + "tex/latex/mathastext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1660w9yhgw9ihhy06f9zqgw9isvprrs2x9yikhbz7szphq3cfpfv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mathastext") @@ -21565,13 +25891,18 @@ (define-public texlive-mathcommand (package (name "texlive-mathcommand") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mathcommand/" - "source/latex/mathcommand/" - "tex/latex/mathcommand/") - (base32 - "1vm7k1p5d74vkqmpxdza4127qj7622w0vfr2bh51wb612dpps2a5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mathcommand/" + "source/latex/mathcommand/" + "tex/latex/mathcommand/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vm7k1p5d74vkqmpxdza4127qj7622w0vfr2bh51wb612dpps2a5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mathcommand") @@ -21589,13 +25920,18 @@ (define-public texlive-mathcomp (package (name "texlive-mathcomp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mathcomp/" - "source/latex/mathcomp/" - "tex/latex/mathcomp/") - (base32 - "0a7y6r9ikasr9v48671ij40z31j0mxiliy1k3yg3ldbiggrjh07i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mathcomp/" + "source/latex/mathcomp/" + "tex/latex/mathcomp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a7y6r9ikasr9v48671ij40z31j0mxiliy1k3yg3ldbiggrjh07i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mathcomp") @@ -21610,13 +25946,18 @@ (define-public texlive-mathfixs (package (name "texlive-mathfixs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mathfixs/" - "source/latex/mathfixs/" - "tex/latex/mathfixs/") - (base32 - "069gcdc6mhf045cpg5dbd81ng8v7bhqjxwpg9dvz4qdpf508jvq0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mathfixs/" + "source/latex/mathfixs/" + "tex/latex/mathfixs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "069gcdc6mhf045cpg5dbd81ng8v7bhqjxwpg9dvz4qdpf508jvq0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mathfixs") @@ -21631,11 +25972,16 @@ (define-public texlive-mathlig (package (name "texlive-mathlig") (version "2023.0") - (source (texlive-origin - name version - (list "tex/generic/mathlig/") - (base32 - "0pyaqwr2h9knxf1axi55vm6wr9xj15d5j5pagb2011k3b830f91b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/generic/mathlig/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pyaqwr2h9knxf1axi55vm6wr9xj15d5j5pagb2011k3b830f91b")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mathlig") (synopsis "Define maths ligatures") @@ -21649,13 +25995,18 @@ (define-public texlive-mathpartir (package (name "texlive-mathpartir") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mathpartir/" - "source/latex/mathpartir/" - "tex/latex/mathpartir/") - (base32 - "1baadhdxs4rp1qijkwiki2f4w1faarsq3dqy62q7rxs4640mxqa1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mathpartir/" + "source/latex/mathpartir/" + "tex/latex/mathpartir/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1baadhdxs4rp1qijkwiki2f4w1faarsq3dqy62q7rxs4640mxqa1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mathpartir") @@ -21676,12 +26027,17 @@ (define-public texlive-mathpunctspace (package (name "texlive-mathpunctspace") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mathpunctspace/" - "tex/latex/mathpunctspace/") - (base32 - "0kbsdbnhiwgxa1yznsknni7gvv7x96x02ir2vxmlmhph1j3wqx28"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mathpunctspace/" + "tex/latex/mathpunctspace/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kbsdbnhiwgxa1yznsknni7gvv7x96x02ir2vxmlmhph1j3wqx28")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mathpunctspace") @@ -21695,12 +26051,17 @@ (define-public texlive-mathsemantics (package (name "texlive-mathsemantics") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mathsemantics/" - "tex/latex/mathsemantics/") - (base32 - "06p4i9nx8sh3dv2nzq3vk1m36nshxgalr8c6660ns9kbhraprkbp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mathsemantics/" + "tex/latex/mathsemantics/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06p4i9nx8sh3dv2nzq3vk1m36nshxgalr8c6660ns9kbhraprkbp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mathsemantics") @@ -21718,11 +26079,16 @@ (define-public texlive-maths-symbols (package (name "texlive-maths-symbols") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/maths-symbols/") - (base32 - "0z83qf1rz84cr0b1zvwlacf24pc5r8dn1cxiiyl0xrqncl3279ka"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/maths-symbols/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z83qf1rz84cr0b1zvwlacf24pc5r8dn1cxiiyl0xrqncl3279ka")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/maths-symbols") @@ -21737,13 +26103,18 @@ (define-public texlive-matlab-prettifier (package (name "texlive-matlab-prettifier") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/matlab-prettifier/" - "source/latex/matlab-prettifier/" - "tex/latex/matlab-prettifier/") - (base32 - "1mr3h2pwz5ghhy3k9c35c6q9k946qzmg7clldmlzlrq3cm685lsh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/matlab-prettifier/" + "source/latex/matlab-prettifier/" + "tex/latex/matlab-prettifier/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mr3h2pwz5ghhy3k9c35c6q9k946qzmg7clldmlzlrq3cm685lsh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/matlab-prettifier") @@ -21758,12 +26129,17 @@ (define-public texlive-matrix-skeleton (package (name "texlive-matrix-skeleton") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/matrix-skeleton/" - "tex/latex/matrix-skeleton/") - (base32 - "07mqmc0kli0azp2vlzm8q3lp1b70lyggm2hqnq0v9c0jlfhvj9j7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/matrix-skeleton/" + "tex/latex/matrix-skeleton/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07mqmc0kli0azp2vlzm8q3lp1b70lyggm2hqnq0v9c0jlfhvj9j7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/matrix-skeleton") @@ -21780,12 +26156,17 @@ (define-public texlive-mattens (package (name "texlive-mattens") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mattens/" "source/latex/mattens/" - "tex/latex/mattens/") - (base32 - "18v2hypd9vkxk3anixvgf16rmsjzq3apm6s7qxrkk4vyrgrahsnj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mattens/" "source/latex/mattens/" + "tex/latex/mattens/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18v2hypd9vkxk3anixvgf16rmsjzq3apm6s7qxrkk4vyrgrahsnj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mattens") @@ -21801,11 +26182,16 @@ (define-public texlive-maze (package (name "texlive-maze") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/maze/" "tex/latex/maze/") - (base32 - "0dwsv62rpyll1cfh1qpz6msmypc1a61b1pb0a7lm89ks1cj42zmg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/maze/" "tex/latex/maze/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dwsv62rpyll1cfh1qpz6msmypc1a61b1pb0a7lm89ks1cj42zmg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/maze") @@ -21820,13 +26206,18 @@ (define-public texlive-mcmthesis (package (name "texlive-mcmthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mcmthesis/" - "source/latex/mcmthesis/" - "tex/latex/mcmthesis/") - (base32 - "1hz4c2mjfk3169phgy39m2y15k7jybfd4k36f26m17k6c490qpfc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mcmthesis/" + "source/latex/mcmthesis/" + "tex/latex/mcmthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hz4c2mjfk3169phgy39m2y15k7jybfd4k36f26m17k6c490qpfc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mcmthesis") @@ -21841,14 +26232,19 @@ (define-public texlive-mdputu (package (name "texlive-mdputu") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mdputu/" - "fonts/tfm/public/mdputu/" - "fonts/vf/public/mdputu/" - "tex/latex/mdputu/") - (base32 - "01baplnisdakypsrzcvz1hibqw2gq70hyk2dwgljhwcb14rcxylw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mdputu/" + "fonts/tfm/public/mdputu/" + "fonts/vf/public/mdputu/" + "tex/latex/mdputu/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01baplnisdakypsrzcvz1hibqw2gq70hyk2dwgljhwcb14rcxylw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mdputu") @@ -21864,20 +26260,25 @@ (define-public texlive-mdsymbol (package (name "texlive-mdsymbol") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/mdsymbol/" - "doc/latex/mdsymbol/" - "fonts/enc/dvips/mdsymbol/" - "fonts/map/dvips/mdsymbol/" - "fonts/opentype/public/mdsymbol/" - "fonts/source/public/mdsymbol/" - "fonts/tfm/public/mdsymbol/" - "fonts/type1/public/mdsymbol/" - "source/latex/mdsymbol/" - "tex/latex/mdsymbol/") - (base32 - "1ssvyqyh3k8q2snj8wk0xdbxgnafacsyj4iyh14hrxybknxxqh22"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/mdsymbol/" + "doc/latex/mdsymbol/" + "fonts/enc/dvips/mdsymbol/" + "fonts/map/dvips/mdsymbol/" + "fonts/opentype/public/mdsymbol/" + "fonts/source/public/mdsymbol/" + "fonts/tfm/public/mdsymbol/" + "fonts/type1/public/mdsymbol/" + "source/latex/mdsymbol/" + "tex/latex/mdsymbol/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ssvyqyh3k8q2snj8wk0xdbxgnafacsyj4iyh14hrxybknxxqh22")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -21893,11 +26294,16 @@ (define-public texlive-mecaso (package (name "texlive-mecaso") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mecaso/" "tex/latex/mecaso/") - (base32 - "11h10mxjdmknvi8r4dnkhv5q2bzgckwaq7p3dziyxkibq1ciq622"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mecaso/" "tex/latex/mecaso/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11h10mxjdmknvi8r4dnkhv5q2bzgckwaq7p3dziyxkibq1ciq622")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mecaso") @@ -21912,12 +26318,17 @@ (define-public texlive-membranecomputing (package (name "texlive-membranecomputing") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/membranecomputing/" - "tex/latex/membranecomputing/") - (base32 - "1r5k8ipf435vvffr7da8nl2j14myfp102i5qf0yy0jczziddbq6z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/membranecomputing/" + "tex/latex/membranecomputing/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r5k8ipf435vvffr7da8nl2j14myfp102i5qf0yy0jczziddbq6z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/membranecomputing") @@ -21933,11 +26344,16 @@ (define-public texlive-memdesign (package (name "texlive-memdesign") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/memdesign/") - (base32 - "0aij1b7l1kb2x44qn33m39k0kbhdrclmr25nmvzfn6yw42lh9fz7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/memdesign/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0aij1b7l1kb2x44qn33m39k0kbhdrclmr25nmvzfn6yw42lh9fz7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/memdesign") @@ -21952,11 +26368,16 @@ (define-public texlive-memoirchapterstyles (package (name "texlive-memoirchapterstyles") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/memoirchapterstyles/") - (base32 - "0jxd7sbh5vc3j5d5jd3zmyg58kwhy550l5z8q14b4msm00fp6z0a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/memoirchapterstyles/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jxd7sbh5vc3j5d5jd3zmyg58kwhy550l5z8q14b4msm00fp6z0a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/memoirchapterstyles") @@ -21974,12 +26395,17 @@ (define-public texlive-memorygraphs (package (name "texlive-memorygraphs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/memorygraphs/" - "tex/latex/memorygraphs/") - (base32 - "03wsql3aq6327k905fz902il1acxcz2ik4adxfkl4vm1f1g045xn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/memorygraphs/" + "tex/latex/memorygraphs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03wsql3aq6327k905fz902il1acxcz2ik4adxfkl4vm1f1g045xn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/memorygraphs") @@ -21994,13 +26420,18 @@ (define-public texlive-mendex-doc (package (name "texlive-mendex-doc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/mendex-doc/" - "makeindex/mendex-doc/" - "source/latex/mendex-doc/") - (base32 - "096b1v9zzl3qm189paaxz16z4a1xgcj7l2bhdgvl2wqshsz9lx4p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/mendex-doc/" + "makeindex/mendex-doc/" + "source/latex/mendex-doc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "096b1v9zzl3qm189paaxz16z4a1xgcj7l2bhdgvl2wqshsz9lx4p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mendex-doc") @@ -22014,12 +26445,17 @@ (define-public texlive-mentis (package (name "texlive-mentis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mentis/" "source/latex/mentis/" - "tex/latex/mentis/") - (base32 - "0js6gp93jzj6kzvwqycilp42zbwslxk6z77g2198gip2i4m1li0i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mentis/" "source/latex/mentis/" + "tex/latex/mentis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0js6gp93jzj6kzvwqycilp42zbwslxk6z77g2198gip2i4m1li0i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mentis") @@ -22034,18 +26470,23 @@ (define-public texlive-merriweather (package (name "texlive-merriweather") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/merriweather/" - "fonts/enc/dvips/merriweather/" - "fonts/map/dvips/merriweather/" - "fonts/opentype/sorkin/merriweather/" - "fonts/tfm/sorkin/merriweather/" - "fonts/type1/sorkin/merriweather/" - "fonts/vf/sorkin/merriweather/" - "tex/latex/merriweather/") - (base32 - "1dgjw3ld1srv2irnhn6b592y9q9917y6w1x1kcqb4a7dv8s7wpzj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/merriweather/" + "fonts/enc/dvips/merriweather/" + "fonts/map/dvips/merriweather/" + "fonts/opentype/sorkin/merriweather/" + "fonts/tfm/sorkin/merriweather/" + "fonts/type1/sorkin/merriweather/" + "fonts/vf/sorkin/merriweather/" + "tex/latex/merriweather/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dgjw3ld1srv2irnhn6b592y9q9917y6w1x1kcqb4a7dv8s7wpzj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/merriweather") @@ -22063,13 +26504,18 @@ (define-public texlive-messagepassing (package (name "texlive-messagepassing") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/messagepassing/" - "source/latex/messagepassing/" - "tex/latex/messagepassing/") - (base32 - "0m0ig8rhg7y1gv59cg4ask7n24i6k3jwhci2didh87vh598jg9x1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/messagepassing/" + "source/latex/messagepassing/" + "tex/latex/messagepassing/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m0ig8rhg7y1gv59cg4ask7n24i6k3jwhci2didh87vh598jg9x1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/messagepassing") @@ -22087,11 +26533,16 @@ (define-public texlive-metafont-beginners (package (name "texlive-metafont-beginners") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/metafont-beginners/") - (base32 - "12hhvlnvh8dj1396242m6yi0341cina7sxrv7pwzqxzzahwdvmgm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/metafont-beginners/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12hhvlnvh8dj1396242m6yi0341cina7sxrv7pwzqxzzahwdvmgm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/metafont-beginners") @@ -22107,11 +26558,16 @@ (define-public texlive-metapost-examples (package (name "texlive-metapost-examples") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/metapost-examples/") - (base32 - "1rslyjnw27b5br17cbf6mjjkcgyr49yav4kw12spm3vdwyzb7gxr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/metapost-examples/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rslyjnw27b5br17cbf6mjjkcgyr49yav4kw12spm3vdwyzb7gxr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/metapost-examples") @@ -22126,12 +26582,17 @@ (define-public texlive-metrix (package (name "texlive-metrix") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/metrix/" "source/latex/metrix/" - "tex/latex/metrix/") - (base32 - "185w7pgil8zix0czvd69l5pv6pcjc0n4nfbllm5v5mzr31sc0k5j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/metrix/" "source/latex/metrix/" + "tex/latex/metrix/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "185w7pgil8zix0czvd69l5pv6pcjc0n4nfbllm5v5mzr31sc0k5j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/metrix") @@ -22146,12 +26607,17 @@ (define-public texlive-mex (package (name "texlive-mex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/mex/base/" "source/mex/base/" - "tex/mex/base/" "tex/mex/config/") - (base32 - "0kc766cvvbcqrj60ncz4a105nrn454y5c2330y7s7jzh45dx8qsi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/mex/base/" "source/mex/base/" + "tex/mex/base/" "tex/mex/config/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kc766cvvbcqrj60ncz4a105nrn454y5c2330y7s7jzh45dx8qsi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:create-formats #~(list "mex" "pdfmex" "utf8mex"))) @@ -22178,12 +26644,17 @@ (define-public texlive-mgltex (package (name "texlive-mgltex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mgltex/" "source/latex/mgltex/" - "tex/latex/mgltex/") - (base32 - "0lv18k5z59ayxm9z02pnfibhdblvl802nhmpxd7wg0fbl1sk886x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mgltex/" "source/latex/mgltex/" + "tex/latex/mgltex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lv18k5z59ayxm9z02pnfibhdblvl802nhmpxd7wg0fbl1sk886x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mgltex") @@ -22204,11 +26675,16 @@ (define-public texlive-mhchem (package (name "texlive-mhchem") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mhchem/" "tex/latex/mhchem/") - (base32 - "1hmsl16l1vzhxy0iv8grbnpv83zffsrk6kzhgcaymdmigsv1i81b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mhchem/" "tex/latex/mhchem/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hmsl16l1vzhxy0iv8grbnpv83zffsrk6kzhgcaymdmigsv1i81b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -22234,11 +26710,16 @@ (define-public texlive-mhequ (package (name "texlive-mhequ") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mhequ/" "tex/latex/mhequ/") - (base32 - "08k45mklj8ag5z3rmn9c15f6pgixz6pxlip4wp07q4l6xdzkk8fq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mhequ/" "tex/latex/mhequ/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08k45mklj8ag5z3rmn9c15f6pgixz6pxlip4wp07q4l6xdzkk8fq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mhequ") @@ -22257,19 +26738,24 @@ (define-public texlive-miama (package (name "texlive-miama") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/miama/" - "fonts/afm/public/miama/" - "fonts/enc/dvips/miama/" - "fonts/map/dvips/miama/" - "fonts/opentype/public/miama/" - "fonts/tfm/public/miama/" - "fonts/type1/public/miama/" - "source/fonts/miama/" - "tex/latex/miama/") - (base32 - "07a2i250himdjnphq39kq08ycl7mgi9v1w3cnsg1q2c7qwwizrkw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/miama/" + "fonts/afm/public/miama/" + "fonts/enc/dvips/miama/" + "fonts/map/dvips/miama/" + "fonts/opentype/public/miama/" + "fonts/tfm/public/miama/" + "fonts/type1/public/miama/" + "source/fonts/miama/" + "tex/latex/miama/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07a2i250himdjnphq39kq08ycl7mgi9v1w3cnsg1q2c7qwwizrkw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/miama") @@ -22283,12 +26769,17 @@ (define-public texlive-miller (package (name "texlive-miller") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/miller/" "source/latex/miller/" - "tex/latex/miller/") - (base32 - "062pzzzi72hrhvxqg8ay9bacqq1rcjry3ms3j9amzmz6zma3jrgw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/miller/" "source/latex/miller/" + "tex/latex/miller/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "062pzzzi72hrhvxqg8ay9bacqq1rcjry3ms3j9amzmz6zma3jrgw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/miller") @@ -22303,12 +26794,17 @@ (define-public texlive-minimalist (package (name "texlive-minimalist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/minimalist/" - "tex/latex/minimalist/") - (base32 - "01j72iqf15jx3larxkmcvsviw1z9wba9vl5g0x6d1ch3jpg32xpg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/minimalist/" + "tex/latex/minimalist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01j72iqf15jx3larxkmcvsviw1z9wba9vl5g0x6d1ch3jpg32xpg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-projlib)) @@ -22327,18 +26823,23 @@ (define-public texlive-mintspirit (package (name "texlive-mintspirit") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/mintspirit/" - "fonts/enc/dvips/mintspirit/" - "fonts/map/dvips/mintspirit/" - "fonts/opentype/arkandis/mintspirit/" - "fonts/tfm/arkandis/mintspirit/" - "fonts/type1/arkandis/mintspirit/" - "fonts/vf/arkandis/mintspirit/" - "tex/latex/mintspirit/") - (base32 - "0rh8xjrxm996k2qkd42r27fz8ir8cg8bpy1fgbdbbjyd3a6xpic3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/mintspirit/" + "fonts/enc/dvips/mintspirit/" + "fonts/map/dvips/mintspirit/" + "fonts/opentype/arkandis/mintspirit/" + "fonts/tfm/arkandis/mintspirit/" + "fonts/type1/arkandis/mintspirit/" + "fonts/vf/arkandis/mintspirit/" + "tex/latex/mintspirit/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rh8xjrxm996k2qkd42r27fz8ir8cg8bpy1fgbdbbjyd3a6xpic3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mintspirit") @@ -22355,12 +26856,17 @@ (define-public texlive-mismath (package (name "texlive-mismath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mismath/" "source/latex/mismath/" - "tex/latex/mismath/") - (base32 - "1wsy9219aq7q79f34vr2ykgnrlq8z057wkvjq1ca0194v8z2ypnf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mismath/" "source/latex/mismath/" + "tex/latex/mismath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wsy9219aq7q79f34vr2ykgnrlq8z057wkvjq1ca0194v8z2ypnf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mismath") @@ -22378,13 +26884,18 @@ (define-public texlive-missaali (package (name "texlive-missaali") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/missaali/" - "fonts/opentype/public/missaali/" - "tex/latex/missaali/") - (base32 - "1wa6knx1s82q86rl2icd9nqlh5ppa3636f28ns6g1l5fag6wd283"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/missaali/" + "fonts/opentype/public/missaali/" + "tex/latex/missaali/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wa6knx1s82q86rl2icd9nqlh5ppa3636f28ns6g1l5fag6wd283")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/missaali") @@ -22410,12 +26921,17 @@ (define-public texlive-mlacls (package (name "texlive-mlacls") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mlacls/" "source/latex/mlacls/" - "tex/latex/mlacls/") - (base32 - "1g6kqsrvcvf8xmygb7rh18a1amqc83fp7fghvd17klsaslal83cd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mlacls/" "source/latex/mlacls/" + "tex/latex/mlacls/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1g6kqsrvcvf8xmygb7rh18a1amqc83fp7fghvd17klsaslal83cd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mlacls") @@ -22432,15 +26948,20 @@ (define-public texlive-mlmodern (package (name "texlive-mlmodern") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/mlmodern/" - "fonts/map/dvips/mlmodern/" - "fonts/tfm/public/mlmodern/" - "fonts/type1/public/mlmodern/" - "tex/latex/mlmodern/") - (base32 - "0cw802x67yqh6zlkf89pdjlx0r5lmwdca5vcqxmv24c5gx2bc666"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/mlmodern/" + "fonts/map/dvips/mlmodern/" + "fonts/tfm/public/mlmodern/" + "fonts/type1/public/mlmodern/" + "tex/latex/mlmodern/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cw802x67yqh6zlkf89pdjlx0r5lmwdca5vcqxmv24c5gx2bc666")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mlmodern") @@ -22456,12 +26977,17 @@ (define-public texlive-mltex (package (name "texlive-mltex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mltex/" "tex/latex/mltex/" - "tex/mltex/config/") - (base32 - "1ip0q5kqj6bg4jkginzljknbrd74ss4iky2gvlmf8nnrq06n89my"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mltex/" "tex/latex/mltex/" + "tex/mltex/config/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ip0q5kqj6bg4jkginzljknbrd74ss4iky2gvlmf8nnrq06n89my")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:create-formats #~(list "mllatex" "mltex"))) @@ -22495,13 +27021,18 @@ (define-public texlive-mluexercise (package (name "texlive-mluexercise") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mluexercise/" - "source/latex/mluexercise/" - "tex/latex/mluexercise/") - (base32 - "1zvnz3rm9dq8h00hlbzll5cvw4zlcy8xr8l6cfjg0winfnyznky8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mluexercise/" + "source/latex/mluexercise/" + "tex/latex/mluexercise/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zvnz3rm9dq8h00hlbzll5cvw4zlcy8xr8l6cfjg0winfnyznky8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:build-targets #~(list "mluexercice.dtx"))) @@ -22521,12 +27052,17 @@ (define-public texlive-mnras (package (name "texlive-mnras") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/mnras/" "doc/latex/mnras/" - "tex/latex/mnras/") - (base32 - "1lw2y3vbg8ndvhy5p00blbfwp3bzw40kkrwzs289kphjq249bwnb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/mnras/" "doc/latex/mnras/" + "tex/latex/mnras/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lw2y3vbg8ndvhy5p00blbfwp3bzw40kkrwzs289kphjq249bwnb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mnras") @@ -22540,20 +27076,25 @@ (define-public texlive-mnsymbol (package (name "texlive-mnsymbol") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mnsymbol/" - "fonts/enc/dvips/mnsymbol/" - "fonts/map/dvips/mnsymbol/" - "fonts/map/vtex/mnsymbol/" - "fonts/opentype/public/mnsymbol/" - "fonts/source/public/mnsymbol/" - "fonts/tfm/public/mnsymbol/" - "fonts/type1/public/mnsymbol/" - "source/latex/mnsymbol/" - "tex/latex/mnsymbol/") - (base32 - "164zspl0wcpmba9j0kl6wy8k46xaafjvwjp0dn82dzh73r85jdk2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mnsymbol/" + "fonts/enc/dvips/mnsymbol/" + "fonts/map/dvips/mnsymbol/" + "fonts/map/vtex/mnsymbol/" + "fonts/opentype/public/mnsymbol/" + "fonts/source/public/mnsymbol/" + "fonts/tfm/public/mnsymbol/" + "fonts/type1/public/mnsymbol/" + "source/latex/mnsymbol/" + "tex/latex/mnsymbol/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "164zspl0wcpmba9j0kl6wy8k46xaafjvwjp0dn82dzh73r85jdk2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -22572,12 +27113,17 @@ (define-public texlive-modeles-factures-belges-assocs (package (name "texlive-modeles-factures-belges-assocs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/modeles-factures-belges-assocs/" - "tex/latex/modeles-factures-belges-assocs/") - (base32 - "1rj4r3qa5khgc54f1gz73zywrh61rdw76hlrk9jb6b08gz56wzdz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/modeles-factures-belges-assocs/" + "tex/latex/modeles-factures-belges-assocs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rj4r3qa5khgc54f1gz73zywrh61rdw76hlrk9jb6b08gz56wzdz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/modeles-factures-belges-assocs") @@ -22591,18 +27137,23 @@ (define-public texlive-montserrat (package (name "texlive-montserrat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/montserrat/" - "fonts/enc/dvips/montserrat/" - "fonts/map/dvips/montserrat/" - "fonts/opentype/public/montserrat/" - "fonts/tfm/public/montserrat/" - "fonts/type1/public/montserrat/" - "fonts/vf/public/montserrat/" - "tex/latex/montserrat/") - (base32 - "08aaypw8l30sb0rvv2s9jcw15k3909xam98z2c6vj2x5jyi9wzn7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/montserrat/" + "fonts/enc/dvips/montserrat/" + "fonts/map/dvips/montserrat/" + "fonts/opentype/public/montserrat/" + "fonts/tfm/public/montserrat/" + "fonts/type1/public/montserrat/" + "fonts/vf/public/montserrat/" + "tex/latex/montserrat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08aaypw8l30sb0rvv2s9jcw15k3909xam98z2c6vj2x5jyi9wzn7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/montserrat") @@ -22623,13 +27174,18 @@ (define-public texlive-mparhack (package (name "texlive-mparhack") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mparhack/" - "source/latex/mparhack/" - "tex/latex/mparhack/") - (base32 - "1ajlpri5bi62k9wsmic3j2xjkz1wzjc3n4fr04c5d667jsibpfmg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mparhack/" + "source/latex/mparhack/" + "tex/latex/mparhack/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ajlpri5bi62k9wsmic3j2xjkz1wzjc3n4fr04c5d667jsibpfmg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mparhack") @@ -22643,13 +27199,18 @@ (define-public texlive-mpfonts (package (name "texlive-mpfonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/mpfonts/" - "fonts/map/dvips/mpfonts/" - "fonts/type3/mpfonts/") - (base32 - "1z6pdjwi14fq6y1s39gxyqlpg6p5j09psjv1cyp7xjwjffdikgaf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/mpfonts/" + "fonts/map/dvips/mpfonts/" + "fonts/type3/mpfonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z6pdjwi14fq6y1s39gxyqlpg6p5j09psjv1cyp7xjwjffdikgaf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mpfonts") @@ -22672,12 +27233,17 @@ (define-public texlive-mucproc (package (name "texlive-mucproc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mucproc/" "source/latex/mucproc/" - "tex/latex/mucproc/") - (base32 - "0l6xycas6asggpd4hd1b7x5x867nsx8aw2fkdd1ib8g98i5a8vhk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mucproc/" "source/latex/mucproc/" + "tex/latex/mucproc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l6xycas6asggpd4hd1b7x5x867nsx8aw2fkdd1ib8g98i5a8vhk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mucproc") @@ -22691,13 +27257,18 @@ (define-public texlive-mugsthesis (package (name "texlive-mugsthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mugsthesis/" - "source/latex/mugsthesis/" - "tex/latex/mugsthesis/") - (base32 - "0xf3zjwx6k2dg1hrz4nw6shn6xk3lvmjprg3psfrh3z38r1sp9nh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mugsthesis/" + "source/latex/mugsthesis/" + "tex/latex/mugsthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xf3zjwx6k2dg1hrz4nw6shn6xk3lvmjprg3psfrh3z38r1sp9nh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mugsthesis") @@ -22713,12 +27284,17 @@ (define-public texlive-muling (package (name "texlive-muling") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/muling/" "source/latex/muling/" - "tex/latex/muling/") - (base32 - "0i4yvi1b12x8k2i2hi284b4zxwpxrzkfyqvw45m5f27qsr33h61x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/muling/" "source/latex/muling/" + "tex/latex/muling/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0i4yvi1b12x8k2i2hi284b4zxwpxrzkfyqvw45m5f27qsr33h61x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/muling") @@ -22734,14 +27310,19 @@ (define-public texlive-multibib (package (name "texlive-multibib") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/multibib/" "doc/latex/multibib/" - "makeindex/multibib/" - "source/latex/multibib/" - "tex/latex/multibib/") - (base32 - "1m16vi9fj2yc49a6iqcccd7yay26i8zpyzzsgxywlrp4ijrx4hqc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/multibib/" "doc/latex/multibib/" + "makeindex/multibib/" + "source/latex/multibib/" + "tex/latex/multibib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m16vi9fj2yc49a6iqcccd7yay26i8zpyzzsgxywlrp4ijrx4hqc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/multibib") @@ -22758,15 +27339,20 @@ (define-public texlive-multibibliography (package (name "texlive-multibibliography") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/multibibliography/" - "doc/latex/multibibliography/" - "scripts/multibibliography/" - "source/latex/multibibliography/" - "tex/latex/multibibliography/") - (base32 - "10281fv7xfqmdc08pyk9l9280crklsfqwf5cwd5ysbhdz1r0grcm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/multibibliography/" + "doc/latex/multibibliography/" + "scripts/multibibliography/" + "source/latex/multibibliography/" + "tex/latex/multibibliography/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10281fv7xfqmdc08pyk9l9280crklsfqwf5cwd5ysbhdz1r0grcm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "multibibliography.pl"))) @@ -22787,13 +27373,18 @@ (define-public texlive-multiobjective (package (name "texlive-multiobjective") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/multiobjective/" - "source/latex/multiobjective/" - "tex/latex/multiobjective/") - (base32 - "0f5l6pg8877a7777vzlh91yxv2rliijgdhkm71fim5n66q0ym9y4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/multiobjective/" + "source/latex/multiobjective/" + "tex/latex/multiobjective/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f5l6pg8877a7777vzlh91yxv2rliijgdhkm71fim5n66q0ym9y4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/multiobjective") @@ -22808,11 +27399,16 @@ (define-public texlive-munich (package (name "texlive-munich") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/munich/" "doc/latex/munich/") - (base32 - "1w464hiivzccfk0i4hz60x3q14h38y2yzycldckx144q0z6i4c5r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/munich/" "doc/latex/munich/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1w464hiivzccfk0i4hz60x3q14h38y2yzycldckx144q0z6i4c5r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/munich") @@ -22827,11 +27423,16 @@ (define-public texlive-musical (package (name "texlive-musical") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/musical/" "tex/latex/musical/") - (base32 - "0qdrd622vs5dkr5w6pvf04hvni1jqcgxfvhf0ak7gjaxjczisb9h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/musical/" "tex/latex/musical/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qdrd622vs5dkr5w6pvf04hvni1jqcgxfvhf0ak7gjaxjczisb9h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/musical") @@ -22850,12 +27451,17 @@ (define-public texlive-musicography (package (name "texlive-musicography") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/musicography/" - "tex/latex/musicography/") - (base32 - "07z5yg0ganmmp3qx5v55ll82sf45x6mhjl59abc5xckkfrgixpxn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/musicography/" + "tex/latex/musicography/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07z5yg0ganmmp3qx5v55ll82sf45x6mhjl59abc5xckkfrgixpxn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/musicography") @@ -22873,11 +27479,16 @@ (define-public texlive-musikui (package (name "texlive-musikui") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/musikui/" "tex/latex/musikui/") - (base32 - "1r5ygiavq51sj0l2jcn8jzc1jafach05a3pz2xvzxmxsxdjgzf02"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/musikui/" "tex/latex/musikui/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r5ygiavq51sj0l2jcn8jzc1jafach05a3pz2xvzxmxsxdjgzf02")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/musikui") @@ -22891,12 +27502,17 @@ (define-public texlive-musixguit (package (name "texlive-musixguit") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/musixguit/" - "tex/latex/musixguit/") - (base32 - "1ck8li0wdn22x0g4f57c9r57ans4rj7ggrm3rsp7xnqgc78as065"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/musixguit/" + "tex/latex/musixguit/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ck8li0wdn22x0g4f57c9r57ans4rj7ggrm3rsp7xnqgc78as065")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/musixguit") @@ -22910,20 +27526,25 @@ (define-public texlive-musixtex (package (name "texlive-musixtex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/musixtex/" - "doc/man/man1/musixflx.1" - "doc/man/man1/musixflx.man1.pdf" - "doc/man/man1/musixtex.1" - "doc/man/man1/musixtex.man1.pdf" - "dvips/musixtex/" - "scripts/musixtex/" - "source/generic/musixtex/musixcrd/" - "tex/generic/musixtex/" - "tex/latex/musixtex/") - (base32 - "1j46cf3v3jmhww47xvm4grnb495aggf1vnmb2sq3zbk9pfmrvd4x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/musixtex/" + "doc/man/man1/musixflx.1" + "doc/man/man1/musixflx.man1.pdf" + "doc/man/man1/musixtex.1" + "doc/man/man1/musixtex.man1.pdf" + "dvips/musixtex/" + "scripts/musixtex/" + "source/generic/musixtex/musixcrd/" + "tex/generic/musixtex/" + "tex/latex/musixtex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j46cf3v3jmhww47xvm4grnb495aggf1vnmb2sq3zbk9pfmrvd4x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -22950,16 +27571,21 @@ (define-public texlive-musixtex-fonts (package (name "texlive-musixtex-fonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/musixtex-fonts/" - "fonts/map/dvips/musixtex-fonts/" - "fonts/opentype/public/musixtex-fonts/" - "fonts/source/public/musixtex-fonts/" - "fonts/tfm/public/musixtex-fonts/" - "fonts/type1/public/musixtex-fonts/") - (base32 - "0ychs959d1yvxkhwayf73iwvl4qg0a6v5fk7lnw8w3hk8n7zvp86"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/musixtex-fonts/" + "fonts/map/dvips/musixtex-fonts/" + "fonts/opentype/public/musixtex-fonts/" + "fonts/source/public/musixtex-fonts/" + "fonts/tfm/public/musixtex-fonts/" + "fonts/type1/public/musixtex-fonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ychs959d1yvxkhwayf73iwvl4qg0a6v5fk7lnw8w3hk8n7zvp86")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -22975,14 +27601,19 @@ (define-public texlive-musixtnt (package (name "texlive-musixtnt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/musixtnt/" - "doc/man/man1/msxlint.1" - "doc/man/man1/msxlint.man1.pdf" - "tex/generic/musixtnt/") - (base32 - "0z1rfscla1hiibd0gs3lgf8x5yx19pmwdsbzvx2vvz0ikwgjglm9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/musixtnt/" + "doc/man/man1/msxlint.1" + "doc/man/man1/msxlint.man1.pdf" + "tex/generic/musixtnt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z1rfscla1hiibd0gs3lgf8x5yx19pmwdsbzvx2vvz0ikwgjglm9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-musixtex texlive-musixtnt-bin)) @@ -23056,12 +27687,17 @@ (define-public texlive-musuos (package (name "texlive-musuos") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/musuos/" "source/latex/musuos/" - "tex/latex/musuos/") - (base32 - "1a7cyjfgch6fvwdv2wi78sx2fdgmjbpb85gp2clhvgf15nkw0h94"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/musuos/" "source/latex/musuos/" + "tex/latex/musuos/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a7cyjfgch6fvwdv2wi78sx2fdgmjbpb85gp2clhvgf15nkw0h94")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/musuos") @@ -23077,11 +27713,16 @@ (define-public texlive-muthesis (package (name "texlive-muthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/muthesis/" "tex/latex/muthesis/") - (base32 - "1yydkhxpa9c5w8bpdx09w3mjggff0q2zsq8gkkbjjg29mg5x559j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/muthesis/" "tex/latex/muthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yydkhxpa9c5w8bpdx09w3mjggff0q2zsq8gkkbjjg29mg5x559j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/muthesis") @@ -23096,12 +27737,17 @@ (define-public texlive-msu-thesis (package (name "texlive-msu-thesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/msu-thesis/" - "tex/latex/msu-thesis/") - (base32 - "0fsnrq8fvy8wgqfj5ccyw582142vd2haqlmgaxilvp7pybg9m100"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/msu-thesis/" + "tex/latex/msu-thesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fsnrq8fvy8wgqfj5ccyw582142vd2haqlmgaxilvp7pybg9m100")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/msu-thesis") @@ -23119,12 +27765,17 @@ (define-public texlive-mwcls (package (name "texlive-mwcls") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mwcls/" "source/latex/mwcls/" - "tex/latex/mwcls/") - (base32 - "1pj1m08gh5zsahvzan6wq9v0lnir9zb4qvgkadsl6jm9ia8990yn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mwcls/" "source/latex/mwcls/" + "tex/latex/mwcls/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pj1m08gh5zsahvzan6wq9v0lnir9zb4qvgkadsl6jm9ia8990yn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mwcls") @@ -23147,17 +27798,22 @@ (define-public texlive-mxedruli (package (name "texlive-mxedruli") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/mxedruli/" - "fonts/afm/public/mxedruli/" - "fonts/map/dvips/mxedruli/" - "fonts/source/public/mxedruli/" - "fonts/tfm/public/mxedruli/" - "fonts/type1/public/mxedruli/" - "tex/latex/mxedruli/") - (base32 - "070lfw12mfimcwhkgb1hh092p8npmhpmba28rzzwfl1kmsmk99q5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/mxedruli/" + "fonts/afm/public/mxedruli/" + "fonts/map/dvips/mxedruli/" + "fonts/source/public/mxedruli/" + "fonts/tfm/public/mxedruli/" + "fonts/type1/public/mxedruli/" + "tex/latex/mxedruli/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "070lfw12mfimcwhkgb1hh092p8npmhpmba28rzzwfl1kmsmk99q5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -23172,13 +27828,18 @@ (define-public texlive-mynsfc (package (name "texlive-mynsfc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/mynsfc/" - "source/xelatex/mynsfc/" - "tex/xelatex/mynsfc/") - (base32 - "15vbgqmqsjqz068gn5ql5ca3wbw7gdq1vnaazpwmc71jdybxxv14"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/mynsfc/" + "source/xelatex/mynsfc/" + "tex/xelatex/mynsfc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15vbgqmqsjqz068gn5ql5ca3wbw7gdq1vnaazpwmc71jdybxxv14")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -23201,11 +27862,16 @@ (define-public texlive-na-box (package (name "texlive-na-box") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/na-box/" "tex/xelatex/na-box/") - (base32 - "1j02k0d4m23yackb1vn8pajxwkimkkrx9h512xs3hkxdi6qdwb73"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/na-box/" "tex/xelatex/na-box/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j02k0d4m23yackb1vn8pajxwkimkkrx9h512xs3hkxdi6qdwb73")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/na-box") @@ -23220,13 +27886,18 @@ (define-public texlive-naive-ebnf (package (name "texlive-naive-ebnf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/naive-ebnf/" - "source/latex/naive-ebnf/" - "tex/latex/naive-ebnf/") - (base32 - "0fi04awwvizb2p4lp90wl7syingnc7fwrhzwd20x82a9v89iy6pf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/naive-ebnf/" + "source/latex/naive-ebnf/" + "tex/latex/naive-ebnf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fi04awwvizb2p4lp90wl7syingnc7fwrhzwd20x82a9v89iy6pf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -23245,12 +27916,17 @@ (define-public texlive-namedtensor (package (name "texlive-namedtensor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/namedtensor/" - "tex/latex/namedtensor/") - (base32 - "1bsphfy1k9kplfmhn8qcb2y90l5ga1281r5xds4jn73m319n0iq5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/namedtensor/" + "tex/latex/namedtensor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bsphfy1k9kplfmhn8qcb2y90l5ga1281r5xds4jn73m319n0iq5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/namedtensor") @@ -23262,12 +27938,17 @@ (define-public texlive-nanicolle (package (name "texlive-nanicolle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/nanicolle/" - "tex/xelatex/nanicolle/") - (base32 - "0lzcsmy4iw0ch3w1g3h5b23hkzspi5q2gs406l4cihfmf30yiadk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/nanicolle/" + "tex/xelatex/nanicolle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lzcsmy4iw0ch3w1g3h5b23hkzspi5q2gs406l4cihfmf30yiadk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nanicolle") @@ -23283,17 +27964,22 @@ (define-public texlive-nanumtype1 (package (name "texlive-nanumtype1") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/nanumtype1/" - "fonts/afm/public/nanumtype1/" - "fonts/map/dvips/nanumtype1/" - "fonts/tfm/public/nanumtype1/" - "fonts/type1/public/nanumtype1/" - "fonts/vf/public/nanumtype1/" - "tex/latex/nanumtype1/") - (base32 - "0n7dbhxa186x7f2ql8kjr2bn425vlhswl2m5n2n3iklfam9bmf6k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/nanumtype1/" + "fonts/afm/public/nanumtype1/" + "fonts/map/dvips/nanumtype1/" + "fonts/tfm/public/nanumtype1/" + "fonts/type1/public/nanumtype1/" + "fonts/vf/public/nanumtype1/" + "tex/latex/nanumtype1/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0n7dbhxa186x7f2ql8kjr2bn425vlhswl2m5n2n3iklfam9bmf6k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nanumtype1") @@ -23311,11 +27997,16 @@ (define-public texlive-nar (package (name "texlive-nar") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/nar/") - (base32 - "1nwk71qirapkg3h6jwlv53fm6zwb2vq0fvmc4xcanf19sm3331mk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/nar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nwk71qirapkg3h6jwlv53fm6zwb2vq0fvmc4xcanf19sm3331mk")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nar") (synopsis "BibTeX style for @emph{Nucleic Acid Research}") @@ -23328,11 +28019,16 @@ (define-public texlive-natded (package (name "texlive-natded") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/natded/" "tex/latex/natded/") - (base32 - "01zfxh4ryjjv5qyvbs1pgwpcnq19rdrg3drd2gfx3c4ppqvwbxp4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/natded/" "tex/latex/natded/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01zfxh4ryjjv5qyvbs1pgwpcnq19rdrg3drd2gfx3c4ppqvwbxp4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/natded") @@ -23346,11 +28042,16 @@ (define-public texlive-nath (package (name "texlive-nath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nath/" "tex/latex/nath/") - (base32 - "0dq9hb3gbqak6406x8av9zig4pc7kxasa3ak0fr50hx4fvfa6v8q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nath/" "tex/latex/nath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dq9hb3gbqak6406x8av9zig4pc7kxasa3ak0fr50hx4fvfa6v8q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nath") @@ -23370,12 +28071,17 @@ (define-public texlive-nature (package (name "texlive-nature") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/nature/" "doc/latex/nature/" - "tex/latex/nature/") - (base32 - "04jxf6i83qnhy6i3rpqzm4nzqvc7r56ygx37741ii8yckz58xiah"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/nature/" "doc/latex/nature/" + "tex/latex/nature/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04jxf6i83qnhy6i3rpqzm4nzqvc7r56ygx37741ii8yckz58xiah")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nature") @@ -23390,13 +28096,18 @@ (define-public texlive-navydocs (package (name "texlive-navydocs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/navydocs/" - "source/latex/navydocs/" - "tex/latex/navydocs/") - (base32 - "1qisck3lr1nhjnqs195agvmiw93yld801nahr3bb7yyhzgn2f443"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/navydocs/" + "source/latex/navydocs/" + "tex/latex/navydocs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qisck3lr1nhjnqs195agvmiw93yld801nahr3bb7yyhzgn2f443")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/navydocs") @@ -23413,12 +28124,17 @@ (define-public texlive-nchairx (package (name "texlive-nchairx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nchairx/" "source/latex/nchairx/" - "tex/latex/nchairx/") - (base32 - "0cgp22c26afdpb5pfk5ljp1fr0wvlkf04viw9zbc4gss8hi3gqi5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nchairx/" "source/latex/nchairx/" + "tex/latex/nchairx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cgp22c26afdpb5pfk5ljp1fr0wvlkf04viw9zbc4gss8hi3gqi5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nchairx") @@ -23433,12 +28149,17 @@ (define-public texlive-nddiss (package (name "texlive-nddiss") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/nddiss/" "doc/latex/nddiss/" - "source/latex/nddiss/" "tex/latex/nddiss/") - (base32 - "131gzskjqhh5v677rxf2pap87jvi6jdznimqmql468y3pwc2zja0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/nddiss/" "doc/latex/nddiss/" + "source/latex/nddiss/" "tex/latex/nddiss/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "131gzskjqhh5v677rxf2pap87jvi6jdznimqmql468y3pwc2zja0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nddiss") @@ -23453,12 +28174,17 @@ (define-public texlive-nevelok (package (name "texlive-nevelok") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nevelok/" "source/latex/nevelok/" - "tex/latex/nevelok/") - (base32 - "02g60npy2hp181vnzpna7h2544y7bnbi9y6srpm7kjmd6immm7qn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nevelok/" "source/latex/nevelok/" + "tex/latex/nevelok/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02g60npy2hp181vnzpna7h2544y7bnbi9y6srpm7kjmd6immm7qn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nevelok") @@ -23471,12 +28197,17 @@ (define-public texlive-newcastle-bst (package (name "texlive-newcastle-bst") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/newcastle-bst/" - "doc/bibtex/newcastle-bst/") - (base32 - "0q5mwwiwf6pvlk6xbvrc6rfm87qrkpp7nba4qgdagjkdrn0hs4jz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/newcastle-bst/" + "doc/bibtex/newcastle-bst/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q5mwwiwf6pvlk6xbvrc6rfm87qrkpp7nba4qgdagjkdrn0hs4jz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/newcastle-bst") @@ -23492,13 +28223,18 @@ (define-public texlive-newcomputermodern (package (name "texlive-newcomputermodern") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/newcomputermodern/" - "fonts/opentype/public/newcomputermodern/" - "tex/latex/newcomputermodern/") - (base32 - "0b2iingsax99r551150w26zwmlr6a8yjwb00amfa2id390r1yjp5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/newcomputermodern/" + "fonts/opentype/public/newcomputermodern/" + "tex/latex/newcomputermodern/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b2iingsax99r551150w26zwmlr6a8yjwb00amfa2id390r1yjp5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/newcomputermodern") @@ -23514,19 +28250,24 @@ (define-public texlive-newpx (package (name "texlive-newpx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/newpx/" - "fonts/afm/public/newpx/" - "fonts/enc/dvips/newpx/" - "fonts/map/dvips/newpx/" - "fonts/opentype/public/newpx/" - "fonts/tfm/public/newpx/" - "fonts/type1/public/newpx/" - "fonts/vf/public/newpx/" - "tex/latex/newpx/") - (base32 - "1c58073pzqa9sl69rfqy8b4j8i3fy3hil57fh51icvr5ggq5vyfn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/newpx/" + "fonts/afm/public/newpx/" + "fonts/enc/dvips/newpx/" + "fonts/map/dvips/newpx/" + "fonts/opentype/public/newpx/" + "fonts/tfm/public/newpx/" + "fonts/type1/public/newpx/" + "fonts/vf/public/newpx/" + "tex/latex/newpx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c58073pzqa9sl69rfqy8b4j8i3fy3hil57fh51icvr5ggq5vyfn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/newpx") @@ -23542,16 +28283,21 @@ (define-public texlive-newtxsf (package (name "texlive-newtxsf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/newtxsf/" - "fonts/map/dvips/newtxsf/" - "fonts/tfm/public/newtxsf/" - "fonts/type1/public/newtxsf/" - "fonts/vf/public/newtxsf/" - "tex/latex/newtxsf/") - (base32 - "1nmbh566ifkglk4wdgp297q5nab52ykda4xfi9q5w3c5rzw53y0v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/newtxsf/" + "fonts/map/dvips/newtxsf/" + "fonts/tfm/public/newtxsf/" + "fonts/type1/public/newtxsf/" + "fonts/vf/public/newtxsf/" + "tex/latex/newtxsf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nmbh566ifkglk4wdgp297q5nab52ykda4xfi9q5w3c5rzw53y0v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/newtxsf") @@ -23566,16 +28312,21 @@ (define-public texlive-newtxtt (package (name "texlive-newtxtt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/newtxtt/" - "fonts/enc/dvips/newtxtt/" - "fonts/map/dvips/newtxtt/" - "fonts/tfm/public/newtxtt/" - "fonts/type1/public/newtxtt/" - "tex/latex/newtxtt/") - (base32 - "0x53dqf1mflh00r9v3zj2jqqbabk084zgcbz92x5icvmysrvk92a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/newtxtt/" + "fonts/enc/dvips/newtxtt/" + "fonts/map/dvips/newtxtt/" + "fonts/tfm/public/newtxtt/" + "fonts/type1/public/newtxtt/" + "tex/latex/newtxtt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0x53dqf1mflh00r9v3zj2jqqbabk084zgcbz92x5icvmysrvk92a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/newtxtt") @@ -23590,14 +28341,19 @@ (define-public texlive-niceframe-type1 (package (name "texlive-niceframe-type1") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/niceframe-type1/" - "fonts/afm/public/niceframe-type1/" - "fonts/map/dvips/niceframe-type1/" - "fonts/type1/public/niceframe-type1/") - (base32 - "0np6m165d5xa4y68hy62q39wp069darx63snzl168flj0j1q6qbl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/niceframe-type1/" + "fonts/afm/public/niceframe-type1/" + "fonts/map/dvips/niceframe-type1/" + "fonts/type1/public/niceframe-type1/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0np6m165d5xa4y68hy62q39wp069darx63snzl168flj0j1q6qbl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/niceframe-type1") @@ -23611,13 +28367,18 @@ (define-public texlive-nicematrix (package (name "texlive-nicematrix") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nicematrix/" - "source/latex/nicematrix/" - "tex/latex/nicematrix/") - (base32 - "0pvl6dj152n38phk8vpknhk253r8vdkm64wg55zk6fa4d4a158fy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nicematrix/" + "source/latex/nicematrix/" + "tex/latex/nicematrix/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pvl6dj152n38phk8vpknhk253r8vdkm64wg55zk6fa4d4a158fy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nicematrix") @@ -23636,19 +28397,24 @@ (define-public texlive-nimbus15 (package (name "texlive-nimbus15") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/nimbus15/" - "fonts/afm/public/nimbus15/" - "fonts/enc/dvips/nimbus15/" - "fonts/map/dvips/nimbus15/" - "fonts/opentype/public/nimbus15/" - "fonts/tfm/public/nimbus15/" - "fonts/type1/public/nimbus15/" - "fonts/vf/public/nimbus15/" - "tex/latex/nimbus15/") - (base32 - "1x5y8jcwg3ns4jdz3rqzmd1xsfsdjbab70dnlm3n7lgs64ljlzyk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/nimbus15/" + "fonts/afm/public/nimbus15/" + "fonts/enc/dvips/nimbus15/" + "fonts/map/dvips/nimbus15/" + "fonts/opentype/public/nimbus15/" + "fonts/tfm/public/nimbus15/" + "fonts/type1/public/nimbus15/" + "fonts/vf/public/nimbus15/" + "tex/latex/nimbus15/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x5y8jcwg3ns4jdz3rqzmd1xsfsdjbab70dnlm3n7lgs64ljlzyk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-fontools)) @@ -23666,13 +28432,18 @@ (define-public texlive-nimsticks (package (name "texlive-nimsticks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nimsticks/" - "source/latex/nimsticks/" - "tex/latex/nimsticks/") - (base32 - "0y7v01a02lz6mj1fdyrqzgz7kf7y4m3jarkr3sdyid25k0zx9dbj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nimsticks/" + "source/latex/nimsticks/" + "tex/latex/nimsticks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y7v01a02lz6mj1fdyrqzgz7kf7y4m3jarkr3sdyid25k0zx9dbj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nimsticks") @@ -23690,14 +28461,19 @@ (define-public texlive-nkarta (package (name "texlive-nkarta") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/nkarta/" - "fonts/source/public/nkarta/" - "fonts/tfm/public/nkarta/" - "metapost/nkarta/" "source/latex/nkarta/") - (base32 - "0x5rdacf3d2jm4rgcvmpz76icga4gis4ykmsmp745xb7kh99npjv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/nkarta/" + "fonts/source/public/nkarta/" + "fonts/tfm/public/nkarta/" + "metapost/nkarta/" "source/latex/nkarta/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0x5rdacf3d2jm4rgcvmpz76icga4gis4ykmsmp745xb7kh99npjv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -23713,12 +28489,17 @@ (define-public texlive-nmbib (package (name "texlive-nmbib") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/nmbib/" "doc/latex/nmbib/" - "source/latex/nmbib/" "tex/latex/nmbib/") - (base32 - "17snspchv0yafz062h59gs9px4dwjk99pwfyxcraw9243k2gd79g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/nmbib/" "doc/latex/nmbib/" + "source/latex/nmbib/" "tex/latex/nmbib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17snspchv0yafz062h59gs9px4dwjk99pwfyxcraw9243k2gd79g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nmbib") @@ -23735,12 +28516,17 @@ (define-public texlive-nnext (package (name "texlive-nnext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nnext/" "source/latex/nnext/" - "tex/latex/nnext/") - (base32 - "0hh2kn4ghnxv9l0xfkh0c0bkflmq5qwnc24y0jm1djjwrnyg1y2r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nnext/" "source/latex/nnext/" + "tex/latex/nnext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hh2kn4ghnxv9l0xfkh0c0bkflmq5qwnc24y0jm1djjwrnyg1y2r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nnext") @@ -23757,13 +28543,18 @@ (define-public texlive-notes2bib (package (name "texlive-notes2bib") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/notes2bib/" - "source/latex/notes2bib/" - "tex/latex/notes2bib/") - (base32 - "0d51xy7hlwdl752yl1sfr7f6r77j41nkpj1mf1l7pycn5nlnii79"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/notes2bib/" + "source/latex/notes2bib/" + "tex/latex/notes2bib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d51xy7hlwdl752yl1sfr7f6r77j41nkpj1mf1l7pycn5nlnii79")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/notes2bib") @@ -23780,11 +28571,16 @@ (define-public texlive-notex-bst (package (name "texlive-notex-bst") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/notex-bst/") - (base32 - "14r3q4z35k5n0rl2igjs4lj5ic4yd14xksg1qam5klb6raaf1jkh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/notex-bst/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14r3q4z35k5n0rl2igjs4lj5ic4yd14xksg1qam5klb6raaf1jkh")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/notex-bst") (synopsis "BibTeX style that outputs HTML") @@ -23798,12 +28594,17 @@ (define-public texlive-noto-emoji (package (name "texlive-noto-emoji") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/noto-emoji/" - "fonts/truetype/google/noto-emoji/") - (base32 - "117mj4w0gvbndhm7mcxbxzxscd73np5s35467jr2sq2pwbv87i8r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/noto-emoji/" + "fonts/truetype/google/noto-emoji/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "117mj4w0gvbndhm7mcxbxzxscd73np5s35467jr2sq2pwbv87i8r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/noto-emoji") @@ -23817,16 +28618,21 @@ (define-public texlive-notomath (package (name "texlive-notomath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/notomath/" - "fonts/map/dvips/notomath/" - "fonts/tfm/public/notomath/" - "fonts/type1/public/notomath/" - "fonts/vf/public/notomath/" - "tex/latex/notomath/") - (base32 - "1m7b7blmbc6ypv737qhav6np3ri1a7cl14wnhpd5bgs89v9mkafd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/notomath/" + "fonts/map/dvips/notomath/" + "fonts/tfm/public/notomath/" + "fonts/type1/public/notomath/" + "fonts/vf/public/notomath/" + "tex/latex/notomath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m7b7blmbc6ypv737qhav6np3ri1a7cl14wnhpd5bgs89v9mkafd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/notomath") @@ -23840,11 +28646,16 @@ (define-public texlive-nuc (package (name "texlive-nuc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nuc/" "tex/latex/nuc/") - (base32 - "006c9k3nix0y8nys3sf6r1sjzswhc0kwxhm01q0sk2pzih981w37"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nuc/" "tex/latex/nuc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "006c9k3nix0y8nys3sf6r1sjzswhc0kwxhm01q0sk2pzih981w37")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nuc") @@ -23861,12 +28672,17 @@ (define-public texlive-njurepo (package (name "texlive-njurepo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/njurepo/" "source/latex/njurepo/" - "tex/latex/njurepo/") - (base32 - "03dli7kk1h8kycbj83h2gy434zl6wvj4xz0lli91b1h8k59i8fv4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/njurepo/" "source/latex/njurepo/" + "tex/latex/njurepo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03dli7kk1h8kycbj83h2gy434zl6wvj4xz0lli91b1h8k59i8fv4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/njurepo") @@ -23881,12 +28697,17 @@ (define-public texlive-ndsu-thesis (package (name "texlive-ndsu-thesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ndsu-thesis/" - "tex/latex/ndsu-thesis/") - (base32 - "0nwn17993jqiwgjjfi2jqj6m1qq8b1cbgxvq7shqvk48a0zh6y6h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ndsu-thesis/" + "tex/latex/ndsu-thesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nwn17993jqiwgjjfi2jqj6m1qq8b1cbgxvq7shqvk48a0zh6y6h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ndsu-thesis") @@ -23900,12 +28721,17 @@ (define-public texlive-ndsu-thesis-2022 (package (name "texlive-ndsu-thesis-2022") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ndsu-thesis-2022/" - "tex/latex/ndsu-thesis-2022/") - (base32 - "0dpkqwl7w2rqv0k0a3s72incfp9qg04m1ql3mc1hsjnn8f9dysq2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ndsu-thesis-2022/" + "tex/latex/ndsu-thesis-2022/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dpkqwl7w2rqv0k0a3s72incfp9qg04m1ql3mc1hsjnn8f9dysq2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ndsu-thesis-2022") @@ -23926,11 +28752,16 @@ (define-public texlive-nih (package (name "texlive-nih") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nih/" "tex/latex/nih/") - (base32 - "1fa4z598i5hvlc4g9zjvqfn34pmmpab37ghi5miklvji5r2a1835"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nih/" "tex/latex/nih/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fa4z598i5hvlc4g9zjvqfn34pmmpab37ghi5miklvji5r2a1835")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nih") @@ -23944,12 +28775,17 @@ (define-public texlive-nihbiosketch (package (name "texlive-nihbiosketch") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nihbiosketch/" - "tex/latex/nihbiosketch/") - (base32 - "15d22va4bxwy6h0dwahpakiqry0pq0j4mpc0rbm10lgm3z7hz25c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nihbiosketch/" + "tex/latex/nihbiosketch/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15d22va4bxwy6h0dwahpakiqry0pq0j4mpc0rbm10lgm3z7hz25c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nihbiosketch") @@ -23965,13 +28801,18 @@ (define-public texlive-njustthesis (package (name "texlive-njustthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/njustthesis/" - "source/latex/njustthesis/" - "tex/latex/njustthesis/") - (base32 - "11xbxz3vvq15v5nr32ww6llq08v7r0x52zmq13dp90nmh0xyj7y6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/njustthesis/" + "source/latex/njustthesis/" + "tex/latex/njustthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11xbxz3vvq15v5nr32ww6llq08v7r0x52zmq13dp90nmh0xyj7y6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/njustthesis") @@ -23986,13 +28827,18 @@ (define-public texlive-njuthesis (package (name "texlive-njuthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/njuthesis/" - "source/latex/njuthesis/" - "tex/latex/njuthesis/") - (base32 - "0vzm6iwc025vahbng9nirf1iljrdgqd2w0kz30wczaiy70p1lm5q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/njuthesis/" + "source/latex/njuthesis/" + "tex/latex/njuthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vzm6iwc025vahbng9nirf1iljrdgqd2w0kz30wczaiy70p1lm5q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/njuthesis") @@ -24008,13 +28854,18 @@ (define-public texlive-njuvisual (package (name "texlive-njuvisual") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/njuvisual/" - "source/latex/njuvisual/" - "tex/latex/njuvisual/") - (base32 - "1v5iv44wi0hh77j56jjccgyrh9kyyfvzbl305vqryphq0r73bk36"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/njuvisual/" + "source/latex/njuvisual/" + "tex/latex/njuvisual/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v5iv44wi0hh77j56jjccgyrh9kyyfvzbl305vqryphq0r73bk36")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/njuvisual") @@ -24029,14 +28880,19 @@ (define-public texlive-nostarch (package (name "texlive-nostarch") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/nostarch/" "doc/latex/nostarch/" - "makeindex/nostarch/" - "source/latex/nostarch/" - "tex/latex/nostarch/") - (base32 - "06r1nmwg59ai6v2f80ndkwrcz2ssp1g03g3k5mq0wyyzs1rg4m9q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/nostarch/" "doc/latex/nostarch/" + "makeindex/nostarch/" + "source/latex/nostarch/" + "tex/latex/nostarch/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06r1nmwg59ai6v2f80ndkwrcz2ssp1g03g3k5mq0wyyzs1rg4m9q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nostarch") @@ -24052,12 +28908,17 @@ (define-public texlive-nrc (package (name "texlive-nrc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nrc/" "source/latex/nrc/" - "tex/latex/nrc/") - (base32 - "10h5adzwj8558rwgwipjsbq4j5h674v8nrqfp6hvs3wbn8gdd9hj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nrc/" "source/latex/nrc/" + "tex/latex/nrc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10h5adzwj8558rwgwipjsbq4j5h674v8nrqfp6hvs3wbn8gdd9hj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nrc") @@ -24073,13 +28934,18 @@ (define-public texlive-nucleardata (package (name "texlive-nucleardata") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nucleardata/" - "source/latex/nucleardata/" - "tex/latex/nucleardata/") - (base32 - "0sdqgb38yyk3bhjgfxy3gxvfmpc0y9s60hhig5rry7kydm2w5jfc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nucleardata/" + "source/latex/nucleardata/" + "tex/latex/nucleardata/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sdqgb38yyk3bhjgfxy3gxvfmpc0y9s60hhig5rry7kydm2w5jfc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nucleardata") @@ -24094,13 +28960,18 @@ (define-public texlive-numberpt (package (name "texlive-numberpt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/numberpt/" - "source/latex/numberpt/" - "tex/latex/numberpt/") - (base32 - "14515d1l9d9pxs333f8m99mclaf8mklrs14h2w3bdk5m37m7pv8i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/numberpt/" + "source/latex/numberpt/" + "tex/latex/numberpt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14515d1l9d9pxs333f8m99mclaf8mklrs14h2w3bdk5m37m7pv8i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/numberpt") @@ -24116,11 +28987,16 @@ (define-public texlive-numerica (package (name "texlive-numerica") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/numerica/" "tex/latex/numerica/") - (base32 - "1dx2nl8p910m8hm7jr9zh6kbpyyxgvz15ya7ppb2d7ilybfg3qqv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/numerica/" "tex/latex/numerica/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dx2nl8p910m8hm7jr9zh6kbpyyxgvz15ya7ppb2d7ilybfg3qqv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/numerica") @@ -24138,12 +29014,17 @@ (define-public texlive-numerica-plus (package (name "texlive-numerica-plus") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/numerica-plus/" - "tex/latex/numerica-plus/") - (base32 - "070c2v4y6zwjbq6ydczbl1d86yzv5nvdw9grgcpl7kvf6w8i2d9d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/numerica-plus/" + "tex/latex/numerica-plus/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "070c2v4y6zwjbq6ydczbl1d86yzv5nvdw9grgcpl7kvf6w8i2d9d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/numerica-plus") @@ -24158,12 +29039,17 @@ (define-public texlive-numerica-tables (package (name "texlive-numerica-tables") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/numerica-tables/" - "tex/latex/numerica-tables/") - (base32 - "0g438l2sxij5s8zg6b60w8jvy2jpa2f0s14gjg4f8pq7lf6vk9gj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/numerica-tables/" + "tex/latex/numerica-tables/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0g438l2sxij5s8zg6b60w8jvy2jpa2f0s14gjg4f8pq7lf6vk9gj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/numerica-tables") @@ -24177,18 +29063,23 @@ (define-public texlive-nunito (package (name "texlive-nunito") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/nunito/" - "fonts/enc/dvips/nunito/" - "fonts/map/dvips/nunito/" - "fonts/opentype/public/nunito/" - "fonts/tfm/public/nunito/" - "fonts/type1/public/nunito/" - "fonts/vf/public/nunito/" - "tex/latex/nunito/") - (base32 - "0arx54h5hw50rlikw3sdxgqwhn1sr2jss30103cjip9wff606pa7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/nunito/" + "fonts/enc/dvips/nunito/" + "fonts/map/dvips/nunito/" + "fonts/opentype/public/nunito/" + "fonts/tfm/public/nunito/" + "fonts/type1/public/nunito/" + "fonts/vf/public/nunito/" + "tex/latex/nunito/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0arx54h5hw50rlikw3sdxgqwhn1sr2jss30103cjip9wff606pa7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nunito") @@ -24202,13 +29093,18 @@ (define-public texlive-nwafuthesis (package (name "texlive-nwafuthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nwafuthesis/" - "source/latex/nwafuthesis/" - "tex/latex/nwafuthesis/") - (base32 - "001axgdkvkcwfhzg9iw5sgahxh54sp6imi2b442li8f6n5c717lx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nwafuthesis/" + "source/latex/nwafuthesis/" + "tex/latex/nwafuthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "001axgdkvkcwfhzg9iw5sgahxh54sp6imi2b442li8f6n5c717lx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -24227,12 +29123,17 @@ (define-public texlive-nwejm (package (name "texlive-nwejm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nwejm/" "source/latex/nwejm/" - "tex/latex/nwejm/") - (base32 - "16amdv0zzh9aax6c4adqai7zi2zknh168x4awsi1b8gbbspp2vbl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nwejm/" "source/latex/nwejm/" + "tex/latex/nwejm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16amdv0zzh9aax6c4adqai7zi2zknh168x4awsi1b8gbbspp2vbl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:build-targets #~(list "nwejm.dtx"))) @@ -24252,12 +29153,17 @@ (define-public texlive-objectz (package (name "texlive-objectz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/objectz/" "source/latex/objectz/" - "tex/latex/objectz/") - (base32 - "0a10ajlpmx6gfg4h9rvwf0q7zkb843pl5xfcsd9pzfg33245wbrz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/objectz/" "source/latex/objectz/" + "tex/latex/objectz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a10ajlpmx6gfg4h9rvwf0q7zkb843pl5xfcsd9pzfg33245wbrz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/objectz") @@ -24270,13 +29176,18 @@ (define-public texlive-obnov (package (name "texlive-obnov") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/obnov/" - "fonts/source/public/obnov/" - "fonts/tfm/public/obnov/" "tex/latex/obnov/") - (base32 - "0hjc381fw38qr7rkj137d5rp2jjv002g29bx5g3jjaxl9civvplq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/obnov/" + "fonts/source/public/obnov/" + "fonts/tfm/public/obnov/" "tex/latex/obnov/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hjc381fw38qr7rkj137d5rp2jjv002g29bx5g3jjaxl9civvplq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -24294,21 +29205,26 @@ (define-public texlive-ocherokee (package (name "texlive-ocherokee") (version "2023.0") - (source (texlive-origin - name version - (list "doc/omega/ocherokee/" - "fonts/afm/public/ocherokee/" - "fonts/map/dvips/ocherokee/" - "fonts/ofm/public/ocherokee/" - "fonts/ovf/public/ocherokee/" - "fonts/ovp/public/ocherokee/" - "fonts/tfm/public/ocherokee/" - "fonts/type1/public/ocherokee/" - "omega/ocp/ocherokee/" - "omega/otp/ocherokee/" - "tex/lambda/ocherokee/") - (base32 - "1j2giz3rjr8hdzca5hny31zklnl721mhsgxm575fhh82qrpvdx26"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/omega/ocherokee/" + "fonts/afm/public/ocherokee/" + "fonts/map/dvips/ocherokee/" + "fonts/ofm/public/ocherokee/" + "fonts/ovf/public/ocherokee/" + "fonts/ovp/public/ocherokee/" + "fonts/tfm/public/ocherokee/" + "fonts/type1/public/ocherokee/" + "omega/ocp/ocherokee/" + "omega/otp/ocherokee/" + "tex/lambda/ocherokee/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j2giz3rjr8hdzca5hny31zklnl721mhsgxm575fhh82qrpvdx26")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ocherokee") @@ -24322,11 +29238,16 @@ (define-public texlive-octave (package (name "texlive-octave") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/octave/" "tex/latex/octave/") - (base32 - "1avikh00n92lxk7p7h0kvsv2dk2z411fv85fagj7bg6azb3fch8g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/octave/" "tex/latex/octave/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1avikh00n92lxk7p7h0kvsv2dk2z411fv85fagj7bg6azb3fch8g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/octave") @@ -24342,13 +29263,18 @@ (define-public texlive-ocr-b (package (name "texlive-ocr-b") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/ocr-b/" - "fonts/source/public/ocr-b/" - "fonts/tfm/public/ocr-b/") - (base32 - "089y4hihxdln1rvn87lmmiamcy8xc0niiv4gqxivahwkdjl8w0zw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/ocr-b/" + "fonts/source/public/ocr-b/" + "fonts/tfm/public/ocr-b/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "089y4hihxdln1rvn87lmmiamcy8xc0niiv4gqxivahwkdjl8w0zw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -24364,15 +29290,20 @@ (define-public texlive-ocr-b-outline (package (name "texlive-ocr-b-outline") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/ocr-b-outline/" - "fonts/map/dvips/ocr-b-outline/" - "fonts/opentype/public/ocr-b-outline/" - "fonts/type1/public/ocr-b-outline/" - "source/fonts/ocr-b-outline/") - (base32 - "1wlgwz91iv3ck8qmwgqda1kmijs3076hccfvbk6v7dkrcy726014"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/ocr-b-outline/" + "fonts/map/dvips/ocr-b-outline/" + "fonts/opentype/public/ocr-b-outline/" + "fonts/type1/public/ocr-b-outline/" + "source/fonts/ocr-b-outline/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wlgwz91iv3ck8qmwgqda1kmijs3076hccfvbk6v7dkrcy726014")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ocr-b-outline") @@ -24387,13 +29318,18 @@ (define-public texlive-ogham (package (name "texlive-ogham") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/ogham/" - "fonts/source/public/ogham/" - "fonts/tfm/public/ogham/") - (base32 - "0lk419jbg3ahgcrmffl7snbgv521fccjpsx5i0nq55cs9vrsnav1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/ogham/" + "fonts/source/public/ogham/" + "fonts/tfm/public/ogham/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lk419jbg3ahgcrmffl7snbgv521fccjpsx5i0nq55cs9vrsnav1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -24409,20 +29345,25 @@ (define-public texlive-oinuit (package (name "texlive-oinuit") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/oinuit/" - "fonts/map/dvips/oinuit/" - "fonts/ofm/public/oinuit/" - "fonts/ovf/public/oinuit/" - "fonts/tfm/public/oinuit/" - "fonts/type1/public/oinuit/" - "omega/ocp/oinuit/" - "omega/otp/oinuit/" - "source/lambda/oinuit/" - "tex/lambda/oinuit/") - (base32 - "1f5rlqgdz4r93z5prxjq7z7591frqz89gplj3y0dscjnlc98wxy4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/oinuit/" + "fonts/map/dvips/oinuit/" + "fonts/ofm/public/oinuit/" + "fonts/ovf/public/oinuit/" + "fonts/tfm/public/oinuit/" + "fonts/type1/public/oinuit/" + "omega/ocp/oinuit/" + "omega/otp/oinuit/" + "source/lambda/oinuit/" + "tex/lambda/oinuit/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1f5rlqgdz4r93z5prxjq7z7591frqz89gplj3y0dscjnlc98wxy4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/oinuit") @@ -24437,17 +29378,22 @@ (define-public texlive-old-arrows (package (name "texlive-old-arrows") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/old-arrows/" - "fonts/afm/public/old-arrows/" - "fonts/enc/dvips/old-arrows/" - "fonts/map/dvips/old-arrows/" - "fonts/tfm/public/old-arrows/" - "fonts/type1/public/old-arrows/" - "tex/latex/old-arrows/") - (base32 - "0lrw3r982646pdp5nf9y9s8w85c2zw7cvbq3lqa3d3lsnykvn3y7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/old-arrows/" + "fonts/afm/public/old-arrows/" + "fonts/enc/dvips/old-arrows/" + "fonts/map/dvips/old-arrows/" + "fonts/tfm/public/old-arrows/" + "fonts/type1/public/old-arrows/" + "tex/latex/old-arrows/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lrw3r982646pdp5nf9y9s8w85c2zw7cvbq3lqa3d3lsnykvn3y7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/old-arrows") @@ -24464,13 +29410,18 @@ (define-public texlive-oldlatin (package (name "texlive-oldlatin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/oldlatin/" - "fonts/source/public/oldlatin/" - "fonts/tfm/public/oldlatin/") - (base32 - "1fvy8myxxa3a5g2s8b5m57a9ijg1qanwcrf701s9lix5yxaqn474"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/oldlatin/" + "fonts/source/public/oldlatin/" + "fonts/tfm/public/oldlatin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fvy8myxxa3a5g2s8b5m57a9ijg1qanwcrf701s9lix5yxaqn474")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -24485,18 +29436,23 @@ (define-public texlive-oldstandard (package (name "texlive-oldstandard") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/oldstandard/" - "fonts/enc/dvips/oldstandard/" - "fonts/map/dvips/oldstandard/" - "fonts/opentype/public/oldstandard/" - "fonts/tfm/public/oldstandard/" - "fonts/type1/public/oldstandard/" - "fonts/vf/public/oldstandard/" - "tex/latex/oldstandard/") - (base32 - "0rqx0i13q5axcnilggy9zgi28z2c3xl23dfxjdlsjdkyxvpfl44y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/oldstandard/" + "fonts/enc/dvips/oldstandard/" + "fonts/map/dvips/oldstandard/" + "fonts/opentype/public/oldstandard/" + "fonts/tfm/public/oldstandard/" + "fonts/type1/public/oldstandard/" + "fonts/vf/public/oldstandard/" + "tex/latex/oldstandard/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rqx0i13q5axcnilggy9zgi28z2c3xl23dfxjdlsjdkyxvpfl44y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/oldstandard") @@ -24517,30 +29473,35 @@ (define-public texlive-omega (package (name "texlive-omega") (version "2023.0") - (source (texlive-origin - name version - (list "doc/omega/base/" - "dvips/omega/" - "fonts/afm/public/omega/" - "fonts/map/dvips/omega/" - "fonts/ofm/public/omega/" - "fonts/ovf/public/omega/" - "fonts/ovp/public/omega/" - "fonts/tfm/public/omega/" - "fonts/type1/public/omega/" - "omega/ocp/char2uni/" - "omega/ocp/misc/" - "omega/ocp/omega/" - "omega/ocp/uni2char/" - "omega/otp/char2uni/" - "omega/otp/misc/" - "omega/otp/omega/" - "omega/otp/uni2char/" - "tex/generic/encodings/" - "tex/generic/omegahyph/" - "tex/plain/omega/") - (base32 - "1gma5angnq5wdxianz0ml7y9jh04lsq9ksspykan06p0cp1bnmjc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/omega/base/" + "dvips/omega/" + "fonts/afm/public/omega/" + "fonts/map/dvips/omega/" + "fonts/ofm/public/omega/" + "fonts/ovf/public/omega/" + "fonts/ovp/public/omega/" + "fonts/tfm/public/omega/" + "fonts/type1/public/omega/" + "omega/ocp/char2uni/" + "omega/ocp/misc/" + "omega/ocp/omega/" + "omega/ocp/uni2char/" + "omega/otp/char2uni/" + "omega/otp/misc/" + "omega/otp/omega/" + "omega/otp/uni2char/" + "tex/generic/encodings/" + "tex/generic/omegahyph/" + "tex/plain/omega/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gma5angnq5wdxianz0ml7y9jh04lsq9ksspykan06p0cp1bnmjc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/omega") @@ -24558,28 +29519,33 @@ (define-public texlive-omegaware (package (name "texlive-omegaware") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/odvicopy.1" - "doc/man/man1/odvicopy.man1.pdf" - "doc/man/man1/odvitype.1" - "doc/man/man1/odvitype.man1.pdf" - "doc/man/man1/ofm2opl.1" - "doc/man/man1/ofm2opl.man1.pdf" - "doc/man/man1/opl2ofm.1" - "doc/man/man1/opl2ofm.man1.pdf" - "doc/man/man1/otangle.1" - "doc/man/man1/otangle.man1.pdf" - "doc/man/man1/otp2ocp.1" - "doc/man/man1/otp2ocp.man1.pdf" - "doc/man/man1/outocp.1" - "doc/man/man1/outocp.man1.pdf" - "doc/man/man1/ovf2ovp.1" - "doc/man/man1/ovf2ovp.man1.pdf" - "doc/man/man1/ovp2ovf.1" - "doc/man/man1/ovp2ovf.man1.pdf") - (base32 - "06kzz0342h6vvc32ydrzgpqsdqv5l0jbd5finr43fmzqi5jnswil"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/odvicopy.1" + "doc/man/man1/odvicopy.man1.pdf" + "doc/man/man1/odvitype.1" + "doc/man/man1/odvitype.man1.pdf" + "doc/man/man1/ofm2opl.1" + "doc/man/man1/ofm2opl.man1.pdf" + "doc/man/man1/opl2ofm.1" + "doc/man/man1/opl2ofm.man1.pdf" + "doc/man/man1/otangle.1" + "doc/man/man1/otangle.man1.pdf" + "doc/man/man1/otp2ocp.1" + "doc/man/man1/otp2ocp.man1.pdf" + "doc/man/man1/outocp.1" + "doc/man/man1/outocp.man1.pdf" + "doc/man/man1/ovf2ovp.1" + "doc/man/man1/ovf2ovp.man1.pdf" + "doc/man/man1/ovp2ovf.1" + "doc/man/man1/ovp2ovf.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06kzz0342h6vvc32ydrzgpqsdqv5l0jbd5finr43fmzqi5jnswil")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-omegaware-bin)) @@ -24634,12 +29600,17 @@ (define-public texlive-onrannual (package (name "texlive-onrannual") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/onrannual/" - "tex/latex/onrannual/") - (base32 - "1m701gqf0my947jh4lsgwryn3h9m6w4b6rimm8wmzsxlvnag9ag7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/onrannual/" + "tex/latex/onrannual/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m701gqf0my947jh4lsgwryn3h9m6w4b6rimm8wmzsxlvnag9ag7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/onrannual") @@ -24656,18 +29627,23 @@ (define-public texlive-opensans (package (name "texlive-opensans") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/opensans/" - "fonts/enc/dvips/opensans/" - "fonts/map/dvips/opensans/" - "fonts/tfm/ascender/opensans/" - "fonts/truetype/ascender/opensans/" - "fonts/type1/ascender/opensans/" - "fonts/vf/ascender/opensans/" - "tex/latex/opensans/") - (base32 - "1l81y548cslwsy7m06pckf5w33gq53ly3a35zkd9jzfz6yg6w4bq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/opensans/" + "fonts/enc/dvips/opensans/" + "fonts/map/dvips/opensans/" + "fonts/tfm/ascender/opensans/" + "fonts/truetype/ascender/opensans/" + "fonts/type1/ascender/opensans/" + "fonts/vf/ascender/opensans/" + "tex/latex/opensans/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l81y548cslwsy7m06pckf5w33gq53ly3a35zkd9jzfz6yg6w4bq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/opensans") @@ -24682,12 +29658,17 @@ (define-public texlive-oplotsymbl (package (name "texlive-oplotsymbl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/oplotsymbl/" - "tex/latex/oplotsymbl/") - (base32 - "0kbkxy18yq7990rbbm8b8ky9dyvxknzhczkfa9ki93jap8hwac2r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/oplotsymbl/" + "tex/latex/oplotsymbl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kbkxy18yq7990rbbm8b8ky9dyvxknzhczkfa9ki93jap8hwac2r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/oplotsymbl") @@ -24702,11 +29683,16 @@ (define-public texlive-opteng (package (name "texlive-opteng") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/opteng/" "tex/latex/opteng/") - (base32 - "1svis9n0ssrc6pnvlshwprfjimdfrbisb0jjnlhhys343dv95jqs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/opteng/" "tex/latex/opteng/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1svis9n0ssrc6pnvlshwprfjimdfrbisb0jjnlhhys343dv95jqs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/opteng") @@ -24723,13 +29709,18 @@ (define-public texlive-ordinalpt (package (name "texlive-ordinalpt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ordinalpt/" - "source/latex/ordinalpt/" - "tex/latex/ordinalpt/") - (base32 - "02hsl021gd23qrfm3myazg606lmp149dmpss3vyx93dyqcg8axbr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ordinalpt/" + "source/latex/ordinalpt/" + "tex/latex/ordinalpt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02hsl021gd23qrfm3myazg606lmp149dmpss3vyx93dyqcg8axbr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ordinalpt") @@ -24746,13 +29737,18 @@ (define-public texlive-orkhun (package (name "texlive-orkhun") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/orkhun/" - "fonts/source/public/orkhun/" - "fonts/tfm/public/orkhun/") - (base32 - "18p78sprnig93iq74y1vb1ai3ixqqj1pssrqczr1fiy0rnxsjdig"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/orkhun/" + "fonts/source/public/orkhun/" + "fonts/tfm/public/orkhun/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18p78sprnig93iq74y1vb1ai3ixqqj1pssrqczr1fiy0rnxsjdig")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -24767,12 +29763,17 @@ (define-public texlive-oscola (package (name "texlive-oscola") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/oscola/" "makeindex/oscola/" - "tex/latex/oscola/") - (base32 - "1lx883rqq9p3f0vfv6i5xp35qpi79jf1jxycyi5j86i1fvk0jz08"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/oscola/" "makeindex/oscola/" + "tex/latex/oscola/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lx883rqq9p3f0vfv6i5xp35qpi79jf1jxycyi5j86i1fvk0jz08")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/oscola") @@ -24791,17 +29792,22 @@ (define-public texlive-oswald (package (name "texlive-oswald") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/oswald/" - "fonts/enc/dvips/oswald/" - "fonts/map/dvips/oswald/" - "fonts/tfm/public/oswald/" - "fonts/type1/public/oswald/" - "fonts/vf/public/oswald/" - "tex/latex/oswald/") - (base32 - "0ib7k3vgzmsjaxhfb3zcpy3m0yx8p5yyc2hr8x7b8ik7n1ik5sgm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/oswald/" + "fonts/enc/dvips/oswald/" + "fonts/map/dvips/oswald/" + "fonts/tfm/public/oswald/" + "fonts/type1/public/oswald/" + "fonts/vf/public/oswald/" + "tex/latex/oswald/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ib7k3vgzmsjaxhfb3zcpy3m0yx8p5yyc2hr8x7b8ik7n1ik5sgm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/oswald") @@ -24815,12 +29821,17 @@ (define-public texlive-ot-tableau (package (name "texlive-ot-tableau") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ot-tableau/" - "tex/latex/ot-tableau/") - (base32 - "1f4pxs7k6zv7wk7v3739wznpbrmbihw5hrg5y7l3r0hh71rj9ipj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ot-tableau/" + "tex/latex/ot-tableau/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1f4pxs7k6zv7wk7v3739wznpbrmbihw5hrg5y7l3r0hh71rj9ipj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ot-tableau") @@ -24836,14 +29847,19 @@ (define-public texlive-othello (package (name "texlive-othello") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/othello/" - "fonts/source/public/othello/" - "fonts/tfm/public/othello/" - "tex/latex/othello/") - (base32 - "0ijb2giry6bjvx6ll51n9c8fqy1kmwgrwvrg21mxnj9xc4gkdjrh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/othello/" + "fonts/source/public/othello/" + "fonts/tfm/public/othello/" + "tex/latex/othello/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ijb2giry6bjvx6ll51n9c8fqy1kmwgrwvrg21mxnj9xc4gkdjrh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -24858,12 +29874,17 @@ (define-public texlive-othelloboard (package (name "texlive-othelloboard") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/othelloboard/" - "tex/latex/othelloboard/") - (base32 - "1kaj01bn4828261n8s761qcv7hg6a5aqi577rqglbkjg9grdh1s6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/othelloboard/" + "tex/latex/othelloboard/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kaj01bn4828261n8s761qcv7hg6a5aqi577rqglbkjg9grdh1s6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/othelloboard") @@ -24881,20 +29902,25 @@ (define-public texlive-otibet (package (name "texlive-otibet") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/otibet/" - "fonts/ofm/public/otibet/" - "fonts/ovf/public/otibet/" - "fonts/ovp/public/otibet/" - "fonts/source/public/otibet/" - "fonts/tfm/public/otibet/" - "omega/ocp/otibet/" - "omega/otp/otibet/" - "source/latex/otibet/" - "tex/latex/otibet/") - (base32 - "0cman22brlm8qklb60mzq8f6c9kmdspv3zfg4s5p0lj9sf03bb6c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/otibet/" + "fonts/ofm/public/otibet/" + "fonts/ovf/public/otibet/" + "fonts/ovp/public/otibet/" + "fonts/source/public/otibet/" + "fonts/tfm/public/otibet/" + "omega/ocp/otibet/" + "omega/otp/otibet/" + "source/latex/otibet/" + "tex/latex/otibet/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cman22brlm8qklb60mzq8f6c9kmdspv3zfg4s5p0lj9sf03bb6c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -24909,11 +29935,16 @@ (define-public texlive-oubraces (package (name "texlive-oubraces") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/oubraces/" "tex/latex/oubraces/") - (base32 - "0kh2acj4420cxd5x5y3dnfkdfqp5m70d16kiwz5b0f095af42v1g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/oubraces/" "tex/latex/oubraces/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kh2acj4420cxd5x5y3dnfkdfqp5m70d16kiwz5b0f095af42v1g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/oubraces") @@ -24930,12 +29961,17 @@ (define-public texlive-oup-authoring-template (package (name "texlive-oup-authoring-template") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/oup-authoring-template/" - "tex/latex/oup-authoring-template/") - (base32 - "1fbkrka650pv2k5n0fcdcgmzlfpj2kzlg9d72d145b24zza79qh0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/oup-authoring-template/" + "tex/latex/oup-authoring-template/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fbkrka650pv2k5n0fcdcgmzlfpj2kzlg9d72d145b24zza79qh0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/oup-authoring-template") @@ -24953,13 +29989,18 @@ (define-public texlive-overarrows (package (name "texlive-overarrows") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/overarrows/" - "source/latex/overarrows/" - "tex/latex/overarrows/") - (base32 - "1zr1qq6g3zfabz4x37bc2ajlbrkdlskk99144kqwkvmrwr9nxpww"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/overarrows/" + "source/latex/overarrows/" + "tex/latex/overarrows/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zr1qq6g3zfabz4x37bc2ajlbrkdlskk99144kqwkvmrwr9nxpww")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/overarrows") @@ -24976,18 +30017,23 @@ (define-public texlive-overlock (package (name "texlive-overlock") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/overlock/" - "fonts/enc/dvips/overlock/" - "fonts/map/dvips/overlock/" - "fonts/opentype/tipo/overlock/" - "fonts/tfm/tipo/overlock/" - "fonts/type1/tipo/overlock/" - "fonts/vf/tipo/overlock/" - "tex/latex/overlock/") - (base32 - "0rpqpd5ja32i44lf8szr2hn0dz5dh2p238iid0dnkpylf006wni2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/overlock/" + "fonts/enc/dvips/overlock/" + "fonts/map/dvips/overlock/" + "fonts/opentype/tipo/overlock/" + "fonts/tfm/tipo/overlock/" + "fonts/type1/tipo/overlock/" + "fonts/vf/tipo/overlock/" + "tex/latex/overlock/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rpqpd5ja32i44lf8szr2hn0dz5dh2p238iid0dnkpylf006wni2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/overlock") @@ -25003,14 +30049,19 @@ (define-public texlive-pacioli (package (name "texlive-pacioli") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/pacioli/" - "fonts/source/public/pacioli/" - "fonts/tfm/public/pacioli/" - "source/fonts/pacioli/" "tex/latex/pacioli/") - (base32 - "100fs89b2nfybnjdg8b4v3z8q982b6x0azn0sc31533pkkkp19i3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/pacioli/" + "fonts/source/public/pacioli/" + "fonts/tfm/public/pacioli/" + "source/fonts/pacioli/" "tex/latex/pacioli/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "100fs89b2nfybnjdg8b4v3z8q982b6x0azn0sc31533pkkkp19i3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -25027,12 +30078,17 @@ (define-public texlive-padauk (package (name "texlive-padauk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/padauk/" - "fonts/truetype/public/padauk/") - (base32 - "0yn5w8bkcf9ihqy4v2zq4yc74d2d3dc1c6dcissaa6pcdj4z9r9l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/padauk/" + "fonts/truetype/public/padauk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yn5w8bkcf9ihqy4v2zq4yc74d2d3dc1c6dcissaa6pcdj4z9r9l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/padauk") @@ -25047,12 +30103,17 @@ (define-public texlive-pagella-otf (package (name "texlive-pagella-otf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/pagella-otf/" - "tex/latex/pagella-otf/") - (base32 - "0yi5d5wffqcrlslk9gxifnx4imhpi1hqya6x7k1qq9znvlf97inl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/pagella-otf/" + "tex/latex/pagella-otf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yi5d5wffqcrlslk9gxifnx4imhpi1hqya6x7k1qq9znvlf97inl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pagella-otf") @@ -25067,13 +30128,18 @@ (define-public texlive-parallel (package (name "texlive-parallel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/parallel/" - "source/latex/parallel/" - "tex/latex/parallel/") - (base32 - "14gca28ph90vhsliy5g8jc6fd87igni1wkiy41jrp33qhjiz94qa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/parallel/" + "source/latex/parallel/" + "tex/latex/parallel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14gca28ph90vhsliy5g8jc6fd87igni1wkiy41jrp33qhjiz94qa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/parallel") @@ -25090,29 +30156,34 @@ (define-public texlive-paratype (package (name "texlive-paratype") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/paratype/" - "fonts/afm/paratype/ptmono/" - "fonts/afm/paratype/ptsans/" - "fonts/afm/paratype/ptserif/" - "fonts/enc/dvips/paratype/" - "fonts/map/dvips/paratype/" - "fonts/tfm/paratype/ptmono/" - "fonts/tfm/paratype/ptsans/" - "fonts/tfm/paratype/ptserif/" - "fonts/truetype/paratype/ptmono/" - "fonts/truetype/paratype/ptsans/" - "fonts/truetype/paratype/ptserif/" - "fonts/type1/paratype/ptmono/" - "fonts/type1/paratype/ptsans/" - "fonts/type1/paratype/ptserif/" - "fonts/vf/paratype/ptmono/" - "fonts/vf/paratype/ptsans/" - "fonts/vf/paratype/ptserif/" - "tex/latex/paratype/") - (base32 - "0k93y4xlng9b9cwa9mk7bdxj2zzbyigv02z358lm0vpr7nw8vxig"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/paratype/" + "fonts/afm/paratype/ptmono/" + "fonts/afm/paratype/ptsans/" + "fonts/afm/paratype/ptserif/" + "fonts/enc/dvips/paratype/" + "fonts/map/dvips/paratype/" + "fonts/tfm/paratype/ptmono/" + "fonts/tfm/paratype/ptsans/" + "fonts/tfm/paratype/ptserif/" + "fonts/truetype/paratype/ptmono/" + "fonts/truetype/paratype/ptsans/" + "fonts/truetype/paratype/ptserif/" + "fonts/type1/paratype/ptmono/" + "fonts/type1/paratype/ptsans/" + "fonts/type1/paratype/ptserif/" + "fonts/vf/paratype/ptmono/" + "fonts/vf/paratype/ptsans/" + "fonts/vf/paratype/ptserif/" + "tex/latex/paratype/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k93y4xlng9b9cwa9mk7bdxj2zzbyigv02z358lm0vpr7nw8vxig")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/paratype") @@ -25130,12 +30201,17 @@ (define-public texlive-parrun (package (name "texlive-parrun") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/parrun/" "source/latex/parrun/" - "tex/latex/parrun/") - (base32 - "1cfqvsda505pxwyjv6k197lg464y4njr2j65sghvzk7qp3i6vq11"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/parrun/" "source/latex/parrun/" + "tex/latex/parrun/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cfqvsda505pxwyjv6k197lg464y4njr2j65sghvzk7qp3i6vq11")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/parrun") @@ -25149,12 +30225,17 @@ (define-public texlive-pas-crosswords (package (name "texlive-pas-crosswords") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pas-crosswords/" - "tex/latex/pas-crosswords/") - (base32 - "1masrs2ywyxa9rfw7vz9j9jw0b1hhkd5fin2rg7rd2x1qb305q5w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pas-crosswords/" + "tex/latex/pas-crosswords/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1masrs2ywyxa9rfw7vz9j9jw0b1hhkd5fin2rg7rd2x1qb305q5w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pas-crosswords") @@ -25169,12 +30250,17 @@ (define-public texlive-pascaltriangle (package (name "texlive-pascaltriangle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pascaltriangle/" - "tex/latex/pascaltriangle/") - (base32 - "1g5y02gcgwhdq168n7d33plfhfp83zq97vjrfyz8ldlc7vncdnlh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pascaltriangle/" + "tex/latex/pascaltriangle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1g5y02gcgwhdq168n7d33plfhfp83zq97vjrfyz8ldlc7vncdnlh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pascaltriangle") @@ -25191,11 +30277,16 @@ (define-public texlive-patgen2-tutorial (package (name "texlive-patgen2-tutorial") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/patgen2-tutorial/") - (base32 - "016bx1rp8kpvlywg0yafhbbhlzw4zxdcbdrd5525vffn6fyp9fi3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/patgen2-tutorial/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "016bx1rp8kpvlywg0yafhbbhlzw4zxdcbdrd5525vffn6fyp9fi3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/patgen2-tutorial") @@ -25209,12 +30300,17 @@ (define-public texlive-perception (package (name "texlive-perception") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/perception/" - "doc/bibtex/perception/") - (base32 - "0958g65hv8fpyhhbkvkd2ybdbp6aiblnc5izbr5z5w8b0v5n0ixx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/perception/" + "doc/bibtex/perception/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0958g65hv8fpyhhbkvkd2ybdbp6aiblnc5izbr5z5w8b0v5n0ixx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/perception") @@ -25228,12 +30324,17 @@ (define-public texlive-perfectcut (package (name "texlive-perfectcut") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/perfectcut/" - "tex/latex/perfectcut/") - (base32 - "13lclcf5aynbivhlsgnssi36dgacmyjl3rmr0i8s3az5941bsyfh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/perfectcut/" + "tex/latex/perfectcut/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13lclcf5aynbivhlsgnssi36dgacmyjl3rmr0i8s3az5941bsyfh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/perfectcut") @@ -25257,13 +30358,18 @@ (define-public texlive-persian-bib (package (name "texlive-persian-bib") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/persian-bib/" - "bibtex/csf/persian-bib/" - "doc/xelatex/persian-bib/") - (base32 - "18x592g8y1i8kw724an65q84jj91cam5qvwp9mgnhqpwh3gjflpw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/persian-bib/" + "bibtex/csf/persian-bib/" + "doc/xelatex/persian-bib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18x592g8y1i8kw724an65q84jj91cam5qvwp9mgnhqpwh3gjflpw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/persian-bib") @@ -25280,11 +30386,16 @@ (define-public texlive-pfdicons (package (name "texlive-pfdicons") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pfdicons/" "tex/latex/pfdicons/") - (base32 - "16xdy0ah7za1gr63w1pdfvbq8x4fkin7q0yfpml7y4wv7m1qxqgc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pfdicons/" "tex/latex/pfdicons/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16xdy0ah7za1gr63w1pdfvbq8x4fkin7q0yfpml7y4wv7m1qxqgc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pfdicons") @@ -25302,18 +30413,23 @@ (define-public texlive-phaistos (package (name "texlive-phaistos") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/phaistos/" - "fonts/afm/public/phaistos/" - "fonts/map/dvips/phaistos/" - "fonts/opentype/public/phaistos/" - "fonts/tfm/public/phaistos/" - "fonts/type1/public/phaistos/" - "source/fonts/phaistos/" - "tex/latex/phaistos/") - (base32 - "0b5mjfzmhr6dw6i90mjym2hwi4cm2jfwfagl41dm6grnznwcn8bb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/phaistos/" + "fonts/afm/public/phaistos/" + "fonts/map/dvips/phaistos/" + "fonts/opentype/public/phaistos/" + "fonts/tfm/public/phaistos/" + "fonts/type1/public/phaistos/" + "source/fonts/phaistos/" + "tex/latex/phaistos/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b5mjfzmhr6dw6i90mjym2hwi4cm2jfwfagl41dm6grnznwcn8bb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/phaistos") @@ -25330,13 +30446,18 @@ (define-public texlive-philosophersimprint (package (name "texlive-philosophersimprint") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/philosophersimprint/" - "source/latex/philosophersimprint/" - "tex/latex/philosophersimprint/") - (base32 - "12rflr3w8lxk9yg1fx3kpyz52002571lh4g3m6hcp73mb393fq1w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/philosophersimprint/" + "source/latex/philosophersimprint/" + "tex/latex/philosophersimprint/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12rflr3w8lxk9yg1fx3kpyz52002571lh4g3m6hcp73mb393fq1w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/philosophersimprint") @@ -25352,14 +30473,19 @@ (define-public texlive-phonetic (package (name "texlive-phonetic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/phonetic/" - "fonts/source/public/phonetic/" - "fonts/tfm/public/phonetic/" - "tex/latex/phonetic/") - (base32 - "0f1z1kzfyxap4hbmpjfhy417n3jcg3rv0m8f5ab1wlil64jn0rgb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/phonetic/" + "fonts/source/public/phonetic/" + "fonts/tfm/public/phonetic/" + "tex/latex/phonetic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f1z1kzfyxap4hbmpjfhy417n3jcg3rv0m8f5ab1wlil64jn0rgb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -25374,13 +30500,18 @@ (define-public texlive-physconst (package (name "texlive-physconst") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/physconst/" - "source/latex/physconst/" - "tex/latex/physconst/") - (base32 - "1jrhsycm9fp4crhy4g9i4hn7wll85fczwmvxvlzgkzi249zcssm9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/physconst/" + "source/latex/physconst/" + "tex/latex/physconst/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jrhsycm9fp4crhy4g9i4hn7wll85fczwmvxvlzgkzi249zcssm9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/physconst") @@ -25401,11 +30532,16 @@ (define-public texlive-phonrule (package (name "texlive-phonrule") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/phonrule/" "tex/latex/phonrule/") - (base32 - "09nhlhqgq2af2p6rn5r0q8ccn9a2qq35znn5j4z2kjq744wbzjih"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/phonrule/" "tex/latex/phonrule/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09nhlhqgq2af2p6rn5r0q8ccn9a2qq35znn5j4z2kjq744wbzjih")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/phonrule") @@ -25419,11 +30555,16 @@ (define-public texlive-physics2 (package (name "texlive-physics2") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/physics2/" "tex/latex/physics2/") - (base32 - "03xq3cvyv4d01kmk4p14qkvyrfs583jlrjcbn9vy66gk6gcailih"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/physics2/" "tex/latex/physics2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03xq3cvyv4d01kmk4p14qkvyrfs583jlrjcbn9vy66gk6gcailih")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/physics2") @@ -25447,13 +30588,18 @@ (define-public texlive-physunits (package (name "texlive-physunits") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/physunits/" - "source/latex/physunits/" - "tex/latex/physunits/") - (base32 - "139qcg10879q17l84kqh8x1rzp8bgdcyd4iaxwgl4qlnrkg5rbl5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/physunits/" + "source/latex/physunits/" + "tex/latex/physunits/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "139qcg10879q17l84kqh8x1rzp8bgdcyd4iaxwgl4qlnrkg5rbl5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/physunits") @@ -25469,11 +30615,16 @@ (define-public texlive-piano (package (name "texlive-piano") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/piano/" "tex/latex/piano/") - (base32 - "0nbax18dgg2a9l6bihqhwx0va7829324lk29ibq29wjissmhjqww"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/piano/" "tex/latex/piano/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nbax18dgg2a9l6bihqhwx0va7829324lk29ibq29wjissmhjqww")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/piano") @@ -25488,16 +30639,21 @@ (define-public texlive-pigpen (package (name "texlive-pigpen") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pigpen/" - "fonts/map/dvips/pigpen/" - "fonts/source/public/pigpen/" - "fonts/tfm/public/pigpen/" - "fonts/type1/public/pigpen/" - "tex/latex/pigpen/") - (base32 - "0cvccvk3yhjpv9kxdzwaq8a2ql0vramlpzpd4l4my6g44k6cf2yf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pigpen/" + "fonts/map/dvips/pigpen/" + "fonts/source/public/pigpen/" + "fonts/tfm/public/pigpen/" + "fonts/type1/public/pigpen/" + "tex/latex/pigpen/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cvccvk3yhjpv9kxdzwaq8a2ql0vramlpzpd4l4my6g44k6cf2yf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -25514,12 +30670,17 @@ (define-public texlive-pinoutikz (package (name "texlive-pinoutikz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pinoutikz/" - "tex/latex/pinoutikz/") - (base32 - "1kqdvldrr7r0jsi2sd8rzqcgwfdy0p9ixqcrwg2k94dcs6ad9mhy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pinoutikz/" + "tex/latex/pinoutikz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kqdvldrr7r0jsi2sd8rzqcgwfdy0p9ixqcrwg2k94dcs6ad9mhy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pinoutikz") @@ -25534,12 +30695,17 @@ (define-public texlive-pittetd (package (name "texlive-pittetd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pittetd/" "source/latex/pittetd/" - "tex/latex/pittetd/") - (base32 - "1q8ikj4qqlzw3kimywdmbvkvwyvyjn8q6gr68kc0wpypqd1a91as"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pittetd/" "source/latex/pittetd/" + "tex/latex/pittetd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q8ikj4qqlzw3kimywdmbvkvwyvyjn8q6gr68kc0wpypqd1a91as")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pittetd") @@ -25554,11 +30720,16 @@ (define-public texlive-pkuthss (package (name "texlive-pkuthss") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pkuthss/" "tex/latex/pkuthss/") - (base32 - "046r1m8bgif6mvm2cln95whh3nnwnwwpzs9hd6szaz91xa1dwyd9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pkuthss/" "tex/latex/pkuthss/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "046r1m8bgif6mvm2cln95whh3nnwnwwpzs9hd6szaz91xa1dwyd9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pkuthss") @@ -25575,11 +30746,16 @@ (define-public texlive-plainyr (package (name "texlive-plainyr") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/plainyr/") - (base32 - "09py8psdqqnxmq2nkczxz092668zscvf9hbr6fcvrnj0blvz3wxy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/plainyr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09py8psdqqnxmq2nkczxz092668zscvf9hbr6fcvrnj0blvz3wxy")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/plainyr") (synopsis "Plain bibliography style, sorted by year first") @@ -25592,12 +30768,17 @@ (define-public texlive-plari (package (name "texlive-plari") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/plari/" "source/latex/plari/" - "tex/latex/plari/") - (base32 - "07g4rn4nn5wvwqd39s0xnn35ijkamhzxi12icnha8vb0b564jwq8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/plari/" "source/latex/plari/" + "tex/latex/plari/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07g4rn4nn5wvwqd39s0xnn35ijkamhzxi12icnha8vb0b564jwq8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/plari") @@ -25611,12 +30792,17 @@ (define-public texlive-play (package (name "texlive-play") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/play/" "source/latex/play/" - "tex/latex/play/") - (base32 - "1v1d8hfng6s8x8spzrzhhkgg36zay9jvfna9md1mh4ijlipnzyma"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/play/" "source/latex/play/" + "tex/latex/play/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v1d8hfng6s8x8spzrzhhkgg36zay9jvfna9md1mh4ijlipnzyma")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/play") @@ -25630,18 +30816,23 @@ (define-public texlive-playfair (package (name "texlive-playfair") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/playfair/" - "fonts/enc/dvips/playfair/" - "fonts/map/dvips/playfair/" - "fonts/opentype/public/playfair/" - "fonts/tfm/public/playfair/" - "fonts/type1/public/playfair/" - "fonts/vf/public/playfair/" - "tex/latex/playfair/") - (base32 - "060l6q6m410nn31mn09v3gy5nvbimplraifqcqlp3h8pzcrc3akf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/playfair/" + "fonts/enc/dvips/playfair/" + "fonts/map/dvips/playfair/" + "fonts/opentype/public/playfair/" + "fonts/tfm/public/playfair/" + "fonts/type1/public/playfair/" + "fonts/vf/public/playfair/" + "tex/latex/playfair/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "060l6q6m410nn31mn09v3gy5nvbimplraifqcqlp3h8pzcrc3akf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/playfair") @@ -25661,18 +30852,23 @@ (define-public texlive-plex (package (name "texlive-plex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/plex/" - "fonts/enc/dvips/plex/" - "fonts/map/dvips/plex/" - "fonts/opentype/ibm/plex/" - "fonts/tfm/ibm/plex/" - "fonts/type1/ibm/plex/" - "fonts/vf/ibm/plex/" - "tex/latex/plex/") - (base32 - "0lvv5p2jmkr7cb0rml4iyzr5pf7bfks0a44sv49v1d2492j57jmv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/plex/" + "fonts/enc/dvips/plex/" + "fonts/map/dvips/plex/" + "fonts/opentype/ibm/plex/" + "fonts/tfm/ibm/plex/" + "fonts/type1/ibm/plex/" + "fonts/vf/ibm/plex/" + "tex/latex/plex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lvv5p2jmkr7cb0rml4iyzr5pf7bfks0a44sv49v1d2492j57jmv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/plex") @@ -25688,11 +30884,16 @@ (define-public texlive-plex-otf (package (name "texlive-plex-otf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/plex-otf/" "tex/latex/plex-otf/") - (base32 - "0xasayka8lhkn01l1535a2jy7xsp7s01hvw3kn3jk4h569dvp21g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/plex-otf/" "tex/latex/plex-otf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xasayka8lhkn01l1535a2jy7xsp7s01hvw3kn3jk4h569dvp21g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/plex-otf") @@ -25709,18 +30910,23 @@ (define-public texlive-plimsoll (package (name "texlive-plimsoll") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/plimsoll/" - "fonts/afm/public/plimsoll/" - "fonts/enc/dvips/plimsoll/" - "fonts/map/dvips/plimsoll/" - "fonts/tfm/public/plimsoll/" - "fonts/type1/public/plimsoll/" - "source/fonts/plimsoll/" - "tex/latex/plimsoll/") - (base32 - "1cxvlpb7z83ajyqh5nw1596i7ak582pp2mmqmfjqk2bffv6jqay1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/plimsoll/" + "fonts/afm/public/plimsoll/" + "fonts/enc/dvips/plimsoll/" + "fonts/map/dvips/plimsoll/" + "fonts/tfm/public/plimsoll/" + "fonts/type1/public/plimsoll/" + "source/fonts/plimsoll/" + "tex/latex/plimsoll/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cxvlpb7z83ajyqh5nw1596i7ak582pp2mmqmfjqk2bffv6jqay1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/plimsoll") @@ -25736,13 +30942,18 @@ (define-public texlive-pm-isomath (package (name "texlive-pm-isomath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pm-isomath/" - "source/latex/pm-isomath/" - "tex/latex/pm-isomath/") - (base32 - "1a3qsv8x1pj2fd8hdbds6skvda9hpaph0a3hakf61xngc7q4ymxn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pm-isomath/" + "source/latex/pm-isomath/" + "tex/latex/pm-isomath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a3qsv8x1pj2fd8hdbds6skvda9hpaph0a3hakf61xngc7q4ymxn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pm-isomath") @@ -25759,12 +30970,17 @@ (define-public texlive-pmhanguljamo (package (name "texlive-pmhanguljamo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pmhanguljamo/" - "tex/latex/pmhanguljamo/") - (base32 - "1k8cvzmrrpb6hkkjczfq4mad71450pappf68jdlf1vmg3qb0f9z3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pmhanguljamo/" + "tex/latex/pmhanguljamo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1k8cvzmrrpb6hkkjczfq4mad71450pappf68jdlf1vmg3qb0f9z3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pmhanguljamo") @@ -25779,16 +30995,21 @@ (define-public texlive-pmx (package (name "texlive-pmx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pmx/" - "doc/man/man1/pmxab.1" - "doc/man/man1/pmxab.man1.pdf" - "doc/man/man1/scor2prt.1" - "doc/man/man1/scor2prt.man1.pdf" - "tex/generic/pmx/") - (base32 - "1p9js9izv50vg7qqqmyg5jz4am4phhscqdfnn4nszlyfv3zkg7p3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pmx/" + "doc/man/man1/pmxab.1" + "doc/man/man1/pmxab.man1.pdf" + "doc/man/man1/scor2prt.1" + "doc/man/man1/scor2prt.man1.pdf" + "tex/generic/pmx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p9js9izv50vg7qqqmyg5jz4am4phhscqdfnn4nszlyfv3zkg7p3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-pmx-bin)) @@ -25854,14 +31075,19 @@ (define-public texlive-pmxchords (package (name "texlive-pmxchords") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/pmxchords.1" - "doc/man/man1/pmxchords.man1.pdf" - "doc/pmxchords/" "scripts/pmxchords/" - "tex/generic/pmxchords/") - (base32 - "01dlic0b0fdm41982mqj3xpin0wksmsyz4h53vdckkz2ayyagagk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/pmxchords.1" + "doc/man/man1/pmxchords.man1.pdf" + "doc/pmxchords/" "scripts/pmxchords/" + "tex/generic/pmxchords/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01dlic0b0fdm41982mqj3xpin0wksmsyz4h53vdckkz2ayyagagk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "pmxchords.lua"))) @@ -25878,11 +31104,16 @@ (define-public texlive-pnas2009 (package (name "texlive-pnas2009") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/pnas2009/") - (base32 - "0yl475rlfhlnd9d0pyzm1gj2gixrdzyn6858j1ndvkhr8vc055ns"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/pnas2009/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yl475rlfhlnd9d0pyzm1gj2gixrdzyn6858j1ndvkhr8vc055ns")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pnas2009") (synopsis "BibTeX style for PNAS (newer version)") @@ -25896,13 +31127,18 @@ (define-public texlive-poemscol (package (name "texlive-poemscol") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/poemscol/" - "source/latex/poemscol/" - "tex/latex/poemscol/") - (base32 - "0hz6zsqcvlzcccxywwzwlpp9gsv41g4hc88481vmj313bys77spd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/poemscol/" + "source/latex/poemscol/" + "tex/latex/poemscol/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hz6zsqcvlzcccxywwzwlpp9gsv41g4hc88481vmj313bys77spd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/poemscol") @@ -25921,12 +31157,17 @@ (define-public texlive-poetry (package (name "texlive-poetry") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/poetry/" "source/latex/poetry/" - "tex/latex/poetry/") - (base32 - "1z262am0qh6h1qqf36hxj2lc7d5pr4r65yx8ysrydh0sijccgild"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/poetry/" "source/latex/poetry/" + "tex/latex/poetry/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z262am0qh6h1qqf36hxj2lc7d5pr4r65yx8ysrydh0sijccgild")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/poetry") @@ -25944,13 +31185,18 @@ (define-public texlive-poetrytex (package (name "texlive-poetrytex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/poetrytex/" - "source/latex/poetrytex/" - "tex/latex/poetrytex/") - (base32 - "1y78zd1hd3z1901x6mc6q0mw4rgj3qcqhnjn34zix11r0gn4b2jr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/poetrytex/" + "source/latex/poetrytex/" + "tex/latex/poetrytex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1y78zd1hd3z1901x6mc6q0mw4rgj3qcqhnjn34zix11r0gn4b2jr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -25987,18 +31233,23 @@ (define-public texlive-poiretone (package (name "texlive-poiretone") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/poiretone/" - "fonts/enc/dvips/poiretone/" - "fonts/map/dvips/poiretone/" - "fonts/tfm/public/poiretone/" - "fonts/truetype/public/poiretone/" - "fonts/type1/public/poiretone/" - "fonts/vf/public/poiretone/" - "tex/latex/poiretone/") - (base32 - "1zdncw8pj0x8nwgk7b5lgqldiifqjnsci57jnkf5vyhzsxx1c8kr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/poiretone/" + "fonts/enc/dvips/poiretone/" + "fonts/map/dvips/poiretone/" + "fonts/tfm/public/poiretone/" + "fonts/truetype/public/poiretone/" + "fonts/type1/public/poiretone/" + "fonts/vf/public/poiretone/" + "tex/latex/poiretone/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zdncw8pj0x8nwgk7b5lgqldiifqjnsci57jnkf5vyhzsxx1c8kr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/poiretone") @@ -26015,12 +31266,17 @@ (define-public texlive-polexpr (package (name "texlive-polexpr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/polexpr/" - "tex/generic/polexpr/") - (base32 - "09lryzizy59aaq92m2rzryxf0q0b9wqhrm258q1kqgm0sd2z6pn3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/polexpr/" + "tex/generic/polexpr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09lryzizy59aaq92m2rzryxf0q0b9wqhrm258q1kqgm0sd2z6pn3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/polexpr") @@ -26038,12 +31294,17 @@ (define-public texlive-powerdot-fuberlin (package (name "texlive-powerdot-fuberlin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/powerdot-fuberlin/" - "tex/latex/powerdot-fuberlin/") - (base32 - "0q49f7sbywfgdgn24ayg7ybfnqdnaqiwn463hiahib0vznwv1fn6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/powerdot-fuberlin/" + "tex/latex/powerdot-fuberlin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q49f7sbywfgdgn24ayg7ybfnqdnaqiwn463hiahib0vznwv1fn6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/powerdot-fuberlin") @@ -26059,12 +31320,17 @@ (define-public texlive-powerdot-tuliplab (package (name "texlive-powerdot-tuliplab") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/powerdot-tuliplab/" - "tex/latex/powerdot-tuliplab/") - (base32 - "0wwml3n7lrfm4m9xw3a14ksa8mcrrp2gbwi9y4m5pgz1r92jmph3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/powerdot-tuliplab/" + "tex/latex/powerdot-tuliplab/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wwml3n7lrfm4m9xw3a14ksa8mcrrp2gbwi9y4m5pgz1r92jmph3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/powerdot-tuliplab") @@ -26078,13 +31344,18 @@ (define-public texlive-pracjourn (package (name "texlive-pracjourn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pracjourn/" - "source/latex/pracjourn/" - "tex/latex/pracjourn/") - (base32 - "0pavlcxv7jqni6rl2hdqfmmns566151rvsaa1p5xhgfb6qa4l1b1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pracjourn/" + "source/latex/pracjourn/" + "tex/latex/pracjourn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pavlcxv7jqni6rl2hdqfmmns566151rvsaa1p5xhgfb6qa4l1b1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pracjourn") @@ -26100,11 +31371,16 @@ (define-public texlive-prftree (package (name "texlive-prftree") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/prftree/" "tex/latex/prftree/") - (base32 - "1h5cgk0jsdngmhzr90910fqyvnvabbpicwskan6yay7h8iqqmxvf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/prftree/" "tex/latex/prftree/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1h5cgk0jsdngmhzr90910fqyvnvabbpicwskan6yay7h8iqqmxvf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/prftree") @@ -26118,12 +31394,17 @@ (define-public texlive-principia (package (name "texlive-principia") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/principia/" - "tex/latex/principia/") - (base32 - "1pq9plcp0zp5a4nhz80kbkhbg00axp10p20r1bwq4ck7giwci3jf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/principia/" + "tex/latex/principia/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pq9plcp0zp5a4nhz80kbkhbg00axp10p20r1bwq4ck7giwci3jf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/principia") @@ -26137,12 +31418,17 @@ (define-public texlive-proba (package (name "texlive-proba") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/proba/" "source/latex/proba/" - "tex/latex/proba/") - (base32 - "0ym6szixg2dl17l07kdqmyah6pi6hn68ckr95xmimqhv8ib124kj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/proba/" "source/latex/proba/" + "tex/latex/proba/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ym6szixg2dl17l07kdqmyah6pi6hn68ckr95xmimqhv8ib124kj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/proba") @@ -26158,12 +31444,17 @@ (define-public texlive-prociagssymp (package (name "texlive-prociagssymp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/prociagssymp/" - "tex/latex/prociagssymp/") - (base32 - "1c8fa2d0rsq5drrrckvm1b9mfdfn3p0b9wwwzr263lw7qdqhnlwj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/prociagssymp/" + "tex/latex/prociagssymp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c8fa2d0rsq5drrrckvm1b9mfdfn3p0b9wwwzr263lw7qdqhnlwj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/prociagssymp") @@ -26179,16 +31470,21 @@ (define-public texlive-prodint (package (name "texlive-prodint") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/prodint/" - "fonts/afm/public/prodint/" - "fonts/map/dvips/prodint/" - "fonts/tfm/public/prodint/" - "fonts/type1/public/prodint/" - "tex/latex/prodint/") - (base32 - "0k354qidij22mwxafh2zbam7qb4jd5pb8jakw0c660xdxaxrdxx3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/prodint/" + "fonts/afm/public/prodint/" + "fonts/map/dvips/prodint/" + "fonts/tfm/public/prodint/" + "fonts/type1/public/prodint/" + "tex/latex/prodint/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k354qidij22mwxafh2zbam7qb4jd5pb8jakw0c660xdxaxrdxx3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/prodint") @@ -26205,13 +31501,18 @@ (define-public texlive-profcollege (package (name "texlive-profcollege") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/profcollege/" - "metapost/profcollege/" - "tex/latex/profcollege/") - (base32 - "06bj5crnqslqlg2dkh43b30jvdvknblg8l4fri15gpdx1z5k1d6h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/profcollege/" + "metapost/profcollege/" + "tex/latex/profcollege/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06bj5crnqslqlg2dkh43b30jvdvknblg8l4fri15gpdx1z5k1d6h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/profcollege") @@ -26225,11 +31526,16 @@ (define-public texlive-proflabo (package (name "texlive-proflabo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/proflabo/" "tex/latex/proflabo/") - (base32 - "0208sjybqgvd7xrrnc49d31cpvd0bfjyjamfsyzi6yb0fhsxd7x7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/proflabo/" "tex/latex/proflabo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0208sjybqgvd7xrrnc49d31cpvd0bfjyjamfsyzi6yb0fhsxd7x7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/proflabo") @@ -26243,12 +31549,17 @@ (define-public texlive-proflycee (package (name "texlive-proflycee") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/proflycee/" - "tex/latex/proflycee/") - (base32 - "0kvwdppbw4gmdfa90blgj1gxv03clfx21nahdgvzk9i2dyccfllv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/proflycee/" + "tex/latex/proflycee/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kvwdppbw4gmdfa90blgj1gxv03clfx21nahdgvzk9i2dyccfllv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/proflycee") @@ -26262,12 +31573,17 @@ (define-public texlive-projlib (package (name "texlive-projlib") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/projlib/" "source/latex/projlib/" - "tex/latex/projlib/") - (base32 - "1yhn0xj4xwnr7ngmv8skdj89gi8i71v710d899g9pnjgfkk7w35d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/projlib/" "source/latex/projlib/" + "tex/latex/projlib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yhn0xj4xwnr7ngmv8skdj89gi8i71v710d899g9pnjgfkk7w35d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-create-theorem)) @@ -26285,13 +31601,18 @@ (define-public texlive-proof-at-the-end (package (name "texlive-proof-at-the-end") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/proof-at-the-end/" - "source/latex/proof-at-the-end/" - "tex/latex/proof-at-the-end/") - (base32 - "1wzkzjja3h12z9ib0p171k6ygbyvm51m139vvlaqmv7201ydvps0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/proof-at-the-end/" + "source/latex/proof-at-the-end/" + "tex/latex/proof-at-the-end/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wzkzjja3h12z9ib0p171k6ygbyvm51m139vvlaqmv7201ydvps0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/proof-at-the-end") @@ -26306,12 +31627,17 @@ (define-public texlive-prooftrees (package (name "texlive-prooftrees") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/prooftrees/" - "tex/latex/prooftrees/") - (base32 - "1nrzir2w46w3ar4irip9f201ii4x3187zgjamx8cq8ywy878xvyj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/prooftrees/" + "tex/latex/prooftrees/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nrzir2w46w3ar4irip9f201ii4x3187zgjamx8cq8ywy878xvyj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/prooftrees") @@ -26332,21 +31658,26 @@ (define-public texlive-proposal (package (name "texlive-proposal") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/proposal/base/" - "doc/latex/proposal/dfg/" - "doc/latex/proposal/eu/" - "source/latex/proposal/base/" - "source/latex/proposal/bin/" - "source/latex/proposal/dfg/" - "source/latex/proposal/eu/" - "source/latex/proposal/lib/" - "tex/latex/proposal/base/" - "tex/latex/proposal/dfg/" - "tex/latex/proposal/eu/") - (base32 - "0km6i418hdcbl457dfwh1hl3q8qshp1gvqc1frqc84f9a6cr0kzc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/proposal/base/" + "doc/latex/proposal/dfg/" + "doc/latex/proposal/eu/" + "source/latex/proposal/base/" + "source/latex/proposal/bin/" + "source/latex/proposal/dfg/" + "source/latex/proposal/eu/" + "source/latex/proposal/lib/" + "tex/latex/proposal/base/" + "tex/latex/proposal/dfg/" + "tex/latex/proposal/eu/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0km6i418hdcbl457dfwh1hl3q8qshp1gvqc1frqc84f9a6cr0kzc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/proposal") @@ -26367,12 +31698,17 @@ (define-public texlive-prtec (package (name "texlive-prtec") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/prtec/" "doc/latex/prtec/" - "tex/latex/prtec/") - (base32 - "15l75a6blk1dpcj2q841i92cdvlfjxmmaqi5lk01rac8rxa5cghx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/prtec/" "doc/latex/prtec/" + "tex/latex/prtec/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15l75a6blk1dpcj2q841i92cdvlfjxmmaqi5lk01rac8rxa5cghx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/prtec") @@ -26387,11 +31723,16 @@ (define-public texlive-pseudo (package (name "texlive-pseudo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pseudo/" "tex/latex/pseudo/") - (base32 - "0dc97v66hilgnl9m7rbr737lb4vy08fwdjs4ldcvvmrk2da026xb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pseudo/" "tex/latex/pseudo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dc97v66hilgnl9m7rbr737lb4vy08fwdjs4ldcvvmrk2da026xb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pseudo") @@ -26408,12 +31749,17 @@ (define-public texlive-pseudocode (package (name "texlive-pseudocode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pseudocode/" - "tex/latex/pseudocode/") - (base32 - "180m5yja3wkdnpfz0qx9m031qmhqyjjjgxynm3v4y8fz9jz7vidq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pseudocode/" + "tex/latex/pseudocode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "180m5yja3wkdnpfz0qx9m031qmhqyjjjgxynm3v4y8fz9jz7vidq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pseudocode") @@ -26427,11 +31773,16 @@ (define-public texlive-psgo (package (name "texlive-psgo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/psgo/" "tex/latex/psgo/") - (base32 - "0ki49zbdn0qvzsz7h53vqwpf4rmiiranq52lh344z7wypznddi28"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/psgo/" "tex/latex/psgo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ki49zbdn0qvzsz7h53vqwpf4rmiiranq52lh344z7wypznddi28")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/psgo") @@ -26444,13 +31795,18 @@ (define-public texlive-psizzl (package (name "texlive-psizzl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/otherformats/psizzl/base/" - "source/psizzl/base/" "tex/psizzl/base/" - "tex/psizzl/config/") - (base32 - "07h8raq2k80ycvsaaaxaaczwwnhkxdbnvnr52mihr8dyih5s7jns"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/otherformats/psizzl/base/" + "source/psizzl/base/" "tex/psizzl/base/" + "tex/psizzl/config/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07h8raq2k80ycvsaaaxaaczwwnhkxdbnvnr52mihr8dyih5s7jns")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/psizzl") @@ -26466,11 +31822,16 @@ (define-public texlive-ptptex (package (name "texlive-ptptex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ptptex/" "tex/latex/ptptex/") - (base32 - "1f040dv31g8bdn0awa40mvhzp095glsfsxcg28cbslckbdds5k6c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ptptex/" "tex/latex/ptptex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1f040dv31g8bdn0awa40mvhzp095glsfsxcg28cbslckbdds5k6c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ptptex") @@ -26485,13 +31846,18 @@ (define-public texlive-punk (package (name "texlive-punk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/punk/" - "fonts/source/public/punk/" - "fonts/tfm/public/punk/") - (base32 - "0ncarqjmwrsiw65p7mr44gjy0h90q5hw5n4jb5y2fxr1kgbzmz1p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/punk/" + "fonts/source/public/punk/" + "fonts/tfm/public/punk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ncarqjmwrsiw65p7mr44gjy0h90q5hw5n4jb5y2fxr1kgbzmz1p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -26510,12 +31876,17 @@ (define-public texlive-punk-latex (package (name "texlive-punk-latex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/punk-latex/" - "tex/latex/punk-latex/") - (base32 - "1gkbv3fwlfq8f3nn9zibhzwa5xw2scaf3xnkvlbxqcslmi129b2l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/punk-latex/" + "tex/latex/punk-latex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gkbv3fwlfq8f3nn9zibhzwa5xw2scaf3xnkvlbxqcslmi129b2l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/punk-latex") @@ -26530,12 +31901,17 @@ (define-public texlive-punknova (package (name "texlive-punknova") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/punknova/" - "fonts/opentype/public/punknova/") - (base32 - "07g0j329bgyzn3f3ac8gf9m6jh6zpwirw5l72mzzm8n32sgajym0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/punknova/" + "fonts/opentype/public/punknova/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07g0j329bgyzn3f3ac8gf9m6jh6zpwirw5l72mzzm8n32sgajym0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/punknova") @@ -26551,14 +31927,19 @@ (define-public texlive-pxtxalfa (package (name "texlive-pxtxalfa") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/pxtxalfa/" - "fonts/tfm/public/pxtxalfa/" - "fonts/vf/public/pxtxalfa/" - "tex/latex/pxtxalfa/") - (base32 - "1zanrgazaffpby6jmfncyq2g4sgi23p27wi2dx18zp0350ai55ia"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/pxtxalfa/" + "fonts/tfm/public/pxtxalfa/" + "fonts/vf/public/pxtxalfa/" + "tex/latex/pxtxalfa/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zanrgazaffpby6jmfncyq2g4sgi23p27wi2dx18zp0350ai55ia")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pxtxalfa") @@ -26574,12 +31955,17 @@ (define-public texlive-pythonhighlight (package (name "texlive-pythonhighlight") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pythonhighlight/" - "tex/latex/pythonhighlight/") - (base32 - "1grvq2sih8klkvzgyrc4fpalv7q670l9q00vs8293n698bhmn72g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pythonhighlight/" + "tex/latex/pythonhighlight/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1grvq2sih8klkvzgyrc4fpalv7q670l9q00vs8293n698bhmn72g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pythonhighlight") @@ -26594,11 +31980,16 @@ (define-public texlive-qobitree (package (name "texlive-qobitree") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/qobitree/" "tex/latex/qobitree/") - (base32 - "1pzy5i8fi37zhkpsrh179qd4gp8ahwk8s2gw6261kjjiqf6p6znc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/qobitree/" "tex/latex/qobitree/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pzy5i8fi37zhkpsrh179qd4gp8ahwk8s2gw6261kjjiqf6p6znc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/qobitree") @@ -26613,12 +32004,17 @@ (define-public texlive-qrbill (package (name "texlive-qrbill") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/qrbill/" "scripts/qrbill/" - "source/latex/qrbill/" "tex/latex/qrbill/") - (base32 - "0q0m2vfpndrdvihskc50imkzx6098syq9rz8mgpnl0h1ickfmx33"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/qrbill/" "scripts/qrbill/" + "source/latex/qrbill/" "tex/latex/qrbill/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q0m2vfpndrdvihskc50imkzx6098syq9rz8mgpnl0h1ickfmx33")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/qrbill") @@ -26633,12 +32029,17 @@ (define-public texlive-qsharp (package (name "texlive-qsharp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/qsharp/" "source/latex/qsharp/" - "tex/latex/qsharp/") - (base32 - "104asd1z3n7yqpq2midca2sjjxbbr0c9ngaqncj8zzb0i7ky19v4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/qsharp/" "source/latex/qsharp/" + "tex/latex/qsharp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "104asd1z3n7yqpq2midca2sjjxbbr0c9ngaqncj8zzb0i7ky19v4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/qsharp") @@ -26652,11 +32053,16 @@ (define-public texlive-qtree (package (name "texlive-qtree") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/qtree/" "tex/latex/qtree/") - (base32 - "1gmwkm6400pcrjnq111bih7za0p45nx6gy4lksvgjhdcpnykbbla"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/qtree/" "tex/latex/qtree/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gmwkm6400pcrjnq111bih7za0p45nx6gy4lksvgjhdcpnykbbla")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/qtree") @@ -26674,12 +32080,17 @@ (define-public texlive-qualitype (package (name "texlive-qualitype") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/qualitype/" - "fonts/opentype/public/qualitype/") - (base32 - "027n3i9cy4p7wkbj1zrlsvagplxk74gz5cwv7mr4yl8gqzd41058"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/qualitype/" + "fonts/opentype/public/qualitype/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "027n3i9cy4p7wkbj1zrlsvagplxk74gz5cwv7mr4yl8gqzd41058")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/qualitype") @@ -26692,13 +32103,18 @@ (define-public texlive-quantumarticle (package (name "texlive-quantumarticle") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/quantumarticle/" - "doc/latex/quantumarticle/" - "tex/latex/quantumarticle/") - (base32 - "00v04n109mbi7w0xcmfdzs8f1fabwd2qhf53fqps99k3dj4z5f0a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/quantumarticle/" + "doc/latex/quantumarticle/" + "tex/latex/quantumarticle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00v04n109mbi7w0xcmfdzs8f1fabwd2qhf53fqps99k3dj4z5f0a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quantumarticle") @@ -26723,18 +32139,23 @@ (define-public texlive-quattrocento (package (name "texlive-quattrocento") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/quattrocento/" - "fonts/enc/dvips/quattrocento/" - "fonts/map/dvips/quattrocento/" - "fonts/tfm/impallari/quattrocento/" - "fonts/truetype/impallari/quattrocento/" - "fonts/type1/impallari/quattrocento/" - "fonts/vf/impallari/quattrocento/" - "tex/latex/quattrocento/") - (base32 - "1mgsyl3xc9274mdh3ssd9ifxb0d9rlv0y33nlw9pwnl9y9f9gd9a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/quattrocento/" + "fonts/enc/dvips/quattrocento/" + "fonts/map/dvips/quattrocento/" + "fonts/tfm/impallari/quattrocento/" + "fonts/truetype/impallari/quattrocento/" + "fonts/type1/impallari/quattrocento/" + "fonts/vf/impallari/quattrocento/" + "tex/latex/quattrocento/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mgsyl3xc9274mdh3ssd9ifxb0d9rlv0y33nlw9pwnl9y9f9gd9a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quattrocento") @@ -26754,18 +32175,23 @@ (define-public texlive-raleway (package (name "texlive-raleway") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/raleway/" - "fonts/enc/dvips/raleway/" - "fonts/map/dvips/raleway/" - "fonts/opentype/impallari/raleway/" - "fonts/tfm/impallari/raleway/" - "fonts/type1/impallari/raleway/" - "fonts/vf/impallari/raleway/" - "tex/latex/raleway/") - (base32 - "1pp5m31rr4lww0z92q3vsaz1l01nb78ll5mn2l9w469hpghf2gd3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/raleway/" + "fonts/enc/dvips/raleway/" + "fonts/map/dvips/raleway/" + "fonts/opentype/impallari/raleway/" + "fonts/tfm/impallari/raleway/" + "fonts/type1/impallari/raleway/" + "fonts/vf/impallari/raleway/" + "tex/latex/raleway/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pp5m31rr4lww0z92q3vsaz1l01nb78ll5mn2l9w469hpghf2gd3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/raleway") @@ -26780,12 +32206,17 @@ (define-public texlive-rank-2-roots (package (name "texlive-rank-2-roots") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rank-2-roots/" - "tex/latex/rank-2-roots/") - (base32 - "04mjbq1nyv9jq0xx6zdkr6qz94j46b1xw7wza0r8f8s33q3q6jbb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rank-2-roots/" + "tex/latex/rank-2-roots/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04mjbq1nyv9jq0xx6zdkr6qz94j46b1xw7wza0r8f8s33q3q6jbb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rank-2-roots") @@ -26800,12 +32231,17 @@ (define-public texlive-rbt-mathnotes (package (name "texlive-rbt-mathnotes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rbt-mathnotes/" - "tex/latex/rbt-mathnotes/") - (base32 - "12zhnciww00z4rkxp2pr2l31nwgsp10h38pla5jqgicvvz77x67c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rbt-mathnotes/" + "tex/latex/rbt-mathnotes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12zhnciww00z4rkxp2pr2l31nwgsp10h38pla5jqgicvvz77x67c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rbt-mathnotes") @@ -26820,13 +32256,18 @@ (define-public texlive-realtranspose (package (name "texlive-realtranspose") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/realtranspose/" - "source/latex/realtranspose/" - "tex/latex/realtranspose/") - (base32 - "0ar1yisx6pq8qjhsvb406l5j06y9jkyxvvgq9s1sg15nk9sjzy1r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/realtranspose/" + "source/latex/realtranspose/" + "tex/latex/realtranspose/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ar1yisx6pq8qjhsvb406l5j06y9jkyxvvgq9s1sg15nk9sjzy1r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/realtranspose") @@ -26840,11 +32281,16 @@ (define-public texlive-rec-thy (package (name "texlive-rec-thy") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rec-thy/" "tex/latex/rec-thy/") - (base32 - "1hnh371kvp2m98gg01cnqqia8gp6m0rvblff53sq86ihcij8ifz9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rec-thy/" "tex/latex/rec-thy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hnh371kvp2m98gg01cnqqia8gp6m0rvblff53sq86ihcij8ifz9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rec-thy") @@ -26861,12 +32307,17 @@ (define-public texlive-recorder-fingering (package (name "texlive-recorder-fingering") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/recorder-fingering/" - "tex/latex/recorder-fingering/") - (base32 - "075n6ifhpn15fdnrhp326lzp0dnzs0j287g7kr4xx59cc1m6lqkg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/recorder-fingering/" + "tex/latex/recorder-fingering/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "075n6ifhpn15fdnrhp326lzp0dnzs0j287g7kr4xx59cc1m6lqkg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/recorder-fingering") @@ -26882,16 +32333,21 @@ (define-public texlive-recycle (package (name "texlive-recycle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/recycle/" - "fonts/map/dvips/recycle/" - "fonts/source/public/recycle/" - "fonts/tfm/public/recycle/" - "fonts/type1/public/recycle/" - "tex/latex/recycle/") - (base32 - "16kmi7a75vrv3pfnxydxb21pafvi98q39jrdd10a94vxx6fdlx7s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/recycle/" + "fonts/map/dvips/recycle/" + "fonts/source/public/recycle/" + "fonts/tfm/public/recycle/" + "fonts/type1/public/recycle/" + "tex/latex/recycle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16kmi7a75vrv3pfnxydxb21pafvi98q39jrdd10a94vxx6fdlx7s")))) (outputs '("out" "doc")) (build-system texlive-build-system) ;; FIXME: Font metrics generation fails with "! Inconsistent equation (off @@ -26913,13 +32369,18 @@ (define-public texlive-reledmac (package (name "texlive-reledmac") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/reledmac/" - "source/latex/reledmac/" - "tex/latex/reledmac/") - (base32 - "16nfibnjdasflskmxd23hxkapz788abfilwxm3vdj6djkznxq4sw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/reledmac/" + "source/latex/reledmac/" + "tex/latex/reledmac/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16nfibnjdasflskmxd23hxkapz788abfilwxm3vdj6djkznxq4sw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/reledmac") @@ -26936,12 +32397,17 @@ (define-public texlive-resolsysteme (package (name "texlive-resolsysteme") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/resolsysteme/" - "tex/latex/resolsysteme/") - (base32 - "0g51cmjd5gs0p198sb8v95l8jra6cv6smz2068b1pdpv1fqpmjfv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/resolsysteme/" + "tex/latex/resolsysteme/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0g51cmjd5gs0p198sb8v95l8jra6cv6smz2068b1pdpv1fqpmjfv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/resolsysteme") @@ -26966,14 +32432,19 @@ (define-public texlive-resphilosophica (package (name "texlive-resphilosophica") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/resphilosophica/" - "doc/latex/resphilosophica/" - "source/latex/resphilosophica/" - "tex/latex/resphilosophica/") - (base32 - "12a0pnksxh3b0w9iwhly9sb8j6jhhmk9r1957mb7m01h435n9yb4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/resphilosophica/" + "doc/latex/resphilosophica/" + "source/latex/resphilosophica/" + "tex/latex/resphilosophica/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12a0pnksxh3b0w9iwhly9sb8j6jhhmk9r1957mb7m01h435n9yb4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/resphilosophica") @@ -26987,13 +32458,18 @@ (define-public texlive-rest-api (package (name "texlive-rest-api") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rest-api/" - "source/latex/rest-api/" - "tex/latex/rest-api/") - (base32 - "1yv81yisaqkxnq33803z7kx3rk6hsdnyza0dzgqmkf6x1jmsnlp9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rest-api/" + "source/latex/rest-api/" + "tex/latex/rest-api/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yv81yisaqkxnq33803z7kx3rk6hsdnyza0dzgqmkf6x1jmsnlp9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rest-api") @@ -27009,13 +32485,18 @@ (define-public texlive-resumecls (package (name "texlive-resumecls") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/resumecls/" - "source/xelatex/resumecls/" - "tex/xelatex/resumecls/") - (base32 - "14za3bvvksq6xjvbppfm17cj8abspj7h7l7snyd2vciy0dc305yg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/resumecls/" + "source/xelatex/resumecls/" + "tex/xelatex/resumecls/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14za3bvvksq6xjvbppfm17cj8abspj7h7l7snyd2vciy0dc305yg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/resumecls") @@ -27029,13 +32510,18 @@ (define-public texlive-reverxii (package (name "texlive-reverxii") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/reverxii/" - "source/generic/reverxii/" - "tex/generic/reverxii/") - (base32 - "1gg8qbc8ll3n6rfp3pjshbbjd30s4n3yk219y6qcmz1nv66fp1qq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/reverxii/" + "source/generic/reverxii/" + "tex/generic/reverxii/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gg8qbc8ll3n6rfp3pjshbbjd30s4n3yk219y6qcmz1nv66fp1qq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -27051,13 +32537,18 @@ (define-public texlive-revquantum (package (name "texlive-revquantum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/revquantum/" - "source/latex/revquantum/" - "tex/latex/revquantum/") - (base32 - "00wac9xjzx9mw6vxd3wnjyb1f8c1661s2zwvd4d0r337ccs6jqbl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/revquantum/" + "source/latex/revquantum/" + "tex/latex/revquantum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00wac9xjzx9mw6vxd3wnjyb1f8c1661s2zwvd4d0r337ccs6jqbl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/revquantum") @@ -27076,12 +32567,17 @@ (define-public texlive-revtex4 (package (name "texlive-revtex4") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/revtex4/" "doc/latex/revtex4/" - "source/latex/revtex4/" "tex/latex/revtex4/") - (base32 - "0mfjp8ycsvq63vk5348r7yfcskldx6ipcwflxz7pnf60xfla5646"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/revtex4/" "doc/latex/revtex4/" + "source/latex/revtex4/" "tex/latex/revtex4/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mfjp8ycsvq63vk5348r7yfcskldx6ipcwflxz7pnf60xfla5646")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/revtex4-0") @@ -27095,14 +32591,19 @@ (define-public texlive-revtex4-1 (package (name "texlive-revtex4-1") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/revtex4-1/" - "doc/latex/revtex4-1/" - "source/latex/revtex4-1/" - "tex/latex/revtex4-1/") - (base32 - "023pzbf8hgyk6038zz9g4g95pwqrsqy1ahzy6byxh28b2p8qyk9a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/revtex4-1/" + "doc/latex/revtex4-1/" + "source/latex/revtex4-1/" + "tex/latex/revtex4-1/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "023pzbf8hgyk6038zz9g4g95pwqrsqy1ahzy6byxh28b2p8qyk9a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -27141,12 +32642,17 @@ (define-public texlive-ribbonproofs (package (name "texlive-ribbonproofs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ribbonproofs/" - "tex/latex/ribbonproofs/") - (base32 - "1590hcnmzffm1z2rqz0g3h5a7xpidjzw5am603pqvlsdxvjfm6my"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ribbonproofs/" + "tex/latex/ribbonproofs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1590hcnmzffm1z2rqz0g3h5a7xpidjzw5am603pqvlsdxvjfm6my")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ribbonproofs") @@ -27161,12 +32667,17 @@ (define-public texlive-rmathbr (package (name "texlive-rmathbr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rmathbr/" "source/latex/rmathbr/" - "tex/latex/rmathbr/") - (base32 - "1rgkl8fmq00w7yn445sfq3w2xf39d3waiphivvm6hx49nd6vacv0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rmathbr/" "source/latex/rmathbr/" + "tex/latex/rmathbr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rgkl8fmq00w7yn445sfq3w2xf39d3waiphivvm6hx49nd6vacv0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rmathbr") @@ -27185,18 +32696,23 @@ (define-public texlive-roboto (package (name "texlive-roboto") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/roboto/" - "fonts/enc/dvips/roboto/" - "fonts/map/dvips/roboto/" - "fonts/opentype/google/roboto/" - "fonts/tfm/google/roboto/" - "fonts/type1/google/roboto/" - "fonts/vf/google/roboto/" - "tex/latex/roboto/") - (base32 - "1gbg9p9y6a2fis88qfcsscksrkkcnqvsrhdkak2jm2dfjnq6v2n8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/roboto/" + "fonts/enc/dvips/roboto/" + "fonts/map/dvips/roboto/" + "fonts/opentype/google/roboto/" + "fonts/tfm/google/roboto/" + "fonts/type1/google/roboto/" + "fonts/vf/google/roboto/" + "tex/latex/roboto/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gbg9p9y6a2fis88qfcsscksrkkcnqvsrhdkak2jm2dfjnq6v2n8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/roboto") @@ -27211,19 +32727,24 @@ (define-public texlive-romande (package (name "texlive-romande") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/romande/" - "fonts/afm/arkandis/romande/" - "fonts/enc/dvips/romande/" - "fonts/map/dvips/romande/" - "fonts/tfm/arkandis/romande/" - "fonts/type1/arkandis/romande/" - "fonts/vf/arkandis/romande/" - "source/fonts/romande/" - "tex/latex/romande/") - (base32 - "0xvahacjs8g5bl7yy89wi50m894r2402d5203ai79fk9d7rbc116"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/romande/" + "fonts/afm/arkandis/romande/" + "fonts/enc/dvips/romande/" + "fonts/map/dvips/romande/" + "fonts/tfm/arkandis/romande/" + "fonts/type1/arkandis/romande/" + "fonts/vf/arkandis/romande/" + "source/fonts/romande/" + "tex/latex/romande/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xvahacjs8g5bl7yy89wi50m894r2402d5203ai79fk9d7rbc116")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/romandeadf") @@ -27244,19 +32765,24 @@ (define-public texlive-rosario (package (name "texlive-rosario") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/rosario/" - "fonts/enc/dvips/rosario/" - "fonts/map/dvips/rosario/" - "fonts/opentype/public/rosario/" - "fonts/tfm/public/rosario/" - "fonts/type1/public/rosario/" - "fonts/vf/public/rosario/" - "source/fonts/rosario/" - "tex/latex/rosario/") - (base32 - "0bmz2xzx1xi3vn9s4wqij65nq54k9bc0kbxgnzd0p6q030g5yqby"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/rosario/" + "fonts/enc/dvips/rosario/" + "fonts/map/dvips/rosario/" + "fonts/opentype/public/rosario/" + "fonts/tfm/public/rosario/" + "fonts/type1/public/rosario/" + "fonts/vf/public/rosario/" + "source/fonts/rosario/" + "tex/latex/rosario/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bmz2xzx1xi3vn9s4wqij65nq54k9bc0kbxgnzd0p6q030g5yqby")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rosario") @@ -27270,13 +32796,18 @@ (define-public texlive-rsfso (package (name "texlive-rsfso") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/rsfso/" "fonts/map/dvips/rsfso/" - "fonts/tfm/public/rsfso/" - "fonts/vf/public/rsfso/" "tex/latex/rsfso/") - (base32 - "1fm65p7k0kfiksap2f2g8lqmgdykmhq80ff5qgma4cnqa4sa3jza"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/rsfso/" "fonts/map/dvips/rsfso/" + "fonts/tfm/public/rsfso/" + "fonts/vf/public/rsfso/" "tex/latex/rsfso/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fm65p7k0kfiksap2f2g8lqmgdykmhq80ff5qgma4cnqa4sa3jza")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rsfso") @@ -27292,13 +32823,18 @@ (define-public texlive-rrgtrees (package (name "texlive-rrgtrees") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rrgtrees/" - "source/latex/rrgtrees/" - "tex/latex/rrgtrees/") - (base32 - "0h33q32pb1s8zv598aacdzfhpk2psrzxgxnav6am16cxfri60hpi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rrgtrees/" + "source/latex/rrgtrees/" + "tex/latex/rrgtrees/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h33q32pb1s8zv598aacdzfhpk2psrzxgxnav6am16cxfri60hpi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rrgtrees") @@ -27315,12 +32851,17 @@ (define-public texlive-rsc (package (name "texlive-rsc") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/rsc/" "doc/latex/rsc/" - "source/latex/rsc/" "tex/latex/rsc/") - (base32 - "1fgc54fyikrgx81gfhv7mab6sqj4xjz6pyrkxk8jnlwwqrsk0yxb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/rsc/" "doc/latex/rsc/" + "source/latex/rsc/" "tex/latex/rsc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fgc54fyikrgx81gfhv7mab6sqj4xjz6pyrkxk8jnlwwqrsk0yxb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rsc") @@ -27336,11 +32877,16 @@ (define-public texlive-rtklage (package (name "texlive-rtklage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rtklage/" "tex/latex/rtklage/") - (base32 - "0p9z4dgh572n7j6b8vf8aqag8ybqw3xzsh5kab1czks2774gm7cq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rtklage/" "tex/latex/rtklage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p9z4dgh572n7j6b8vf8aqag8ybqw3xzsh5kab1czks2774gm7cq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ratex") @@ -27355,16 +32901,21 @@ (define-public texlive-rubik (package (name "texlive-rubik") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rubik/" - "doc/man/man1/rubikrotation.1" - "doc/man/man1/rubikrotation.man1.pdf" - "scripts/rubik/" - "source/latex/rubik/" - "tex/latex/rubik/") - (base32 - "0v7j88d72acgrj24x8g859k7q6qd47pjy3wdqfvrqq3y39x48011"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rubik/" + "doc/man/man1/rubikrotation.1" + "doc/man/man1/rubikrotation.man1.pdf" + "scripts/rubik/" + "source/latex/rubik/" + "tex/latex/rubik/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0v7j88d72acgrj24x8g859k7q6qd47pjy3wdqfvrqq3y39x48011")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "rubikrotation.pl"))) @@ -27395,13 +32946,18 @@ (define-public texlive-rutitlepage (package (name "texlive-rutitlepage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rutitlepage/" - "source/latex/rutitlepage/" - "tex/latex/rutitlepage/") - (base32 - "0pcd6cqlm3r7wq9k96ignvars436hg9j5la4aaq35ldm01sqy268"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rutitlepage/" + "source/latex/rutitlepage/" + "tex/latex/rutitlepage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pcd6cqlm3r7wq9k96ignvars436hg9j5la4aaq35ldm01sqy268")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rutitlepage") @@ -27416,12 +32972,17 @@ (define-public texlive-ryersonsgsthesis (package (name "texlive-ryersonsgsthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ryersonsgsthesis/" - "tex/latex/ryersonsgsthesis/") - (base32 - "170z5xqxwbx999dxlxhwf7mbml6j4pak6a8lgi4vbj8ii4njlygb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ryersonsgsthesis/" + "tex/latex/ryersonsgsthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "170z5xqxwbx999dxlxhwf7mbml6j4pak6a8lgi4vbj8ii4njlygb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ryersonsgsthesis") @@ -27435,13 +32996,18 @@ (define-public texlive-ryethesis (package (name "texlive-ryethesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ryethesis/" - "source/latex/ryethesis/" - "tex/latex/ryethesis/") - (base32 - "1xjzl1ng0nbcakiasi6sfbkannfipcfv96crq6y6cb7p7l707wg7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ryethesis/" + "source/latex/ryethesis/" + "tex/latex/ryethesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xjzl1ng0nbcakiasi6sfbkannfipcfv96crq6y6cb7p7l707wg7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ryethesis") @@ -27456,12 +33022,17 @@ (define-public texlive-sageep (package (name "texlive-sageep") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/sageep/" "doc/latex/sageep/" - "source/latex/sageep/" "tex/latex/sageep/") - (base32 - "1xmfqqsabc7vv3rh74qlry5jkvp0ddyi8m4yynriv5vzyqigfw5y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/sageep/" "doc/latex/sageep/" + "source/latex/sageep/" "tex/latex/sageep/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xmfqqsabc7vv3rh74qlry5jkvp0ddyi8m4yynriv5vzyqigfw5y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sageep") @@ -27476,12 +33047,17 @@ (define-public texlive-sankey (package (name "texlive-sankey") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sankey/" "source/latex/sankey/" - "tex/latex/sankey/") - (base32 - "020in4r4pim07nya119767zjs90yqpkcyr6h6l5v7ig21n4q7d8s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sankey/" "source/latex/sankey/" + "tex/latex/sankey/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "020in4r4pim07nya119767zjs90yqpkcyr6h6l5v7ig21n4q7d8s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sankey") @@ -27496,15 +33072,20 @@ (define-public texlive-sansmathaccent (package (name "texlive-sansmathaccent") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/sansmathaccent/" - "fonts/map/dvips/sansmathaccent/" - "fonts/tfm/public/sansmathaccent/" - "fonts/vf/public/sansmathaccent/" - "tex/latex/sansmathaccent/") - (base32 - "03xd3wpmzrggpmjrff4ka56v2zycbznlcdfyvz74xxjnngxz81qm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/sansmathaccent/" + "fonts/map/dvips/sansmathaccent/" + "fonts/tfm/public/sansmathaccent/" + "fonts/vf/public/sansmathaccent/" + "tex/latex/sansmathaccent/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03xd3wpmzrggpmjrff4ka56v2zycbznlcdfyvz74xxjnngxz81qm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sansmathaccent") @@ -27520,13 +33101,18 @@ (define-public texlive-sapthesis (package (name "texlive-sapthesis") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/sapthesis/" - "doc/latex/sapthesis/" - "tex/latex/sapthesis/") - (base32 - "15livlw0xbc6ys408pqqvh3qvzphigar9cr57dd0is4zrh4c2y36"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/sapthesis/" + "doc/latex/sapthesis/" + "tex/latex/sapthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15livlw0xbc6ys408pqqvh3qvzphigar9cr57dd0is4zrh4c2y36")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sapthesis") @@ -27540,12 +33126,17 @@ (define-public texlive-sasnrdisplay (package (name "texlive-sasnrdisplay") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sasnrdisplay/" - "tex/latex/sasnrdisplay/") - (base32 - "0siifxzkvgryixypgw7dywr5g7qqqrnbq622qhhyfd4xlgix43in"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sasnrdisplay/" + "tex/latex/sasnrdisplay/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0siifxzkvgryixypgw7dywr5g7qqqrnbq622qhhyfd4xlgix43in")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sasnrdisplay") @@ -27561,13 +33152,18 @@ (define-public texlive-sauterfonts (package (name "texlive-sauterfonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sauterfonts/" - "source/latex/sauterfonts/" - "tex/latex/sauterfonts/") - (base32 - "0h34vp94i16al0z8zw5xn3igk2hg4nnb507kiv87qxrr3gl11zy4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sauterfonts/" + "source/latex/sauterfonts/" + "tex/latex/sauterfonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h34vp94i16al0z8zw5xn3igk2hg4nnb507kiv87qxrr3gl11zy4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sauterfonts") @@ -27584,12 +33180,17 @@ (define-public texlive-schola-otf (package (name "texlive-schola-otf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/schola-otf/" - "tex/latex/schola-otf/") - (base32 - "1ygc9bhdc9qgp20r17am8k7zmc1c1rdra0a56davw5y93zjvyzji"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/schola-otf/" + "tex/latex/schola-otf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ygc9bhdc9qgp20r17am8k7zmc1c1rdra0a56davw5y93zjvyzji")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/schola-otf") @@ -27604,19 +33205,24 @@ (define-public texlive-scholax (package (name "texlive-scholax") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/scholax/" - "fonts/afm/public/scholax/" - "fonts/enc/dvips/scholax/" - "fonts/map/dvips/scholax/" - "fonts/opentype/public/scholax/" - "fonts/tfm/public/scholax/" - "fonts/type1/public/scholax/" - "fonts/vf/public/scholax/" - "tex/latex/scholax/") - (base32 - "1jw09a75gw9favzpfkp4kmwf6wz9kp4jsk8f838rk1x76q213rrw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/scholax/" + "fonts/afm/public/scholax/" + "fonts/enc/dvips/scholax/" + "fonts/map/dvips/scholax/" + "fonts/opentype/public/scholax/" + "fonts/tfm/public/scholax/" + "fonts/type1/public/scholax/" + "fonts/vf/public/scholax/" + "tex/latex/scholax/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jw09a75gw9favzpfkp4kmwf6wz9kp4jsk8f838rk1x76q213rrw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scholax") @@ -27634,11 +33240,16 @@ (define-public texlive-schule (package (name "texlive-schule") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/schule/" "tex/latex/schule/") - (base32 - "0pwc75s9r95rcq9xh2wjzv3hd2xqhkls39pgagg7gvdvax11dbvh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/schule/" "tex/latex/schule/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pwc75s9r95rcq9xh2wjzv3hd2xqhkls39pgagg7gvdvax11dbvh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/schule") @@ -27660,14 +33271,19 @@ (define-public texlive-schulschriften (package (name "texlive-schulschriften") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/schulschriften/" - "fonts/source/public/schulschriften/" - "fonts/tfm/public/schulschriften/" - "tex/latex/schulschriften/") - (base32 - "14nbgqr213zfm1y50bh0ggs40zpi1lfjmc4yc5mprwf7q174zrbr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/schulschriften/" + "fonts/source/public/schulschriften/" + "fonts/tfm/public/schulschriften/" + "tex/latex/schulschriften/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14nbgqr213zfm1y50bh0ggs40zpi1lfjmc4yc5mprwf7q174zrbr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -27685,13 +33301,18 @@ (define-public texlive-scientific-thesis-cover (package (name "texlive-scientific-thesis-cover") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/scientific-thesis-cover/" - "source/latex/scientific-thesis-cover/" - "tex/latex/scientific-thesis-cover/") - (base32 - "1ny19pczzrrwb20sin1qn914hy1npwxkx573g3n5gm62kzl1vc4k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/scientific-thesis-cover/" + "source/latex/scientific-thesis-cover/" + "tex/latex/scientific-thesis-cover/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ny19pczzrrwb20sin1qn914hy1npwxkx573g3n5gm62kzl1vc4k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scientific-thesis-cover") @@ -27705,12 +33326,17 @@ (define-public texlive-shobhika (package (name "texlive-shobhika") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/shobhika/" - "fonts/opentype/public/shobhika/") - (base32 - "0a9l8gdn9ddz334dwfdn7vjgrq9jz6b41wph9sgchank4yj0sc64"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/shobhika/" + "fonts/opentype/public/shobhika/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a9l8gdn9ddz334dwfdn7vjgrq9jz6b41wph9sgchank4yj0sc64")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/shobhika") @@ -27730,13 +33356,18 @@ (define-public texlive-schwalbe-chess (package (name "texlive-schwalbe-chess") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/schwalbe-chess/" - "source/latex/schwalbe-chess/" - "tex/latex/schwalbe-chess/") - (base32 - "1i68bl4hb7cagwwb4lyihvdnwgd0irgqp7344m5kmsdxy7z94fmr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/schwalbe-chess/" + "source/latex/schwalbe-chess/" + "tex/latex/schwalbe-chess/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i68bl4hb7cagwwb4lyihvdnwgd0irgqp7344m5kmsdxy7z94fmr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/schwalbe-chess") @@ -27751,12 +33382,17 @@ (define-public texlive-sciposter (package (name "texlive-sciposter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sciposter/" - "tex/latex/sciposter/") - (base32 - "1d4bfzx08df0vx805rhmcsl9b79lqglqbzg0i8y4rk9z9qbaajrq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sciposter/" + "tex/latex/sciposter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d4bfzx08df0vx805rhmcsl9b79lqglqbzg0i8y4rk9z9qbaajrq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sciposter") @@ -27773,13 +33409,18 @@ (define-public texlive-sclang-prettifier (package (name "texlive-sclang-prettifier") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sclang-prettifier/" - "source/latex/sclang-prettifier/" - "tex/latex/sclang-prettifier/") - (base32 - "0pjqhwnz7lihl4yqxr0xgfdxnsj2p7k10vj5y7smjyv0p93lqvaw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sclang-prettifier/" + "source/latex/sclang-prettifier/" + "tex/latex/sclang-prettifier/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pjqhwnz7lihl4yqxr0xgfdxnsj2p7k10vj5y7smjyv0p93lqvaw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sclang-prettifier") @@ -27794,11 +33435,16 @@ (define-public texlive-scrabble (package (name "texlive-scrabble") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/scrabble/" "tex/latex/scrabble/") - (base32 - "1wr85x1kh6457sr61cq6mx8z6zrf61c9659a941wakc610sbqlsx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/scrabble/" "tex/latex/scrabble/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wr85x1kh6457sr61cq6mx8z6zrf61c9659a941wakc610sbqlsx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scrabble") @@ -27812,11 +33458,16 @@ (define-public texlive-scratchx (package (name "texlive-scratchx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/scratchx/" "tex/latex/scratchx/") - (base32 - "1vy8599n8hxrvjc063p1dis0y7y221rlcwxxxryvibhz2kk7zwc2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/scratchx/" "tex/latex/scratchx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vy8599n8hxrvjc063p1dis0y7y221rlcwxxxryvibhz2kk7zwc2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scratchx") @@ -27831,13 +33482,18 @@ (define-public texlive-screenplay (package (name "texlive-screenplay") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/screenplay/" - "source/latex/screenplay/" - "tex/latex/screenplay/") - (base32 - "16vw7ikxblzlmamz0d95d0zj6vzhdg75w0q645sfh75pj7v6b1v0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/screenplay/" + "source/latex/screenplay/" + "tex/latex/screenplay/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16vw7ikxblzlmamz0d95d0zj6vzhdg75w0q645sfh75pj7v6b1v0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/screenplay") @@ -27851,12 +33507,17 @@ (define-public texlive-screenplay-pkg (package (name "texlive-screenplay-pkg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/screenplay-pkg/" - "tex/latex/screenplay-pkg/") - (base32 - "07xl6631yjjx56whl1vl4mzdcn8k63i624lspxiw18ppfrxdh3an"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/screenplay-pkg/" + "tex/latex/screenplay-pkg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07xl6631yjjx56whl1vl4mzdcn8k63i624lspxiw18ppfrxdh3an")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/screenplay-pkg") @@ -27871,13 +33532,18 @@ (define-public texlive-scripture (package (name "texlive-scripture") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/scripture/" - "source/latex/scripture/" - "tex/latex/scripture/") - (base32 - "05qw58is7qhs5nfmj1d576wc5wx5cg6aihnm8hm8npvqd4njl2gj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/scripture/" + "source/latex/scripture/" + "tex/latex/scripture/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05qw58is7qhs5nfmj1d576wc5wx5cg6aihnm8hm8npvqd4njl2gj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scripture") @@ -27894,12 +33560,17 @@ (define-public texlive-scrjrnl (package (name "texlive-scrjrnl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/scrjrnl/" "source/latex/scrjrnl/" - "tex/latex/scrjrnl/") - (base32 - "10smy8cq2papzv63q5lsharxcn1l1ln97fhrd39wm2jf48967lbn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/scrjrnl/" "source/latex/scrjrnl/" + "tex/latex/scrjrnl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10smy8cq2papzv63q5lsharxcn1l1ln97fhrd39wm2jf48967lbn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scrjrnl") @@ -27913,13 +33584,18 @@ (define-public texlive-sduthesis (package (name "texlive-sduthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sduthesis/" - "source/latex/sduthesis/" - "tex/latex/sduthesis/") - (base32 - "1c9dmgjbxc0xyphi4hcb9yilmhh6hg0l2r4vkyjds3xgii7kwkn7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sduthesis/" + "source/latex/sduthesis/" + "tex/latex/sduthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c9dmgjbxc0xyphi4hcb9yilmhh6hg0l2r4vkyjds3xgii7kwkn7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sduthesis") @@ -27932,13 +33608,18 @@ (define-public texlive-se2thesis (package (name "texlive-se2thesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/se2thesis/" - "source/latex/se2thesis/" - "tex/latex/se2thesis/") - (base32 - "0ixdj8klgj9i7hcrmwrxngyc5pgxpfkw3awkn5s0dcppz88rid1n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/se2thesis/" + "source/latex/se2thesis/" + "tex/latex/se2thesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ixdj8klgj9i7hcrmwrxngyc5pgxpfkw3awkn5s0dcppz88rid1n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/se2thesis") @@ -27957,12 +33638,17 @@ (define-public texlive-serbian-apostrophe (package (name "texlive-serbian-apostrophe") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/serbian-apostrophe/" - "tex/latex/serbian-apostrophe/") - (base32 - "0hkgm4q74kn172nr5whlwjq88sfqm66cvnsv7nidcqssybnn5891"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/serbian-apostrophe/" + "tex/latex/serbian-apostrophe/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hkgm4q74kn172nr5whlwjq88sfqm66cvnsv7nidcqssybnn5891")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/serbian-apostrophe") @@ -27976,12 +33662,17 @@ (define-public texlive-serbian-date-lat (package (name "texlive-serbian-date-lat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/serbian-date-lat/" - "tex/latex/serbian-date-lat/") - (base32 - "1m23r2i2dxw4xnxih94iyiwk4a5ggvn7wkqhp8ai5va5grp36kfk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/serbian-date-lat/" + "tex/latex/serbian-date-lat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m23r2i2dxw4xnxih94iyiwk4a5ggvn7wkqhp8ai5va5grp36kfk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/serbian-date-lat") @@ -27996,12 +33687,17 @@ (define-public texlive-serbian-def-cyr (package (name "texlive-serbian-def-cyr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/serbian-def-cyr/" - "tex/latex/serbian-def-cyr/") - (base32 - "116sgzxvny1hbkfc5s8bxirk9zshyv8qdd2fdr8iwqjfd7lhx03i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/serbian-def-cyr/" + "tex/latex/serbian-def-cyr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "116sgzxvny1hbkfc5s8bxirk9zshyv8qdd2fdr8iwqjfd7lhx03i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/serbian-def-cyr") @@ -28015,12 +33711,17 @@ (define-public texlive-serbian-lig (package (name "texlive-serbian-lig") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/serbian-lig/" - "tex/latex/serbian-lig/") - (base32 - "1vq33mr8br7z7y5ayb5wmhy0ralgx6alb9kmhaahdx8a105dl81b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/serbian-lig/" + "tex/latex/serbian-lig/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vq33mr8br7z7y5ayb5wmhy0ralgx6alb9kmhaahdx8a105dl81b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/serbian-lig") @@ -28034,13 +33735,18 @@ (define-public texlive-sesamanuel (package (name "texlive-sesamanuel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sesamanuel/" - "source/latex/sesamanuel/" - "tex/latex/sesamanuel/") - (base32 - "1jgr6syi26qbzdg37rq4d633klgb7s5bp1k3zvb3r538bawag8kc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sesamanuel/" + "source/latex/sesamanuel/" + "tex/latex/sesamanuel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jgr6syi26qbzdg37rq4d633klgb7s5bp1k3zvb3r538bawag8kc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sesamanuel") @@ -28056,12 +33762,17 @@ (define-public texlive-seu-ml-assign (package (name "texlive-seu-ml-assign") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/seu-ml-assign/" - "tex/latex/seu-ml-assign/") - (base32 - "1w8dhp0kmgi9ywskq772ccj5n0kd7j55y15xwm3ss3jjdh4vzh8m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/seu-ml-assign/" + "tex/latex/seu-ml-assign/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1w8dhp0kmgi9ywskq772ccj5n0kd7j55y15xwm3ss3jjdh4vzh8m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/seu-ml-assign") @@ -28076,13 +33787,18 @@ (define-public texlive-seuthesis (package (name "texlive-seuthesis") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/seuthesis/" - "doc/latex/seuthesis/" - "source/latex/seuthesis/") - (base32 - "1gb1bql0llnms1c18xzp4g8j16zffinjjydiv4gsasyvxc0p8c5n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/seuthesis/" + "doc/latex/seuthesis/" + "source/latex/seuthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gb1bql0llnms1c18xzp4g8j16zffinjjydiv4gsasyvxc0p8c5n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/seuthesis") @@ -28096,14 +33812,19 @@ (define-public texlive-seuthesix (package (name "texlive-seuthesix") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/seuthesix/" - "doc/latex/seuthesix/" - "source/latex/seuthesix/" - "tex/latex/seuthesix/") - (base32 - "0k87ib96pbihph399rc3kl1c3ncb4w4ljmwmvw880vvrxvz8mxjs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/seuthesix/" + "doc/latex/seuthesix/" + "source/latex/seuthesix/" + "tex/latex/seuthesix/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k87ib96pbihph399rc3kl1c3ncb4w4ljmwmvw880vvrxvz8mxjs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/seuthesix") @@ -28118,11 +33839,16 @@ (define-public texlive-sfg (package (name "texlive-sfg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sfg/" "tex/latex/sfg/") - (base32 - "0bckiy5ahbbv69fdam1k74n5f7ikhmc3d08hh9770w4aqs6k017b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sfg/" "tex/latex/sfg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bckiy5ahbbv69fdam1k74n5f7ikhmc3d08hh9770w4aqs6k017b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sfg") @@ -28136,11 +33862,16 @@ (define-public texlive-sgame (package (name "texlive-sgame") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sgame/" "tex/latex/sgame/") - (base32 - "0kzrimwmgwa3f61vawc1fq5vvgx4pxa2586wqhd4cf66ywdikn0v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sgame/" "tex/latex/sgame/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kzrimwmgwa3f61vawc1fq5vvgx4pxa2586wqhd4cf66ywdikn0v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sgame") @@ -28157,12 +33888,17 @@ (define-public texlive-shortmathj (package (name "texlive-shortmathj") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/shortmathj/" - "tex/latex/shortmathj/") - (base32 - "0rkrskx2fay7h6naa995l46xjj8v3ffdd6kx6fq6fknr091yfp7q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/shortmathj/" + "tex/latex/shortmathj/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rkrskx2fay7h6naa995l46xjj8v3ffdd6kx6fq6fknr091yfp7q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/shortmathj") @@ -28177,11 +33913,16 @@ (define-public texlive-showtags (package (name "texlive-showtags") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/showtags/" "tex/latex/showtags/") - (base32 - "0690p94mmlwhg06wzisa73w4445yg3ljy98haqf65acrcb09rl6j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/showtags/" "tex/latex/showtags/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0690p94mmlwhg06wzisa73w4445yg3ljy98haqf65acrcb09rl6j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/showtags") @@ -28195,12 +33936,17 @@ (define-public texlive-shtthesis (package (name "texlive-shtthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/shtthesis/" - "tex/latex/shtthesis/") - (base32 - "1l7vfqvfcgpndp5kmpdx4d9w89b83j5s2kwkr37hih9cp9l3n9vz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/shtthesis/" + "tex/latex/shtthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l7vfqvfcgpndp5kmpdx4d9w89b83j5s2kwkr37hih9cp9l3n9vz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -28242,14 +33988,19 @@ (define-public texlive-shuffle (package (name "texlive-shuffle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/shuffle/" - "fonts/source/public/shuffle/" - "fonts/tfm/public/shuffle/" - "source/latex/shuffle/" "tex/latex/shuffle/") - (base32 - "06ah481pi9bdbh1f9kpk66wa8yv9qbaif1b3l80415wcxijsxp24"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/shuffle/" + "fonts/source/public/shuffle/" + "fonts/tfm/public/shuffle/" + "source/latex/shuffle/" "tex/latex/shuffle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06ah481pi9bdbh1f9kpk66wa8yv9qbaif1b3l80415wcxijsxp24")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -28264,11 +34015,16 @@ (define-public texlive-sides (package (name "texlive-sides") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sides/" "tex/latex/sides/") - (base32 - "0lffwhb6px6f09f8jk6r9kvfh49dl5n0461b261mk2sr6fgyxrfz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sides/" "tex/latex/sides/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lffwhb6px6f09f8jk6r9kvfh49dl5n0461b261mk2sr6fgyxrfz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sides") @@ -28283,12 +34039,17 @@ (define-public texlive-simplebnf (package (name "texlive-simplebnf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/simplebnf/" - "tex/latex/simplebnf/") - (base32 - "0a8kysfm24yh738pigwprjjyg0dg2fpf5k549wqi6qx09wp4d3xw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/simplebnf/" + "tex/latex/simplebnf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a8kysfm24yh738pigwprjjyg0dg2fpf5k549wqi6qx09wp4d3xw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/simplebnf") @@ -28303,17 +34064,22 @@ (define-public texlive-simpleicons (package (name "texlive-simpleicons") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/simpleicons/" - "fonts/enc/dvips/simpleicons/" - "fonts/map/dvips/simpleicons/" - "fonts/opentype/public/simpleicons/" - "fonts/tfm/public/simpleicons/" - "fonts/type1/public/simpleicons/" - "tex/latex/simpleicons/") - (base32 - "0ngjx0z1ldpc6a31maw9kbsxf910qkgcndsqibfanc5mb8ygb6zn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/simpleicons/" + "fonts/enc/dvips/simpleicons/" + "fonts/map/dvips/simpleicons/" + "fonts/opentype/public/simpleicons/" + "fonts/tfm/public/simpleicons/" + "fonts/type1/public/simpleicons/" + "tex/latex/simpleicons/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ngjx0z1ldpc6a31maw9kbsxf910qkgcndsqibfanc5mb8ygb6zn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/simpleicons") @@ -28328,12 +34094,17 @@ (define-public texlive-simpler-wick (package (name "texlive-simpler-wick") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/simpler-wick/" - "tex/latex/simpler-wick/") - (base32 - "0iicdx5n0ifjwifxk6i0242hkk388jz1mz01zpmznixjlhx780ni"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/simpler-wick/" + "tex/latex/simpler-wick/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0iicdx5n0ifjwifxk6i0242hkk388jz1mz01zpmznixjlhx780ni")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/simpler-wick") @@ -28353,13 +34124,18 @@ (define-public texlive-simples-matrices (package (name "texlive-simples-matrices") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/simples-matrices/" - "source/latex/simples-matrices/" - "tex/latex/simples-matrices/") - (base32 - "0dvb989qf0ibgax0rjj49y827f9mzls0axdh28a6ar0r6dfvyjb3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/simples-matrices/" + "source/latex/simples-matrices/" + "tex/latex/simples-matrices/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dvb989qf0ibgax0rjj49y827f9mzls0axdh28a6ar0r6dfvyjb3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/simples-matrices") @@ -28373,13 +34149,18 @@ (define-public texlive-simplewick (package (name "texlive-simplewick") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/simplewick/" - "source/latex/simplewick/" - "tex/latex/simplewick/") - (base32 - "13c5hk9f8cw48j08qb0i4vh649n9maq7kjs1cf0zfmkdiqi3b6iw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/simplewick/" + "source/latex/simplewick/" + "tex/latex/simplewick/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13c5hk9f8cw48j08qb0i4vh649n9maq7kjs1cf0zfmkdiqi3b6iw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/simplewick") @@ -28393,12 +34174,17 @@ (define-public texlive-sistyle (package (name "texlive-sistyle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sistyle/" "source/latex/sistyle/" - "tex/latex/sistyle/") - (base32 - "0y53ijyzridia40a5wrpgff74n6shbdh7xbn1n56ciqfgjn4rdq4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sistyle/" "source/latex/sistyle/" + "tex/latex/sistyle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y53ijyzridia40a5wrpgff74n6shbdh7xbn1n56ciqfgjn4rdq4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sistyle") @@ -28415,12 +34201,17 @@ (define-public texlive-siunits (package (name "texlive-siunits") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/siunits/" "source/latex/siunits/" - "tex/latex/siunits/") - (base32 - "1lw9qjb1bnk357z20yri3lhcvxdnknb7yymb6hh5y8jb61pskns4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/siunits/" "source/latex/siunits/" + "tex/latex/siunits/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lw9qjb1bnk357z20yri3lhcvxdnknb7yymb6hh5y8jb61pskns4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/siunits") @@ -28435,13 +34226,18 @@ (define-public texlive-skak (package (name "texlive-skak") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/skak/" - "fonts/source/public/skak/" - "fonts/tfm/public/skak/" "tex/latex/skak/") - (base32 - "12fbzvyz40fnb9v5y80wkmv1fmvi7frbyv28k68lagdalm7mwp3b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/skak/" + "fonts/source/public/skak/" + "fonts/tfm/public/skak/" "tex/latex/skak/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12fbzvyz40fnb9v5y80wkmv1fmvi7frbyv28k68lagdalm7mwp3b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -28460,16 +34256,21 @@ (define-public texlive-skaknew (package (name "texlive-skaknew") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/skaknew/" - "fonts/afm/public/skaknew/" - "fonts/map/dvips/skaknew/" - "fonts/opentype/public/skaknew/" - "fonts/tfm/public/skaknew/" - "fonts/type1/public/skaknew/") - (base32 - "1jpm36qb65jbsrhq1yqhwajqz3jg35wid0wlav9hk7q4hd58qi4r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/skaknew/" + "fonts/afm/public/skaknew/" + "fonts/map/dvips/skaknew/" + "fonts/opentype/public/skaknew/" + "fonts/tfm/public/skaknew/" + "fonts/type1/public/skaknew/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jpm36qb65jbsrhq1yqhwajqz3jg35wid0wlav9hk7q4hd58qi4r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/skaknew") @@ -28483,12 +34284,17 @@ (define-public texlive-skmath (package (name "texlive-skmath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/skmath/" "source/latex/skmath/" - "tex/latex/skmath/") - (base32 - "0si369hs7550v26mm3wcp69vnyr5ci2iqa6k2b8nv8wbjpcsb9jc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/skmath/" "source/latex/skmath/" + "tex/latex/skmath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0si369hs7550v26mm3wcp69vnyr5ci2iqa6k2b8nv8wbjpcsb9jc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/skmath") @@ -28502,13 +34308,18 @@ (define-public texlive-skull (package (name "texlive-skull") (version "2023.0") - (source (texlive-origin - name version - (list "fonts/source/public/skull/" - "fonts/tfm/public/skull/" - "source/fonts/skull/" "tex/latex/skull/") - (base32 - "0vnqi8c5f1a78naa9pvsl43748bm52i3qhjcv96bwcf59miih730"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "fonts/source/public/skull/" + "fonts/tfm/public/skull/" + "source/fonts/skull/" "tex/latex/skull/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vnqi8c5f1a78naa9pvsl43748bm52i3qhjcv96bwcf59miih730")))) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) (home-page "https://ctan.org/pkg/skull") @@ -28523,13 +34334,18 @@ (define-public texlive-smflatex (package (name "texlive-smflatex") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/smflatex/" "doc/latex/smflatex/" - "source/latex/smflatex/" - "tex/latex/smflatex/") - (base32 - "160bdav5rzx2hzaqxqcmlc841awr7ks1k0bmpj8kq3gzzz1pqnwj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/smflatex/" "doc/latex/smflatex/" + "source/latex/smflatex/" + "tex/latex/smflatex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "160bdav5rzx2hzaqxqcmlc841awr7ks1k0bmpj8kq3gzzz1pqnwj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -28556,13 +34372,18 @@ (define-public texlive-songbook (package (name "texlive-songbook") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/songbook/" "makeindex/songbook/" - "source/latex/songbook/" - "tex/latex/songbook/") - (base32 - "0ab4l130dyzaslqmy7vm71rszwszw11kqzkn0b5fb680kxvsyicf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/songbook/" "makeindex/songbook/" + "source/latex/songbook/" + "tex/latex/songbook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ab4l130dyzaslqmy7vm71rszwszw11kqzkn0b5fb680kxvsyicf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/songbook") @@ -28583,13 +34404,18 @@ (define-public texlive-songproj (package (name "texlive-songproj") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/songproj/" - "source/latex/songproj/" - "tex/latex/songproj/") - (base32 - "044b9zbm2l1w8flnb5vx99590m65d1nxgys2dj3w79kkbmnhc7jy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/songproj/" + "source/latex/songproj/" + "tex/latex/songproj/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "044b9zbm2l1w8flnb5vx99590m65d1nxgys2dj3w79kkbmnhc7jy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/songproj") @@ -28608,12 +34434,17 @@ (define-public texlive-songs (package (name "texlive-songs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/songs/" "source/latex/songs/" - "tex/latex/songs/") - (base32 - "0mgzkh6cvq3smwjlkvd1gnhb7m151fgiv7f4v3drjqlsjyg2qds6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/songs/" "source/latex/songs/" + "tex/latex/songs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mgzkh6cvq3smwjlkvd1gnhb7m151fgiv7f4v3drjqlsjyg2qds6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/songs") @@ -28638,12 +34469,17 @@ (define-public texlive-sort-by-letters (package (name "texlive-sort-by-letters") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/sort-by-letters/" - "doc/bibtex/sort-by-letters/") - (base32 - "19zsc6a97q5wjdgxcl7mjlbxzhj5xpfi4zi8ym1962l97dj4a96n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/sort-by-letters/" + "doc/bibtex/sort-by-letters/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19zsc6a97q5wjdgxcl7mjlbxzhj5xpfi4zi8ym1962l97dj4a96n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sort-by-letters") @@ -28659,11 +34495,16 @@ (define-public texlive-soton (package (name "texlive-soton") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/soton/" "tex/latex/soton/") - (base32 - "0ib4i98x14g5bl4l5bd9ciw6aay5n6fihkyzfls52l5y9vpyglix"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/soton/" "tex/latex/soton/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ib4i98x14g5bl4l5bd9ciw6aay5n6fihkyzfls52l5y9vpyglix")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/soton") @@ -28678,12 +34519,17 @@ (define-public texlive-soup (package (name "texlive-soup") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/soup/" "source/latex/soup/" - "tex/latex/soup/") - (base32 - "04lpc3nn45i66cwnjn0sycdpfaynzkb19djyfi8ca3ppb1sn79z6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/soup/" "source/latex/soup/" + "tex/latex/soup/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04lpc3nn45i66cwnjn0sycdpfaynzkb19djyfi8ca3ppb1sn79z6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/soup") @@ -28700,12 +34546,17 @@ (define-public texlive-spalign (package (name "texlive-spalign") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/spalign/" "source/latex/spalign/" - "tex/latex/spalign/") - (base32 - "1paxgykj07y8l5gbcz2823bn80s6y81zabqx67k0j0513ag75grf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/spalign/" "source/latex/spalign/" + "tex/latex/spalign/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1paxgykj07y8l5gbcz2823bn80s6y81zabqx67k0j0513ag75grf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/spalign") @@ -28727,11 +34578,16 @@ (define-public texlive-spbmark (package (name "texlive-spbmark") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/spbmark/" "tex/latex/spbmark/") - (base32 - "127z28ak94474jif94z0cgrm9ixjfa8lr9cx4i8ar8wksycadnms"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/spbmark/" "tex/latex/spbmark/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "127z28ak94474jif94z0cgrm9ixjfa8lr9cx4i8ar8wksycadnms")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/spbmark") @@ -28747,18 +34603,23 @@ (define-public texlive-spectral (package (name "texlive-spectral") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/spectral/" - "fonts/enc/dvips/spectral/" - "fonts/map/dvips/spectral/" - "fonts/tfm/production/spectral/" - "fonts/truetype/production/spectral/" - "fonts/type1/production/spectral/" - "fonts/vf/production/spectral/" - "tex/latex/spectral/") - (base32 - "1i5ijzzk18m65ibf8igll22992wgfxrgr4qpxki0dpynfm0wiwjj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/spectral/" + "fonts/enc/dvips/spectral/" + "fonts/map/dvips/spectral/" + "fonts/tfm/production/spectral/" + "fonts/truetype/production/spectral/" + "fonts/type1/production/spectral/" + "fonts/vf/production/spectral/" + "tex/latex/spectral/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i5ijzzk18m65ibf8igll22992wgfxrgr4qpxki0dpynfm0wiwjj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/spectral") @@ -28774,12 +34635,17 @@ (define-public texlive-sphdthesis (package (name "texlive-sphdthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sphdthesis/" - "tex/latex/sphdthesis/") - (base32 - "05ncll9vd2yh15vp6gqzidrp011d1i2hsmlzfrfz954f9449ydx4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sphdthesis/" + "tex/latex/sphdthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05ncll9vd2yh15vp6gqzidrp011d1i2hsmlzfrfz954f9449ydx4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sphdthesis") @@ -28796,12 +34662,17 @@ (define-public texlive-spie (package (name "texlive-spie") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/spie/" "bibtex/bst/spie/" - "doc/latex/spie/" "tex/latex/spie/") - (base32 - "1z4nbm2w96lvwfcj8ghnzarv5f5klriyr3b6jjnb34wd3kw52xg8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/spie/" "bibtex/bst/spie/" + "doc/latex/spie/" "tex/latex/spie/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z4nbm2w96lvwfcj8ghnzarv5f5klriyr3b6jjnb34wd3kw52xg8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/spie") @@ -28815,13 +34686,18 @@ (define-public texlive-splitbib (package (name "texlive-splitbib") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/splitbib/" - "source/latex/splitbib/" - "tex/latex/splitbib/") - (base32 - "18jhdrj9zfnqr4wyazxsqng6a88fwgkw2ka03qskjps8s9pc2fw7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/splitbib/" + "source/latex/splitbib/" + "tex/latex/splitbib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18jhdrj9zfnqr4wyazxsqng6a88fwgkw2ka03qskjps8s9pc2fw7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/splitbib") @@ -28836,12 +34712,17 @@ (define-public texlive-sr-vorl (package (name "texlive-sr-vorl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sr-vorl/" "source/latex/sr-vorl/" - "tex/latex/sr-vorl/") - (base32 - "1izgzwg6a9i93zfxi0qvfrdgza3q8z5b4nhlhgq072glmdqzymf0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sr-vorl/" "source/latex/sr-vorl/" + "tex/latex/sr-vorl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1izgzwg6a9i93zfxi0qvfrdgza3q8z5b4nhlhgq072glmdqzymf0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sr-vorl") @@ -28858,16 +34739,21 @@ (define-public texlive-srbtiks (package (name "texlive-srbtiks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/srbtiks/" - "fonts/enc/dvips/srbtiks/" - "fonts/map/dvips/srbtiks/" - "fonts/tfm/public/srbtiks/" - "fonts/vf/public/srbtiks/" - "tex/latex/srbtiks/") - (base32 - "12b4xigicn259ghi5kc6nyk0bqr81kdiqfg0hql9fpwrldvbj4k6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/srbtiks/" + "fonts/enc/dvips/srbtiks/" + "fonts/map/dvips/srbtiks/" + "fonts/tfm/public/srbtiks/" + "fonts/vf/public/srbtiks/" + "tex/latex/srbtiks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12b4xigicn259ghi5kc6nyk0bqr81kdiqfg0hql9fpwrldvbj4k6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/srbtiks") @@ -28882,12 +34768,17 @@ (define-public texlive-srdp-mathematik (package (name "texlive-srdp-mathematik") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/srdp-mathematik/" - "tex/latex/srdp-mathematik/") - (base32 - "0pbsj6gkk5zblvhwgpymz64gwzf84mzciybm2m9jqf7x9va2xqp0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/srdp-mathematik/" + "tex/latex/srdp-mathematik/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pbsj6gkk5zblvhwgpymz64gwzf84mzciybm2m9jqf7x9va2xqp0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/srdp-mathematik") @@ -28905,12 +34796,17 @@ (define-public texlive-stage (package (name "texlive-stage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/stage/" "source/latex/stage/" - "tex/latex/stage/") - (base32 - "0789mddzsadiw9fiasjzjdma0f9li8gddf8m9wy5jblnsl2asf5p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/stage/" "source/latex/stage/" + "tex/latex/stage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0789mddzsadiw9fiasjzjdma0f9li8gddf8m9wy5jblnsl2asf5p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/stage") @@ -28924,11 +34820,16 @@ (define-public texlive-stanli (package (name "texlive-stanli") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/stanli/" "tex/latex/stanli/") - (base32 - "1kspb85303z642qj3c9b2q3g41p612vshn37j7npf3if2gcyyxbq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/stanli/" "tex/latex/stanli/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kspb85303z642qj3c9b2q3g41p612vshn37j7npf3if2gcyyxbq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/stanli") @@ -28945,16 +34846,21 @@ (define-public texlive-starfont (package (name "texlive-starfont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/starfont/" - "fonts/afm/public/starfont/" - "fonts/map/dvips/starfont/" - "fonts/tfm/public/starfont/" - "fonts/type1/public/starfont/" - "tex/latex/starfont/") - (base32 - "1c2vnd5mycr6mnhwxz9gkjvfxwq0l91h2lhvpf49fjlfc3hdnd3l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/starfont/" + "fonts/afm/public/starfont/" + "fonts/map/dvips/starfont/" + "fonts/tfm/public/starfont/" + "fonts/type1/public/starfont/" + "tex/latex/starfont/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c2vnd5mycr6mnhwxz9gkjvfxwq0l91h2lhvpf49fjlfc3hdnd3l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/starfont") @@ -28970,13 +34876,18 @@ (define-public texlive-startex (package (name "texlive-startex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/otherformats/startex/" - "makeindex/startex/" - "source/startex/startex/" "tex/startex/") - (base32 - "06hyz1bwzvabavkl6j9588skjwx8hc5dmiv8z9n7gr1w9aa9zm7x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/otherformats/startex/" + "makeindex/startex/" + "source/startex/startex/" "tex/startex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06hyz1bwzvabavkl6j9588skjwx8hc5dmiv8z9n7gr1w9aa9zm7x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/startex") @@ -28991,11 +34902,16 @@ (define-public texlive-statex (package (name "texlive-statex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/statex/" "tex/latex/statex/") - (base32 - "02zd9877kryv749lyxlswdkdfbgc4i1d2vvbkaplxq81njxipxry"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/statex/" "tex/latex/statex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02zd9877kryv749lyxlswdkdfbgc4i1d2vvbkaplxq81njxipxry")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/statex") @@ -29010,11 +34926,16 @@ (define-public texlive-statex2 (package (name "texlive-statex2") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/statex2/" "tex/latex/statex2/") - (base32 - "1g0ymd0l0cvqn61vjbncrg8cr8wkaw7bywnk85c82rsl0wsc89xk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/statex2/" "tex/latex/statex2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1g0ymd0l0cvqn61vjbncrg8cr8wkaw7bywnk85c82rsl0wsc89xk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/statex2") @@ -29029,13 +34950,18 @@ (define-public texlive-statistics (package (name "texlive-statistics") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/statistics/" - "source/latex/statistics/" - "tex/latex/statistics/") - (base32 - "0cdajj4fclsqcjfc46n82vi8d276qxqklpvdn4gm36dgckrrxaxf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/statistics/" + "source/latex/statistics/" + "tex/latex/statistics/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cdajj4fclsqcjfc46n82vi8d276qxqklpvdn4gm36dgckrrxaxf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/statistics") @@ -29056,13 +34982,18 @@ (define-public texlive-statistik (package (name "texlive-statistik") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/statistik/" - "source/latex/statistik/" - "tex/latex/statistik/") - (base32 - "1j1g9hidkq02v3f4alafi53qny3diazpfxb1w936dcy4wi5l584x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/statistik/" + "source/latex/statistik/" + "tex/latex/statistik/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j1g9hidkq02v3f4alafi53qny3diazpfxb1w936dcy4wi5l584x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/statistik") @@ -29076,13 +35007,18 @@ (define-public texlive-statmath (package (name "texlive-statmath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/statmath/" - "source/latex/statmath/" - "tex/latex/statmath/") - (base32 - "0zqln39cambscblrqck9lw4krpqbhlasz58zvx84h8pmapwsk13g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/statmath/" + "source/latex/statmath/" + "tex/latex/statmath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zqln39cambscblrqck9lw4krpqbhlasz58zvx84h8pmapwsk13g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/statmath") @@ -29097,16 +35033,21 @@ (define-public texlive-staves (package (name "texlive-staves") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/staves/" - "fonts/map/dvips/staves/" - "fonts/tfm/public/staves/" - "fonts/type1/public/staves/" - "source/latex/staves/" - "tex/latex/staves/") - (base32 - "1wa4zx4c439q6ahs1fwa55dcxzrx382ksrj0bv1jnck6j3iw2dlc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/staves/" + "fonts/map/dvips/staves/" + "fonts/tfm/public/staves/" + "fonts/type1/public/staves/" + "source/latex/staves/" + "tex/latex/staves/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wa4zx4c439q6ahs1fwa55dcxzrx382ksrj0bv1jnck6j3iw2dlc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/staves") @@ -29121,13 +35062,18 @@ (define-public texlive-steinmetz (package (name "texlive-steinmetz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/steinmetz/" - "source/latex/steinmetz/" - "tex/latex/steinmetz/") - (base32 - "1x7bs22q1p07njvsg7npm5wg25jx547nv7v98wvcfmlcr4zrvbh1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/steinmetz/" + "source/latex/steinmetz/" + "tex/latex/steinmetz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x7bs22q1p07njvsg7npm5wg25jx547nv7v98wvcfmlcr4zrvbh1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/steinmetz") @@ -29141,14 +35087,19 @@ (define-public texlive-stellenbosch (package (name "texlive-stellenbosch") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/stellenbosch/" - "doc/latex/stellenbosch/" - "source/latex/stellenbosch/" - "tex/latex/stellenbosch/") - (base32 - "0yqlwlwlszrwg8bihkfxh77b3rkf8yx978vwb4a3xjmb5yyyx3q6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/stellenbosch/" + "doc/latex/stellenbosch/" + "source/latex/stellenbosch/" + "tex/latex/stellenbosch/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yqlwlwlszrwg8bihkfxh77b3rkf8yx978vwb4a3xjmb5yyyx3q6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/stellenbosch") @@ -29173,18 +35124,23 @@ (define-public texlive-step (package (name "texlive-step") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/step/" - "fonts/enc/dvips/step/" - "fonts/map/dvips/step/" - "fonts/opentype/public/step/" - "fonts/tfm/public/step/" - "fonts/type1/public/step/" - "fonts/vf/public/step/" - "tex/latex/step/") - (base32 - "1p2fzbsxrq98hlykw23j26xi936vnnd95qggjcn5a4jjwfrzbx1g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/step/" + "fonts/enc/dvips/step/" + "fonts/map/dvips/step/" + "fonts/opentype/public/step/" + "fonts/tfm/public/step/" + "fonts/type1/public/step/" + "fonts/vf/public/step/" + "tex/latex/step/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p2fzbsxrq98hlykw23j26xi936vnnd95qggjcn5a4jjwfrzbx1g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/step") @@ -29201,17 +35157,22 @@ (define-public texlive-stepgreek (package (name "texlive-stepgreek") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/stepgreek/" - "fonts/enc/dvips/stepgreek/" - "fonts/map/dvips/stepgreek/" - "fonts/tfm/public/stepgreek/" - "fonts/type1/public/stepgreek/" - "fonts/vf/public/stepgreek/" - "tex/latex/stepgreek/") - (base32 - "00yh96gdk854yg61hgl7n938lyw11v9kdmwl7klriyq7wjy0zcaw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/stepgreek/" + "fonts/enc/dvips/stepgreek/" + "fonts/map/dvips/stepgreek/" + "fonts/tfm/public/stepgreek/" + "fonts/type1/public/stepgreek/" + "fonts/vf/public/stepgreek/" + "tex/latex/stepgreek/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00yh96gdk854yg61hgl7n938lyw11v9kdmwl7klriyq7wjy0zcaw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/stepgreek") @@ -29228,18 +35189,23 @@ (define-public texlive-stickstoo (package (name "texlive-stickstoo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/stickstoo/" - "fonts/afm/public/stickstoo/" - "fonts/enc/dvips/stickstoo/" - "fonts/map/dvips/stickstoo/" - "fonts/tfm/public/stickstoo/" - "fonts/type1/public/stickstoo/" - "fonts/vf/public/stickstoo/" - "tex/latex/stickstoo/") - (base32 - "15hmplphlg5vc3a966x379bkn74vb39pv73w0py65nd9zbb7z27i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/stickstoo/" + "fonts/afm/public/stickstoo/" + "fonts/enc/dvips/stickstoo/" + "fonts/map/dvips/stickstoo/" + "fonts/tfm/public/stickstoo/" + "fonts/type1/public/stickstoo/" + "fonts/vf/public/stickstoo/" + "tex/latex/stickstoo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15hmplphlg5vc3a966x379bkn74vb39pv73w0py65nd9zbb7z27i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/stickstoo") @@ -29256,19 +35222,24 @@ (define-public texlive-stix (package (name "texlive-stix") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/stix/" - "fonts/enc/dvips/stix/" - "fonts/map/dvips/stix/" - "fonts/opentype/public/stix/" - "fonts/tfm/public/stix/" - "fonts/type1/public/stix/" - "fonts/vf/public/stix/" - "source/fonts/stix/" - "tex/latex/stix/") - (base32 - "1ixxglx4azdnppiqhlkgyahj9a67zamljzv98n6hycp7y6jbd1x0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/stix/" + "fonts/enc/dvips/stix/" + "fonts/map/dvips/stix/" + "fonts/opentype/public/stix/" + "fonts/tfm/public/stix/" + "fonts/type1/public/stix/" + "fonts/vf/public/stix/" + "source/fonts/stix/" + "tex/latex/stix/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ixxglx4azdnppiqhlkgyahj9a67zamljzv98n6hycp7y6jbd1x0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -29294,17 +35265,22 @@ (define-public texlive-stix2-type1 (package (name "texlive-stix2-type1") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/stix2-type1/" - "fonts/enc/dvips/stix2-type1/" - "fonts/map/dvips/stix2-type1/" - "fonts/tfm/public/stix2-type1/" - "fonts/type1/public/stix2-type1/" - "source/fonts/stix2-type1/" - "tex/latex/stix2-type1/") - (base32 - "0jsnyxbi5054fw0j5jw9cisj9xm8i8gf1f48m9l77bkybq0qviwp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/stix2-type1/" + "fonts/enc/dvips/stix2-type1/" + "fonts/map/dvips/stix2-type1/" + "fonts/tfm/public/stix2-type1/" + "fonts/type1/public/stix2-type1/" + "source/fonts/stix2-type1/" + "tex/latex/stix2-type1/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jsnyxbi5054fw0j5jw9cisj9xm8i8gf1f48m9l77bkybq0qviwp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/stix2-type1") @@ -29324,12 +35300,17 @@ (define-public texlive-structmech (package (name "texlive-structmech") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/structmech/" - "tex/latex/structmech/") - (base32 - "1xh9qwwk3fgdwaz5bb0w2yyv0li9vsdpfyx0r6hg694vf99ym6mb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/structmech/" + "tex/latex/structmech/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xh9qwwk3fgdwaz5bb0w2yyv0li9vsdpfyx0r6hg694vf99ym6mb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/structmech") @@ -29345,13 +35326,18 @@ (define-public texlive-struktex (package (name "texlive-struktex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/struktex/" - "source/latex/struktex/" - "tex/latex/struktex/") - (base32 - "05bvzxrqwiw9jcq1dvvwf6ss1207qygg3iqdlfd0yjv0y7rdjvvf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/struktex/" + "source/latex/struktex/" + "tex/latex/struktex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05bvzxrqwiw9jcq1dvvwf6ss1207qygg3iqdlfd0yjv0y7rdjvvf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/struktex") @@ -29369,13 +35355,18 @@ (define-public texlive-subfiles (package (name "texlive-subfiles") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/subfiles/" - "source/latex/subfiles/" - "tex/latex/subfiles/") - (base32 - "1lwbpf852qi0gmibwgd3i63mlwi2p8zb1ps0fis21r69hnisym8j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/subfiles/" + "source/latex/subfiles/" + "tex/latex/subfiles/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lwbpf852qi0gmibwgd3i63mlwi2p8zb1ps0fis21r69hnisym8j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-import)) @@ -29392,12 +35383,17 @@ (define-public texlive-substances (package (name "texlive-substances") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/substances/" - "tex/latex/substances/") - (base32 - "1lqg0bx34f7f9sva1lvvqdb7nfdaaf6lh23j0nwdy70z2g3kgkxp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/substances/" + "tex/latex/substances/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lqg0bx34f7f9sva1lvvqdb7nfdaaf6lh23j0nwdy70z2g3kgkxp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/substances") @@ -29413,12 +35409,17 @@ (define-public texlive-subsupscripts (package (name "texlive-subsupscripts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/subsupscripts/" - "tex/latex/subsupscripts/") - (base32 - "1f9yn6ic1yn4nl2s8ngbrrl1xflb4g2j0iw77563j5n7prgy1wrf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/subsupscripts/" + "tex/latex/subsupscripts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1f9yn6ic1yn4nl2s8ngbrrl1xflb4g2j0iw77563j5n7prgy1wrf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/subsupscripts") @@ -29432,11 +35433,16 @@ (define-public texlive-subtext (package (name "texlive-subtext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/subtext/" "tex/latex/subtext/") - (base32 - "0wpb4087acwsgnsc1zw6ivqaqgdsq90zm63bgmrk77ban54qsqv0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/subtext/" "tex/latex/subtext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wpb4087acwsgnsc1zw6ivqaqgdsq90zm63bgmrk77ban54qsqv0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/subtext") @@ -29451,12 +35457,17 @@ (define-public texlive-sudoku (package (name "texlive-sudoku") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sudoku/" "source/latex/sudoku/" - "tex/latex/sudoku/") - (base32 - "14g1kkxinp9l57yvdpbdx4wclgka71gilcbxl1dc6sdj4cmw7mbz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sudoku/" "source/latex/sudoku/" + "tex/latex/sudoku/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14g1kkxinp9l57yvdpbdx4wclgka71gilcbxl1dc6sdj4cmw7mbz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sudoku") @@ -29470,13 +35481,18 @@ (define-public texlive-sudokubundle (package (name "texlive-sudokubundle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sudokubundle/" - "source/latex/sudokubundle/" - "tex/latex/sudokubundle/") - (base32 - "1swsx8r0chgxv8h27syj4h5cf7lnj6mxvwhhzixbkjg6scrvd8kw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sudokubundle/" + "source/latex/sudokubundle/" + "tex/latex/sudokubundle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1swsx8r0chgxv8h27syj4h5cf7lnj6mxvwhhzixbkjg6scrvd8kw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sudokubundle") @@ -29496,12 +35512,17 @@ (define-public texlive-suftesi (package (name "texlive-suftesi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/suftesi/" "source/latex/suftesi/" - "tex/latex/suftesi/") - (base32 - "1m1gsnfcnw9ylz2aik20rqs6jk0p647wlkfm813spl0hbjnpzkpc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/suftesi/" "source/latex/suftesi/" + "tex/latex/suftesi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m1gsnfcnw9ylz2aik20rqs6jk0p647wlkfm813spl0hbjnpzkpc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -29562,11 +35583,16 @@ (define-public texlive-sugconf (package (name "texlive-sugconf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sugconf/" "tex/latex/sugconf/") - (base32 - "1v9fp0dpbk4g9aab8jvwhfzh71w4276awi8lyf2pgk66d5qhfxsb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sugconf/" "tex/latex/sugconf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v9fp0dpbk4g9aab8jvwhfzh71w4276awi8lyf2pgk66d5qhfxsb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sugconf") @@ -29581,16 +35607,21 @@ (define-public texlive-superiors (package (name "texlive-superiors") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/superiors/" - "fonts/enc/dvips/superiors/" - "fonts/map/dvips/superiors/" - "fonts/tfm/public/superiors/" - "fonts/type1/public/superiors/" - "tex/latex/superiors/") - (base32 - "0f50v8dal93vq8mfxs6m5n9d56ciy7f88343s6g1jsv2zf1xb7ng"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/superiors/" + "fonts/enc/dvips/superiors/" + "fonts/map/dvips/superiors/" + "fonts/tfm/public/superiors/" + "fonts/type1/public/superiors/" + "tex/latex/superiors/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f50v8dal93vq8mfxs6m5n9d56ciy7f88343s6g1jsv2zf1xb7ng")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/superiors") @@ -29606,11 +35637,16 @@ (define-public texlive-susy (package (name "texlive-susy") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/susy/" "tex/latex/susy/") - (base32 - "17v3cmkrpkdxssa50vzdasp885waf9jpg8sfjyw1dcj9z7xfz91g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/susy/" "tex/latex/susy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17v3cmkrpkdxssa50vzdasp885waf9jpg8sfjyw1dcj9z7xfz91g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/susy") @@ -29623,12 +35659,17 @@ (define-public texlive-svg (package (name "texlive-svg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/svg/" "source/latex/svg/" - "tex/latex/svg/") - (base32 - "1yizgrjn6l9j1cf8mvkjz0zni7bzmajszc1y8q80xc723nwnbq7q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/svg/" "source/latex/svg/" + "tex/latex/svg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yizgrjn6l9j1cf8mvkjz0zni7bzmajszc1y8q80xc723nwnbq7q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/svg") @@ -29653,18 +35694,23 @@ (define-public texlive-svrsymbols (package (name "texlive-svrsymbols") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/svrsymbols/" - "fonts/afm/public/svrsymbols/" - "fonts/map/dvips/svrsymbols/" - "fonts/opentype/public/svrsymbols/" - "fonts/tfm/public/svrsymbols/" - "fonts/type1/public/svrsymbols/" - "source/fonts/svrsymbols/" - "tex/latex/svrsymbols/") - (base32 - "0l1pj97pqlh9mq3m3zswnxm2vws916yjlx0pq1gr3bc23kwvhhl3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/svrsymbols/" + "fonts/afm/public/svrsymbols/" + "fonts/map/dvips/svrsymbols/" + "fonts/opentype/public/svrsymbols/" + "fonts/tfm/public/svrsymbols/" + "fonts/type1/public/svrsymbols/" + "source/fonts/svrsymbols/" + "tex/latex/svrsymbols/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l1pj97pqlh9mq3m3zswnxm2vws916yjlx0pq1gr3bc23kwvhhl3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/svrsymbols") @@ -29679,12 +35725,17 @@ (define-public texlive-syllogism (package (name "texlive-syllogism") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/syllogism/" - "tex/latex/syllogism/") - (base32 - "0ns8bv5qyzvcq59x7cjkncc9wlalcdhhnxs0r4s897qrrbz4cq43"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/syllogism/" + "tex/latex/syllogism/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ns8bv5qyzvcq59x7cjkncc9wlalcdhhnxs0r4s897qrrbz4cq43")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/syllogism") @@ -29699,11 +35750,16 @@ (define-public texlive-symbats3 (package (name "texlive-symbats3") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/symbats3/" "tex/latex/symbats3/") - (base32 - "0xr5m2irkbv376im1m5vms6gcpq3asj03dpfck2x1ccrywn4k3w2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/symbats3/" "tex/latex/symbats3/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xr5m2irkbv376im1m5vms6gcpq3asj03dpfck2x1ccrywn4k3w2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/symbats3") @@ -29717,14 +35773,19 @@ (define-public texlive-sympytexpackage (package (name "texlive-sympytexpackage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sympytexpackage/" - "scripts/sympytexpackage/" - "source/latex/sympytexpackage/" - "tex/latex/sympytexpackage/") - (base32 - "0ph8pldk2f477dm79vf5vrismfy8w1p2m455qfjqm7p704jm1pr3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sympytexpackage/" + "scripts/sympytexpackage/" + "source/latex/sympytexpackage/" + "tex/latex/sympytexpackage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ph8pldk2f477dm79vf5vrismfy8w1p2m455qfjqm7p704jm1pr3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sympytex") @@ -29739,11 +35800,16 @@ (define-public texlive-synproof (package (name "texlive-synproof") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/synproof/" "tex/latex/synproof/") - (base32 - "02r0ld3lcxvjhij4lffx9kljmbv6fvz10x59bjvinqfbmmfmm58m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/synproof/" "tex/latex/synproof/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02r0ld3lcxvjhij4lffx9kljmbv6fvz10x59bjvinqfbmmfmm58m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/synproof") @@ -29759,11 +35825,16 @@ (define-public texlive-t-angles (package (name "texlive-t-angles") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/t-angles/" "tex/latex/t-angles/") - (base32 - "0jp16zd64c5xdsxfycdyvlwwss4k46y7nfd2dn6ybshx34kcv0qa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/t-angles/" "tex/latex/t-angles/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jp16zd64c5xdsxfycdyvlwwss4k46y7nfd2dn6ybshx34kcv0qa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/t-angles") @@ -29781,12 +35852,17 @@ (define-public texlive-t2 (package (name "texlive-t2") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/t2/" "fonts/enc/t2/" - "tex/generic/t2/cyrfinst/" "tex/latex/t2/") - (base32 - "058j3bpv03d9nb0nxal1vjpliqqibv6hsjl1qlbgnndm95xd5n1a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/t2/" "fonts/enc/t2/" + "tex/generic/t2/cyrfinst/" "tex/latex/t2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "058j3bpv03d9nb0nxal1vjpliqqibv6hsjl1qlbgnndm95xd5n1a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/t2") @@ -29809,11 +35885,16 @@ (define-public texlive-tablor (package (name "texlive-tablor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tablor/" "tex/latex/tablor/") - (base32 - "1qacb25whzxwn85cxq1fa5rklq5fm06g6i5x88qymm8yaq1yxa71"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tablor/" "tex/latex/tablor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qacb25whzxwn85cxq1fa5rklq5fm06g6i5x88qymm8yaq1yxa71")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tablor") @@ -29831,14 +35912,19 @@ (define-public texlive-tabriz-thesis (package (name "texlive-tabriz-thesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tabriz-thesis/" - "doc/xelatex/tabriz-thesis/" - "tex/latex/tabriz-thesis/" - "tex/xelatex/tabriz-thesis/") - (base32 - "13k6kmg1x143m1kfc3wcvyy6l60vpzz5ivmdpcqhjbdd3wz7b2ry"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tabriz-thesis/" + "doc/xelatex/tabriz-thesis/" + "tex/latex/tabriz-thesis/" + "tex/xelatex/tabriz-thesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13k6kmg1x143m1kfc3wcvyy6l60vpzz5ivmdpcqhjbdd3wz7b2ry")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tabriz-thesis") @@ -29853,18 +35939,23 @@ (define-public texlive-tabvar (package (name "texlive-tabvar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tabvar/" - "fonts/afm/public/tabvar/" - "fonts/map/dvips/tabvar/" - "fonts/tfm/public/tabvar/" - "fonts/type1/public/tabvar/" - "metapost/tabvar/" - "source/latex/tabvar/" - "tex/latex/tabvar/") - (base32 - "1yjf0j3296a5csr6xrzziralfsy2iny21cyjf4dmlwp4l0h6kcpc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tabvar/" + "fonts/afm/public/tabvar/" + "fonts/map/dvips/tabvar/" + "fonts/tfm/public/tabvar/" + "fonts/type1/public/tabvar/" + "metapost/tabvar/" + "source/latex/tabvar/" + "tex/latex/tabvar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yjf0j3296a5csr6xrzziralfsy2iny21cyjf4dmlwp4l0h6kcpc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tabvar") @@ -29878,12 +35969,17 @@ (define-public texlive-tangramtikz (package (name "texlive-tangramtikz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tangramtikz/" - "tex/latex/tangramtikz/") - (base32 - "18n67k7ggqh3mvp8iqyp44d70gh3s8jfbwbp3ympv2ff5drjjb3l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tangramtikz/" + "tex/latex/tangramtikz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18n67k7ggqh3mvp8iqyp44d70gh3s8jfbwbp3ympv2ff5drjjb3l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tangramtikz") @@ -29899,13 +35995,18 @@ (define-public texlive-tapir (package (name "texlive-tapir") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/tapir/" - "fonts/source/public/tapir/" - "fonts/type1/public/tapir/") - (base32 - "1b1r2zg8m46zd2cb8l3vglncvixzhcfq75s0s86pyn9f88b17w57"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/tapir/" + "fonts/source/public/tapir/" + "fonts/type1/public/tapir/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b1r2zg8m46zd2cb8l3vglncvixzhcfq75s0s86pyn9f88b17w57")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tapir") @@ -29922,13 +36023,18 @@ (define-public texlive-tdsfrmath (package (name "texlive-tdsfrmath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tdsfrmath/" - "source/latex/tdsfrmath/" - "tex/latex/tdsfrmath/") - (base32 - "1z1z3jy0mbn6dc75pnfsq9877y8yafvdhv5p8a54dbxxkzdcl3ll"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tdsfrmath/" + "source/latex/tdsfrmath/" + "tex/latex/tdsfrmath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z1z3jy0mbn6dc75pnfsq9877y8yafvdhv5p8a54dbxxkzdcl3ll")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tdsfrmath") @@ -29943,12 +36049,17 @@ (define-public texlive-technion-thesis-template (package (name "texlive-technion-thesis-template") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/technion-thesis-template/" - "tex/xelatex/technion-thesis-template/") - (base32 - "1fnz3d3knflhm9349rn9xw3k698fn6dyxxh2a7zv8rx3z3y7kzwn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/technion-thesis-template/" + "tex/xelatex/technion-thesis-template/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fnz3d3knflhm9349rn9xw3k698fn6dyxxh2a7zv8rx3z3y7kzwn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/technion-thesis-template") @@ -29962,19 +36073,24 @@ (define-public texlive-tempora (package (name "texlive-tempora") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/tempora/" - "fonts/afm/public/tempora/" - "fonts/enc/dvips/tempora/" - "fonts/map/dvips/tempora/" - "fonts/opentype/public/tempora/" - "fonts/tfm/public/tempora/" - "fonts/type1/public/tempora/" - "fonts/vf/public/tempora/" - "tex/latex/tempora/") - (base32 - "0vcg6al4navxhaha78zxigpwaj631hgm47z3ic36335rb80p8b83"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/tempora/" + "fonts/afm/public/tempora/" + "fonts/enc/dvips/tempora/" + "fonts/map/dvips/tempora/" + "fonts/opentype/public/tempora/" + "fonts/tfm/public/tempora/" + "fonts/type1/public/tempora/" + "fonts/vf/public/tempora/" + "tex/latex/tempora/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vcg6al4navxhaha78zxigpwaj631hgm47z3ic36335rb80p8b83")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tempora") @@ -29991,17 +36107,22 @@ (define-public texlive-tengwarscript (package (name "texlive-tengwarscript") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tengwarscript/" - "fonts/enc/dvips/tengwarscript/" - "fonts/map/dvips/tengwarscript/" - "fonts/tfm/public/tengwarscript/" - "fonts/vf/public/tengwarscript/" - "source/latex/tengwarscript/" - "tex/latex/tengwarscript/") - (base32 - "1k3wgg8cj9n4ijj5qdbm74snwzdyabh1c93zm75p4x9pmawlpaa4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tengwarscript/" + "fonts/enc/dvips/tengwarscript/" + "fonts/map/dvips/tengwarscript/" + "fonts/tfm/public/tengwarscript/" + "fonts/vf/public/tengwarscript/" + "source/latex/tengwarscript/" + "tex/latex/tengwarscript/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1k3wgg8cj9n4ijj5qdbm74snwzdyabh1c93zm75p4x9pmawlpaa4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tengwarscript") @@ -30020,11 +36141,16 @@ (define-public texlive-tensind (package (name "texlive-tensind") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tensind/" "tex/latex/tensind/") - (base32 - "1i0iczq20ihx5y19j9ifpbm6sad6jv9cs8zwblgkddyhwxa7n764"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tensind/" "tex/latex/tensind/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i0iczq20ihx5y19j9ifpbm6sad6jv9cs8zwblgkddyhwxa7n764")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tensind") @@ -30038,12 +36164,17 @@ (define-public texlive-tensor (package (name "texlive-tensor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tensor/" "source/latex/tensor/" - "tex/latex/tensor/") - (base32 - "0rc3mswkwlacfwcz2dbvl3glkwkkyji8aiqa837wr0h8rd7jfl2g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tensor/" "source/latex/tensor/" + "tex/latex/tensor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rc3mswkwlacfwcz2dbvl3glkwkkyji8aiqa837wr0h8rd7jfl2g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tensor") @@ -30059,12 +36190,17 @@ (define-public texlive-termes-otf (package (name "texlive-termes-otf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/termes-otf/" - "tex/latex/termes-otf/") - (base32 - "1z8a1d2k4170n14hf8faimwfd26cshsww1ypa8im937lna7c0j39"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/termes-otf/" + "tex/latex/termes-otf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z8a1d2k4170n14hf8faimwfd26cshsww1ypa8im937lna7c0j39")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/termes-otf") @@ -30079,12 +36215,17 @@ (define-public texlive-tex-ewd (package (name "texlive-tex-ewd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/tex-ewd/" - "tex/generic/tex-ewd/") - (base32 - "1xlxbnn16mf7mzz57rjzqqv18mcy0immmlcsnksda03dh7hn8b69"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/tex-ewd/" + "tex/generic/tex-ewd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xlxbnn16mf7mzz57rjzqqv18mcy0immmlcsnksda03dh7hn8b69")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tex-ewd") @@ -30100,11 +36241,16 @@ (define-public texlive-tex-virtual-academy-pl (package (name "texlive-tex-virtual-academy-pl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/tex-virtual-academy-pl/") - (base32 - "1kb86nn5vp1b0sy21aw9wlla1dwlaijppzq7728bmfs5nk1dnbjv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/tex-virtual-academy-pl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kb86nn5vp1b0sy21aw9wlla1dwlaijppzq7728bmfs5nk1dnbjv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tex-virtual-academy-pl") @@ -30119,11 +36265,16 @@ (define-public texlive-texilikechaps (package (name "texlive-texilikechaps") (version "2023.0") - (source (texlive-origin - name version - (list "tex/latex/texilikechaps/") - (base32 - "1z9nvv2y2nzpkpxyf18p426wcl0g6gbg7qppq70b285kdbczbijd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/latex/texilikechaps/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z9nvv2y2nzpkpxyf18p426wcl0g6gbg7qppq70b285kdbczbijd")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texilikechaps") (synopsis "Format chapters with a Texi-like format") @@ -30136,11 +36287,16 @@ (define-public texlive-texilikecover (package (name "texlive-texilikecover") (version "2023.0") - (source (texlive-origin - name version - (list "tex/latex/texilikecover/") - (base32 - "04bljvhvmrxh1a4sfqw57yysaw03c5ldi1bq63mlqqvd9p3hmyck"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/latex/texilikecover/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04bljvhvmrxh1a4sfqw57yysaw03c5ldi1bq63mlqqvd9p3hmyck")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texilikecover") (synopsis "Cover-page package, like TeXinfo") @@ -30153,16 +36309,21 @@ (define-public texlive-texsis (package (name "texlive-texsis") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/texsis/" - "doc/man/man1/texsis.1" - "doc/man/man1/texsis.man1.pdf" - "doc/otherformats/texsis/base/" - "tex/texsis/base/" - "tex/texsis/config/") - (base32 - "1vdywyg03ab5w50370ml8hwiidim2sy7hhygmz917rnhsnm87lnv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/texsis/" + "doc/man/man1/texsis.1" + "doc/man/man1/texsis.man1.pdf" + "doc/otherformats/texsis/base/" + "tex/texsis/base/" + "tex/texsis/config/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vdywyg03ab5w50370ml8hwiidim2sy7hhygmz917rnhsnm87lnv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:create-formats #~(list "texsis"))) @@ -30201,13 +36362,18 @@ (define-public texlive-textglos (package (name "texlive-textglos") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/textglos/" - "source/latex/textglos/" - "tex/latex/textglos/") - (base32 - "1jxx3wrwkmmm6ida3ih0yap57laflvsks8nv0395sv49xn7waxf0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/textglos/" + "source/latex/textglos/" + "tex/latex/textglos/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jxx3wrwkmmm6ida3ih0yap57laflvsks8nv0395sv49xn7waxf0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/textglos") @@ -30223,13 +36389,18 @@ (define-public texlive-textgreek (package (name "texlive-textgreek") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/textgreek/" - "source/latex/textgreek/" - "tex/latex/textgreek/") - (base32 - "0a0x07xyy1akqwya54k5bf3f8k4vcrv4hfmijmcp60ikw4v5gha1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/textgreek/" + "source/latex/textgreek/" + "tex/latex/textgreek/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a0x07xyy1akqwya54k5bf3f8k4vcrv4hfmijmcp60ikw4v5gha1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-greek-fontenc)) @@ -30244,12 +36415,17 @@ (define-public texlive-textopo (package (name "texlive-textopo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/textopo/" "source/latex/textopo/" - "tex/latex/textopo/") - (base32 - "0rw41qg3l4jzvwsrhwazwxn85kgad8r7bxp9bfbq843b4zrlwnaz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/textopo/" "source/latex/textopo/" + "tex/latex/textopo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rw41qg3l4jzvwsrhwazwxn85kgad8r7bxp9bfbq843b4zrlwnaz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/textopo") @@ -30263,17 +36439,22 @@ (define-public texlive-tfrupee (package (name "texlive-tfrupee") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/tfrupee/" - "fonts/afm/public/tfrupee/" - "fonts/map/dvips/tfrupee/" - "fonts/tfm/public/tfrupee/" - "fonts/type1/public/tfrupee/" - "source/fonts/tfrupee/" - "tex/latex/tfrupee/") - (base32 - "0qhgxn5g4wzhi81xgb30giw542nprlmf0ryyq6jy752jccl07b7j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/tfrupee/" + "fonts/afm/public/tfrupee/" + "fonts/map/dvips/tfrupee/" + "fonts/tfm/public/tfrupee/" + "fonts/type1/public/tfrupee/" + "source/fonts/tfrupee/" + "tex/latex/tfrupee/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qhgxn5g4wzhi81xgb30giw542nprlmf0ryyq6jy752jccl07b7j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tfrupee") @@ -30287,11 +36468,16 @@ (define-public texlive-thaienum (package (name "texlive-thaienum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/thaienum/" "tex/latex/thaienum/") - (base32 - "1g7sf5gjnrmhgq4qmdh3gphc0ixyfx4rpm7kmbwmjra3b8j2i46w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/thaienum/" "tex/latex/thaienum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1g7sf5gjnrmhgq4qmdh3gphc0ixyfx4rpm7kmbwmjra3b8j2i46w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thaienum") @@ -30308,13 +36494,18 @@ (define-public texlive-thaispec (package (name "texlive-thaispec") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/thaispec/" - "source/latex/thaispec/" - "tex/latex/thaispec/") - (base32 - "1d0mj98akv7bfq3msaplm2pffcwfayssn4i5an12zrw0wxicmp96"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/thaispec/" + "source/latex/thaispec/" + "tex/latex/thaispec/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d0mj98akv7bfq3msaplm2pffcwfayssn4i5an12zrw0wxicmp96")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thaispec") @@ -30330,11 +36521,16 @@ (define-public texlive-thalie (package (name "texlive-thalie") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/thalie/" "tex/latex/thalie/") - (base32 - "08dg91nr469s3x5c8njj0gpki1j89dji7ii9sw5l5ajd3pk8xbwv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/thalie/" "tex/latex/thalie/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08dg91nr469s3x5c8njj0gpki1j89dji7ii9sw5l5ajd3pk8xbwv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thalie") @@ -30349,18 +36545,23 @@ (define-public texlive-theanodidot (package (name "texlive-theanodidot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/theanodidot/" - "fonts/enc/dvips/theanodidot/" - "fonts/map/dvips/theanodidot/" - "fonts/tfm/public/theanodidot/" - "fonts/truetype/public/theanodidot/" - "fonts/type1/public/theanodidot/" - "fonts/vf/public/theanodidot/" - "tex/latex/theanodidot/") - (base32 - "00qf03ssh7ncpl6l33zcmqkhbylv77w3d0jdvxv9pcbbsn3rzk7v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/theanodidot/" + "fonts/enc/dvips/theanodidot/" + "fonts/map/dvips/theanodidot/" + "fonts/tfm/public/theanodidot/" + "fonts/truetype/public/theanodidot/" + "fonts/type1/public/theanodidot/" + "fonts/vf/public/theanodidot/" + "tex/latex/theanodidot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00qf03ssh7ncpl6l33zcmqkhbylv77w3d0jdvxv9pcbbsn3rzk7v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/theanodidot") @@ -30376,18 +36577,23 @@ (define-public texlive-theanomodern (package (name "texlive-theanomodern") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/theanomodern/" - "fonts/enc/dvips/theanomodern/" - "fonts/map/dvips/theanomodern/" - "fonts/tfm/public/theanomodern/" - "fonts/truetype/public/theanomodern/" - "fonts/type1/public/theanomodern/" - "fonts/vf/public/theanomodern/" - "tex/latex/theanomodern/") - (base32 - "17s04wcliqn5sgg5d6axc5ky3wg7xzh62c83hgrf3fq3pbykwm77"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/theanomodern/" + "fonts/enc/dvips/theanomodern/" + "fonts/map/dvips/theanomodern/" + "fonts/tfm/public/theanomodern/" + "fonts/truetype/public/theanomodern/" + "fonts/type1/public/theanomodern/" + "fonts/vf/public/theanomodern/" + "tex/latex/theanomodern/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17s04wcliqn5sgg5d6axc5ky3wg7xzh62c83hgrf3fq3pbykwm77")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/theanomodern") @@ -30403,18 +36609,23 @@ (define-public texlive-theanooldstyle (package (name "texlive-theanooldstyle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/theanooldstyle/" - "fonts/enc/dvips/theanooldstyle/" - "fonts/map/dvips/theanooldstyle/" - "fonts/tfm/public/theanooldstyle/" - "fonts/truetype/public/theanooldstyle/" - "fonts/type1/public/theanooldstyle/" - "fonts/vf/public/theanooldstyle/" - "tex/latex/theanooldstyle/") - (base32 - "1jkfdfrpp6v12mw5khw51ib9dsjnc5bz3y6bazyabx8z7lgksig5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/theanooldstyle/" + "fonts/enc/dvips/theanooldstyle/" + "fonts/map/dvips/theanooldstyle/" + "fonts/tfm/public/theanooldstyle/" + "fonts/truetype/public/theanooldstyle/" + "fonts/type1/public/theanooldstyle/" + "fonts/vf/public/theanooldstyle/" + "tex/latex/theanooldstyle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jkfdfrpp6v12mw5khw51ib9dsjnc5bz3y6bazyabx8z7lgksig5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/theanooldstyle") @@ -30430,11 +36641,16 @@ (define-public texlive-theatre (package (name "texlive-theatre") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/theatre/") - (base32 - "1nhm56spqvryhmhwmzly939mzv5yv3398lh2lyfhf40rr02mzgi5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/theatre/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nhm56spqvryhmhwmzly939mzv5yv3398lh2lyfhf40rr02mzgi5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/theatre") @@ -30448,13 +36664,18 @@ (define-public texlive-thermodynamics (package (name "texlive-thermodynamics") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/thermodynamics/" - "source/latex/thermodynamics/" - "tex/latex/thermodynamics/") - (base32 - "0shhwyhwrrkclbacqajgr5gk331pypnmn6pladkfmw87l5p4c5dh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/thermodynamics/" + "source/latex/thermodynamics/" + "tex/latex/thermodynamics/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0shhwyhwrrkclbacqajgr5gk331pypnmn6pladkfmw87l5p4c5dh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thermodynamics") @@ -30474,13 +36695,18 @@ (define-public texlive-thesis-ekf (package (name "texlive-thesis-ekf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/thesis-ekf/" - "source/latex/thesis-ekf/" - "tex/latex/thesis-ekf/") - (base32 - "06jc8h1195h6440yc2xblv7x8cyf6yhfh99x3p6hk97hcvq0ing4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/thesis-ekf/" + "source/latex/thesis-ekf/" + "tex/latex/thesis-ekf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06jc8h1195h6440yc2xblv7x8cyf6yhfh99x3p6hk97hcvq0ing4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thesis-ekf") @@ -30495,12 +36721,17 @@ (define-public texlive-thesis-gwu (package (name "texlive-thesis-gwu") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/thesis-gwu/" - "tex/latex/thesis-gwu/") - (base32 - "120w3wfh5b7f6lmsf0l3wy6agxkds4rnpy5pzjnpa6rwk59plk8k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/thesis-gwu/" + "tex/latex/thesis-gwu/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "120w3wfh5b7f6lmsf0l3wy6agxkds4rnpy5pzjnpa6rwk59plk8k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thesis-gwu") @@ -30517,12 +36748,17 @@ (define-public texlive-thesis-qom (package (name "texlive-thesis-qom") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/thesis-qom/" - "tex/xelatex/thesis-qom/") - (base32 - "0cjx3yqnx6ijm664i747sxd19g7pmwpqsw24mh4bvdf0k1wqjj2a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/thesis-qom/" + "tex/xelatex/thesis-qom/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cjx3yqnx6ijm664i747sxd19g7pmwpqsw24mh4bvdf0k1wqjj2a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thesis-qom") @@ -30541,13 +36777,18 @@ (define-public texlive-thesis-titlepage-fhac (package (name "texlive-thesis-titlepage-fhac") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/thesis-titlepage-fhac/" - "source/latex/thesis-titlepage-fhac/" - "tex/latex/thesis-titlepage-fhac/") - (base32 - "1zs1k43q4br29vyxk007ld0rmiz8z803i6xhlc6rmhmb1nb594nj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/thesis-titlepage-fhac/" + "source/latex/thesis-titlepage-fhac/" + "tex/latex/thesis-titlepage-fhac/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zs1k43q4br29vyxk007ld0rmiz8z803i6xhlc6rmhmb1nb594nj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thesis-titlepage-fhac") @@ -30559,12 +36800,17 @@ (define-public texlive-thmbox (package (name "texlive-thmbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/thmbox/" "source/latex/thmbox/" - "tex/latex/thmbox/") - (base32 - "0ibs75aqla6z3lww0xpxd0biarla8hhx9zz245isy9ks8q231v1l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/thmbox/" "source/latex/thmbox/" + "tex/latex/thmbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ibs75aqla6z3lww0xpxd0biarla8hhx9zz245isy9ks8q231v1l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thmbox") @@ -30580,12 +36826,17 @@ (define-public texlive-thuaslogos (package (name "texlive-thuaslogos") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/thuaslogos/" - "tex/latex/thuaslogos/") - (base32 - "1ndqqc5rgxsdkanycgxi79czx6ri9fsfghh1lwyrx6ssjz2hfd7p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/thuaslogos/" + "tex/latex/thuaslogos/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ndqqc5rgxsdkanycgxi79czx6ri9fsfghh1lwyrx6ssjz2hfd7p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thuaslogos") @@ -30600,14 +36851,19 @@ (define-public texlive-thubeamer (package (name "texlive-thubeamer") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/thubeamer/" - "doc/latex/thubeamer/" - "source/latex/thubeamer/" - "tex/latex/thubeamer/") - (base32 - "07jha3pfklqas3f2mwpxqfi6h7dm4sl9jm4kl9kg68an4drzp4zj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/thubeamer/" + "doc/latex/thubeamer/" + "source/latex/thubeamer/" + "tex/latex/thubeamer/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07jha3pfklqas3f2mwpxqfi6h7dm4sl9jm4kl9kg68an4drzp4zj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thubeamer") @@ -30620,13 +36876,18 @@ (define-public texlive-thucoursework (package (name "texlive-thucoursework") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/thucoursework/" - "source/latex/thucoursework/" - "tex/latex/thucoursework/") - (base32 - "1cv2kadwzwwrw3q98wy7cjjl3084qqp55ki50v7m2ylrjxinwkv4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/thucoursework/" + "source/latex/thucoursework/" + "tex/latex/thucoursework/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cv2kadwzwwrw3q98wy7cjjl3084qqp55ki50v7m2ylrjxinwkv4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -30668,14 +36929,19 @@ (define-public texlive-thuthesis (package (name "texlive-thuthesis") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/thuthesis/" - "doc/latex/thuthesis/" - "source/latex/thuthesis/" - "tex/latex/thuthesis/") - (base32 - "11l434c6v0sdhk4y776nrswj53sj2hba4i3dwbspgkh61ckxxhyx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/thuthesis/" + "doc/latex/thuthesis/" + "source/latex/thuthesis/" + "tex/latex/thuthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11l434c6v0sdhk4y776nrswj53sj2hba4i3dwbspgkh61ckxxhyx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thuthesis") @@ -30690,11 +36956,16 @@ (define-public texlive-tidyres (package (name "texlive-tidyres") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tidyres/" "tex/latex/tidyres/") - (base32 - "0ls8qcj8jdv954p4mlhhdqvhp4kq016h41i6mj42fnwg598a3ms1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tidyres/" "tex/latex/tidyres/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ls8qcj8jdv954p4mlhhdqvhp4kq016h41i6mj42fnwg598a3ms1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tidyres") @@ -30708,13 +36979,18 @@ (define-public texlive-timbreicmc (package (name "texlive-timbreicmc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/timbreicmc/" - "source/latex/timbreicmc/" - "tex/latex/timbreicmc/") - (base32 - "0nd44car7vksfrz53h54r7cz1flgkgmyjri5ai1k7s9g2fn16x2n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/timbreicmc/" + "source/latex/timbreicmc/" + "tex/latex/timbreicmc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nd44car7vksfrz53h54r7cz1flgkgmyjri5ai1k7s9g2fn16x2n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/timbreicmc") @@ -30730,18 +37006,23 @@ (define-public texlive-tinos (package (name "texlive-tinos") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/tinos/" - "fonts/enc/dvips/tinos/" - "fonts/map/dvips/tinos/" - "fonts/tfm/google/tinos/" - "fonts/truetype/google/tinos/" - "fonts/type1/google/tinos/" - "fonts/vf/google/tinos/" - "tex/latex/tinos/") - (base32 - "06cckhcjxrg1x2jb8w1y3k0sb5bb6nfs3k9qdjc9mywji4a20g18"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/tinos/" + "fonts/enc/dvips/tinos/" + "fonts/map/dvips/tinos/" + "fonts/tfm/google/tinos/" + "fonts/truetype/google/tinos/" + "fonts/type1/google/tinos/" + "fonts/vf/google/tinos/" + "tex/latex/tinos/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06cckhcjxrg1x2jb8w1y3k0sb5bb6nfs3k9qdjc9mywji4a20g18")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tinos") @@ -30755,11 +37036,16 @@ (define-public texlive-tiscreen (package (name "texlive-tiscreen") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tiscreen/" "tex/latex/tiscreen/") - (base32 - "1nrwai8qg26412jm8v3vgy7m4qk2kq6asc33j5a76z2ixnnhjlps"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tiscreen/" "tex/latex/tiscreen/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nrwai8qg26412jm8v3vgy7m4qk2kq6asc33j5a76z2ixnnhjlps")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tiscreen") @@ -30773,12 +37059,17 @@ (define-public texlive-tlc-article (package (name "texlive-tlc-article") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tlc-article/" - "tex/latex/tlc-article/") - (base32 - "1zxghkxg1yls97zrcfyjn8nk45mg5ygcjiprdwcs0ha1bl3pybxs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tlc-article/" + "tex/latex/tlc-article/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zxghkxg1yls97zrcfyjn8nk45mg5ygcjiprdwcs0ha1bl3pybxs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tlc-article") @@ -30794,13 +37085,18 @@ (define-public texlive-tocbibind (package (name "texlive-tocbibind") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tocbibind/" - "source/latex/tocbibind/" - "tex/latex/tocbibind/") - (base32 - "086yi3d11pj5cnf0jfsmyy495y6kcind88569mig2yvq2adjmq3b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tocbibind/" + "source/latex/tocbibind/" + "tex/latex/tocbibind/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "086yi3d11pj5cnf0jfsmyy495y6kcind88569mig2yvq2adjmq3b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tocbibind") @@ -30814,13 +37110,18 @@ (define-public texlive-topletter (package (name "texlive-topletter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/topletter/" - "source/latex/topletter/" - "tex/latex/topletter/") - (base32 - "0s9yq65wwcw6mg09lk3x756iski1k55skik3n45l9wdbdz81w1p9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/topletter/" + "source/latex/topletter/" + "tex/latex/topletter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s9yq65wwcw6mg09lk3x756iski1k55skik3n45l9wdbdz81w1p9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/topletter") @@ -30836,12 +37137,17 @@ (define-public texlive-toptesi (package (name "texlive-toptesi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/toptesi/" "source/latex/toptesi/" - "tex/latex/toptesi/") - (base32 - "0mskk7swjgcy6lw1l81brcnw7n870mrz3la64ln0f3mxps98gik6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/toptesi/" "source/latex/toptesi/" + "tex/latex/toptesi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mskk7swjgcy6lw1l81brcnw7n870mrz3la64ln0f3mxps98gik6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/toptesi") @@ -30860,13 +37166,18 @@ (define-public texlive-tpslifonts (package (name "texlive-tpslifonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tpslifonts/" - "source/latex/tpslifonts/" - "tex/latex/tpslifonts/") - (base32 - "1i713qbhbv6yhax667igabfal1p2f8r6w0hgvs4y4pbpv4ffyqf6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tpslifonts/" + "source/latex/tpslifonts/" + "tex/latex/tpslifonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i713qbhbv6yhax667igabfal1p2f8r6w0hgvs4y4pbpv4ffyqf6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tpslifonts") @@ -30889,17 +37200,22 @@ (define-public texlive-trajan (package (name "texlive-trajan") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/trajan/" - "fonts/afm/public/trajan/" - "fonts/map/dvips/trajan/" - "fonts/tfm/public/trajan/" - "fonts/type1/public/trajan/" - "source/latex/trajan/" - "tex/latex/trajan/") - (base32 - "1yjx252c6a3bf1k2646sqf3n3s09x2gxya3ypn1zz9scn5kkh1wa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/trajan/" + "fonts/afm/public/trajan/" + "fonts/map/dvips/trajan/" + "fonts/tfm/public/trajan/" + "fonts/type1/public/trajan/" + "source/latex/trajan/" + "tex/latex/trajan/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yjx252c6a3bf1k2646sqf3n3s09x2gxya3ypn1zz9scn5kkh1wa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/trajan") @@ -30915,11 +37231,16 @@ (define-public texlive-translation-array-fr (package (name "texlive-translation-array-fr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/translation-array-fr/") - (base32 - "128k8isyn4s0v496sykn22fqn0gfwyyk19kcrmxnc6clgxxfbdy6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/translation-array-fr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "128k8isyn4s0v496sykn22fqn0gfwyyk19kcrmxnc6clgxxfbdy6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/translation-array-fr") @@ -30933,11 +37254,16 @@ (define-public texlive-translation-dcolumn-fr (package (name "texlive-translation-dcolumn-fr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/translation-dcolumn-fr/") - (base32 - "0xakssrkxb2wc6xyy1yvx4mm398x3yq032b7vapqxl82h992fjll"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/translation-dcolumn-fr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xakssrkxb2wc6xyy1yvx4mm398x3yq032b7vapqxl82h992fjll")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/translation-dcolumn-fr") @@ -30951,11 +37277,16 @@ (define-public texlive-translation-natbib-fr (package (name "texlive-translation-natbib-fr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/translation-natbib-fr/") - (base32 - "0f0r1n8q3jkxsdcddabsgz9h9ndq4yffdpxdqxvqjmhfafhzwgkg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/translation-natbib-fr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f0r1n8q3jkxsdcddabsgz9h9ndq4yffdpxdqxvqjmhfafhzwgkg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/translation-natbib-fr") @@ -30969,11 +37300,16 @@ (define-public texlive-translation-tabbing-fr (package (name "texlive-translation-tabbing-fr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/translation-tabbing-fr/") - (base32 - "1cih442gp6zf8nwb2lbgjn7a64aglyrcw3aciqy5pkdw09pwn0an"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/translation-tabbing-fr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cih442gp6zf8nwb2lbgjn7a64aglyrcw3aciqy5pkdw09pwn0an")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/translation-tabbing-fr") @@ -30987,12 +37323,17 @@ (define-public texlive-tree-dvips (package (name "texlive-tree-dvips") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tree-dvips/" "dvips/tree-dvips/" - "tex/latex/tree-dvips/") - (base32 - "0wk86z29aqfrsg947h5qbp98fngdx55v8xcx6dgniv5fv7d9ffrp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tree-dvips/" "dvips/tree-dvips/" + "tex/latex/tree-dvips/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wk86z29aqfrsg947h5qbp98fngdx55v8xcx6dgniv5fv7d9ffrp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tree-dvips") @@ -31012,11 +37353,16 @@ (define-public texlive-tuda-ci (package (name "texlive-tuda-ci") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tuda-ci/" "tex/latex/tuda-ci/") - (base32 - "0bga3v6byk8v18xzj3vp7hp10wmapil5snqj1qp721a5lakwx0w9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tuda-ci/" "tex/latex/tuda-ci/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bga3v6byk8v18xzj3vp7hp10wmapil5snqj1qp721a5lakwx0w9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tuda-ci") @@ -31032,12 +37378,17 @@ (define-public texlive-tudscr (package (name "texlive-tudscr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tudscr/" "source/latex/tudscr/" - "tex/latex/tudscr/") - (base32 - "1whwmablazz41hy1p99ls8l4lk80h202ynzhabpwcmhk7mj60ikn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tudscr/" "source/latex/tudscr/" + "tex/latex/tudscr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1whwmablazz41hy1p99ls8l4lk80h202ynzhabpwcmhk7mj60ikn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -31098,12 +37449,17 @@ (define-public texlive-tugboat (package (name "texlive-tugboat") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/tugboat/" "doc/latex/tugboat/" - "source/latex/tugboat/" "tex/latex/tugboat/") - (base32 - "1yf9g7bszxdkzb4calsd03kwnjs4i0y7vh0d7z4fwiv49qrbkzks"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/tugboat/" "doc/latex/tugboat/" + "source/latex/tugboat/" "tex/latex/tugboat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yf9g7bszxdkzb4calsd03kwnjs4i0y7vh0d7z4fwiv49qrbkzks")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tugboat") @@ -31118,12 +37474,17 @@ (define-public texlive-tugboat-plain (package (name "texlive-tugboat-plain") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/tugboat-plain/" - "tex/plain/tugboat-plain/") - (base32 - "0bzjkhgzf9zp1p6knkdnpcr2hp9hr5fj6v3781i1y0f13qv63axg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/tugboat-plain/" + "tex/plain/tugboat-plain/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bzjkhgzf9zp1p6knkdnpcr2hp9hr5fj6v3781i1y0f13qv63axg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tugboat-plain") @@ -31137,11 +37498,16 @@ (define-public texlive-tui (package (name "texlive-tui") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tui/" "tex/latex/tui/") - (base32 - "14wl2n8wbc2p6nmrallwsxp4s6h73h97qm1w8algyv67bfl5i0hs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tui/" "tex/latex/tui/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14wl2n8wbc2p6nmrallwsxp4s6h73h97qm1w8algyv67bfl5i0hs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tui") @@ -31156,11 +37522,16 @@ (define-public texlive-turabian (package (name "texlive-turabian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/turabian/" "tex/latex/turabian/") - (base32 - "1waqdm6r4fpy602jfqjbfhm2x71llpg4wj4a9w61pkbca19xcnki"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/turabian/" "tex/latex/turabian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1waqdm6r4fpy602jfqjbfhm2x71llpg4wj4a9w61pkbca19xcnki")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/turabian") @@ -31175,12 +37546,17 @@ (define-public texlive-turabian-formatting (package (name "texlive-turabian-formatting") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/turabian-formatting/" - "tex/latex/turabian-formatting/") - (base32 - "1h42lrgq59900bhzgw114w1sxi432rbnpb2j5amwz64bsckvd2ry"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/turabian-formatting/" + "tex/latex/turabian-formatting/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1h42lrgq59900bhzgw114w1sxi432rbnpb2j5amwz64bsckvd2ry")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/turabian-formatting") @@ -31196,13 +37572,18 @@ (define-public texlive-turnstile (package (name "texlive-turnstile") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/turnstile/" - "source/latex/turnstile/" - "tex/latex/turnstile/") - (base32 - "05ffizykplpisjy75s8zbaphpj5vk8r09ii5jzv929y54mi2qs06"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/turnstile/" + "source/latex/turnstile/" + "tex/latex/turnstile/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05ffizykplpisjy75s8zbaphpj5vk8r09ii5jzv929y54mi2qs06")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/turnstile") @@ -31217,12 +37598,17 @@ (define-public texlive-twemoji-colr (package (name "texlive-twemoji-colr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/twemoji-colr/" - "fonts/truetype/public/twemoji-colr/") - (base32 - "0qadwv7malbji28pxjpz3r53kb94grp435yk8h7i93x143vd8p9n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/twemoji-colr/" + "fonts/truetype/public/twemoji-colr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qadwv7malbji28pxjpz3r53kb94grp435yk8h7i93x143vd8p9n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/twemoji-colr") @@ -31236,20 +37622,25 @@ (define-public texlive-txfontsb (package (name "texlive-txfontsb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/txfontsb/" - "fonts/afm/public/txfontsb/" - "fonts/enc/dvips/txfontsb/" - "fonts/map/dvips/txfontsb/" - "fonts/opentype/public/txfontsb/" - "fonts/tfm/public/txfontsb/" - "fonts/type1/public/txfontsb/" - "fonts/vf/public/txfontsb/" - "source/fonts/txfontsb/" - "tex/latex/txfontsb/") - (base32 - "0y7af1n1dymi6723jvn01rcjfwr6p47wr5y4c33wa4cgaa9m39hn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/txfontsb/" + "fonts/afm/public/txfontsb/" + "fonts/enc/dvips/txfontsb/" + "fonts/map/dvips/txfontsb/" + "fonts/opentype/public/txfontsb/" + "fonts/tfm/public/txfontsb/" + "fonts/type1/public/txfontsb/" + "fonts/vf/public/txfontsb/" + "source/fonts/txfontsb/" + "tex/latex/txfontsb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y7af1n1dymi6723jvn01rcjfwr6p47wr5y4c33wa4cgaa9m39hn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/txfontsb") @@ -31264,15 +37655,20 @@ (define-public texlive-txuprcal (package (name "texlive-txuprcal") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/txuprcal/" - "fonts/map/dvips/txuprcal/" - "fonts/tfm/public/txuprcal/" - "fonts/type1/public/txuprcal/" - "tex/latex/txuprcal/") - (base32 - "033h3rqj7kf0rx0kdy9s1kwhk1hkrc6z70ga6ky7xy79mc3k2vgp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/txuprcal/" + "fonts/map/dvips/txuprcal/" + "fonts/tfm/public/txuprcal/" + "fonts/type1/public/txuprcal/" + "tex/latex/txuprcal/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "033h3rqj7kf0rx0kdy9s1kwhk1hkrc6z70ga6ky7xy79mc3k2vgp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/txuprcal") @@ -31287,13 +37683,18 @@ (define-public texlive-typicons (package (name "texlive-typicons") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/typicons/" - "fonts/truetype/public/typicons/" - "tex/latex/typicons/") - (base32 - "1p82gq8jy0brvps6y6qdw8bldfsck9fw1qy84vrzfjz65435dzvh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/typicons/" + "fonts/truetype/public/typicons/" + "tex/latex/typicons/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p82gq8jy0brvps6y6qdw8bldfsck9fw1qy84vrzfjz65435dzvh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/typicons") @@ -31307,13 +37708,18 @@ (define-public texlive-uaclasses (package (name "texlive-uaclasses") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uaclasses/" - "source/latex/uaclasses/" - "tex/latex/uaclasses/") - (base32 - "0n0bz3cq9zgl5ppwq02izjgiw6gpza05ymc6x0gsc8v13wfcgvz0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uaclasses/" + "source/latex/uaclasses/" + "tex/latex/uaclasses/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0n0bz3cq9zgl5ppwq02izjgiw6gpza05ymc6x0gsc8v13wfcgvz0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uaclasses") @@ -31331,12 +37737,17 @@ (define-public texlive-uafthesis (package (name "texlive-uafthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uafthesis/" - "tex/latex/uafthesis/") - (base32 - "0vxd9vk4dzpxcpn4l20r5hm3cz04mwqvd8kw1yg7vvjlnpshi4i6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uafthesis/" + "tex/latex/uafthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vxd9vk4dzpxcpn4l20r5hm3cz04mwqvd8kw1yg7vvjlnpshi4i6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uafthesis") @@ -31349,13 +37760,18 @@ (define-public texlive-uantwerpendocs (package (name "texlive-uantwerpendocs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uantwerpendocs/" - "source/latex/uantwerpendocs/" - "tex/latex/uantwerpendocs/") - (base32 - "0v1fj5bbx6whzp5csljf0hqlxhib6ajdc3diygxjr4pkv5156zxn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uantwerpendocs/" + "source/latex/uantwerpendocs/" + "tex/latex/uantwerpendocs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0v1fj5bbx6whzp5csljf0hqlxhib6ajdc3diygxjr4pkv5156zxn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uantwerpendocs") @@ -31372,12 +37788,17 @@ (define-public texlive-ucalgmthesis (package (name "texlive-ucalgmthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ucalgmthesis/" - "tex/latex/ucalgmthesis/") - (base32 - "0krqj0vpl5k6v1m1v7qh14yfqf0lbriqsdz5jmwqgswljf8ld954"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ucalgmthesis/" + "tex/latex/ucalgmthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0krqj0vpl5k6v1m1v7qh14yfqf0lbriqsdz5jmwqgswljf8ld954")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ucalgmthesis") @@ -31393,12 +37814,17 @@ (define-public texlive-ucbthesis (package (name "texlive-ucbthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ucbthesis/" - "tex/latex/ucbthesis/") - (base32 - "0kwy84r7vz5nvq8nrar1ykik4ycpvgl1kwiyi0da6wjn4cazxxh9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ucbthesis/" + "tex/latex/ucbthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kwy84r7vz5nvq8nrar1ykik4ycpvgl1kwiyi0da6wjn4cazxxh9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ucbthesis") @@ -31413,13 +37839,18 @@ (define-public texlive-ucdavisthesis (package (name "texlive-ucdavisthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ucdavisthesis/" - "source/latex/ucdavisthesis/" - "tex/latex/ucdavisthesis/") - (base32 - "0ymgnb2q77j5gfhcb4w4hvsafvs3vyygvzbq7zl9zgzzb02ml35j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ucdavisthesis/" + "source/latex/ucdavisthesis/" + "tex/latex/ucdavisthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ymgnb2q77j5gfhcb4w4hvsafvs3vyygvzbq7zl9zgzzb02ml35j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ucdavisthesis") @@ -31435,13 +37866,18 @@ (define-public texlive-ucsmonograph (package (name "texlive-ucsmonograph") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ucsmonograph/" - "source/latex/ucsmonograph/" - "tex/latex/ucsmonograph/") - (base32 - "13yf91i1c4bin9vbvsjpl5s7fkina5ai5zw868wdk5fiqvmqvgx7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ucsmonograph/" + "source/latex/ucsmonograph/" + "tex/latex/ucsmonograph/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13yf91i1c4bin9vbvsjpl5s7fkina5ai5zw868wdk5fiqvmqvgx7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ucsmonograph") @@ -31457,11 +37893,16 @@ (define-public texlive-ucthesis (package (name "texlive-ucthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ucthesis/" "tex/latex/ucthesis/") - (base32 - "19s6s4wxq494shi2pgrdyaz9qx52zma62czd92mrkjp2diim1197"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ucthesis/" "tex/latex/ucthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19s6s4wxq494shi2pgrdyaz9qx52zma62czd92mrkjp2diim1197")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ucthesis") @@ -31476,13 +37917,18 @@ (define-public texlive-udes-genie-these (package (name "texlive-udes-genie-these") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/udes-genie-these/" - "source/latex/udes-genie-these/" - "tex/latex/udes-genie-these/") - (base32 - "0hhc8d0cmc6miylkc137cxlkw44z23zi17sz31f68im5rl94a4m6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/udes-genie-these/" + "source/latex/udes-genie-these/" + "tex/latex/udes-genie-these/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hhc8d0cmc6miylkc137cxlkw44z23zi17sz31f68im5rl94a4m6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/udes-genie-these") @@ -31502,13 +37948,18 @@ (define-public texlive-uestcthesis (package (name "texlive-uestcthesis") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/uestcthesis/" - "doc/latex/uestcthesis/" - "tex/latex/uestcthesis/") - (base32 - "1gqa6yyj3nq75vfjxrcn0pxc9gmgdaf7mdhp5sf3hy3br9ix8qgw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/uestcthesis/" + "doc/latex/uestcthesis/" + "tex/latex/uestcthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gqa6yyj3nq75vfjxrcn0pxc9gmgdaf7mdhp5sf3hy3br9ix8qgw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uestcthesis") @@ -31522,11 +37973,16 @@ (define-public texlive-ufrgscca (package (name "texlive-ufrgscca") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ufrgscca/" "tex/latex/ufrgscca/") - (base32 - "0xrmgs9zjqqa09gasf2b96mjvwqshjqpyaz4icvrlr7yx9hqqs2y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ufrgscca/" "tex/latex/ufrgscca/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xrmgs9zjqqa09gasf2b96mjvwqshjqpyaz4icvrlr7yx9hqqs2y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ufrgscca") @@ -31545,13 +38001,18 @@ (define-public texlive-uhhassignment (package (name "texlive-uhhassignment") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uhhassignment/" - "source/latex/uhhassignment/" - "tex/latex/uhhassignment/") - (base32 - "15yvq00xsikb8c78gkyyqjdgcz2yw8dnp586mjcrk1p4kvlpwyam"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uhhassignment/" + "source/latex/uhhassignment/" + "tex/latex/uhhassignment/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15yvq00xsikb8c78gkyyqjdgcz2yw8dnp586mjcrk1p4kvlpwyam")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uhhassignment") @@ -31565,13 +38026,18 @@ (define-public texlive-uiucredborder (package (name "texlive-uiucredborder") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uiucredborder/" - "source/latex/uiucredborder/" - "tex/latex/uiucredborder/") - (base32 - "0wsf3cfmpfmsv3afm78gc91fsiba415ir4p5fa0ivfny3dh34qnq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uiucredborder/" + "source/latex/uiucredborder/" + "tex/latex/uiucredborder/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wsf3cfmpfmsv3afm78gc91fsiba415ir4p5fa0ivfny3dh34qnq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uiucredborder") @@ -31586,13 +38052,18 @@ (define-public texlive-uiucthesis (package (name "texlive-uiucthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uiucthesis/" - "source/latex/uiucthesis/" - "tex/latex/uiucthesis/") - (base32 - "0kzp2p03p1v7qij2kz82xis88vh1g477vs2aa0sqfa24w9y28h5i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uiucthesis/" + "source/latex/uiucthesis/" + "tex/latex/uiucthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kzp2p03p1v7qij2kz82xis88vh1g477vs2aa0sqfa24w9y28h5i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uiucthesis") @@ -31606,11 +38077,16 @@ (define-public texlive-ukbill (package (name "texlive-ukbill") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ukbill/" "tex/latex/ukbill/") - (base32 - "1kdz2dfa9y5gjm61k3l9cyc95fc8ibq8c1vlap3gfzwadl4fggp1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ukbill/" "tex/latex/ukbill/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kdz2dfa9y5gjm61k3l9cyc95fc8ibq8c1vlap3gfzwadl4fggp1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ukbill") @@ -31624,12 +38100,17 @@ (define-public texlive-ulqda (package (name "texlive-ulqda") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ulqda/" "scripts/ulqda/" - "source/latex/ulqda/" "tex/latex/ulqda/") - (base32 - "07jzmk0p4l28dxxqqpma4px9riykg0zynnjycyripg2m76a9ah2g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ulqda/" "scripts/ulqda/" + "source/latex/ulqda/" "tex/latex/ulqda/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07jzmk0p4l28dxxqqpma4px9riykg0zynnjycyripg2m76a9ah2g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -31660,12 +38141,17 @@ (define-public texlive-ulthese (package (name "texlive-ulthese") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ulthese/" "source/latex/ulthese/" - "tex/latex/ulthese/") - (base32 - "1kcw1zsgj0dr00h555qcld9dn58i8iipnka9s10fn9q0x46sq05q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ulthese/" "source/latex/ulthese/" + "tex/latex/ulthese/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kcw1zsgj0dr00h555qcld9dn58i8iipnka9s10fn9q0x46sq05q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ulthese") @@ -31685,12 +38171,17 @@ (define-public texlive-umbclegislation (package (name "texlive-umbclegislation") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/umbclegislation/" - "tex/latex/umbclegislation/") - (base32 - "0znzm0ymvz43f4kgvww79mnr7nl78xcmi7yw2vlwx332kq8hcw2v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/umbclegislation/" + "tex/latex/umbclegislation/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0znzm0ymvz43f4kgvww79mnr7nl78xcmi7yw2vlwx332kq8hcw2v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/umbclegislation") @@ -31706,12 +38197,17 @@ (define-public texlive-umich-thesis (package (name "texlive-umich-thesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/umich-thesis/" - "tex/latex/umich-thesis/") - (base32 - "15y25n9j2zh7hmgpq9fir6y0ydjwqhvyy6cx59jm8i0swkgw33vz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/umich-thesis/" + "tex/latex/umich-thesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15y25n9j2zh7hmgpq9fir6y0ydjwqhvyy6cx59jm8i0swkgw33vz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/umich-thesis") @@ -31725,11 +38221,16 @@ (define-public texlive-umthesis (package (name "texlive-umthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/umthesis/" "tex/latex/umthesis/") - (base32 - "1y2ba0k9d2sab9mkfhpsm92v4wx6rhapj887jbvcl7871b4idbps"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/umthesis/" "tex/latex/umthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1y2ba0k9d2sab9mkfhpsm92v4wx6rhapj887jbvcl7871b4idbps")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/umthesis") @@ -31743,12 +38244,17 @@ (define-public texlive-umtypewriter (package (name "texlive-umtypewriter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/umtypewriter/" - "fonts/opentype/public/umtypewriter/") - (base32 - "19skqmchglac4lrk4qhvb4rabi73qmypdi20sbjxnvb8abw0pf3i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/umtypewriter/" + "fonts/opentype/public/umtypewriter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19skqmchglac4lrk4qhvb4rabi73qmypdi20sbjxnvb8abw0pf3i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/umtypewriter") @@ -31764,12 +38270,17 @@ (define-public texlive-unam-thesis (package (name "texlive-unam-thesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/unam-thesis/" - "tex/latex/unam-thesis/") - (base32 - "1cn4qd3rvh9z8sp7g94fh11khij2vykv89inbmy7g52hxgxzkdhh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/unam-thesis/" + "tex/latex/unam-thesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cn4qd3rvh9z8sp7g94fh11khij2vykv89inbmy7g52hxgxzkdhh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unam-thesis") @@ -31783,11 +38294,16 @@ (define-public texlive-unamth-template (package (name "texlive-unamth-template") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/unamth-template/") - (base32 - "018vpcbxfzch8qsrrqakcxxir53nalvj39l2kn45kn26p5nfkfbn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/unamth-template/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "018vpcbxfzch8qsrrqakcxxir53nalvj39l2kn45kn26p5nfkfbn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unamth-template") @@ -31801,13 +38317,18 @@ (define-public texlive-unamthesis (package (name "texlive-unamthesis") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/unamthesis/" - "doc/latex/unamthesis/" - "tex/latex/unamthesis/") - (base32 - "1jdppibm49491ddgx6ny6hqsfs9qan948614bfcy67f5syjzx2jh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/unamthesis/" + "doc/latex/unamthesis/" + "tex/latex/unamthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jdppibm49491ddgx6ny6hqsfs9qan948614bfcy67f5syjzx2jh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unamthesis") @@ -31823,11 +38344,16 @@ (define-public texlive-unbtex (package (name "texlive-unbtex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/unbtex/" "tex/latex/unbtex/") - (base32 - "0s45np0j9xw4gfga593rpcxzagcn3yhr8m2q44jj4mf6sp9ldlbw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/unbtex/" "tex/latex/unbtex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s45np0j9xw4gfga593rpcxzagcn3yhr8m2q44jj4mf6sp9ldlbw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unbtex") @@ -31846,12 +38372,17 @@ (define-public texlive-unfonts-core (package (name "texlive-unfonts-core") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/unfonts-core/" - "fonts/truetype/public/unfonts-core/") - (base32 - "12q7h1akmgc3vdvyb4i8x51a716451kwi90vh9i57xw76hmg5f4x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/unfonts-core/" + "fonts/truetype/public/unfonts-core/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12q7h1akmgc3vdvyb4i8x51a716451kwi90vh9i57xw76hmg5f4x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unfonts-core") @@ -31873,12 +38404,17 @@ (define-public texlive-unfonts-extra (package (name "texlive-unfonts-extra") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/unfonts-extra/" - "fonts/truetype/public/unfonts-extra/") - (base32 - "1krs93dsi50278qxgm24ij9w9r7gdcxqsdfk6ai5klvkmlka8gkf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/unfonts-extra/" + "fonts/truetype/public/unfonts-extra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1krs93dsi50278qxgm24ij9w9r7gdcxqsdfk6ai5klvkmlka8gkf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unfonts-extra") @@ -31901,12 +38437,17 @@ (define-public texlive-uni-wtal-ger (package (name "texlive-uni-wtal-ger") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uni-wtal-ger/" - "tex/latex/uni-wtal-ger/") - (base32 - "0bxrvl10ccdqarffdf3xzcihnid8h84sv1hcbncjmwq249kf3f96"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uni-wtal-ger/" + "tex/latex/uni-wtal-ger/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bxrvl10ccdqarffdf3xzcihnid8h84sv1hcbncjmwq249kf3f96")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uni-wtal-ger") @@ -31922,12 +38463,17 @@ (define-public texlive-uni-wtal-lin (package (name "texlive-uni-wtal-lin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uni-wtal-lin/" - "tex/latex/uni-wtal-lin/") - (base32 - "07ndzpby3m8ccw3r4sp9plrzmnnpiksvi8plnqyssklalmm406hj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uni-wtal-lin/" + "tex/latex/uni-wtal-lin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07ndzpby3m8ccw3r4sp9plrzmnnpiksvi8plnqyssklalmm406hj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uni-wtal-lin") @@ -31943,12 +38489,17 @@ (define-public texlive-unicode-alphabets (package (name "texlive-unicode-alphabets") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/unicode-alphabets/" - "tex/latex/unicode-alphabets/") - (base32 - "0xvzmx0xa8mmi39a8c89byi6c6y7vbl5k3plp63k5mif19ncyq3s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/unicode-alphabets/" + "tex/latex/unicode-alphabets/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xvzmx0xa8mmi39a8c89byi6c6y7vbl5k3plp63k5mif19ncyq3s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unicode-alphabets") @@ -31967,12 +38518,17 @@ (define-public texlive-unifith (package (name "texlive-unifith") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/unifith/" "doc/latex/unifith/" - "tex/latex/unifith/") - (base32 - "06y9hkxv8y9p06pcyy2nv0nqma6bnh0n9i9pwpdadks9zs9sqn8r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/unifith/" "doc/latex/unifith/" + "tex/latex/unifith/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06y9hkxv8y9p06pcyy2nv0nqma6bnh0n9i9pwpdadks9zs9sqn8r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unifith") @@ -31987,13 +38543,18 @@ (define-public texlive-unigrazpub (package (name "texlive-unigrazpub") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/unigrazpub/" - "source/latex/unigrazpub/" - "tex/latex/unigrazpub/") - (base32 - "02xnlp7p1ap0wvkn4skskh6av4rj8fh28gqk27x97yp0c255w3qv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/unigrazpub/" + "source/latex/unigrazpub/" + "tex/latex/unigrazpub/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02xnlp7p1ap0wvkn4skskh6av4rj8fh28gqk27x97yp0c255w3qv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unigrazpub") @@ -32008,12 +38569,17 @@ (define-public texlive-unitn-bimrep (package (name "texlive-unitn-bimrep") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/unitn-bimrep/" - "tex/latex/unitn-bimrep/") - (base32 - "0id55sfi9bzj7vp7dm9wxy355ca6k6dmxq488r4dwmndy2z4v8hl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/unitn-bimrep/" + "tex/latex/unitn-bimrep/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0id55sfi9bzj7vp7dm9wxy355ca6k6dmxq488r4dwmndy2z4v8hl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unitn-bimrep") @@ -32031,13 +38597,18 @@ (define-public texlive-unitsdef (package (name "texlive-unitsdef") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/unitsdef/" - "source/latex/unitsdef/" - "tex/latex/unitsdef/") - (base32 - "0r3d8af9543sfby3v39gq8vys0m0y3dvni7cly02q0cw6xxw784m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/unitsdef/" + "source/latex/unitsdef/" + "tex/latex/unitsdef/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r3d8af9543sfby3v39gq8vys0m0y3dvni7cly02q0cw6xxw784m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unitsdef") @@ -32052,15 +38623,20 @@ (define-public texlive-universa (package (name "texlive-universa") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/universa/" - "fonts/source/public/universa/" - "fonts/tfm/public/universa/" - "source/fonts/universa/" - "tex/latex/universa/") - (base32 - "1w1cw2236aj37iggxck1drsfbwsiap8mc3lrkqrimmz2rgixycdp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/universa/" + "fonts/source/public/universa/" + "fonts/tfm/public/universa/" + "source/fonts/universa/" + "tex/latex/universa/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1w1cw2236aj37iggxck1drsfbwsiap8mc3lrkqrimmz2rgixycdp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -32076,18 +38652,23 @@ (define-public texlive-universalis (package (name "texlive-universalis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/universalis/" - "fonts/enc/dvips/universalis/" - "fonts/map/dvips/universalis/" - "fonts/opentype/arkandis/universalis/" - "fonts/tfm/arkandis/universalis/" - "fonts/type1/arkandis/universalis/" - "fonts/vf/arkandis/universalis/" - "tex/latex/universalis/") - (base32 - "1hqlpyh3g682vwdxbgyp7jrswvf16ds8i4mqb6yyv00h3rv11cxk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/universalis/" + "fonts/enc/dvips/universalis/" + "fonts/map/dvips/universalis/" + "fonts/opentype/arkandis/universalis/" + "fonts/tfm/arkandis/universalis/" + "fonts/type1/arkandis/universalis/" + "fonts/vf/arkandis/universalis/" + "tex/latex/universalis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hqlpyh3g682vwdxbgyp7jrswvf16ds8i4mqb6yyv00h3rv11cxk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/universalis") @@ -32103,12 +38684,17 @@ (define-public texlive-univie-ling (package (name "texlive-univie-ling") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/univie-ling/" - "tex/latex/univie-ling/") - (base32 - "1678hl6bzpvsa9h8hlap84cnl82g5kkpg9kkwpq4r4zrj90fhgda"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/univie-ling/" + "tex/latex/univie-ling/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1678hl6bzpvsa9h8hlap84cnl82g5kkpg9kkwpq4r4zrj90fhgda")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/univie-ling") @@ -32131,12 +38717,17 @@ (define-public texlive-unizgklasa (package (name "texlive-unizgklasa") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/unizgklasa/" - "tex/latex/unizgklasa/") - (base32 - "1lrw0j34r9p2ydsajkvg2k7n8kirpi6lqj2iwhvfqh0pg230y82q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/unizgklasa/" + "tex/latex/unizgklasa/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lrw0j34r9p2ydsajkvg2k7n8kirpi6lqj2iwhvfqh0pg230y82q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unizgklasa") @@ -32154,12 +38745,17 @@ (define-public texlive-unswcover (package (name "texlive-unswcover") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/unswcover/" - "tex/latex/unswcover/") - (base32 - "0vdi90i07s8914sm7axn1pzks9d0w3qrsijynx5hxr7a36byafhp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/unswcover/" + "tex/latex/unswcover/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vdi90i07s8914sm7axn1pzks9d0w3qrsijynx5hxr7a36byafhp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unswcover") @@ -32174,13 +38770,18 @@ (define-public texlive-uol-physics-report (package (name "texlive-uol-physics-report") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uol-physics-report/" - "source/latex/uol-physics-report/" - "tex/latex/uol-physics-report/") - (base32 - "00rvqmrc1k67136748vq4j5c90iqa2ry65jkaqarazvlv8x77m4d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uol-physics-report/" + "source/latex/uol-physics-report/" + "tex/latex/uol-physics-report/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00rvqmrc1k67136748vq4j5c90iqa2ry65jkaqarazvlv8x77m4d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uol-physics-report") @@ -32198,13 +38799,18 @@ (define-public texlive-uothesis (package (name "texlive-uothesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uothesis/" - "source/latex/uothesis/" - "tex/latex/uothesis/") - (base32 - "04md5wkh11hpczvl7gpi2a5k2j5yalssjw5azpbr2g9q8fc99zp3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uothesis/" + "source/latex/uothesis/" + "tex/latex/uothesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04md5wkh11hpczvl7gpi2a5k2j5yalssjw5azpbr2g9q8fc99zp3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uothesis") @@ -32219,12 +38825,17 @@ (define-public texlive-uowthesis (package (name "texlive-uowthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uowthesis/" - "tex/latex/uowthesis/") - (base32 - "196w8ics6r9n4x05ydpr0hprpmcwqwfqa92h200kxgflp595xm43"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uowthesis/" + "tex/latex/uowthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "196w8ics6r9n4x05ydpr0hprpmcwqwfqa92h200kxgflp595xm43")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uowthesis") @@ -32242,12 +38853,17 @@ (define-public texlive-uowthesistitlepage (package (name "texlive-uowthesistitlepage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uowthesistitlepage/" - "tex/latex/uowthesistitlepage/") - (base32 - "0mspjj6wvcb9cdbp3qp2cqd3mmmf3kyd77pmk1kji0wspg0jra6y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uowthesistitlepage/" + "tex/latex/uowthesistitlepage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mspjj6wvcb9cdbp3qp2cqd3mmmf3kyd77pmk1kji0wspg0jra6y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uowthesistitlepage") @@ -32265,14 +38881,19 @@ (define-public texlive-uppunctlm (package (name "texlive-uppunctlm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/uppunctlm/" - "fonts/tfm/public/uppunctlm/" - "fonts/vf/public/uppunctlm/" - "tex/latex/uppunctlm/") - (base32 - "0d9x56rlxjavamx361582khj5idhy692hxm5wwwcc5y5i3xsc4pp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/uppunctlm/" + "fonts/tfm/public/uppunctlm/" + "fonts/vf/public/uppunctlm/" + "tex/latex/uppunctlm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d9x56rlxjavamx361582khj5idhy692hxm5wwwcc5y5i3xsc4pp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uppunctlm") @@ -32290,12 +38911,17 @@ (define-public texlive-urlbst (package (name "texlive-urlbst") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/urlbst/" "doc/bibtex/urlbst/" - "scripts/urlbst/" "source/bibtex/urlbst/") - (base32 - "0sfs2ybkfcqy8w0wdni3aakpnmk60zkmnlc55xskyzzh4yc69qi7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/urlbst/" "doc/bibtex/urlbst/" + "scripts/urlbst/" "source/bibtex/urlbst/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sfs2ybkfcqy8w0wdni3aakpnmk60zkmnlc55xskyzzh4yc69qi7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "urlbst"))) @@ -32314,11 +38940,16 @@ (define-public texlive-urcls (package (name "texlive-urcls") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/urcls/" "tex/latex/urcls/") - (base32 - "1fkz3jqrfay9kzaq1iyyz95n1m7xg6cw8rar878dlgb1rmkds1fb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/urcls/" "tex/latex/urcls/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fkz3jqrfay9kzaq1iyyz95n1m7xg6cw8rar878dlgb1rmkds1fb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/urcls") @@ -32337,14 +38968,19 @@ (define-public texlive-urwchancal (package (name "texlive-urwchancal") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/urwchancal/" - "fonts/tfm/urw/urwchancal/" - "fonts/vf/urw/urwchancal/" - "tex/latex/urwchancal/") - (base32 - "05mwicyb46hjlqpq432z4b3f0q566xplzp1fjiw1ijmns5xhvig9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/urwchancal/" + "fonts/tfm/urw/urwchancal/" + "fonts/vf/urw/urwchancal/" + "tex/latex/urwchancal/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05mwicyb46hjlqpq432z4b3f0q566xplzp1fjiw1ijmns5xhvig9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/urwchancal") @@ -32361,12 +38997,17 @@ (define-public texlive-usebib (package (name "texlive-usebib") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/usebib/" "source/latex/usebib/" - "tex/latex/usebib/") - (base32 - "1qymf8hnp7ilzm030ypbagmw6nicdfy8lhry20viws1v7dibk9l0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/usebib/" "source/latex/usebib/" + "tex/latex/usebib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qymf8hnp7ilzm030ypbagmw6nicdfy8lhry20viws1v7dibk9l0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/usebib") @@ -32383,11 +39024,16 @@ (define-public texlive-uspatent (package (name "texlive-uspatent") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uspatent/" "tex/latex/uspatent/") - (base32 - "0f2w7zczl6zmxysdwyksbq3zniyw6mfr9zhdz55j5l84fgkwcd3n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uspatent/" "tex/latex/uspatent/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f2w7zczl6zmxysdwyksbq3zniyw6mfr9zhdz55j5l84fgkwcd3n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uspatent") @@ -32402,13 +39048,18 @@ (define-public texlive-ut-thesis (package (name "texlive-ut-thesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ut-thesis/" - "source/latex/ut-thesis/" - "tex/latex/ut-thesis/") - (base32 - "0z1rvgy4d2zdagb7x5ymdid02fwnpv2x4dd4jxxkhg9mgq0lscyn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ut-thesis/" + "source/latex/ut-thesis/" + "tex/latex/ut-thesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z1rvgy4d2zdagb7x5ymdid02fwnpv2x4dd4jxxkhg9mgq0lscyn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ut-thesis") @@ -32422,12 +39073,17 @@ (define-public texlive-utexasthesis (package (name "texlive-utexasthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/utexasthesis/" - "tex/latex/utexasthesis/") - (base32 - "12qgidbdyjj9mdjp6lzidw0ifkdh7hskxdmpmsk5wybjicvf24w4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/utexasthesis/" + "tex/latex/utexasthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12qgidbdyjj9mdjp6lzidw0ifkdh7hskxdmpmsk5wybjicvf24w4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/utexasthesis") @@ -32441,12 +39097,17 @@ (define-public texlive-uvaletter (package (name "texlive-uvaletter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uvaletter/" - "tex/latex/uvaletter/") - (base32 - "12y57x4np1asfcbm6izn31rzqbxdxmsfc8gibgz6sh7nj2vvhf22"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uvaletter/" + "tex/latex/uvaletter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12y57x4np1asfcbm6izn31rzqbxdxmsfc8gibgz6sh7nj2vvhf22")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uvaletter") @@ -32460,13 +39121,18 @@ (define-public texlive-uwa-colours (package (name "texlive-uwa-colours") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uwa-colours/" - "source/latex/uwa-colours/" - "tex/latex/uwa-colours/") - (base32 - "1lryscsnwayp0s74rcdlr36bi2n45fbdq9f2h3av2n1nj57259a9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uwa-colours/" + "source/latex/uwa-colours/" + "tex/latex/uwa-colours/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lryscsnwayp0s74rcdlr36bi2n45fbdq9f2h3av2n1nj57259a9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uwa-colours") @@ -32480,13 +39146,18 @@ (define-public texlive-uwa-letterhead (package (name "texlive-uwa-letterhead") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uwa-letterhead/" - "source/latex/uwa-letterhead/" - "tex/latex/uwa-letterhead/") - (base32 - "06p4c6m8dizq4y3pd95bzf81y296r1gg134jnx5h0qzh4l5ywpyx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uwa-letterhead/" + "source/latex/uwa-letterhead/" + "tex/latex/uwa-letterhead/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06p4c6m8dizq4y3pd95bzf81y296r1gg134jnx5h0qzh4l5ywpyx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uwa-letterhead") @@ -32504,12 +39175,17 @@ (define-public texlive-uwa-pcf (package (name "texlive-uwa-pcf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uwa-pcf/" "source/latex/uwa-pcf/" - "tex/latex/uwa-pcf/") - (base32 - "0b41nfrrqmcq3abcwb13hb9anhb5c12c5ha60ni1yz2xqvimr1im"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uwa-pcf/" "source/latex/uwa-pcf/" + "tex/latex/uwa-pcf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b41nfrrqmcq3abcwb13hb9anhb5c12c5ha60ni1yz2xqvimr1im")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uwa-pcf") @@ -32530,12 +39206,17 @@ (define-public texlive-uwa-pif (package (name "texlive-uwa-pif") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uwa-pif/" "source/latex/uwa-pif/" - "tex/latex/uwa-pif/") - (base32 - "048367w14wnk8h517xc914xvp0g10ysk0kziikk2s4q70qk2jci0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uwa-pif/" "source/latex/uwa-pif/" + "tex/latex/uwa-pif/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "048367w14wnk8h517xc914xvp0g10ysk0kziikk2s4q70qk2jci0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uwa-pif") @@ -32556,11 +39237,16 @@ (define-public texlive-uwthesis (package (name "texlive-uwthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uwthesis/" "tex/latex/uwthesis/") - (base32 - "0wcxpvr86556gxbcprwcv6ipdq3flyfwbcmjkxhy6x6220sfwp56"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uwthesis/" "tex/latex/uwthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wcxpvr86556gxbcprwcv6ipdq3flyfwbcmjkxhy6x6220sfwp56")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uwthesis") @@ -32572,11 +39258,16 @@ (define-public texlive-vak (package (name "texlive-vak") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/vak/" "doc/bibtex/vak/") - (base32 - "1v8bg5yvihskx04m1jjmhlykj2azqb0qv4b2a56vqirrwhldks75"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/vak/" "doc/bibtex/vak/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v8bg5yvihskx04m1jjmhlykj2azqb0qv4b2a56vqirrwhldks75")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/vak") @@ -32595,12 +39286,17 @@ (define-public texlive-vancouver (package (name "texlive-vancouver") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/vancouver/" - "doc/bibtex/vancouver/") - (base32 - "1r8x945cx32zn6ky4qqrki4xrj8ipbmkgm2dijmws5m0bkkh276r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/vancouver/" + "doc/bibtex/vancouver/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r8x945cx32zn6ky4qqrki4xrj8ipbmkgm2dijmws5m0bkkh276r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/vancouver") @@ -32615,22 +39311,27 @@ (define-public texlive-velthuis (package (name "texlive-velthuis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/velthuis/" - "doc/man/man1/devnag.1" - "doc/man/man1/devnag.man1.pdf" - "fonts/afm/public/velthuis/" - "fonts/map/dvips/velthuis/" - "fonts/source/public/velthuis/" - "fonts/tfm/public/velthuis/" - "fonts/type1/public/velthuis/" - "tex/generic/velthuis/" - "tex/latex/velthuis/" - "tex/plain/velthuis/" - "tex/xelatex/velthuis/") - (base32 - "0h9maci6b65x7zy13v5j4vlr07lnghiwckh7bn4ix7d1wmh74bij"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/velthuis/" + "doc/man/man1/devnag.1" + "doc/man/man1/devnag.man1.pdf" + "fonts/afm/public/velthuis/" + "fonts/map/dvips/velthuis/" + "fonts/source/public/velthuis/" + "fonts/tfm/public/velthuis/" + "fonts/type1/public/velthuis/" + "tex/generic/velthuis/" + "tex/latex/velthuis/" + "tex/plain/velthuis/" + "tex/xelatex/velthuis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h9maci6b65x7zy13v5j4vlr07lnghiwckh7bn4ix7d1wmh74bij")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -32695,11 +39396,16 @@ (define-public texlive-venn (package (name "texlive-venn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/venn/" "metapost/venn/") - (base32 - "08pp3b58lng4lfaphhpw5nrczlhj86kgi1ciq12f9241z4qgnq6q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/venn/" "metapost/venn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08pp3b58lng4lfaphhpw5nrczlhj86kgi1ciq12f9241z4qgnq6q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/venn") @@ -32711,44 +39417,49 @@ (define-public texlive-venturisadf (package (name "texlive-venturisadf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/venturisadf/" - "fonts/afm/arkandis/venturis/" - "fonts/afm/arkandis/venturis2/" - "fonts/afm/arkandis/venturisold/" - "fonts/afm/arkandis/venturissans/" - "fonts/afm/arkandis/venturissans2/" - "fonts/enc/dvips/venturisadf/" - "fonts/map/dvips/venturis/" - "fonts/map/dvips/venturis2/" - "fonts/map/dvips/venturisold/" - "fonts/map/dvips/venturissans/" - "fonts/map/dvips/venturissans2/" - "fonts/tfm/arkandis/venturis/" - "fonts/tfm/arkandis/venturis2/" - "fonts/tfm/arkandis/venturisold/" - "fonts/tfm/arkandis/venturissans/" - "fonts/tfm/arkandis/venturissans2/" - "fonts/type1/arkandis/venturis/" - "fonts/type1/arkandis/venturis2/" - "fonts/type1/arkandis/venturisold/" - "fonts/type1/arkandis/venturissans/" - "fonts/type1/arkandis/venturissans2/" - "fonts/vf/arkandis/venturis/" - "fonts/vf/arkandis/venturis2/" - "fonts/vf/arkandis/venturisold/" - "fonts/vf/arkandis/venturissans/" - "fonts/vf/arkandis/venturissans2/" - "source/fonts/venturisadf/" - "tex/latex/venturis/" - "tex/latex/venturis2/" - "tex/latex/venturisadf/" - "tex/latex/venturisold/" - "tex/latex/venturissans/" - "tex/latex/venturissans2/") - (base32 - "0nvr9g1zzm51zjws52y8cyyi3y1z77q8s7iwgcb6jq4s9n4b4xbc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/venturisadf/" + "fonts/afm/arkandis/venturis/" + "fonts/afm/arkandis/venturis2/" + "fonts/afm/arkandis/venturisold/" + "fonts/afm/arkandis/venturissans/" + "fonts/afm/arkandis/venturissans2/" + "fonts/enc/dvips/venturisadf/" + "fonts/map/dvips/venturis/" + "fonts/map/dvips/venturis2/" + "fonts/map/dvips/venturisold/" + "fonts/map/dvips/venturissans/" + "fonts/map/dvips/venturissans2/" + "fonts/tfm/arkandis/venturis/" + "fonts/tfm/arkandis/venturis2/" + "fonts/tfm/arkandis/venturisold/" + "fonts/tfm/arkandis/venturissans/" + "fonts/tfm/arkandis/venturissans2/" + "fonts/type1/arkandis/venturis/" + "fonts/type1/arkandis/venturis2/" + "fonts/type1/arkandis/venturisold/" + "fonts/type1/arkandis/venturissans/" + "fonts/type1/arkandis/venturissans2/" + "fonts/vf/arkandis/venturis/" + "fonts/vf/arkandis/venturis2/" + "fonts/vf/arkandis/venturisold/" + "fonts/vf/arkandis/venturissans/" + "fonts/vf/arkandis/venturissans2/" + "source/fonts/venturisadf/" + "tex/latex/venturis/" + "tex/latex/venturis2/" + "tex/latex/venturisadf/" + "tex/latex/venturisold/" + "tex/latex/venturissans/" + "tex/latex/venturissans2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nvr9g1zzm51zjws52y8cyyi3y1z77q8s7iwgcb6jq4s9n4b4xbc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/venturisadf") @@ -32766,12 +39477,17 @@ (define-public texlive-verse (package (name "texlive-verse") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/verse/" "source/latex/verse/" - "tex/latex/verse/") - (base32 - "0v54xgn9d91xsjcy5dmgs5r50amvqnakyc7hymdzbqkv5cz2dd3r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/verse/" "source/latex/verse/" + "tex/latex/verse/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0v54xgn9d91xsjcy5dmgs5r50amvqnakyc7hymdzbqkv5cz2dd3r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/verse") @@ -32786,12 +39502,17 @@ (define-public texlive-vlna (package (name "texlive-vlna") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/vlna.1" - "doc/man/man1/vlna.man1.pdf" "doc/vlna/") - (base32 - "0nfb7mj6y9d4n89z59ppi96grfylwky97mxcv9rjflr5kpqlpga2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/vlna.1" + "doc/man/man1/vlna.man1.pdf" "doc/vlna/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nfb7mj6y9d4n89z59ppi96grfylwky97mxcv9rjflr5kpqlpga2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-vlna-bin)) @@ -32853,43 +39574,48 @@ (define-public texlive-vntex (package (name "texlive-vntex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/vntex/" - "fonts/afm/vntex/chartervn/" - "fonts/afm/vntex/grotesqvn/" - "fonts/afm/vntex/urwvn/" - "fonts/afm/vntex/vntopia/" - "fonts/enc/dvips/vntex/" - "fonts/enc/pdftex/vntex/" - "fonts/map/dvips/vntex/" - "fonts/source/vntex/vnr/" - "fonts/tfm/vntex/arevvn/" - "fonts/tfm/vntex/chartervn/" - "fonts/tfm/vntex/cmbrightvn/" - "fonts/tfm/vntex/concretevn/" - "fonts/tfm/vntex/grotesqvn/" - "fonts/tfm/vntex/txttvn/" - "fonts/tfm/vntex/urwvn/" - "fonts/tfm/vntex/vnr/" - "fonts/tfm/vntex/vntopia/" - "fonts/type1/vntex/arevvn/" - "fonts/type1/vntex/chartervn/" - "fonts/type1/vntex/cmbrightvn/" - "fonts/type1/vntex/concretevn/" - "fonts/type1/vntex/grotesqvn/" - "fonts/type1/vntex/txttvn/" - "fonts/type1/vntex/urwvn/" - "fonts/type1/vntex/vnr/" - "fonts/type1/vntex/vntopia/" - "fonts/vf/vntex/chartervn/" - "fonts/vf/vntex/urwvn/" - "fonts/vf/vntex/vntopia/" - "source/generic/vntex/" - "tex/latex/vntex/" - "tex/plain/vntex/") - (base32 - "0vbpxzqvqpymw2chgrrva7alrvp6lj735hy8wqksal968sch6azx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/vntex/" + "fonts/afm/vntex/chartervn/" + "fonts/afm/vntex/grotesqvn/" + "fonts/afm/vntex/urwvn/" + "fonts/afm/vntex/vntopia/" + "fonts/enc/dvips/vntex/" + "fonts/enc/pdftex/vntex/" + "fonts/map/dvips/vntex/" + "fonts/source/vntex/vnr/" + "fonts/tfm/vntex/arevvn/" + "fonts/tfm/vntex/chartervn/" + "fonts/tfm/vntex/cmbrightvn/" + "fonts/tfm/vntex/concretevn/" + "fonts/tfm/vntex/grotesqvn/" + "fonts/tfm/vntex/txttvn/" + "fonts/tfm/vntex/urwvn/" + "fonts/tfm/vntex/vnr/" + "fonts/tfm/vntex/vntopia/" + "fonts/type1/vntex/arevvn/" + "fonts/type1/vntex/chartervn/" + "fonts/type1/vntex/cmbrightvn/" + "fonts/type1/vntex/concretevn/" + "fonts/type1/vntex/grotesqvn/" + "fonts/type1/vntex/txttvn/" + "fonts/type1/vntex/urwvn/" + "fonts/type1/vntex/vnr/" + "fonts/type1/vntex/vntopia/" + "fonts/vf/vntex/chartervn/" + "fonts/vf/vntex/urwvn/" + "fonts/vf/vntex/vntopia/" + "source/generic/vntex/" + "tex/latex/vntex/" + "tex/plain/vntex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vbpxzqvqpymw2chgrrva7alrvp6lj735hy8wqksal968sch6azx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ec texlive-metafont)) @@ -32910,12 +39636,17 @@ (define-public texlive-wallpaper (package (name "texlive-wallpaper") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/wallpaper/" - "tex/latex/wallpaper/") - (base32 - "07ynf0b7czqqz0ha70ccvdxmcm3s6px82s1101llwbpxhwpqis5i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/wallpaper/" + "tex/latex/wallpaper/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07ynf0b7czqqz0ha70ccvdxmcm3s6px82s1101llwbpxhwpqis5i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/wallpaper") @@ -32931,12 +39662,17 @@ (define-public texlive-wargame (package (name "texlive-wargame") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/wargame/" "source/latex/wargame/" - "tex/latex/wargame/") - (base32 - "1j56fnq5m298ly650v0k7qla15kiwcwswsd7454wqv9f191gmhhh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/wargame/" "source/latex/wargame/" + "tex/latex/wargame/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j56fnq5m298ly650v0k7qla15kiwcwswsd7454wqv9f191gmhhh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/wargame") @@ -32957,12 +39693,17 @@ (define-public texlive-windycity (package (name "texlive-windycity") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/windycity/" - "tex/latex/windycity/") - (base32 - "13fw7nnkgnphwm3vjdsn40p7n5j6cfb4c60ga6y16xrcwihzdqpb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/windycity/" + "tex/latex/windycity/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13fw7nnkgnphwm3vjdsn40p7n5j6cfb4c60ga6y16xrcwihzdqpb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/windycity") @@ -32977,13 +39718,18 @@ (define-public texlive-witharrows (package (name "texlive-witharrows") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/witharrows/" - "source/generic/witharrows/" - "tex/generic/witharrows/") - (base32 - "0m9imjxi174bh1mr2gl74s8bmhksaabvmfzvv2nq8nbmzvfsic19"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/witharrows/" + "source/generic/witharrows/" + "tex/generic/witharrows/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m9imjxi174bh1mr2gl74s8bmhksaabvmfzvv2nq8nbmzvfsic19")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/witharrows") @@ -33000,13 +39746,18 @@ (define-public texlive-wnri (package (name "texlive-wnri") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/wnri/" - "fonts/source/public/wnri/" - "fonts/tfm/public/wnri/") - (base32 - "1p2b847a5xa00xvv46b8p0f2fhi1k01w4l7bm2517hs7inwj3brs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/wnri/" + "fonts/source/public/wnri/" + "fonts/tfm/public/wnri/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p2b847a5xa00xvv46b8p0f2fhi1k01w4l7bm2517hs7inwj3brs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -33022,13 +39773,18 @@ (define-public texlive-wnri-latex (package (name "texlive-wnri-latex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/wnri-latex/" - "source/latex/wnri-latex/" - "tex/latex/wnri-latex/") - (base32 - "08ld2nys36vb368977dpwav75ffra2p8999dx4dwrs4vg6k2r2l7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/wnri-latex/" + "source/latex/wnri-latex/" + "tex/latex/wnri-latex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08ld2nys36vb368977dpwav75ffra2p8999dx4dwrs4vg6k2r2l7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/wnri-latex") @@ -33041,13 +39797,18 @@ (define-public texlive-wsemclassic (package (name "texlive-wsemclassic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/wsemclassic/" - "source/latex/wsemclassic/" - "tex/latex/wsemclassic/") - (base32 - "1kq871pbf2xq0h0njsp3j0wygz6970y5nkara5v5kpby42kx96rl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/wsemclassic/" + "source/latex/wsemclassic/" + "tex/latex/wsemclassic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kq871pbf2xq0h0njsp3j0wygz6970y5nkara5v5kpby42kx96rl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/wsemclassic") @@ -33063,14 +39824,19 @@ (define-public texlive-wsuipa (package (name "texlive-wsuipa") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/wsuipa/" - "fonts/source/public/wsuipa/" - "fonts/tfm/public/wsuipa/" - "tex/latex/wsuipa/") - (base32 - "0gj7d68gb82dxmrbz69ibgpw2q2h6sb22k8nl569r27m2sli60jy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/wsuipa/" + "fonts/source/public/wsuipa/" + "fonts/tfm/public/wsuipa/" + "tex/latex/wsuipa/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gj7d68gb82dxmrbz69ibgpw2q2h6sb22k8nl569r27m2sli60jy")))) (outputs '("out" "doc")) (build-system texlive-build-system) ;; FIXME: Font metrics generation fails with "! Strange path (turning @@ -33092,13 +39858,18 @@ (define-public texlive-xcharter-math (package (name "texlive-xcharter-math") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/xcharter-math/" - "fonts/opentype/public/xcharter-math/" - "tex/latex/xcharter-math/") - (base32 - "1p0wqn9877xshwlayba8v62dvx4m0widl9pd42aixll0snc6p67s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/xcharter-math/" + "fonts/opentype/public/xcharter-math/" + "tex/latex/xcharter-math/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p0wqn9877xshwlayba8v62dvx4m0widl9pd42aixll0snc6p67s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xcharter-math") @@ -33113,12 +39884,17 @@ (define-public texlive-xcite (package (name "texlive-xcite") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xcite/" "source/latex/xcite/" - "tex/latex/xcite/") - (base32 - "1r6f4wk7d3na9a8v20kqp24m46rsqgqx0n8k5hv3ynhqhzizhpll"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xcite/" "source/latex/xcite/" + "tex/latex/xcite/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r6f4wk7d3na9a8v20kqp24m46rsqgqx0n8k5hv3ynhqhzizhpll")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xcite") @@ -33133,13 +39909,18 @@ (define-public texlive-xduthesis (package (name "texlive-xduthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xduthesis/" - "source/latex/xduthesis/" - "tex/latex/xduthesis/") - (base32 - "1sdl1m869s4hcxdj3q2205x9xdgx0qy9ri9vjyma9rsv70sa648p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xduthesis/" + "source/latex/xduthesis/" + "tex/latex/xduthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sdl1m869s4hcxdj3q2205x9xdgx0qy9ri9vjyma9rsv70sa648p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xduthesis") @@ -33156,12 +39937,17 @@ (define-public texlive-xduts (package (name "texlive-xduts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/xduts/" "source/xelatex/xduts/" - "tex/xelatex/xduts/") - (base32 - "17zd5i4vxpg2n7w9449q754i2k280jjm18pfl6d8b6r1adv5hy4c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/xduts/" "source/xelatex/xduts/" + "tex/xelatex/xduts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17zd5i4vxpg2n7w9449q754i2k280jjm18pfl6d8b6r1adv5hy4c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ctex)) @@ -33179,13 +39965,18 @@ (define-public texlive-xecjk (package (name "texlive-xecjk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/xecjk/" - "fonts/misc/xetex/fontmapping/xecjk/" - "source/xelatex/xecjk/" "tex/xelatex/xecjk/") - (base32 - "0mpmfrj0n00gpnh67zh627vxhpp6vim8x755vdpb75h36k8zm6yq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/xecjk/" + "fonts/misc/xetex/fontmapping/xecjk/" + "source/xelatex/xecjk/" "tex/xelatex/xecjk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mpmfrj0n00gpnh67zh627vxhpp6vim8x755vdpb75h36k8zm6yq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -33205,11 +39996,16 @@ (define-public texlive-xecjk "build/") (setenv "TEXINPUTS" (string-append (getcwd) "/build:"))))))) (native-inputs - (list (texlive-origin - "ctxdocstrip.tex" "2023.0" - (list "tex/generic/ctex/ctxdocstrip.tex") - (base32 - "154v2d6wfzhfg654nlh2apy9zr78d09rkimymyjqpxymkpbk8lli")))) + (list (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/generic/ctex/ctxdocstrip.tex")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "154v2d6wfzhfg654nlh2apy9zr78d09rkimymyjqpxymkpbk8lli"))))) (home-page "https://ctan.org/pkg/xecjk") (synopsis "Support for CJK documents in XeLaTeX") (description @@ -33221,13 +40017,18 @@ (define-public texlive-xecyrmongolian (package (name "texlive-xecyrmongolian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xecyrmongolian/" - "source/latex/xecyrmongolian/" - "tex/latex/xecyrmongolian/") - (base32 - "0097l8vx76sqpimljwxw194yg6drxzagjxflq3y99n0a0yisax05"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xecyrmongolian/" + "source/latex/xecyrmongolian/" + "tex/latex/xecyrmongolian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0097l8vx76sqpimljwxw194yg6drxzagjxflq3y99n0a0yisax05")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xecyrmongolian") @@ -33244,13 +40045,18 @@ (define-public texlive-xmuthesis (package (name "texlive-xmuthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xmuthesis/" - "source/latex/xmuthesis/" - "tex/latex/xmuthesis/") - (base32 - "1qnsh0q61zv4jrh92zkhgdk1lzk3fksa2iiv2c2hkyk55sjza6ac"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xmuthesis/" + "source/latex/xmuthesis/" + "tex/latex/xmuthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qnsh0q61zv4jrh92zkhgdk1lzk3fksa2iiv2c2hkyk55sjza6ac")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ctex)) @@ -33263,12 +40069,17 @@ (define-public texlive-xq (package (name "texlive-xq") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/xq/" "fonts/source/public/xq/" - "fonts/tfm/public/xq/" "tex/latex/xq/") - (base32 - "1g9j4vdlcnidv247bmagqd7q357h6fkg3b5cx1765n38k1bx8ikx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/xq/" "fonts/source/public/xq/" + "fonts/tfm/public/xq/" "tex/latex/xq/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1g9j4vdlcnidv247bmagqd7q357h6fkg3b5cx1765n38k1bx8ikx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -33283,12 +40094,17 @@ (define-public texlive-xskak (package (name "texlive-xskak") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xskak/" "source/latex/xskak/" - "tex/latex/xskak/") - (base32 - "0b17y5i24adpb7f8jxf3lc5zwb1q4yf3w2vx9ql73xpi39xg6mcj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xskak/" "source/latex/xskak/" + "tex/latex/xskak/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b17y5i24adpb7f8jxf3lc5zwb1q4yf3w2vx9ql73xpi39xg6mcj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xskak") @@ -33304,11 +40120,16 @@ (define-public texlive-xyling (package (name "texlive-xyling") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xyling/" "tex/latex/xyling/") - (base32 - "1c4bgkbd42japidvrfg3ibj4h1l8v6zlivy7bqyiyj8alzdjhq4g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xyling/" "tex/latex/xyling/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c4bgkbd42japidvrfg3ibj4h1l8v6zlivy7bqyiyj8alzdjhq4g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xyling") @@ -33327,13 +40148,18 @@ (define-public texlive-xymtex (package (name "texlive-xymtex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xymtex/" - "source/latex/xymtex/" - "tex/latex/xymtex/") - (base32 - "0xj8q4l2xv69sqdqkr4cqzldhnqxfymm0avhc220pl3q74cabh0b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xymtex/" + "source/latex/xymtex/" + "tex/latex/xymtex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xj8q4l2xv69sqdqkr4cqzldhnqxfymm0avhc220pl3q74cabh0b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xymtex") @@ -33348,13 +40174,18 @@ (define-public texlive-yathesis (package (name "texlive-yathesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/yathesis/" - "source/latex/yathesis/" - "tex/latex/yathesis/") - (base32 - "1qp1a0y8hkv0wfkbh2rbgkm2il08a320gl0kqppam4rb8y6wn77z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/yathesis/" + "source/latex/yathesis/" + "tex/latex/yathesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qp1a0y8hkv0wfkbh2rbgkm2il08a320gl0kqppam4rb8y6wn77z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -33428,12 +40259,17 @@ (define-public texlive-yazd-thesis (package (name "texlive-yazd-thesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/yazd-thesis/" - "tex/xelatex/yazd-thesis/") - (base32 - "0zwzzzf8z0p0cl6l3wjqnfj80pym4wx5halb3rl1i6bmvyypgafz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/yazd-thesis/" + "tex/xelatex/yazd-thesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zwzzzf8z0p0cl6l3wjqnfj80pym4wx5halb3rl1i6bmvyypgafz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/yazd-thesis") @@ -33447,12 +40283,17 @@ (define-public texlive-yb-book (package (name "texlive-yb-book") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/yb-book/" "source/latex/yb-book/" - "tex/latex/yb-book/") - (base32 - "1brgy4y92888z7mc6yryasbv7xhcj560zsy5wz6ahcwny8f67mgg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/yb-book/" "source/latex/yb-book/" + "tex/latex/yb-book/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1brgy4y92888z7mc6yryasbv7xhcj560zsy5wz6ahcwny8f67mgg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -33497,12 +40338,17 @@ (define-public texlive-yfonts (package (name "texlive-yfonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/yfonts/" "source/latex/yfonts/" - "tex/latex/yfonts/") - (base32 - "021sb52516ksxs1pb8nb1gchaagb0hblx55yyxzpywrryfkjd3rx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/yfonts/" "source/latex/yfonts/" + "tex/latex/yfonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "021sb52516ksxs1pb8nb1gchaagb0hblx55yyxzpywrryfkjd3rx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/yfonts") @@ -33516,13 +40362,18 @@ (define-public texlive-yfonts-otf (package (name "texlive-yfonts-otf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/yfonts-otf/" - "fonts/opentype/public/yfonts-otf/" - "tex/latex/yfonts-otf/") - (base32 - "0dnif4hiwqri67cx6bjzs0rvz3ayrkn6fs99qn4q9qggs6s25l0j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/yfonts-otf/" + "fonts/opentype/public/yfonts-otf/" + "tex/latex/yfonts-otf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dnif4hiwqri67cx6bjzs0rvz3ayrkn6fs99qn4q9qggs6s25l0j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/yfonts-otf") @@ -33540,14 +40391,19 @@ (define-public texlive-yfonts-t1 (package (name "texlive-yfonts-t1") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/yfonts-t1/" "dvips/yfonts-t1/" - "fonts/afm/public/yfonts-t1/" - "fonts/map/dvips/yfonts-t1/" - "fonts/type1/public/yfonts-t1/") - (base32 - "1w92sgkarqx7z2ai6z059bml0kbh05fjyy9fl12x3nb0f5agjs7n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/yfonts-t1/" "dvips/yfonts-t1/" + "fonts/afm/public/yfonts-t1/" + "fonts/map/dvips/yfonts-t1/" + "fonts/type1/public/yfonts-t1/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1w92sgkarqx7z2ai6z059bml0kbh05fjyy9fl12x3nb0f5agjs7n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/yfonts-t1") @@ -33562,18 +40418,23 @@ (define-public texlive-yhmath (package (name "texlive-yhmath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/yhmath/" - "fonts/map/dvips/yhmath/" - "fonts/source/public/yhmath/" - "fonts/tfm/public/yhmath/" - "fonts/type1/public/yhmath/" - "fonts/vf/public/yhmath/" - "source/fonts/yhmath/" - "tex/latex/yhmath/") - (base32 - "0blzyr94d7ajb639j7bfnrpn52wicwfqwyba38hgh6s9hgx071cv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/yhmath/" + "fonts/map/dvips/yhmath/" + "fonts/source/public/yhmath/" + "fonts/tfm/public/yhmath/" + "fonts/type1/public/yhmath/" + "fonts/vf/public/yhmath/" + "source/fonts/yhmath/" + "tex/latex/yhmath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0blzyr94d7ajb639j7bfnrpn52wicwfqwyba38hgh6s9hgx071cv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -33588,12 +40449,17 @@ (define-public texlive-yinit-otf (package (name "texlive-yinit-otf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/yinit-otf/" - "fonts/opentype/public/yinit-otf/") - (base32 - "0p3a56kg63smsgwr0vlfzjxrdw11j3777y09gdbdd1cc50r9p3zx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/yinit-otf/" + "fonts/opentype/public/yinit-otf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p3a56kg63smsgwr0vlfzjxrdw11j3777y09gdbdd1cc50r9p3zx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/yinit-otf") @@ -33608,13 +40474,18 @@ (define-public texlive-york-thesis (package (name "texlive-york-thesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/york-thesis/" - "source/latex/york-thesis/" - "tex/latex/york-thesis/") - (base32 - "0wcl1zqmif2chramah8zmbgp5axbhlnjiygl7kgqnwqw5ajxkw4y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/york-thesis/" + "source/latex/york-thesis/" + "tex/latex/york-thesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wcl1zqmif2chramah8zmbgp5axbhlnjiygl7kgqnwqw5ajxkw4y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/york-thesis") @@ -33629,13 +40500,18 @@ (define-public texlive-youngtab (package (name "texlive-youngtab") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/youngtab/" - "source/generic/youngtab/" - "tex/generic/youngtab/") - (base32 - "054dqrcrj32nsngjhxa7nig9ylz0p6smdaqc02mdpy299fwm23f2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/youngtab/" + "source/generic/youngtab/" + "tex/generic/youngtab/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "054dqrcrj32nsngjhxa7nig9ylz0p6smdaqc02mdpy299fwm23f2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/youngtab") @@ -33650,11 +40526,16 @@ (define-public texlive-yquant (package (name "texlive-yquant") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/yquant/" "tex/latex/yquant/") - (base32 - "1ibrll05slxh1xin6zb14nwic4a86gkpk60k8dzgf184l3kkv8lj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/yquant/" "tex/latex/yquant/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ibrll05slxh1xin6zb14nwic4a86gkpk60k8dzgf184l3kkv8lj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/yquant") @@ -33674,13 +40555,18 @@ (define-public texlive-ytableau (package (name "texlive-ytableau") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ytableau/" - "source/latex/ytableau/" - "tex/latex/ytableau/") - (base32 - "1px1gbpbm0vrv8xhdf1gfb6q6fh564y3zra0kg1ab3hcixbqsfxa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ytableau/" + "source/latex/ytableau/" + "tex/latex/ytableau/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1px1gbpbm0vrv8xhdf1gfb6q6fh564y3zra0kg1ab3hcixbqsfxa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ytableau") @@ -33696,11 +40582,16 @@ (define-public texlive-zitie (package (name "texlive-zitie") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/zitie/" "tex/xelatex/zitie/") - (base32 - "0la4fg42c20isdip5gnynzhkj0hn295lf48hbyjjfvadx7zx408s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/zitie/" "tex/xelatex/zitie/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0la4fg42c20isdip5gnynzhkj0hn295lf48hbyjjfvadx7zx408s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zitie") @@ -33714,11 +40605,16 @@ (define-public texlive-zlmtt (package (name "texlive-zlmtt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/zlmtt/" "tex/latex/zlmtt/") - (base32 - "014zchb0s9fj33d6h8r851v7v4cvpqzd97xaq4nv2l1lnxlii536"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/zlmtt/" "tex/latex/zlmtt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "014zchb0s9fj33d6h8r851v7v4cvpqzd97xaq4nv2l1lnxlii536")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zlmtt") @@ -33732,12 +40628,17 @@ (define-public texlive-zootaxa-bst (package (name "texlive-zootaxa-bst") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/zootaxa-bst/" - "doc/bibtex/zootaxa-bst/") - (base32 - "178daki12ky2hxjsdgz6nnc84741hdj0mn30lglp2sazqwjxrbw0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/zootaxa-bst/" + "doc/bibtex/zootaxa-bst/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "178daki12ky2hxjsdgz6nnc84741hdj0mn30lglp2sazqwjxrbw0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zootaxa-bst") @@ -33752,12 +40653,17 @@ (define-public texlive-zx-calculus (package (name "texlive-zx-calculus") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/zx-calculus/" - "tex/latex/zx-calculus/") - (base32 - "0vs0f1zs0ccmv001a4x2m5qqcwl2gr2jl0z87qvjq17d3b2kzz88"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/zx-calculus/" + "tex/latex/zx-calculus/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vs0f1zs0ccmv001a4x2m5qqcwl2gr2jl0z87qvjq17d3b2kzz88")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zx-calculus") @@ -33773,11 +40679,16 @@ (define-public texlive-zxjafont (package (name "texlive-zxjafont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/zxjafont/" "tex/latex/zxjafont/") - (base32 - "1n8sky4aprs7r12pvyj6q1lman57k94s7mkynnzfw1z4xnam459j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/zxjafont/" "tex/latex/zxjafont/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n8sky4aprs7r12pvyj6q1lman57k94s7mkynnzfw1z4xnam459j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zxjafont") @@ -33789,11 +40700,16 @@ (define-public texlive-zxjatype (package (name "texlive-zxjatype") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/zxjatype/" "tex/latex/zxjatype/") - (base32 - "0llm0414kdwqsajb1nl92xa8kqwvbm446pwijag2735gk8rxqz8j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/zxjatype/" "tex/latex/zxjatype/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0llm0414kdwqsajb1nl92xa8kqwvbm446pwijag2735gk8rxqz8j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zxjatype") @@ -33806,12 +40722,17 @@ (define-public texlive-zxjafbfont (package (name "texlive-zxjafbfont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/zxjafbfont/" - "tex/latex/zxjafbfont/") - (base32 - "1vwbr2nwxp5f8c7q1gwm9z3karjkxjxr1j4lg5p12ljqlwm7p3lw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/zxjafbfont/" + "tex/latex/zxjafbfont/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vwbr2nwxp5f8c7q1gwm9z3karjkxjxr1j4lg5p12ljqlwm7p3lw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zxjafbfont") @@ -33823,11 +40744,16 @@ (define-public texlive-biblatex-cheatsheet (package (name "texlive-biblatex-cheatsheet") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-cheatsheet/") - (base32 - "0y2ry2q1kvpy8dqglqdfq3rc849hmbni0k78wr1xnjbpd102l3k9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-cheatsheet/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y2ry2q1kvpy8dqglqdfq3rc849hmbni0k78wr1xnjbpd102l3k9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-cheatsheet") @@ -33839,13 +40765,18 @@ (define-public texlive-bibtex8 (package (name "texlive-bibtex8") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/csf/base/" "bibtex/csf/polish-csf/" - "doc/bibtex8/" "doc/man/man1/bibtex8.1" - "doc/man/man1/bibtex8.man1.pdf") - (base32 - "1ywv5rdk08dnrqr09pnjzff37x2c9m5i1wjzfsjnvm068is58c7s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/csf/base/" "bibtex/csf/polish-csf/" + "doc/bibtex8/" "doc/man/man1/bibtex8.1" + "doc/man/man1/bibtex8.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ywv5rdk08dnrqr09pnjzff37x2c9m5i1wjzfsjnvm068is58c7s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-bibtex8-bin)) @@ -33934,12 +40865,17 @@ (define-public texlive-bibtexu (package (name "texlive-bibtexu") (version "2023.0") - (source (texlive-origin - name version - (list "doc/bibtexu/" "doc/man/man1/bibtexu.1" - "doc/man/man1/bibtexu.man1.pdf") - (base32 - "19bp8wn0ssz7gczxp0imbpgi1zwz9x3ya67f072rjzg2zmfpphqg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/bibtexu/" "doc/man/man1/bibtexu.1" + "doc/man/man1/bibtexu.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19bp8wn0ssz7gczxp0imbpgi1zwz9x3ya67f072rjzg2zmfpphqg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-bibtexu-bin)) @@ -33982,17 +40918,22 @@ (define-public texlive-bundledoc (package (name "texlive-bundledoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/arlatex.1" - "doc/man/man1/arlatex.man1.pdf" - "doc/man/man1/bundledoc.1" - "doc/man/man1/bundledoc.man1.pdf" - "doc/support/bundledoc/" - "scripts/bundledoc/" - "tex/latex/bundledoc/") - (base32 - "1drgwqgkhr6ba4c21kyykl5y92x7dp6971if2hfcxsqk6kqy3ip1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/arlatex.1" + "doc/man/man1/arlatex.man1.pdf" + "doc/man/man1/bundledoc.1" + "doc/man/man1/bundledoc.man1.pdf" + "doc/support/bundledoc/" + "scripts/bundledoc/" + "tex/latex/bundledoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1drgwqgkhr6ba4c21kyykl5y92x7dp6971if2hfcxsqk6kqy3ip1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "arlatex" "bundledoc"))) @@ -34016,14 +40957,19 @@ (define-public texlive-checklistings (package (name "texlive-checklistings") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/checklistings/" - "scripts/checklistings/" - "source/latex/checklistings/" - "tex/latex/checklistings/") - (base32 - "1ggq4i7nfx6ijqikgr48qgaaf7rd9h4a834gwsz8dv5f0zmgg1za"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/checklistings/" + "scripts/checklistings/" + "source/latex/checklistings/" + "tex/latex/checklistings/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ggq4i7nfx6ijqikgr48qgaaf7rd9h4a834gwsz8dv5f0zmgg1za")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "checklistings.sh"))) @@ -34043,14 +40989,19 @@ (define-public texlive-chklref (package (name "texlive-chklref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/chklref.1" - "doc/man/man1/chklref.man1.pdf" - "doc/support/chklref/" "scripts/chklref/" - "tex/latex/chklref/") - (base32 - "1namyi035gqhvldplj0yzfkgxq91zrifqxhsf32jgxhjgcbbal6g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/chklref.1" + "doc/man/man1/chklref.man1.pdf" + "doc/support/chklref/" "scripts/chklref/" + "tex/latex/chklref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1namyi035gqhvldplj0yzfkgxq91zrifqxhsf32jgxhjgcbbal6g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "chklref.pl"))) @@ -34068,19 +41019,24 @@ (define-public texlive-chktex (package (name "texlive-chktex") (version "2023.0") - (source (texlive-origin - name version - (list "chktex/" - "doc/chktex/" - "doc/man/man1/chktex.1" - "doc/man/man1/chktex.man1.pdf" - "doc/man/man1/chkweb.1" - "doc/man/man1/chkweb.man1.pdf" - "doc/man/man1/deweb.1" - "doc/man/man1/deweb.man1.pdf" - "scripts/chktex/") - (base32 - "0qyrllxvcymmr1a4sq9c88fw5zchcx0n6yac69s61fg6xypk18bq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "chktex/" + "doc/chktex/" + "doc/man/man1/chktex.1" + "doc/man/man1/chktex.man1.pdf" + "doc/man/man1/chkweb.1" + "doc/man/man1/chkweb.man1.pdf" + "doc/man/man1/deweb.1" + "doc/man/man1/deweb.man1.pdf" + "scripts/chktex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qyrllxvcymmr1a4sq9c88fw5zchcx0n6yac69s61fg6xypk18bq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-chktex-bin)) @@ -34156,16 +41112,21 @@ (define-public texlive-clojure-pamphlet (package (name "texlive-clojure-pamphlet") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/pamphletangler.1" - "doc/man/man1/pamphletangler.man1.pdf" - "doc/support/clojure-pamphlet/" - "scripts/clojure-pamphlet/" - "source/support/clojure-pamphlet/" - "tex/latex/clojure-pamphlet/") - (base32 - "0dadr9wg7fa2vb6qkzqghrwmnns8jf4la1gb837a59jz2lh8955h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/pamphletangler.1" + "doc/man/man1/pamphletangler.man1.pdf" + "doc/support/clojure-pamphlet/" + "scripts/clojure-pamphlet/" + "source/support/clojure-pamphlet/" + "tex/latex/clojure-pamphlet/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dadr9wg7fa2vb6qkzqghrwmnns8jf4la1gb837a59jz2lh8955h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "pamphletangler"))) @@ -34188,11 +41149,16 @@ (define-public texlive-cluttex (package (name "texlive-cluttex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/cluttex/" "scripts/cluttex/") - (base32 - "06i59jxanssx0hngnzkvmigg4gh0szm8n11095wlpdqrma1d162c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/cluttex/" "scripts/cluttex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06i59jxanssx0hngnzkvmigg4gh0szm8n11095wlpdqrma1d162c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "cluttex.lua"))) @@ -34213,11 +41179,16 @@ (define-public texlive-components (package (name "texlive-components") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/components/") - (base32 - "04yg9hq0wcyi1ag9y9m2fnf5h3n4fdykiwljgpw0kyc73bfyhq1m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/components/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04yg9hq0wcyi1ag9y9m2fnf5h3n4fdykiwljgpw0kyc73bfyhq1m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/components") @@ -34231,11 +41202,16 @@ (define-public texlive-comprehensive (package (name "texlive-comprehensive") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/comprehensive/") - (base32 - "1pa76hkxfmms5h6y6zyg4l5wrspprhnycfdigby8302srx676vhi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/comprehensive/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pa76hkxfmms5h6y6zyg4l5wrspprhnycfdigby8302srx676vhi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/comprehensive") @@ -34251,13 +41227,19 @@ (define-public texlive-ctan-o-mat (package (name "texlive-ctan-o-mat") (version "2023.0") - (source (texlive-origin name version - (list "doc/man/man1/ctan-o-mat.1" - "doc/man/man1/ctan-o-mat.man1.pdf" - "doc/support/ctan-o-mat/" - "scripts/ctan-o-mat/") - (base32 - "1pm95xh3ji2sgdy243nbnzxsg2p4xpl3pymkm5yg2fn3nzgwgnaf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/ctan-o-mat.1" + "doc/man/man1/ctan-o-mat.man1.pdf" + "doc/support/ctan-o-mat/" + "scripts/ctan-o-mat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pm95xh3ji2sgdy243nbnzxsg2p4xpl3pymkm5yg2fn3nzgwgnaf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "ctan-o-mat.pl"))) @@ -34279,11 +41261,16 @@ (define-public texlive-ctan-chk (package (name "texlive-ctan-chk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/ctan_chk/") - (base32 - "09ngqgs08q8bld334jrzhnd558lv7fajfppmfrkp4kv9hc5iyz9a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/ctan_chk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09ngqgs08q8bld334jrzhnd558lv7fajfppmfrkp4kv9hc5iyz9a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ctan_chk") @@ -34299,13 +41286,18 @@ (define-public texlive-ctanbib (package (name "texlive-ctanbib") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/ctanbib.1" - "doc/man/man1/ctanbib.man1.pdf" - "doc/support/ctanbib/" "scripts/ctanbib/") - (base32 - "0vlx37g8mp8rqb744bngykzh8yszscw2vlv7n78c8ymagx2c1xpf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/ctanbib.1" + "doc/man/man1/ctanbib.man1.pdf" + "doc/support/ctanbib/" "scripts/ctanbib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vlx37g8mp8rqb744bngykzh8yszscw2vlv7n78c8ymagx2c1xpf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "ctanbib"))) @@ -34321,14 +41313,19 @@ (define-public texlive-ctanify (package (name "texlive-ctanify") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ctanify/" - "doc/man/man1/ctanify.1" - "doc/man/man1/ctanify.man1.pdf" - "scripts/ctanify/") - (base32 - "1m6gldzm0sm4j7v2kkrpqikx004sqdq0f2gw13gc8ccqzl745cjw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ctanify/" + "doc/man/man1/ctanify.1" + "doc/man/man1/ctanify.man1.pdf" + "scripts/ctanify/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m6gldzm0sm4j7v2kkrpqikx004sqdq0f2gw13gc8ccqzl745cjw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "ctanify"))) @@ -34348,12 +41345,17 @@ (define-public texlive-ctanupload (package (name "texlive-ctanupload") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/ctanupload/" - "scripts/ctanupload/") - (base32 - "0w4k9sslhnpn5l90wbr7cr7pv8fhiiabasbi6l6gw3w3nrfmarh4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/ctanupload/" + "scripts/ctanupload/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0w4k9sslhnpn5l90wbr7cr7pv8fhiiabasbi6l6gw3w3nrfmarh4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "ctanupload.pl"))) @@ -34371,13 +41373,18 @@ (define-public texlive-ctex (package (name "texlive-ctex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ctex/" "source/latex/ctex/" - "tex/generic/ctex/" "tex/latex/ctex/" - "tex/luatex/ctex/") - (base32 - "17zyr0cyxvp91832q35ha3qabdzh4njh96yvp4gfkkfkkszqp3jh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ctex/" "source/latex/ctex/" + "tex/generic/ctex/" "tex/latex/ctex/" + "tex/luatex/ctex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17zyr0cyxvp91832q35ha3qabdzh4njh96yvp4gfkkfkkszqp3jh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -34432,11 +41439,16 @@ (define-public texlive-ctex-faq (package (name "texlive-ctex-faq") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ctex-faq/") - (base32 - "15c0g0x8w7vm3hyn6lk60jf66akyfcq6x8jc2lnbjx8ydwgb26br"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ctex-faq/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15c0g0x8w7vm3hyn6lk60jf66akyfcq6x8jc2lnbjx8ydwgb26br")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ctex-faq") @@ -34451,14 +41463,19 @@ (define-public texlive-ctib (package (name "texlive-ctib") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ctib/" - "fonts/source/public/ctib/" - "fonts/tfm/public/ctib/" - "source/latex/ctib/" "tex/latex/ctib/") - (base32 - "0qvh0icrijcsyi3kvzkp890qjx7j9axv9yzzfa1paivyfp33aijn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ctib/" + "fonts/source/public/ctib/" + "fonts/tfm/public/ctib/" + "source/latex/ctib/" "tex/latex/ctib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qvh0icrijcsyi3kvzkp890qjx7j9axv9yzzfa1paivyfp33aijn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -34474,12 +41491,17 @@ (define-public texlive-ctie (package (name "texlive-ctie") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/ctie.1" - "doc/man/man1/ctie.man1.pdf") - (base32 - "1avhvyv70jds5xzwp7p1km6d8yha84ckqdw1r1vkgfb959wd3yi1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/ctie.1" + "doc/man/man1/ctie.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1avhvyv70jds5xzwp7p1km6d8yha84ckqdw1r1vkgfb959wd3yi1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-kpathsea)) @@ -34493,11 +41515,16 @@ (define-public texlive-de-macro (package (name "texlive-de-macro") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/de-macro/" "scripts/de-macro/") - (base32 - "1lrrgdmzr6k2v6brz8w1s9v77c7pm7vmcvwga3d0pfndb39bh49j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/de-macro/" "scripts/de-macro/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lrrgdmzr6k2v6brz8w1s9v77c7pm7vmcvwga3d0pfndb39bh49j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "de-macro"))) @@ -34517,12 +41544,17 @@ (define-public texlive-detex (package (name "texlive-detex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/detex.1" - "doc/man/man1/detex.man1.pdf") - (base32 - "08d017wn7a67pmp9b5yhnfg1x2q6f48qaa5ma4bplz9a782icwjy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/detex.1" + "doc/man/man1/detex.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08d017wn7a67pmp9b5yhnfg1x2q6f48qaa5ma4bplz9a782icwjy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-detex-bin)) @@ -34588,11 +41620,16 @@ (define-public texlive-digestif (package (name "texlive-digestif") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/digestif/" "scripts/digestif/") - (base32 - "1s7nmbjxpa6klmh0cc6g4s6vd9wmlv4dxp51xb4b872hrj510zbi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/digestif/" "scripts/digestif/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s7nmbjxpa6klmh0cc6g4s6vd9wmlv4dxp51xb4b872hrj510zbi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "digestif.texlua"))) @@ -34609,11 +41646,16 @@ (define-public texlive-dickimaw (package (name "texlive-dickimaw") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dickimaw/") - (base32 - "1mxjqn4lblnpbmad3jk453lyx1qzcmrddis59j3jsgc5sp929w4k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dickimaw/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mxjqn4lblnpbmad3jk453lyx1qzcmrddis59j3jsgc5sp929w4k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dickimaw") @@ -34636,11 +41678,16 @@ (define-public texlive-docsurvey (package (name "texlive-docsurvey") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/docsurvey/") - (base32 - "0f2kzmmpm7qwci04krmnz5impfwwmy2wwanmgq05878w8xbcqjj6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/docsurvey/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f2kzmmpm7qwci04krmnz5impfwwmy2wwanmgq05878w8xbcqjj6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/docsurvey") @@ -34657,14 +41704,19 @@ (define-public texlive-dtl (package (name "texlive-dtl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/dt2dv.1" - "doc/man/man1/dt2dv.man1.pdf" - "doc/man/man1/dv2dt.1" - "doc/man/man1/dv2dt.man1.pdf") - (base32 - "0kvnsr8nxrys99rp74wlxnisfripx6jpjjkqy38d3d4gw13cvb5g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/dt2dv.1" + "doc/man/man1/dt2dv.man1.pdf" + "doc/man/man1/dv2dt.1" + "doc/man/man1/dv2dt.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kvnsr8nxrys99rp74wlxnisfripx6jpjjkqy38d3d4gw13cvb5g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-dtl-bin)) @@ -34728,11 +41780,16 @@ (define-public texlive-dtxgen (package (name "texlive-dtxgen") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/dtxgen/" "scripts/dtxgen/") - (base32 - "1j1j136p4ddjlmwmhwlpmsxqpx2ixhhssfsl8l49lds80ad4y98m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/dtxgen/" "scripts/dtxgen/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j1j136p4ddjlmwmhwlpmsxqpx2ixhhssfsl8l49lds80ad4y98m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "dtxgen"))) @@ -34748,11 +41805,16 @@ (define-public texlive-dtxtut (package (name "texlive-dtxtut") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dtxtut/") - (base32 - "1szg0xvwm0jbzs8waillijzrff4kv04a73gsqh9c12ap427xfryr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dtxtut/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1szg0xvwm0jbzs8waillijzrff4kv04a73gsqh9c12ap427xfryr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dtxtut") @@ -34767,14 +41829,19 @@ (define-public texlive-dvi2tty (package (name "texlive-dvi2tty") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/disdvi.1" - "doc/man/man1/disdvi.man1.pdf" - "doc/man/man1/dvi2tty.1" - "doc/man/man1/dvi2tty.man1.pdf") - (base32 - "108y0qxh13x0iivgsvkk4370f471p03nyl4x9nn7lng1wrsafp6h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/disdvi.1" + "doc/man/man1/disdvi.man1.pdf" + "doc/man/man1/dvi2tty.1" + "doc/man/man1/dvi2tty.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "108y0qxh13x0iivgsvkk4370f471p03nyl4x9nn7lng1wrsafp6h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-dvi2tty-bin)) @@ -34835,13 +41902,18 @@ (define-public texlive-dviasm (package (name "texlive-dviasm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dviasm/" "doc/man/man1/dviasm.1" - "doc/man/man1/dviasm.man1.pdf" - "scripts/dviasm/") - (base32 - "1hx4j0pmh4h3194xxcvjnh5nr069sysbqxvg4zzmci6gjr7mjg7f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dviasm/" "doc/man/man1/dviasm.1" + "doc/man/man1/dviasm.man1.pdf" + "scripts/dviasm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hx4j0pmh4h3194xxcvjnh5nr069sysbqxvg4zzmci6gjr7mjg7f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "dviasm.py"))) @@ -34859,12 +41931,17 @@ (define-public texlive-dvicopy (package (name "texlive-dvicopy") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/dvicopy.1" - "doc/man/man1/dvicopy.man1.pdf") - (base32 - "010bs4iyaja7mq5wy9mz6fzxlxf9472c2zdm93x9i474dzgnh2vl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/dvicopy.1" + "doc/man/man1/dvicopy.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "010bs4iyaja7mq5wy9mz6fzxlxf9472c2zdm93x9i474dzgnh2vl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-dvicopy-bin)) @@ -34904,12 +41981,17 @@ (define-public texlive-dvidvi (package (name "texlive-dvidvi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/dvidvi.1" - "doc/man/man1/dvidvi.man1.pdf") - (base32 - "1w153rqm7nlmcf6162glxz282nbb6b6hjf5h0p7mbzr0j1357sxj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/dvidvi.1" + "doc/man/man1/dvidvi.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1w153rqm7nlmcf6162glxz282nbb6b6hjf5h0p7mbzr0j1357sxj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-dvidvi-bin)) @@ -34975,11 +42057,16 @@ (define-public texlive-dviinfox (package (name "texlive-dviinfox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dviinfox/" "scripts/dviinfox/") - (base32 - "1rc662dllanawrlz2r0pnisl6zzc7c3bivsqy72iq87a92cq8kml"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dviinfox/" "scripts/dviinfox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rc662dllanawrlz2r0pnisl6zzc7c3bivsqy72iq87a92cq8kml")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "dviinfox.pl"))) @@ -34995,22 +42082,27 @@ (define-public texlive-dviljk (package (name "texlive-dviljk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/dvihp.1" - "doc/man/man1/dvihp.man1.pdf" - "doc/man/man1/dvilj.1" - "doc/man/man1/dvilj.man1.pdf" - "doc/man/man1/dvilj2p.1" - "doc/man/man1/dvilj2p.man1.pdf" - "doc/man/man1/dvilj4.1" - "doc/man/man1/dvilj4.man1.pdf" - "doc/man/man1/dvilj4l.1" - "doc/man/man1/dvilj4l.man1.pdf" - "doc/man/man1/dvilj6.1" - "doc/man/man1/dvilj6.man1.pdf") - (base32 - "03pi78c8ghy2gghzk1ffrvf5x7h8c1r0pv5pcspwxz365x2rsbjw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/dvihp.1" + "doc/man/man1/dvihp.man1.pdf" + "doc/man/man1/dvilj.1" + "doc/man/man1/dvilj.man1.pdf" + "doc/man/man1/dvilj2p.1" + "doc/man/man1/dvilj2p.man1.pdf" + "doc/man/man1/dvilj4.1" + "doc/man/man1/dvilj4.man1.pdf" + "doc/man/man1/dvilj4l.1" + "doc/man/man1/dvilj4l.man1.pdf" + "doc/man/man1/dvilj6.1" + "doc/man/man1/dvilj6.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03pi78c8ghy2gghzk1ffrvf5x7h8c1r0pv5pcspwxz365x2rsbjw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-dviljk-bin)) @@ -35072,14 +42164,19 @@ (define-public texlive-dviout-util (package (name "texlive-dviout-util") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/chkdvifont.1" - "doc/man/man1/chkdvifont.man1.pdf" - "doc/man/man1/dvispc.1" - "doc/man/man1/dvispc.man1.pdf") - (base32 - "098pksgf2iamq96rmzg5fw7i9dlpvdksficsz1bf8k8z4djnbk8n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/chkdvifont.1" + "doc/man/man1/chkdvifont.man1.pdf" + "doc/man/man1/dvispc.1" + "doc/man/man1/dvispc.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "098pksgf2iamq96rmzg5fw7i9dlpvdksficsz1bf8k8z4djnbk8n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-dviout-util-bin)) @@ -35143,16 +42240,21 @@ (define-public texlive-dvipng (package (name "texlive-dvipng") (version "2023.0") - (source (texlive-origin - name version - (list "doc/dvipng/" - "doc/info/dvipng.info" - "doc/man/man1/dvigif.1" - "doc/man/man1/dvigif.man1.pdf" - "doc/man/man1/dvipng.1" - "doc/man/man1/dvipng.man1.pdf") - (base32 - "0r001q4p5569dagayds1c56y10ls6f6v7mmywiw81l995q16apxi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/dvipng/" + "doc/info/dvipng.info" + "doc/man/man1/dvigif.1" + "doc/man/man1/dvigif.man1.pdf" + "doc/man/man1/dvipng.1" + "doc/man/man1/dvipng.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r001q4p5569dagayds1c56y10ls6f6v7mmywiw81l995q16apxi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-dvipng-bin)) @@ -35225,12 +42327,17 @@ (define-public texlive-dvipos (package (name "texlive-dvipos") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/dvipos.1" - "doc/man/man1/dvipos.man1.pdf") - (base32 - "0dmaas4m9y4px53vlg0jr73xviki338fm2n176l8ldwqj0vvq1b8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/dvipos.1" + "doc/man/man1/dvipos.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dmaas4m9y4px53vlg0jr73xviki338fm2n176l8ldwqj0vvq1b8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-dvipos-bin)) @@ -35294,11 +42401,16 @@ (define-public texlive-dvipsconfig (package (name "texlive-dvipsconfig") (version "2023.0") - (source (texlive-origin - name version - (list "dvips/dvipsconfig/") - (base32 - "02vgk91y80ch4pkj83vbiz1b2ccigf152hm83p607y4n4qn2xzsf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "dvips/dvipsconfig/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02vgk91y80ch4pkj83vbiz1b2ccigf152hm83p607y4n4qn2xzsf")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dvipsconfig") (synopsis "Collection of dvips PostScript headers") @@ -35316,12 +42428,17 @@ (define-public texlive-dvisvgm (package (name "texlive-dvisvgm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/dvisvgm.1" - "doc/man/man1/dvisvgm.man1.pdf") - (base32 - "1fz3sa7p9wk2g1v0bpy87vz7nxwrh5bsfl4m734n6lhsh1bkj6fb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/dvisvgm.1" + "doc/man/man1/dvisvgm.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fz3sa7p9wk2g1v0bpy87vz7nxwrh5bsfl4m734n6lhsh1bkj6fb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-dvisvgm-bin)) @@ -35407,11 +42524,16 @@ (define-public texlive-ebong (package (name "texlive-ebong") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ebong/" "scripts/ebong/") - (base32 - "0ivzr6d83ws7q00k71zdz1v25y88fhja1safc4jfvd45i58fccy7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ebong/" "scripts/ebong/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ivzr6d83ws7q00k71zdz1v25y88fhja1safc4jfvd45i58fccy7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "ebong.py"))) @@ -35429,11 +42551,16 @@ (define-public texlive-eijkhout (package (name "texlive-eijkhout") (version "2023.0") - (source (texlive-origin - name version - (list "tex/generic/eijkhout/") - (base32 - "00y3y01jpgzww1x6zjh748hpvizlrbgrv04p8aq3cm2pzs0g17qk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/generic/eijkhout/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00y3y01jpgzww1x6zjh748hpvizlrbgrv04p8aq3cm2pzs0g17qk")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eijkhout") (synopsis "Victor Eijkhout's packages") @@ -35449,12 +42576,17 @@ (define-public texlive-encxvlna (package (name "texlive-encxvlna") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/encxvlna/" - "tex/latex/encxvlna/" "tex/plain/encxvlna/") - (base32 - "01lgh560xhn56k5pps65lq9c5rn0kbrcfvqfikrqq83g3n7k2p8v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/encxvlna/" + "tex/latex/encxvlna/" "tex/plain/encxvlna/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01lgh560xhn56k5pps65lq9c5rn0kbrcfvqfikrqq83g3n7k2p8v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/encxvlna") @@ -35470,11 +42602,16 @@ (define-public texlive-epigram (package (name "texlive-epigram") (version "2023.0") - (source (texlive-origin - name version - (list "tex/generic/epigram/") - (base32 - "1zps5067mgi7xq3fpjvjln8i0rz53j7qn660khraq8ribv4glnpf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/generic/epigram/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zps5067mgi7xq3fpjvjln8i0rz53j7qn660khraq8ribv4glnpf")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/epigram") (synopsis "Display short quotations") @@ -35488,12 +42625,17 @@ (define-public texlive-epsf-dvipdfmx (package (name "texlive-epsf-dvipdfmx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/epsf-dvipdfmx/" - "tex/plain/epsf-dvipdfmx/") - (base32 - "0xj4hag3nldxxjcpympvra5cdn19nk76af9dxq07ci585gcki3x5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/epsf-dvipdfmx/" + "tex/plain/epsf-dvipdfmx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xj4hag3nldxxjcpympvra5cdn19nk76af9dxq07ci585gcki3x5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/epsf-dvipdfmx") @@ -35509,20 +42651,25 @@ (define-public texlive-ethiop (package (name "texlive-ethiop") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ethiop/" - "fonts/ofm/public/ethiop/" - "fonts/ovf/public/ethiop/" - "fonts/ovp/public/ethiop/" - "fonts/source/public/ethiop/" - "fonts/tfm/public/ethiop/" - "omega/ocp/ethiop/" - "omega/otp/ethiop/" - "source/latex/ethiop/" - "tex/latex/ethiop/") - (base32 - "1852g96rjyrsky7mpfwlxgip11qmk800xcmqccs8cv51f5342qlq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ethiop/" + "fonts/ofm/public/ethiop/" + "fonts/ovf/public/ethiop/" + "fonts/ovp/public/ethiop/" + "fonts/source/public/ethiop/" + "fonts/tfm/public/ethiop/" + "omega/ocp/ethiop/" + "omega/otp/ethiop/" + "source/latex/ethiop/" + "tex/latex/ethiop/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1852g96rjyrsky7mpfwlxgip11qmk800xcmqccs8cv51f5342qlq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -35539,13 +42686,18 @@ (define-public texlive-ethiop-t1 (package (name "texlive-ethiop-t1") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ethiop-t1/" - "fonts/map/dvips/ethiop-t1/" - "fonts/type1/public/ethiop-t1/") - (base32 - "19n6i61db88nhhkq9gg3gfr3sgpaf1ylr41l0xdhpfkn71y7par1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ethiop-t1/" + "fonts/map/dvips/ethiop-t1/" + "fonts/type1/public/ethiop-t1/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19n6i61db88nhhkq9gg3gfr3sgpaf1ylr41l0xdhpfkn71y7par1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ethiop-t1") @@ -35559,13 +42711,18 @@ (define-public texlive-expex-acro (package (name "texlive-expex-acro") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/expex-acro/" - "source/generic/expex-acro/" - "tex/generic/expex-acro/") - (base32 - "04ckyr574bs10xd2a0fg6x30325a4dbbbjl1axzlhaq1kn07r7kh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/expex-acro/" + "source/generic/expex-acro/" + "tex/generic/expex-acro/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04ckyr574bs10xd2a0fg6x30325a4dbbbjl1axzlhaq1kn07r7kh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/expex-acro") @@ -35581,15 +42738,20 @@ (define-public texlive-expkv-bundle (package (name "texlive-expkv-bundle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/expkv-bundle/" - "source/latex/expkv-bundle/" - "tex/context/third/expkv-bundle/" - "tex/generic/expkv-bundle/" - "tex/latex/expkv-bundle/") - (base32 - "09ijb71w69bnhi38i8z2bnv8d4r4sdg337v61yi66y94z8d9iid9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/expkv-bundle/" + "source/latex/expkv-bundle/" + "tex/context/third/expkv-bundle/" + "tex/generic/expkv-bundle/" + "tex/latex/expkv-bundle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09ijb71w69bnhi38i8z2bnv8d4r4sdg337v61yi66y94z8d9iid9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/expkv-bundle") @@ -35621,12 +42783,17 @@ (define-public texlive-fc (package (name "texlive-fc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/fc/" "fonts/source/jknappen/fc/" - "fonts/tfm/jknappen/fc/" "tex/latex/fc/") - (base32 - "0v0r8jcr1lv31mx613h76h13psj73g49p2a6dnd0nfbfharww3gr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/fc/" "fonts/source/jknappen/fc/" + "fonts/tfm/jknappen/fc/" "tex/latex/fc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0v0r8jcr1lv31mx613h76h13psj73g49p2a6dnd0nfbfharww3gr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -35648,12 +42815,17 @@ (define-public texlive-fenixpar (package (name "texlive-fenixpar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/fenixpar/" - "tex/generic/fenixpar/") - (base32 - "1363dr8fnhflw0mysv23mpp2vf02vfxs43nnv95yqkbsvp9fj502"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/fenixpar/" + "tex/generic/fenixpar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1363dr8fnhflw0mysv23mpp2vf02vfxs43nnv95yqkbsvp9fj502")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fenixpar") @@ -35675,12 +42847,17 @@ (define-public texlive-feupphdteses (package (name "texlive-feupphdteses") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/feupphdteses/" - "tex/latex/feupphdteses/") - (base32 - "1p6qwmcwayh45cmsgyx352ffzj2fcx2gaaya5qadn0ymx0pvb0lp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/feupphdteses/" + "tex/latex/feupphdteses/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p6qwmcwayh45cmsgyx352ffzj2fcx2gaaya5qadn0ymx0pvb0lp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/feupphdteses") @@ -35695,11 +42872,16 @@ (define-public texlive-figflow (package (name "texlive-figflow") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/figflow/" "tex/plain/figflow/") - (base32 - "1vsrsw5rrqjym0flca9537m41vs7wlk8mhl9zmqjfaxgi8jvc9ml"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/figflow/" "tex/plain/figflow/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vsrsw5rrqjym0flca9537m41vs7wlk8mhl9zmqjfaxgi8jvc9ml")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/figflow") @@ -35719,11 +42901,16 @@ (define-public texlive-finbib (package (name "texlive-finbib") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/finbib/") - (base32 - "1dr1ivhfb83ky3q82dzzv5vvc8bl84iq7am0p1rc8fjlbj95i4wm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/finbib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dr1ivhfb83ky3q82dzzv5vvc8bl84iq7am0p1rc8fjlbj95i4wm")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/finplain") (synopsis "Finnish version of @file{plain.bst}") @@ -35735,13 +42922,18 @@ (define-public texlive-findhyph (package (name "texlive-findhyph") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/findhyph.1" - "doc/man/man1/findhyph.man1.pdf" - "doc/support/findhyph/" "scripts/findhyph/") - (base32 - "1bxj0li1a9qsvwmp0kmfsal4vsgsqal1lgmp4423z9nvwrwvvlrr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/findhyph.1" + "doc/man/man1/findhyph.man1.pdf" + "doc/support/findhyph/" "scripts/findhyph/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bxj0li1a9qsvwmp0kmfsal4vsgsqal1lgmp4423z9nvwrwvvlrr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "findhyph"))) @@ -35759,11 +42951,16 @@ (define-public texlive-first-latex-doc (package (name "texlive-first-latex-doc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/first-latex-doc/") - (base32 - "13ngk5pia5vbrbb4jrrlq1lmyja08m7cy4ydcjasxha8kns001ss"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/first-latex-doc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13ngk5pia5vbrbb4jrrlq1lmyja08m7cy4ydcjasxha8kns001ss")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/first-latex-doc") @@ -35778,11 +42975,16 @@ (define-public texlive-fixpdfmag (package (name "texlive-fixpdfmag") (version "2023.0") - (source (texlive-origin - name version - (list "tex/plain/fixpdfmag/") - (base32 - "0s5ilsmnhvi57x9cqwp7nwpagfribmgkbl0z1ci55aw2a6bff9hn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/plain/fixpdfmag/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s5ilsmnhvi57x9cqwp7nwpagfribmgkbl0z1ci55aw2a6bff9hn")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fixpdfmag") (synopsis "Fix magnification in pdfTeX") @@ -35795,13 +42997,18 @@ (define-public texlive-fltpoint (package (name "texlive-fltpoint") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/fltpoint/" - "source/generic/fltpoint/" - "tex/generic/fltpoint/") - (base32 - "0k85cyh39rxr3jrgyxcj1lrya5zss5da62pj7q8412naaklkhd7n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/fltpoint/" + "source/generic/fltpoint/" + "tex/generic/fltpoint/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k85cyh39rxr3jrgyxcj1lrya5zss5da62pj7q8412naaklkhd7n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fltpoint") @@ -35815,12 +43022,17 @@ (define-public texlive-fntproof (package (name "texlive-fntproof") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/fntproof/" - "tex/generic/fntproof/") - (base32 - "0pw0nw0dalnxqxpfgpw4pglngz3iff8sxxfdn89ygz46sv6427n5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/fntproof/" + "tex/generic/fntproof/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pw0nw0dalnxqxpfgpw4pglngz3iff8sxxfdn89ygz46sv6427n5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fntproof") @@ -35838,12 +43050,17 @@ (define-public texlive-font-change (package (name "texlive-font-change") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/font-change/" - "tex/plain/font-change/") - (base32 - "1b2i3gwrwfa2ab95m2ksmypiwc5dmfyirymhm18g1h0zpj86ccza"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/font-change/" + "tex/plain/font-change/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b2i3gwrwfa2ab95m2ksmypiwc5dmfyirymhm18g1h0zpj86ccza")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/font-change") @@ -35861,11 +43078,16 @@ (define-public texlive-fontch (package (name "texlive-fontch") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/fontch/" "tex/plain/fontch/") - (base32 - "19v8l76181yhan6ybc47i5sq4mirc8lc7x1zxqxmk15wyvax9lm9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/fontch/" "tex/plain/fontch/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19v8l76181yhan6ybc47i5sq4mirc8lc7x1zxqxmk15wyvax9lm9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fontch") @@ -35884,11 +43106,16 @@ (define-public texlive-fontinstallationguide (package (name "texlive-fontinstallationguide") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/fontinstallationguide/") - (base32 - "1i6im0nckcr9fzs0kc54dvcj3jvjz2j8jd55xgjm0r569qjj1hi5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/fontinstallationguide/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i6im0nckcr9fzs0kc54dvcj3jvjz2j8jd55xgjm0r569qjj1hi5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fontinstallationguide") @@ -35906,19 +43133,24 @@ (define-public texlive-fontools (package (name "texlive-fontools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/afm2afm.1" - "doc/man/man1/afm2afm.man1.pdf" - "doc/man/man1/autoinst.1" - "doc/man/man1/autoinst.man1.pdf" - "doc/man/man1/ot2kpx.1" - "doc/man/man1/ot2kpx.man1.pdf" - "doc/support/fontools/" - "fonts/enc/dvips/fontools/" - "scripts/fontools/") - (base32 - "0jfqwhj2i9x9bzq723ch5z3sydfkaha4xr0xlp2haav713ll5027"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/afm2afm.1" + "doc/man/man1/afm2afm.man1.pdf" + "doc/man/man1/autoinst.1" + "doc/man/man1/autoinst.man1.pdf" + "doc/man/man1/ot2kpx.1" + "doc/man/man1/ot2kpx.man1.pdf" + "doc/support/fontools/" + "fonts/enc/dvips/fontools/" + "scripts/fontools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jfqwhj2i9x9bzq723ch5z3sydfkaha4xr0xlp2haav713ll5027")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "afm2afm" "autoinst" "ot2kpx"))) @@ -35946,20 +43178,25 @@ (define-public texlive-fonts-tlwg (package (name "texlive-fonts-tlwg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/fonts-tlwg/" - "fonts/afm/public/fonts-tlwg/" - "fonts/enc/dvips/fonts-tlwg/" - "fonts/map/dvips/fonts-tlwg/" - "fonts/opentype/public/fonts-tlwg/" - "fonts/tfm/public/fonts-tlwg/" - "fonts/type1/public/fonts-tlwg/" - "fonts/vf/public/fonts-tlwg/" - "source/fonts/fonts-tlwg/" - "tex/latex/fonts-tlwg/") - (base32 - "19g1ksxsidf6cpcxm3knbbfpjw6jsfq2acy99cgmsy7jn33k253b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/fonts-tlwg/" + "fonts/afm/public/fonts-tlwg/" + "fonts/enc/dvips/fonts-tlwg/" + "fonts/map/dvips/fonts-tlwg/" + "fonts/opentype/public/fonts-tlwg/" + "fonts/tfm/public/fonts-tlwg/" + "fonts/type1/public/fonts-tlwg/" + "fonts/vf/public/fonts-tlwg/" + "source/fonts/fonts-tlwg/" + "tex/latex/fonts-tlwg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19g1ksxsidf6cpcxm3knbbfpjw6jsfq2acy99cgmsy7jn33k253b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fonts-tlwg") @@ -35975,18 +43212,23 @@ (define-public texlive-fontware (package (name "texlive-fontware") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/pltotf.1" - "doc/man/man1/pltotf.man1.pdf" - "doc/man/man1/tftopl.1" - "doc/man/man1/tftopl.man1.pdf" - "doc/man/man1/vftovp.1" - "doc/man/man1/vftovp.man1.pdf" - "doc/man/man1/vptovf.1" - "doc/man/man1/vptovf.man1.pdf") - (base32 - "0ng27m6cz92aa52z99gnw5i8s8fbkxq4354mygwnchchgxndcba0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/pltotf.1" + "doc/man/man1/pltotf.man1.pdf" + "doc/man/man1/tftopl.1" + "doc/man/man1/tftopl.man1.pdf" + "doc/man/man1/vftovp.1" + "doc/man/man1/vftovp.man1.pdf" + "doc/man/man1/vptovf.1" + "doc/man/man1/vptovf.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ng27m6cz92aa52z99gnw5i8s8fbkxq4354mygwnchchgxndcba0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-fontware-bin)) @@ -36029,11 +43271,16 @@ (define-public texlive-forest-quickstart (package (name "texlive-forest-quickstart") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/forest-quickstart/") - (base32 - "1bjy0bfkb90nv2dbdw8hdrm3dvm1v0r0m7a0l44ckw48vnc6amvk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/forest-quickstart/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bjy0bfkb90nv2dbdw8hdrm3dvm1v0r0m7a0l44ckw48vnc6amvk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/forest-quickstart") @@ -36048,12 +43295,17 @@ (define-public texlive-fragmaster (package (name "texlive-fragmaster") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/fragmaster/" - "scripts/fragmaster/") - (base32 - "1vwbkbg96dql73gayb06gs2fdxynljibjkmhliglc9ddggyx4v2m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/fragmaster/" + "scripts/fragmaster/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vwbkbg96dql73gayb06gs2fdxynljibjkmhliglc9ddggyx4v2m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "fragmaster.pl"))) @@ -36070,11 +43322,16 @@ (define-public texlive-gentle (package (name "texlive-gentle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/gentle/") - (base32 - "1l5fyfdbkpqlgpgi1hrnn2sz8hchlnp7z5s5584czafvs10jg6vx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/gentle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l5fyfdbkpqlgpgi1hrnn2sz8hchlnp7z5s5584czafvs10jg6vx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gentle") @@ -36089,11 +43346,16 @@ (define-public texlive-getoptk (package (name "texlive-getoptk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/getoptk/" "tex/plain/getoptk/") - (base32 - "19ndqi977wk6f9ikcvbllcbxmmfzdanjfznzx6pkq41caf4mj91y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/getoptk/" "tex/plain/getoptk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19ndqi977wk6f9ikcvbllcbxmmfzdanjfznzx6pkq41caf4mj91y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/getoptk") @@ -36108,12 +43370,17 @@ (define-public texlive-gfnotation (package (name "texlive-gfnotation") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/gfnotation/" - "tex/plain/gfnotation/") - (base32 - "18yl6qhwd3fk6fyi6plj0bcb6iwzr4yx9aqmhs77rs5k4j2rgxsf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/gfnotation/" + "tex/plain/gfnotation/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18yl6qhwd3fk6fyi6plj0bcb6iwzr4yx9aqmhs77rs5k4j2rgxsf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gfnotation") @@ -36129,19 +43396,24 @@ (define-public texlive-gfsbaskerville (package (name "texlive-gfsbaskerville") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/gfsbaskerville/" - "fonts/afm/public/gfsbaskerville/" - "fonts/enc/dvips/gfsbaskerville/" - "fonts/map/dvips/gfsbaskerville/" - "fonts/opentype/public/gfsbaskerville/" - "fonts/tfm/public/gfsbaskerville/" - "fonts/type1/public/gfsbaskerville/" - "fonts/vf/public/gfsbaskerville/" - "tex/latex/gfsbaskerville/") - (base32 - "0hf2nr0y1l9wzxvk0s2ajy3g80fcc02avr2fqrnss23c1a0jhr8q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/gfsbaskerville/" + "fonts/afm/public/gfsbaskerville/" + "fonts/enc/dvips/gfsbaskerville/" + "fonts/map/dvips/gfsbaskerville/" + "fonts/opentype/public/gfsbaskerville/" + "fonts/tfm/public/gfsbaskerville/" + "fonts/type1/public/gfsbaskerville/" + "fonts/vf/public/gfsbaskerville/" + "tex/latex/gfsbaskerville/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hf2nr0y1l9wzxvk0s2ajy3g80fcc02avr2fqrnss23c1a0jhr8q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gfsbaskerville") @@ -36156,19 +43428,24 @@ (define-public texlive-gfsporson (package (name "texlive-gfsporson") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/gfsporson/" - "fonts/afm/public/gfsporson/" - "fonts/enc/dvips/gfsporson/" - "fonts/map/dvips/gfsporson/" - "fonts/opentype/public/gfsporson/" - "fonts/tfm/public/gfsporson/" - "fonts/type1/public/gfsporson/" - "fonts/vf/public/gfsporson/" - "tex/latex/gfsporson/") - (base32 - "11m9f3vh41w8gbla62219vf2djc5kl9i4kpg6i1iiixwrhi56smc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/gfsporson/" + "fonts/afm/public/gfsporson/" + "fonts/enc/dvips/gfsporson/" + "fonts/map/dvips/gfsporson/" + "fonts/opentype/public/gfsporson/" + "fonts/tfm/public/gfsporson/" + "fonts/type1/public/gfsporson/" + "fonts/vf/public/gfsporson/" + "tex/latex/gfsporson/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11m9f3vh41w8gbla62219vf2djc5kl9i4kpg6i1iiixwrhi56smc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gfsporson") @@ -36184,13 +43461,18 @@ (define-public texlive-gobble (package (name "texlive-gobble") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/gobble/" - "source/generic/gobble/" - "tex/generic/gobble/") - (base32 - "02g40fx99xn80af6bqv7zn16l8dnqihqd42vn5hbphfx85b3p49q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/gobble/" + "source/generic/gobble/" + "tex/generic/gobble/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02g40fx99xn80af6bqv7zn16l8dnqihqd42vn5hbphfx85b3p49q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ydoc)) @@ -36214,12 +43496,17 @@ (define-public texlive-graphics-pln (package (name "texlive-graphics-pln") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/graphics-pln/" - "tex/plain/graphics-pln/") - (base32 - "1iv3g76dzkpr2qak79bj9sdm6w9lb0n2md32cc23szrhgv6q7il3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/graphics-pln/" + "tex/plain/graphics-pln/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1iv3g76dzkpr2qak79bj9sdm6w9lb0n2md32cc23szrhgv6q7il3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/graphics-pln") @@ -36236,12 +43523,17 @@ (define-public texlive-greek-inputenc (package (name "texlive-greek-inputenc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/greek-inputenc/" - "tex/latex/greek-inputenc/") - (base32 - "1vifrgxwx92c44vmic9x7y65fl6lcmlavqq63dakl922ijlssrb1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/greek-inputenc/" + "tex/latex/greek-inputenc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vifrgxwx92c44vmic9x7y65fl6lcmlavqq63dakl922ijlssrb1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/greek-inputenc") @@ -36255,13 +43547,18 @@ (define-public texlive-greekdates (package (name "texlive-greekdates") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/greekdates/" - "source/latex/greekdates/" - "tex/latex/greekdates/") - (base32 - "1hwjskdllwxa14l12d0fn850sll3i9yihxlpjp2fk62v3iwkrq4r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/greekdates/" + "source/latex/greekdates/" + "tex/latex/greekdates/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hwjskdllwxa14l12d0fn850sll3i9yihxlpjp2fk62v3iwkrq4r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/greekdates") @@ -36278,11 +43575,16 @@ (define-public texlive-greektex (package (name "texlive-greektex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/greektex/" "tex/latex/greektex/") - (base32 - "0zs3kakr7k261j876r1xpynvnmjjdn5rky0acfbcjxp7mmsqpmzn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/greektex/" "tex/latex/greektex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zs3kakr7k261j876r1xpynvnmjjdn5rky0acfbcjxp7mmsqpmzn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/greektex") @@ -36296,13 +43598,18 @@ (define-public texlive-greektonoi (package (name "texlive-greektonoi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/greektonoi/" - "fonts/map/dvips/greektonoi/" - "tex/latex/greektonoi/") - (base32 - "14phabwakq87qgh3jxs95gk1w2q3aw29vhy441538y4fxvskqhrw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/greektonoi/" + "fonts/map/dvips/greektonoi/" + "tex/latex/greektonoi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14phabwakq87qgh3jxs95gk1w2q3aw29vhy441538y4fxvskqhrw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/greektonoi") @@ -36325,12 +43632,17 @@ (define-public texlive-gtl (package (name "texlive-gtl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/gtl/" "source/generic/gtl/" - "tex/generic/gtl/") - (base32 - "066g0zmndj7dda1by6jsxqccfkglmf2xq2sn0xk5f8x900h2wbbz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/gtl/" "source/generic/gtl/" + "tex/generic/gtl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "066g0zmndj7dda1by6jsxqccfkglmf2xq2sn0xk5f8x900h2wbbz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gtl") @@ -36346,11 +43658,16 @@ (define-public texlive-hindawi-latex-template (package (name "texlive-hindawi-latex-template") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hindawi-latex-template/") - (base32 - "0q35drybrlcfcrhrd5691m66nd17b0m6hkcsqazpb1ck227zih61"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hindawi-latex-template/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q35drybrlcfcrhrd5691m66nd17b0m6hkcsqazpb1ck227zih61")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hindawi-latex-template") @@ -36365,11 +43682,16 @@ (define-public texlive-hlist (package (name "texlive-hlist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/hlist/" "tex/generic/hlist/") - (base32 - "14rm9npzcanw4p4nkqd0rrm4655f9yhw58zf0qfa5azs305ba687"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/hlist/" "tex/generic/hlist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14rm9npzcanw4p4nkqd0rrm4655f9yhw58zf0qfa5azs305ba687")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hlist") @@ -36383,11 +43705,16 @@ (define-public texlive-hyplain (package (name "texlive-hyplain") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/hyplain/" "tex/plain/hyplain/") - (base32 - "1xj23zhv0sapjvchlcp013d32kayjf48wq5ywdak5n0fkb09mzl2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/hyplain/" "tex/plain/hyplain/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xj23zhv0sapjvchlcp013d32kayjf48wq5ywdak5n0fkb09mzl2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hyplain") @@ -36402,13 +43729,18 @@ (define-public texlive-ibycus-babel (package (name "texlive-ibycus-babel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ibycus-babel/" - "source/latex/ibycus-babel/" - "tex/latex/ibycus-babel/") - (base32 - "1lwf28h6lzlblg7s7bx2dhqprxvjj78a8rlljhk9kw5pf065c7aj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ibycus-babel/" + "source/latex/ibycus-babel/" + "tex/latex/ibycus-babel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lwf28h6lzlblg7s7bx2dhqprxvjj78a8rlljhk9kw5pf065c7aj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ibycus-babel") @@ -36425,18 +43757,23 @@ (define-public texlive-ibygrk (package (name "texlive-ibygrk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/ibygrk/" - "fonts/afm/public/ibygrk/" - "fonts/enc/dvips/ibygrk/" - "fonts/map/dvips/ibygrk/" - "fonts/source/public/ibygrk/" - "fonts/tfm/public/ibygrk/" - "fonts/type1/public/ibygrk/" - "tex/generic/ibygrk/") - (base32 - "14a1hqqwz3pfpz5rz9k8finxnlan4a3l8a0brgs98p6mdp9xl3q1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/ibygrk/" + "fonts/afm/public/ibygrk/" + "fonts/enc/dvips/ibygrk/" + "fonts/map/dvips/ibygrk/" + "fonts/source/public/ibygrk/" + "fonts/tfm/public/ibygrk/" + "fonts/type1/public/ibygrk/" + "tex/generic/ibygrk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14a1hqqwz3pfpz5rz9k8finxnlan4a3l8a0brgs98p6mdp9xl3q1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-levy texlive-metafont)) @@ -36454,13 +43791,18 @@ (define-public texlive-inputnormalization (package (name "texlive-inputnormalization") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/inputnormalization/" - "source/latex/inputnormalization/" - "tex/latex/inputnormalization/") - (base32 - "0nfvcmr0lp7nig8mz3j1lwi0wbk8yf1ibdnz3lq22pysfjjl3200"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/inputnormalization/" + "source/latex/inputnormalization/" + "tex/latex/inputnormalization/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nfvcmr0lp7nig8mz3j1lwi0wbk8yf1ibdnz3lq22pysfjjl3200")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/inputnormalization") @@ -36474,11 +43816,16 @@ (define-public texlive-insbox (package (name "texlive-insbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/insbox/" "tex/generic/insbox/") - (base32 - "0br6xpn9y11nw2pdjxck6mijbw2q6g2v31p64hwn65bwnx1fnc25"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/insbox/" "tex/generic/insbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0br6xpn9y11nw2pdjxck6mijbw2q6g2v31p64hwn65bwnx1fnc25")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/insbox") @@ -36492,11 +43839,16 @@ (define-public texlive-js-misc (package (name "texlive-js-misc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/js-misc/" "tex/plain/js-misc/") - (base32 - "03cixw6rbg787ma8v43py07vrmhijf9cfg965ndahbzyhi6vkc96"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/js-misc/" "tex/plain/js-misc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03cixw6rbg787ma8v43py07vrmhijf9cfg965ndahbzyhi6vkc96")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/js-misc") @@ -36511,13 +43863,18 @@ (define-public texlive-jsclasses (package (name "texlive-jsclasses") (version "2023.0") - (source (texlive-origin - name version - (list "doc/platex/jsclasses/" - "source/platex/jsclasses/" - "tex/platex/jsclasses/") - (base32 - "024bgaim5rkamlwj4xa6w4yp8i37f8j6vn4jyrh8avwm9anc22pg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/platex/jsclasses/" + "source/platex/jsclasses/" + "tex/platex/jsclasses/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "024bgaim5rkamlwj4xa6w4yp8i37f8j6vn4jyrh8avwm9anc22pg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jsclasses") @@ -36532,19 +43889,24 @@ (define-public texlive-kerkis (package (name "texlive-kerkis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/kerkis/" - "fonts/afm/public/kerkis/" - "fonts/enc/dvips/kerkis/" - "fonts/map/dvips/kerkis/" - "fonts/opentype/public/kerkis/" - "fonts/tfm/public/kerkis/" - "fonts/type1/public/kerkis/" - "fonts/vf/public/kerkis/" - "tex/latex/kerkis/") - (base32 - "1mkrnydgc05k2n6mrz6i3ichigf0bmy465s2vg514m7ma399khi9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/kerkis/" + "fonts/afm/public/kerkis/" + "fonts/enc/dvips/kerkis/" + "fonts/map/dvips/kerkis/" + "fonts/opentype/public/kerkis/" + "fonts/tfm/public/kerkis/" + "fonts/type1/public/kerkis/" + "fonts/vf/public/kerkis/" + "tex/latex/kerkis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mkrnydgc05k2n6mrz6i3ichigf0bmy465s2vg514m7ma399khi9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kerkis") @@ -36562,12 +43924,17 @@ (define-public texlive-lambda-lists (package (name "texlive-lambda-lists") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/lambda-lists/" - "tex/plain/lambda-lists/") - (base32 - "1dlm6yr0z7d2j4wn1i1khf47sf79y4h2aahymm3y11ljr5pg012r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/lambda-lists/" + "tex/plain/lambda-lists/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dlm6yr0z7d2j4wn1i1khf47sf79y4h2aahymm3y11ljr5pg012r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lambda-lists") @@ -36582,13 +43949,18 @@ (define-public texlive-langcode (package (name "texlive-langcode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/langcode/" - "source/generic/langcode/" - "tex/generic/langcode/") - (base32 - "0ygshcc0iszaldzc8ygz4bgvz05c3kv81v3m7i4q46l57x2kfx6x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/langcode/" + "source/generic/langcode/" + "tex/generic/langcode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ygshcc0iszaldzc8ygz4bgvz05c3kv81v3m7i4q46l57x2kfx6x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/langcode") @@ -36605,12 +43977,17 @@ (define-public texlive-lecturer (package (name "texlive-lecturer") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/lecturer/" - "tex/generic/lecturer/") - (base32 - "0ry4r1zcq71kk672dnnpzah0aw2axj7frajbv6xwy6hf2hzzs0ln"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/lecturer/" + "tex/generic/lecturer/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ry4r1zcq71kk672dnnpzah0aw2axj7frajbv6xwy6hf2hzzs0ln")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lecturer") @@ -36643,11 +44020,16 @@ (define-public texlive-letterspacing (package (name "texlive-letterspacing") (version "2023.0") - (source (texlive-origin - name version - (list "tex/generic/letterspacing/") - (base32 - "0ry7rri76dgbrkzr6na2kkh7bn0jpwkhh9b5qw0cl5xwyp81rddg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/generic/letterspacing/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ry7rri76dgbrkzr6na2kkh7bn0jpwkhh9b5qw0cl5xwyp81rddg")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/letterspacing") (synopsis "Letter spacing") @@ -36663,13 +44045,18 @@ (define-public texlive-levy (package (name "texlive-levy") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/levy/" - "fonts/source/public/levy/" - "fonts/tfm/public/levy/" "tex/generic/levy/") - (base32 - "1nkfsq5k2rysgsplv6rhvx8fimd7999dylzd2khvw7flryig32nv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/levy/" + "fonts/source/public/levy/" + "fonts/tfm/public/levy/" "tex/generic/levy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nkfsq5k2rysgsplv6rhvx8fimd7999dylzd2khvw7flryig32nv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -36685,11 +44072,16 @@ (define-public texlive-lgreek (package (name "texlive-lgreek") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lgreek/" "tex/latex/lgreek/") - (base32 - "1wa8d5mlk6jkx3m1rfddasw169sc6l6p8n4axh6i0np1imgsxx2b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lgreek/" "tex/latex/lgreek/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wa8d5mlk6jkx3m1rfddasw169sc6l6p8n4axh6i0np1imgsxx2b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lgreek") @@ -36703,12 +44095,17 @@ (define-public texlive-lgrmath (package (name "texlive-lgrmath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lgrmath/" "source/latex/lgrmath/" - "tex/latex/lgrmath/") - (base32 - "0lj4jdzwykqz1hkv2s6y2ghf1zlalx27gd6kfpbnignxmh63cpkb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lgrmath/" "source/latex/lgrmath/" + "tex/latex/lgrmath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lj4jdzwykqz1hkv2s6y2ghf1zlalx27gd6kfpbnignxmh63cpkb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lgrmath") @@ -36724,13 +44121,18 @@ (define-public texlive-localloc (package (name "texlive-localloc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/localloc/" - "source/generic/localloc/" - "tex/generic/localloc/") - (base32 - "0vcfdxh800ksr4wrrvykdm27qvlhqkylbik4j93pr59g13h9g90f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/localloc/" + "source/generic/localloc/" + "tex/generic/localloc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vcfdxh800ksr4wrrvykdm27qvlhqkylbik4j93pr59g13h9g90f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/localloc") @@ -36745,11 +44147,16 @@ (define-public texlive-metatex (package (name "texlive-metatex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/metatex/" "tex/plain/metatex/") - (base32 - "0pdgx59ckp9qdfidl37y8mv3dyvza9lxmhgbqk69ckywm3kbb2n9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/metatex/" "tex/plain/metatex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pdgx59ckp9qdfidl37y8mv3dyvza9lxmhgbqk69ckywm3kbb2n9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/metatex") @@ -36767,12 +44174,17 @@ (define-public texlive-midnight (package (name "texlive-midnight") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/midnight/" - "tex/generic/midnight/") - (base32 - "024g170k8cfcddch2c0qvq1als0ncp9v2zqv77yzay5jqx4iv1d7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/midnight/" + "tex/generic/midnight/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "024g170k8cfcddch2c0qvq1als0ncp9v2zqv77yzay5jqx4iv1d7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/midnight") @@ -36797,13 +44209,18 @@ (define-public texlive-mkgrkindex (package (name "texlive-mkgrkindex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/mkgrkindex/" - "makeindex/mkgrkindex/" - "scripts/mkgrkindex/") - (base32 - "0bj35wdxn0xllpqzf8lrd00b5rmyy9fws84avz3ijk4k8rvfz8gk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/mkgrkindex/" + "makeindex/mkgrkindex/" + "scripts/mkgrkindex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bj35wdxn0xllpqzf8lrd00b5rmyy9fws84avz3ijk4k8rvfz8gk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "mkgrkindex"))) @@ -36821,13 +44238,18 @@ (define-public texlive-modulus (package (name "texlive-modulus") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/modulus/" - "source/generic/modulus/" - "tex/generic/modulus/") - (base32 - "07sa8bnbgclfz4p3sb00cl1b3i51nvhhlmb4p6hcyaca1n1xsn8d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/modulus/" + "source/generic/modulus/" + "tex/generic/modulus/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07sa8bnbgclfz4p3sb00cl1b3i51nvhhlmb4p6hcyaca1n1xsn8d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/modulus") @@ -36844,13 +44266,18 @@ (define-public texlive-mongolian-babel (package (name "texlive-mongolian-babel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mongolian-babel/" - "source/latex/mongolian-babel/" - "tex/latex/mongolian-babel/") - (base32 - "12kzips0jmjahrrfaripglg203dvvr408v5qxjvnrnxqzb8d1i2w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mongolian-babel/" + "source/latex/mongolian-babel/" + "tex/latex/mongolian-babel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12kzips0jmjahrrfaripglg203dvvr408v5qxjvnrnxqzb8d1i2w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mongolian-babel") @@ -36864,16 +44291,21 @@ (define-public texlive-montex (package (name "texlive-montex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/montex/" - "fonts/map/dvips/montex/" - "fonts/source/public/montex/" - "fonts/tfm/public/montex/" - "fonts/type1/public/montex/" - "tex/latex/montex/") - (base32 - "01rbzw0kbiy3wig2mrdclygx7a71dckq9rhqj8jpdnbjyhm9jw35"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/montex/" + "fonts/map/dvips/montex/" + "fonts/source/public/montex/" + "fonts/tfm/public/montex/" + "fonts/type1/public/montex/" + "tex/latex/montex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01rbzw0kbiy3wig2mrdclygx7a71dckq9rhqj8jpdnbjyhm9jw35")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -36901,12 +44333,17 @@ (define-public texlive-moreverb (package (name "texlive-moreverb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/moreverb/" "source/latex/moreverb/" - "tex/latex/moreverb/") - (base32 - "0kba3df9cfiz168hsxhwg3a838p3vrgfp42fmwafsf3xq3q2z5hg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/moreverb/" "source/latex/moreverb/" + "tex/latex/moreverb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kba3df9cfiz168hsxhwg3a838p3vrgfp42fmwafsf3xq3q2z5hg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/moreverb") @@ -36925,13 +44362,18 @@ (define-public texlive-morewrites (package (name "texlive-morewrites") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/morewrites/" - "source/latex/morewrites/" - "tex/latex/morewrites/") - (base32 - "0vdpyzfzhb58q9fj8c4n23hb0day7gxm90ml5dsnizfn44g9nr2q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/morewrites/" + "source/latex/morewrites/" + "tex/latex/morewrites/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vdpyzfzhb58q9fj8c4n23hb0day7gxm90ml5dsnizfn44g9nr2q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/morewrites") @@ -36949,16 +44391,21 @@ (define-public texlive-morisawa (package (name "texlive-morisawa") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/morisawa/" - "fonts/map/dvipdfmx/morisawa/" - "fonts/tfm/public/morisawa/" - "fonts/vf/public/morisawa/" - "source/fonts/morisawa/" - "tex/latex/morisawa/") - (base32 - "1wqyiq049y0mv6d1r3d0mrjzhh5pq2vi50sr0jhd58k4wdg8zqkb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/morisawa/" + "fonts/map/dvipdfmx/morisawa/" + "fonts/tfm/public/morisawa/" + "fonts/vf/public/morisawa/" + "source/fonts/morisawa/" + "tex/latex/morisawa/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wqyiq049y0mv6d1r3d0mrjzhh5pq2vi50sr0jhd58k4wdg8zqkb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/morisawa") @@ -36973,11 +44420,16 @@ (define-public texlive-mpman-ru (package (name "texlive-mpman-ru") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/mpman-ru/") - (base32 - "1x3drpi21zcmkhkscvl4l7805wskqa4zskydb33i0asss5p62396"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/mpman-ru/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x3drpi21zcmkhkscvl4l7805wskqa4zskydb33i0asss5p62396")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mpman-ru") @@ -36992,13 +44444,18 @@ (define-public texlive-namedef (package (name "texlive-namedef") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/namedef/" - "source/generic/namedef/" - "tex/generic/namedef/") - (base32 - "1rc97c8zn1gb1cfqf70q5iphnbkgay4xmw1a2h55kc9wj4ql2j5d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/namedef/" + "source/generic/namedef/" + "tex/generic/namedef/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rc97c8zn1gb1cfqf70q5iphnbkgay4xmw1a2h55kc9wj4ql2j5d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-l3kernel)) @@ -37015,12 +44472,17 @@ (define-public texlive-navigator (package (name "texlive-navigator") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/navigator/" - "tex/generic/navigator/") - (base32 - "17rs718rvp9f6dakdl99abgq5rcflsw6kyxjknhjya019l2y23m3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/navigator/" + "tex/generic/navigator/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17rs718rvp9f6dakdl99abgq5rcflsw6kyxjknhjya019l2y23m3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/navigator") @@ -37038,11 +44500,16 @@ (define-public texlive-newsletr (package (name "texlive-newsletr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/newsletr/" "tex/plain/newsletr/") - (base32 - "0c7ggyx1jnw05vn589awxxbpfqkwf7kq4qn9pm61ycb6p9n3nn0h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/newsletr/" "tex/plain/newsletr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c7ggyx1jnw05vn589awxxbpfqkwf7kq4qn9pm61ycb6p9n3nn0h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/newsletr") @@ -37057,12 +44524,17 @@ (define-public texlive-numnameru (package (name "texlive-numnameru") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/numnameru/" - "tex/latex/numnameru/") - (base32 - "1il8qn9wkdk554r4a8h5vmdmwcvgwygcx58zwnqxflz6hqsxdjmx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/numnameru/" + "tex/latex/numnameru/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1il8qn9wkdk554r4a8h5vmdmwcvgwygcx58zwnqxflz6hqsxdjmx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/numnameru") @@ -37076,11 +44548,16 @@ (define-public texlive-ofs (package (name "texlive-ofs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/ofs/" "tex/generic/ofs/") - (base32 - "0dcsa9xlcdvwd4qd6n6yli8arcy3s6896svgk5nbmgplan2nz1cw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/ofs/" "tex/generic/ofs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dcsa9xlcdvwd4qd6n6yli8arcy3s6896svgk5nbmgplan2nz1cw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ofs") @@ -37103,12 +44580,17 @@ (define-public texlive-olsak-misc (package (name "texlive-olsak-misc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/olsak-misc/" - "tex/generic/olsak-misc/") - (base32 - "0kl83yvj299w7v69a20i5yi91h46n0k080rg6z1jjwdxm0g893a0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/olsak-misc/" + "tex/generic/olsak-misc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kl83yvj299w7v69a20i5yi91h46n0k080rg6z1jjwdxm0g893a0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/olsak-misc") @@ -37141,11 +44623,16 @@ (define-public texlive-outerhbox (package (name "texlive-outerhbox") (version "2023.0") - (source (texlive-origin - name version - (list "tex/generic/outerhbox/") - (base32 - "1867xhxlbskiysifmwlr10lay8khragzi36fm552cwc4vjz2ybcz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/generic/outerhbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1867xhxlbskiysifmwlr10lay8khragzi36fm552cwc4vjz2ybcz")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/outerhbox") (synopsis "Collect horizontal material for contributing to a paragraph") @@ -37160,11 +44647,16 @@ (define-public texlive-path (package (name "texlive-path") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/path/" "tex/generic/path/") - (base32 - "09m1f9si97hrfqsyj0mzbi9djgk0w4vq13yd3v0af9v3240h1ps2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/path/" "tex/generic/path/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09m1f9si97hrfqsyj0mzbi9djgk0w4vq13yd3v0af9v3240h1ps2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/path") @@ -37180,12 +44672,17 @@ (define-public texlive-pdf-trans (package (name "texlive-pdf-trans") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pdf-trans/" - "tex/generic/pdf-trans/") - (base32 - "1n7l0p1950lk3n5jm3si0qqhb8b7mm7jh33fm97l2r7d3qn9jac8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pdf-trans/" + "tex/generic/pdf-trans/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n7l0p1950lk3n5jm3si0qqhb8b7mm7jh33fm97l2r7d3qn9jac8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdf-trans") @@ -37199,12 +44696,17 @@ (define-public texlive-pdfmsym (package (name "texlive-pdfmsym") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pdfmsym/" - "tex/generic/pdfmsym/") - (base32 - "128lhj72s2ddzbl7w3pl6cw84qqmx322rw1jb4m2db8whj8d2fbz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pdfmsym/" + "tex/generic/pdfmsym/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "128lhj72s2ddzbl7w3pl6cw84qqmx322rw1jb4m2db8whj8d2fbz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfmsym") @@ -37222,11 +44724,16 @@ (define-public texlive-pitex (package (name "texlive-pitex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/pitex/" "tex/plain/pitex/") - (base32 - "1rqawfqmh9sh7rfpfrhbmysmn1rlzmbs26nla8fj0xr45vx60219"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/pitex/" "tex/plain/pitex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rqawfqmh9sh7rfpfrhbmysmn1rlzmbs26nla8fj0xr45vx60219")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pitex") @@ -37241,18 +44748,23 @@ (define-public texlive-pl (package (name "texlive-pl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/pl/" - "dvips/pl/" - "fonts/afm/public/pl/" - "fonts/enc/dvips/pl/" - "fonts/map/dvips/pl/" - "fonts/source/public/pl/" - "fonts/tfm/public/pl/" - "fonts/type1/public/pl/") - (base32 - "18s3by7isk85ksvp40i6qg2ws3iyj5f35fh8h0561rw6jdc024rc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/pl/" + "dvips/pl/" + "fonts/afm/public/pl/" + "fonts/enc/dvips/pl/" + "fonts/map/dvips/pl/" + "fonts/source/public/pl/" + "fonts/tfm/public/pl/" + "fonts/type1/public/pl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18s3by7isk85ksvp40i6qg2ws3iyj5f35fh8h0561rw6jdc024rc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-amsfonts texlive-metafont texlive-cm)) @@ -37267,11 +44779,16 @@ (define-public texlive-placeins-plain (package (name "texlive-placeins-plain") (version "2023.0") - (source (texlive-origin - name version - (list "tex/plain/placeins-plain/") - (base32 - "1lhc72zdm2cjynx6lf6kafmf00nw17z3mnfhagh41h76cnm338g9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/plain/placeins-plain/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lhc72zdm2cjynx6lf6kafmf00nw17z3mnfhagh41h76cnm338g9")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/placeins-plain") (synopsis "Insertions that keep their place") @@ -37286,13 +44803,18 @@ (define-public texlive-plainpkg (package (name "texlive-plainpkg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/plainpkg/" - "source/generic/plainpkg/" - "tex/generic/plainpkg/") - (base32 - "10p796lms7rzwqgjf60nqm8x79hiz1cwiq1j8acjg1a6lnvadbq0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/plainpkg/" + "source/generic/plainpkg/" + "tex/generic/plainpkg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10p796lms7rzwqgjf60nqm8x79hiz1cwiq1j8acjg1a6lnvadbq0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/plainpkg") @@ -37309,16 +44831,21 @@ (define-public texlive-platex (package (name "texlive-platex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/platex.1" - "doc/man/man1/platex.man1.pdf" - "doc/platex/base/" - "source/platex/base/" - "tex/platex/base/" - "tex/platex/config/") - (base32 - "0a843xnp3iikjxw1klxb3j2bssm6ylhcw32s046xxm2bs527hxi8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/platex.1" + "doc/man/man1/platex.man1.pdf" + "doc/platex/base/" + "source/platex/base/" + "tex/platex/base/" + "tex/platex/config/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a843xnp3iikjxw1klxb3j2bssm6ylhcw32s046xxm2bs527hxi8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -37362,12 +44889,17 @@ (define-public texlive-platex-tools (package (name "texlive-platex-tools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/platex-tools/" - "tex/latex/platex-tools/") - (base32 - "1wdxcmag1kk6zs7dv10jdcs9ih0bs08xr14iw5bqqyppia4pa1lv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/platex-tools/" + "tex/latex/platex-tools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wdxcmag1kk6zs7dv10jdcs9ih0bs08xr14iw5bqqyppia4pa1lv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/platex-tools") @@ -37383,11 +44915,16 @@ (define-public texlive-platexcheat (package (name "texlive-platexcheat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/platexcheat/") - (base32 - "04hvm19x4z7vq2md3p3r2wwa7iqkgkxnvvj1xx3s9145m6fjib5a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/platexcheat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04hvm19x4z7vq2md3p3r2wwa7iqkgkxnvvj1xx3s9145m6fjib5a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/platexcheat") @@ -37403,12 +44940,17 @@ (define-public texlive-plautopatch (package (name "texlive-plautopatch") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/plautopatch/" - "tex/latex/plautopatch/") - (base32 - "1fhphmjhq0mbsarkfmfj0580b97lxxbcwanr4zpwjj5f6krqq742"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/plautopatch/" + "tex/latex/plautopatch/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fhphmjhq0mbsarkfmfj0580b97lxxbcwanr4zpwjj5f6krqq742")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/plautopatch") @@ -37428,11 +44970,16 @@ (define-public texlive-plipsum (package (name "texlive-plipsum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/plipsum/" "tex/plain/plipsum/") - (base32 - "0q8qnv212q9mgc00w9akdvpky1gbmirqrkdmi9v1wbf7c0ws2qda"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/plipsum/" "tex/plain/plipsum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q8qnv212q9mgc00w9akdvpky1gbmirqrkdmi9v1wbf7c0ws2qda")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/plipsum") @@ -37448,11 +44995,16 @@ (define-public texlive-plnfss (package (name "texlive-plnfss") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/plnfss/" "tex/plain/plnfss/") - (base32 - "1cgnp8y9m0ziq1pfvjx83vi0r0k5xpckk0kiijy0g80wd3s4zbsd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/plnfss/" "tex/plain/plnfss/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cgnp8y9m0ziq1pfvjx83vi0r0k5xpckk0kiijy0g80wd3s4zbsd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/plnfss") @@ -37471,11 +45023,16 @@ (define-public texlive-plstmary (package (name "texlive-plstmary") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/plstmary/" "tex/plain/plstmary/") - (base32 - "03adq5fkl620z0hpbdpqcsm1qjxlr43ip1bhi5xv2izxpw952x0z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/plstmary/" "tex/plain/plstmary/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03adq5fkl620z0hpbdpqcsm1qjxlr43ip1bhi5xv2izxpw952x0z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/plstmary") @@ -37489,12 +45046,17 @@ (define-public texlive-poormanlog (package (name "texlive-poormanlog") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/poormanlog/" - "tex/generic/poormanlog/") - (base32 - "1wbpjxjn3bvi4bmcq62ydafc8a72wq2vhzfx2gcn20sn3x4qc0hg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/poormanlog/" + "tex/generic/poormanlog/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wbpjxjn3bvi4bmcq62ydafc8a72wq2vhzfx2gcn20sn3x4qc0hg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/poormanlog") @@ -37509,11 +45071,16 @@ (define-public texlive-present (package (name "texlive-present") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/present/" "tex/plain/present/") - (base32 - "1dc7h14z7xw232mgqjayl1a4ab5pj9bz2d9wgmznh4bjylgw4lwp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/present/" "tex/plain/present/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dc7h14z7xw232mgqjayl1a4ab5pj9bz2d9wgmznh4bjylgw4lwp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/present") @@ -37532,24 +45099,29 @@ (define-public texlive-ptex (package (name "texlive-ptex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/eptex.1" - "doc/man/man1/eptex.man1.pdf" - "doc/man/man1/makejvf.1" - "doc/man/man1/makejvf.man1.pdf" - "doc/man/man1/mendex.1" - "doc/man/man1/mendex.man1.pdf" - "doc/man/man1/pbibtex.1" - "doc/man/man1/pbibtex.man1.pdf" - "doc/man/man1/ppltotf.1" - "doc/man/man1/ppltotf.man1.pdf" - "doc/man/man1/ptex.1" - "doc/man/man1/ptex.man1.pdf" - "doc/man/man1/ptftopl.1" - "doc/man/man1/ptftopl.man1.pdf") - (base32 - "1dk8rvadr1q00bjizj567lzjp5l47pr7miyk0ghkajbiiwbqi0kn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/eptex.1" + "doc/man/man1/eptex.man1.pdf" + "doc/man/man1/makejvf.1" + "doc/man/man1/makejvf.man1.pdf" + "doc/man/man1/mendex.1" + "doc/man/man1/mendex.man1.pdf" + "doc/man/man1/pbibtex.1" + "doc/man/man1/pbibtex.man1.pdf" + "doc/man/man1/ppltotf.1" + "doc/man/man1/ppltotf.man1.pdf" + "doc/man/man1/ptex.1" + "doc/man/man1/ptex.man1.pdf" + "doc/man/man1/ptftopl.1" + "doc/man/man1/ptftopl.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dk8rvadr1q00bjizj567lzjp5l47pr7miyk0ghkajbiiwbqi0kn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:create-formats #~(list "eptex" "ptex"))) @@ -37648,11 +45220,16 @@ (define-public texlive-ptex-base (package (name "texlive-ptex-base") (version "2023.0") - (source (texlive-origin - name version - (list "doc/ptex/ptex-base/" "tex/ptex/ptex-base/") - (base32 - "0hfccpsfpj56v97056k77lyb09az7m24m8klf1n2v0a7kqdc1fv6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/ptex/ptex-base/" "tex/ptex/ptex-base/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hfccpsfpj56v97056k77lyb09az7m24m8klf1n2v0a7kqdc1fv6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ptex-base") @@ -37665,53 +45242,58 @@ (define-public texlive-ptex-fontmaps (package (name "texlive-ptex-fontmaps") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/ptex-fontmaps/" - "fonts/cmap/ptex-fontmaps/" - "fonts/map/dvipdfmx/ptex-fontmaps/adobe/" - "fonts/map/dvipdfmx/ptex-fontmaps/apple/" - "fonts/map/dvipdfmx/ptex-fontmaps/arphic/" - "fonts/map/dvipdfmx/ptex-fontmaps/baekmuk/" - "fonts/map/dvipdfmx/ptex-fontmaps/bizud/" - "fonts/map/dvipdfmx/ptex-fontmaps/canon/" - "fonts/map/dvipdfmx/ptex-fontmaps/cjkunifonts-ttf/" - "fonts/map/dvipdfmx/ptex-fontmaps/cjkunifonts/" - "fonts/map/dvipdfmx/ptex-fontmaps/dynacomware/" - "fonts/map/dvipdfmx/ptex-fontmaps/fandol/" - "fonts/map/dvipdfmx/ptex-fontmaps/founder/" - "fonts/map/dvipdfmx/ptex-fontmaps/haranoaji/" - "fonts/map/dvipdfmx/ptex-fontmaps/hiragino-pron/" - "fonts/map/dvipdfmx/ptex-fontmaps/hiragino/" - "fonts/map/dvipdfmx/ptex-fontmaps/ipa/" - "fonts/map/dvipdfmx/ptex-fontmaps/ipaex/" - "fonts/map/dvipdfmx/ptex-fontmaps/kozuka-pr6/" - "fonts/map/dvipdfmx/ptex-fontmaps/kozuka-pr6n/" - "fonts/map/dvipdfmx/ptex-fontmaps/kozuka/" - "fonts/map/dvipdfmx/ptex-fontmaps/moga-mobo-ex/" - "fonts/map/dvipdfmx/ptex-fontmaps/moga-mobo/" - "fonts/map/dvipdfmx/ptex-fontmaps/morisawa-pr6n/" - "fonts/map/dvipdfmx/ptex-fontmaps/morisawa/" - "fonts/map/dvipdfmx/ptex-fontmaps/ms-osx/" - "fonts/map/dvipdfmx/ptex-fontmaps/ms-win10/" - "fonts/map/dvipdfmx/ptex-fontmaps/ms/" - "fonts/map/dvipdfmx/ptex-fontmaps/noEmbed/" - "fonts/map/dvipdfmx/ptex-fontmaps/noto-otc/" - "fonts/map/dvipdfmx/ptex-fontmaps/noto/" - "fonts/map/dvipdfmx/ptex-fontmaps/solaris/" - "fonts/map/dvipdfmx/ptex-fontmaps/sourcehan-otc/" - "fonts/map/dvipdfmx/ptex-fontmaps/sourcehan/" - "fonts/map/dvipdfmx/ptex-fontmaps/ume/" - "fonts/map/dvipdfmx/ptex-fontmaps/unfonts/" - "fonts/map/dvipdfmx/ptex-fontmaps/yu-osx/" - "fonts/map/dvipdfmx/ptex-fontmaps/yu-win/" - "fonts/map/dvipdfmx/ptex-fontmaps/yu-win10/" - "fonts/misc/ptex-fontmaps/" - "scripts/ptex-fontmaps/" - "source/ptex-fontmaps/jis04cmap_exp/" - "source/ptex-fontmaps/script/") - (base32 - "07qm41d33z9vjvchsxfrqxim7zb15cg77x4aw5a06mgn3w7kz6ha"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/ptex-fontmaps/" + "fonts/cmap/ptex-fontmaps/" + "fonts/map/dvipdfmx/ptex-fontmaps/adobe/" + "fonts/map/dvipdfmx/ptex-fontmaps/apple/" + "fonts/map/dvipdfmx/ptex-fontmaps/arphic/" + "fonts/map/dvipdfmx/ptex-fontmaps/baekmuk/" + "fonts/map/dvipdfmx/ptex-fontmaps/bizud/" + "fonts/map/dvipdfmx/ptex-fontmaps/canon/" + "fonts/map/dvipdfmx/ptex-fontmaps/cjkunifonts-ttf/" + "fonts/map/dvipdfmx/ptex-fontmaps/cjkunifonts/" + "fonts/map/dvipdfmx/ptex-fontmaps/dynacomware/" + "fonts/map/dvipdfmx/ptex-fontmaps/fandol/" + "fonts/map/dvipdfmx/ptex-fontmaps/founder/" + "fonts/map/dvipdfmx/ptex-fontmaps/haranoaji/" + "fonts/map/dvipdfmx/ptex-fontmaps/hiragino-pron/" + "fonts/map/dvipdfmx/ptex-fontmaps/hiragino/" + "fonts/map/dvipdfmx/ptex-fontmaps/ipa/" + "fonts/map/dvipdfmx/ptex-fontmaps/ipaex/" + "fonts/map/dvipdfmx/ptex-fontmaps/kozuka-pr6/" + "fonts/map/dvipdfmx/ptex-fontmaps/kozuka-pr6n/" + "fonts/map/dvipdfmx/ptex-fontmaps/kozuka/" + "fonts/map/dvipdfmx/ptex-fontmaps/moga-mobo-ex/" + "fonts/map/dvipdfmx/ptex-fontmaps/moga-mobo/" + "fonts/map/dvipdfmx/ptex-fontmaps/morisawa-pr6n/" + "fonts/map/dvipdfmx/ptex-fontmaps/morisawa/" + "fonts/map/dvipdfmx/ptex-fontmaps/ms-osx/" + "fonts/map/dvipdfmx/ptex-fontmaps/ms-win10/" + "fonts/map/dvipdfmx/ptex-fontmaps/ms/" + "fonts/map/dvipdfmx/ptex-fontmaps/noEmbed/" + "fonts/map/dvipdfmx/ptex-fontmaps/noto-otc/" + "fonts/map/dvipdfmx/ptex-fontmaps/noto/" + "fonts/map/dvipdfmx/ptex-fontmaps/solaris/" + "fonts/map/dvipdfmx/ptex-fontmaps/sourcehan-otc/" + "fonts/map/dvipdfmx/ptex-fontmaps/sourcehan/" + "fonts/map/dvipdfmx/ptex-fontmaps/ume/" + "fonts/map/dvipdfmx/ptex-fontmaps/unfonts/" + "fonts/map/dvipdfmx/ptex-fontmaps/yu-osx/" + "fonts/map/dvipdfmx/ptex-fontmaps/yu-win/" + "fonts/map/dvipdfmx/ptex-fontmaps/yu-win10/" + "fonts/misc/ptex-fontmaps/" + "scripts/ptex-fontmaps/" + "source/ptex-fontmaps/jis04cmap_exp/" + "source/ptex-fontmaps/script/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07qm41d33z9vjvchsxfrqxim7zb15cg77x4aw5a06mgn3w7kz6ha")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -37735,11 +45317,16 @@ (define-public texlive-ptex-manual (package (name "texlive-ptex-manual") (version "2023.0") - (source (texlive-origin - name version - (list "doc/ptex/ptex-manual/") - (base32 - "1pz8jyd86s2fjj0d63q9h04x0sxcyx1ffp48lf3n8awj0zrij861"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/ptex/ptex-manual/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pz8jyd86s2fjj0d63q9h04x0sxcyx1ffp48lf3n8awj0zrij861")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ptex-manual") @@ -37751,21 +45338,26 @@ (define-public texlive-ptex-fonts (package (name "texlive-ptex-fonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/ptex-fonts/" - "fonts/source/ptex-fonts/jis/" - "fonts/source/ptex-fonts/nmin-ngoth/" - "fonts/source/ptex-fonts/standard/" - "fonts/tfm/ptex-fonts/dvips/" - "fonts/tfm/ptex-fonts/jis/" - "fonts/tfm/ptex-fonts/nmin-ngoth/" - "fonts/tfm/ptex-fonts/standard/" - "fonts/vf/ptex-fonts/jis/" - "fonts/vf/ptex-fonts/nmin-ngoth/" - "fonts/vf/ptex-fonts/standard/") - (base32 - "0f33y28zmrc6gw01qj956vrwj3mh5gn6kph2i13yg1yi2hdl7wwa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/ptex-fonts/" + "fonts/source/ptex-fonts/jis/" + "fonts/source/ptex-fonts/nmin-ngoth/" + "fonts/source/ptex-fonts/standard/" + "fonts/tfm/ptex-fonts/dvips/" + "fonts/tfm/ptex-fonts/jis/" + "fonts/tfm/ptex-fonts/nmin-ngoth/" + "fonts/tfm/ptex-fonts/standard/" + "fonts/vf/ptex-fonts/jis/" + "fonts/vf/ptex-fonts/nmin-ngoth/" + "fonts/vf/ptex-fonts/standard/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f33y28zmrc6gw01qj956vrwj3mh5gn6kph2i13yg1yi2hdl7wwa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ptex-fonts") @@ -37779,11 +45371,16 @@ (define-public texlive-ptex2pdf (package (name "texlive-ptex2pdf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ptex2pdf/" "scripts/ptex2pdf/") - (base32 - "0vc4clig35s9cir2gmls7zvj8k1qal4np0akvlgsz2zch44b0imr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ptex2pdf/" "scripts/ptex2pdf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vc4clig35s9cir2gmls7zvj8k1qal4np0akvlgsz2zch44b0imr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "ptex2pdf.lua"))) @@ -37800,11 +45397,16 @@ (define-public texlive-pxbase (package (name "texlive-pxbase") (version "2023.0") - (source (texlive-origin - name version - (list "doc/platex/pxbase/" "tex/platex/pxbase/") - (base32 - "0dq9d4ixddffjnzb73d2qacgzm27665hvq2gsfjqzikzaa70dahw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/platex/pxbase/" "tex/platex/pxbase/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dq9d4ixddffjnzb73d2qacgzm27665hvq2gsfjqzikzaa70dahw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pxbase") @@ -37820,14 +45422,19 @@ (define-public texlive-pxchfon (package (name "texlive-pxchfon") (version "2023.0") - (source (texlive-origin - name version - (list "doc/platex/pxchfon/" "fonts/sfd/pxchfon/" - "fonts/tfm/public/pxchfon/" - "fonts/vf/public/pxchfon/" - "tex/platex/pxchfon/") - (base32 - "0pvhgcv6rxp2lnscsh9k3z907114p09ja3frcy5276is21d6sdrj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/platex/pxchfon/" "fonts/sfd/pxchfon/" + "fonts/tfm/public/pxchfon/" + "fonts/vf/public/pxchfon/" + "tex/platex/pxchfon/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pvhgcv6rxp2lnscsh9k3z907114p09ja3frcy5276is21d6sdrj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pxchfon") @@ -37846,11 +45453,16 @@ (define-public texlive-pxcjkcat (package (name "texlive-pxcjkcat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pxcjkcat/" "tex/latex/pxcjkcat/") - (base32 - "10lbwry55rdldfhj2v893rpp1jdzv00vxhg4hf4gsgsmv1nnp25f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pxcjkcat/" "tex/latex/pxcjkcat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10lbwry55rdldfhj2v893rpp1jdzv00vxhg4hf4gsgsmv1nnp25f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pxcjkcat") @@ -37866,12 +45478,17 @@ (define-public texlive-pxjahyper (package (name "texlive-pxjahyper") (version "2023.0") - (source (texlive-origin - name version - (list "doc/platex/pxjahyper/" - "tex/platex/pxjahyper/") - (base32 - "0128yslhwbrdhshjhxk6ayfl42ds0x0sfyvp91aspwbkfjnr34p9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/platex/pxjahyper/" + "tex/platex/pxjahyper/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0128yslhwbrdhshjhxk6ayfl42ds0x0sfyvp91aspwbkfjnr34p9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pxjahyper") @@ -37886,14 +45503,19 @@ (define-public texlive-pxjodel (package (name "texlive-pxjodel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pxjodel/" - "fonts/tfm/public/pxjodel/" - "fonts/vf/public/pxjodel/" - "tex/latex/pxjodel/") - (base32 - "1g5sd60zd34ark50qy2dgqrdcd5pwy5hxmi6g5jxqlj3j1n6r1ny"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pxjodel/" + "fonts/tfm/public/pxjodel/" + "fonts/vf/public/pxjodel/" + "tex/latex/pxjodel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1g5sd60zd34ark50qy2dgqrdcd5pwy5hxmi6g5jxqlj3j1n6r1ny")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pxjodel") @@ -37909,13 +45531,18 @@ (define-public texlive-pxrubrica (package (name "texlive-pxrubrica") (version "2023.0") - (source (texlive-origin - name version - (list "doc/platex/pxrubrica/" - "source/platex/pxrubrica/" - "tex/platex/pxrubrica/") - (base32 - "0n8jc65szkq114qg197hc9amrpifqvha8wifxplhvbmb09kzm5mm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/platex/pxrubrica/" + "source/platex/pxrubrica/" + "tex/platex/pxrubrica/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0n8jc65szkq114qg197hc9amrpifqvha8wifxplhvbmb09kzm5mm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pxrubrica") @@ -37931,14 +45558,19 @@ (define-public texlive-pxufont (package (name "texlive-pxufont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pxufont/" - "fonts/tfm/public/pxufont/" - "fonts/vf/public/pxufont/" - "tex/latex/pxufont/") - (base32 - "167hmw73lxgsv27gkzanr1plalsqfxphknl8q3rbamy2zp6n0al0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pxufont/" + "fonts/tfm/public/pxufont/" + "fonts/vf/public/pxufont/" + "tex/latex/pxufont/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "167hmw73lxgsv27gkzanr1plalsqfxphknl8q3rbamy2zp6n0al0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pxufont") @@ -37961,11 +45593,16 @@ (define-public texlive-pwebmac (package (name "texlive-pwebmac") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/pwebmac/" "tex/plain/pwebmac/") - (base32 - "18mc66iv5jszxwnrwvlx2c040521mray480my9pdcl7aw5w2z4a2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/pwebmac/" "tex/plain/pwebmac/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18mc66iv5jszxwnrwvlx2c040521mray480my9pdcl7aw5w2z4a2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pwebmac") @@ -37997,11 +45634,16 @@ (define-public texlive-random (package (name "texlive-random") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/random/" "tex/generic/random/") - (base32 - "04z7s4pm620bfjwgl46g4bqxzm2ab70ai8pj1x4p0qg8n50xaylf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/random/" "tex/generic/random/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04z7s4pm620bfjwgl46g4bqxzm2ab70ai8pj1x4p0qg8n50xaylf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/random") @@ -38016,13 +45658,18 @@ (define-public texlive-randomlist (package (name "texlive-randomlist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/randomlist/" - "source/generic/randomlist/" - "tex/generic/randomlist/") - (base32 - "04pbbxxnynyc3l94560vvnad3rx7l2ic6p078az15v5qic7rki84"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/randomlist/" + "source/generic/randomlist/" + "tex/generic/randomlist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04pbbxxnynyc3l94560vvnad3rx7l2ic6p078az15v5qic7rki84")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/randomlist") @@ -38039,12 +45686,17 @@ (define-public texlive-resumemac (package (name "texlive-resumemac") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/resumemac/" - "tex/plain/resumemac/") - (base32 - "0q6ngs2inzk2nk9f06s9w9q2qhx71dw7nflmrc9hzx9w0pinw830"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/resumemac/" + "tex/plain/resumemac/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q6ngs2inzk2nk9f06s9w9q2qhx71dw7nflmrc9hzx9w0pinw830")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/resumemac") @@ -38056,11 +45708,16 @@ (define-public texlive-ruler (package (name "texlive-ruler") (version "2023.0") - (source (texlive-origin - name version - (list "tex/generic/ruler/") - (base32 - "1ikap9dkdw9lzpda0f2krizqbfkyjxvyddils7clim9nhg77aq71"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/generic/ruler/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ikap9dkdw9lzpda0f2krizqbfkyjxvyddils7clim9nhg77aq71")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ruler") (synopsis "Typographic ruler for TeX") @@ -38075,13 +45732,18 @@ (define-public texlive-schemata (package (name "texlive-schemata") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/schemata/" - "source/generic/schemata/" - "tex/generic/schemata/") - (base32 - "1196653ankylbcsiv1cnrrazz2qplcs27llpv947h4m94vx4sl19"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/schemata/" + "source/generic/schemata/" + "tex/generic/schemata/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1196653ankylbcsiv1cnrrazz2qplcs27llpv947h4m94vx4sl19")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/schemata") @@ -38097,13 +45759,18 @@ (define-public texlive-shade (package (name "texlive-shade") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/shade/" - "fonts/source/public/shade/" - "tex/generic/shade/") - (base32 - "1b7m11d374cx5rcrvgd2jld1wzixvky3mqdg54hnsg9x14p2dxpg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/shade/" + "fonts/source/public/shade/" + "tex/generic/shade/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b7m11d374cx5rcrvgd2jld1wzixvky3mqdg54hnsg9x14p2dxpg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/shade") @@ -38118,12 +45785,17 @@ (define-public texlive-simplekv (package (name "texlive-simplekv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/simplekv/" - "tex/generic/simplekv/") - (base32 - "0ghyb0m7hyqa10pwcza9z2wyb7010n3snpj1rdp79z8jfq5c288m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/simplekv/" + "tex/generic/simplekv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ghyb0m7hyqa10pwcza9z2wyb7010n3snpj1rdp79z8jfq5c288m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/simplekv") @@ -38136,11 +45808,16 @@ (define-public texlive-swrule (package (name "texlive-swrule") (version "2023.0") - (source (texlive-origin - name version - (list "tex/generic/swrule/") - (base32 - "075mshpyi9gxbi3n0hbh3ygidzw1daxy697lhc7cc99i39y8scpi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/generic/swrule/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "075mshpyi9gxbi3n0hbh3ygidzw1daxy697lhc7cc99i39y8scpi")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/swrule") (synopsis "Lines thicker in the middle than at the ends") @@ -38158,12 +45835,17 @@ (define-public texlive-systeme (package (name "texlive-systeme") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/systeme/" - "tex/generic/systeme/") - (base32 - "02n8bchq9crv21cqvji4kkrjsyp34wny5i047jyp1j2yz8i99m5y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/systeme/" + "tex/generic/systeme/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02n8bchq9crv21cqvji4kkrjsyp34wny5i047jyp1j2yz8i99m5y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/systeme") @@ -38179,11 +45861,16 @@ (define-public texlive-tabto-generic (package (name "texlive-tabto-generic") (version "2023.0") - (source (texlive-origin - name version - (list "tex/generic/tabto-generic/") - (base32 - "0i65jflbnhqpqf1w7pkagicic1s39gcl319z7g9zr1g80f9532dv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/generic/tabto-generic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0i65jflbnhqpqf1w7pkagicic1s39gcl319z7g9zr1g80f9532dv")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tabto-generic") (synopsis "Tab to a measured position in the line") @@ -38197,12 +45884,17 @@ (define-public texlive-talos (package (name "texlive-talos") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/talos/" - "fonts/opentype/public/talos/") - (base32 - "1m656d4lkc9ikp7gb91yna4323lip3xcr6n3kqh1j4sqvp4rkm61"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/talos/" + "fonts/opentype/public/talos/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m656d4lkc9ikp7gb91yna4323lip3xcr6n3kqh1j4sqvp4rkm61")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/talos") @@ -38218,13 +45910,18 @@ (define-public texlive-termmenu (package (name "texlive-termmenu") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/termmenu/" - "source/generic/termmenu/" - "tex/generic/termmenu/") - (base32 - "0d1pdz5izr43ndji7g28932dnnf8d6nxvh8bay2yk7647yh47aj4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/termmenu/" + "source/generic/termmenu/" + "tex/generic/termmenu/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d1pdz5izr43ndji7g28932dnnf8d6nxvh8bay2yk7647yh47aj4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/termmenu") @@ -38240,12 +45937,17 @@ (define-public texlive-teubner (package (name "texlive-teubner") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/teubner/" "source/latex/teubner/" - "tex/latex/teubner/") - (base32 - "1wlp2hv1xsn7z1d42y01mwp4yq06w1j9p3fgk2vvi4ca20rgg7pk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/teubner/" "source/latex/teubner/" + "tex/latex/teubner/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wlp2hv1xsn7z1d42y01mwp4yq06w1j9p3fgk2vvi4ca20rgg7pk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/teubner") @@ -38261,14 +45963,19 @@ (define-public texlive-tex (package (name "texlive-tex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/initex.1" - "doc/man/man1/initex.man1.pdf" - "doc/man/man1/tex.1" - "doc/man/man1/tex.man1.pdf") - (base32 - "1n4jybv4qghg74anpj7n7kj4l908f476q597vyvvq59fd9k5m7mm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/initex.1" + "doc/man/man1/initex.man1.pdf" + "doc/man/man1/tex.1" + "doc/man/man1/tex.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n4jybv4qghg74anpj7n7kj4l908f476q597vyvvq59fd9k5m7mm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -38298,13 +46005,18 @@ (define-public texlive-tex-ps (package (name "texlive-tex-ps") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/tex-ps/cmyk-hax/" - "doc/generic/tex-ps/poligraf/" - "dvips/tex-ps/" "tex/generic/tex-ps/") - (base32 - "09f70q2bhmq7bn98f2g2pq62wnfhj24bzkbv652sjrw5rafp0311"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/tex-ps/cmyk-hax/" + "doc/generic/tex-ps/poligraf/" + "dvips/tex-ps/" "tex/generic/tex-ps/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09f70q2bhmq7bn98f2g2pq62wnfhj24bzkbv652sjrw5rafp0311")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tex-ps") @@ -38319,13 +46031,18 @@ (define-public texlive-texdate (package (name "texlive-texdate") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/texdate/" - "source/generic/texdate/" - "tex/generic/texdate/") - (base32 - "0knssay50rm8pbksph20hhfbpwwby3a9pswvxyq63imn5qppz2dp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/texdate/" + "source/generic/texdate/" + "tex/generic/texdate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0knssay50rm8pbksph20hhfbpwwby3a9pswvxyq63imn5qppz2dp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texdate") @@ -38344,12 +46061,17 @@ (define-public texlive-texdimens (package (name "texlive-texdimens") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/texdimens/" - "tex/generic/texdimens/") - (base32 - "0l6raryqpxydis9kq6sd4pvz7d2rzrrsnx7k9n3d3921pp208lv4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/texdimens/" + "tex/generic/texdimens/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l6raryqpxydis9kq6sd4pvz7d2rzrrsnx7k9n3d3921pp208lv4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texdimens") @@ -38363,11 +46085,16 @@ (define-public texlive-timetable (package (name "texlive-timetable") (version "2023.0") - (source (texlive-origin - name version - (list "tex/plain/timetable/") - (base32 - "1lnl8gi2rrzcy688qb8b1ff9yivwxdqmbcfx2ph49aymkxfym97b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/plain/timetable/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lnl8gi2rrzcy688qb8b1ff9yivwxdqmbcfx2ph49aymkxfym97b")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/timetable") (synopsis "Generate timetables") @@ -38381,11 +46108,16 @@ (define-public texlive-transparent-io (package (name "texlive-transparent-io") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/transparent-io/") - (base32 - "04zfmk25qw2cnja1zqhafabsy26zalxiawf6pm5zqx4x1jl47i6j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/transparent-io/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04zfmk25qw2cnja1zqhafabsy26zalxiawf6pm5zqx4x1jl47i6j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/transparent-io") @@ -38409,11 +46141,16 @@ (define-public texlive-treetex (package (name "texlive-treetex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/treetex/" "tex/plain/treetex/") - (base32 - "0cv7kwa865i473l8ffsyq5n7kw6pihclf87asbpsc1rx2h4v6mhs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/treetex/" "tex/plain/treetex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cv7kwa865i473l8ffsyq5n7kw6pihclf87asbpsc1rx2h4v6mhs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/treetex-plain") @@ -38426,12 +46163,17 @@ (define-public texlive-trigonometry (package (name "texlive-trigonometry") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/trigonometry/" - "tex/generic/trigonometry/") - (base32 - "165n813kj0znfrnqkqv0gja3nyr2lznnhbmsay6l8a5nj59h7cxl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/trigonometry/" + "tex/generic/trigonometry/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "165n813kj0znfrnqkqv0gja3nyr2lznnhbmsay6l8a5nj59h7cxl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/trigonometry") @@ -38446,11 +46188,16 @@ (define-public texlive-upca (package (name "texlive-upca") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/upca/" "tex/generic/upca/") - (base32 - "0miqn29dln9c2nlvcivsq7ciyb70ffk16v7dmzfn976xnvfsjbiw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/upca/" "tex/generic/upca/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0miqn29dln9c2nlvcivsq7ciyb70ffk16v7dmzfn976xnvfsjbiw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/upca") @@ -38464,16 +46211,21 @@ (define-public texlive-uplatex (package (name "texlive-uplatex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/uplatex.1" - "doc/man/man1/uplatex.man1.pdf" - "doc/uplatex/base/" - "source/uplatex/base/" - "tex/uplatex/base/" - "tex/uplatex/config/") - (base32 - "0bzkyira30b9xdsdfxjmwzgqffl9pvckz5avm6c3r0bq6asiml9l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/uplatex.1" + "doc/man/man1/uplatex.man1.pdf" + "doc/uplatex/base/" + "source/uplatex/base/" + "tex/uplatex/base/" + "tex/uplatex/config/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bzkyira30b9xdsdfxjmwzgqffl9pvckz5avm6c3r0bq6asiml9l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -38516,12 +46268,17 @@ (define-public texlive-uptex-base (package (name "texlive-uptex-base") (version "2023.0") - (source (texlive-origin - name version - (list "doc/uptex/uptex-base/" - "tex/uptex/uptex-base/") - (base32 - "1xd55rv5ivlmmfmvvz611by6dbi0cw4lwpprcvd9yvgmqjafc1pj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/uptex/uptex-base/" + "tex/uptex/uptex-base/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xd55rv5ivlmmfmvvz611by6dbi0cw4lwpprcvd9yvgmqjafc1pj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uptex-base") @@ -38535,20 +46292,25 @@ (define-public texlive-uptex (package (name "texlive-uptex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/euptex.1" - "doc/man/man1/euptex.man1.pdf" - "doc/man/man1/upbibtex.1" - "doc/man/man1/upbibtex.man1.pdf" - "doc/man/man1/uppltotf.1" - "doc/man/man1/uppltotf.man1.pdf" - "doc/man/man1/uptex.1" - "doc/man/man1/uptex.man1.pdf" - "doc/man/man1/uptftopl.1" - "doc/man/man1/uptftopl.man1.pdf") - (base32 - "14hn2n6jbibbqbdr72j74z5bz003jnlabi3kja0f0waxhas680gd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/euptex.1" + "doc/man/man1/euptex.man1.pdf" + "doc/man/man1/upbibtex.1" + "doc/man/man1/upbibtex.man1.pdf" + "doc/man/man1/uppltotf.1" + "doc/man/man1/uppltotf.man1.pdf" + "doc/man/man1/uptex.1" + "doc/man/man1/uptex.man1.pdf" + "doc/man/man1/uptftopl.1" + "doc/man/man1/uptftopl.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14hn2n6jbibbqbdr72j74z5bz003jnlabi3kja0f0waxhas680gd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:create-formats #~(list "euptex" "uptex"))) @@ -38615,17 +46377,22 @@ (define-public texlive-uptex-fonts (package (name "texlive-uptex-fonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/uptex-fonts/" - "fonts/cmap/uptex-fonts/" - "fonts/source/uptex-fonts/" - "fonts/tfm/uptex-fonts/jis/" - "fonts/tfm/uptex-fonts/min/" - "fonts/vf/uptex-fonts/jis/" - "fonts/vf/uptex-fonts/min/") - (base32 - "13cvdmfr97ad77q0djffl28grm1brqcsb1ccwkfdnkznp7ihiz82"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/uptex-fonts/" + "fonts/cmap/uptex-fonts/" + "fonts/source/uptex-fonts/" + "fonts/tfm/uptex-fonts/jis/" + "fonts/tfm/uptex-fonts/min/" + "fonts/vf/uptex-fonts/jis/" + "fonts/vf/uptex-fonts/min/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13cvdmfr97ad77q0djffl28grm1brqcsb1ccwkfdnkznp7ihiz82")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uptex-fonts") @@ -38637,12 +46404,17 @@ (define-public texlive-upzhkinsoku (package (name "texlive-upzhkinsoku") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/upzhkinsoku/" - "tex/generic/upzhkinsoku/") - (base32 - "0c95fy9raykpjgnkz5h0wyjxyg2h0ksx2kb14lx2rsv65xsi909y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/upzhkinsoku/" + "tex/generic/upzhkinsoku/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c95fy9raykpjgnkz5h0wyjxyg2h0ksx2kb14lx2rsv65xsi909y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/upzhkinsoku") @@ -38657,12 +46429,17 @@ (define-public texlive-variations (package (name "texlive-variations") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/variations/" - "tex/generic/variations/") - (base32 - "1ad1yc1v32ds4wj36fql6fjiacziw4ynvw0rpj3x01k6jdvh44xh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/variations/" + "tex/generic/variations/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ad1yc1v32ds4wj36fql6fjiacziw4ynvw0rpj3x01k6jdvh44xh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/variations") @@ -38677,11 +46454,16 @@ (define-public texlive-varisize (package (name "texlive-varisize") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/varisize/" "tex/plain/varisize/") - (base32 - "0nd89zhwyg5z9wcy1lixg3hzcfw83lsilkjhhy9kir0fi9whdbv4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/varisize/" "tex/plain/varisize/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nd89zhwyg5z9wcy1lixg3hzcfw83lsilkjhhy9kir0fi9whdbv4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/varisize") @@ -38696,12 +46478,17 @@ (define-public texlive-xgreek (package (name "texlive-xgreek") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xgreek/" "source/latex/xgreek/" - "tex/latex/xgreek/") - (base32 - "0hmy7s53bi9szvp13zcg6hk23s8mr2ssbnmq9cw5sb8ggz8icywa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xgreek/" "source/latex/xgreek/" + "tex/latex/xgreek/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hmy7s53bi9szvp13zcg6hk23s8mr2ssbnmq9cw5sb8ggz8icywa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xgreek") @@ -38722,11 +46509,16 @@ (define-public texlive-xii (package (name "texlive-xii") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/xii/") - (base32 - "19jhzv5hqzj59wrfcr1dsj6z56qfckax694idgf8arri5lnbkdd8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/xii/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19jhzv5hqzj59wrfcr1dsj6z56qfckax694idgf8arri5lnbkdd8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xii") @@ -38740,11 +46532,16 @@ (define-public texlive-xii-lat (package (name "texlive-xii-lat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/xii-lat/") - (base32 - "1nn54xv71kcmn9jbkcslz6a64cvjcay9x96rrxnakdj9qcqd27r5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/xii-lat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nn54xv71kcmn9jbkcslz6a64cvjcay9x96rrxnakdj9qcqd27r5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xii-lat") @@ -38758,12 +46555,17 @@ (define-public texlive-xintsession (package (name "texlive-xintsession") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/xintsession/" - "tex/plain/xintsession/") - (base32 - "0rd2jmq62ariq73qwch1hz1jmzdw6sn48ngh64pgm6qkqbpddxkv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/xintsession/" + "tex/plain/xintsession/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rd2jmq62ariq73qwch1hz1jmzdw6sn48ngh64pgm6qkqbpddxkv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xintsession") @@ -38784,11 +46586,16 @@ (define-public texlive-xlop (package (name "texlive-xlop") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/xlop/" "tex/generic/xlop/") - (base32 - "1yqks7jvb5ikg2xx038rsxbkhagms1zqjmipnv49rqliavcq03gj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/xlop/" "tex/generic/xlop/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yqks7jvb5ikg2xx038rsxbkhagms1zqjmipnv49rqliavcq03gj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xlop") @@ -38804,12 +46611,17 @@ (define-public texlive-xtuthesis (package (name "texlive-xtuthesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xtuthesis/" - "tex/latex/xtuthesis/") - (base32 - "1fdk9dkikqlkjwrg8qjm2phvsyyvddshf78bjy6liyz5hqakk6r8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xtuthesis/" + "tex/latex/xtuthesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fdk9dkikqlkjwrg8qjm2phvsyyvddshf78bjy6liyz5hqakk6r8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xtuthesis") @@ -38822,13 +46634,18 @@ (define-public texlive-yannisgr (package (name "texlive-yannisgr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/yannisgr/" - "fonts/source/public/yannisgr/" - "fonts/tfm/public/yannisgr/") - (base32 - "0s5cfid1r6jn34kzvmxwxyxpvyb0rayn80x3n7k515p1plqmmrnq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/yannisgr/" + "fonts/source/public/yannisgr/" + "fonts/tfm/public/yannisgr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s5cfid1r6jn34kzvmxwxyxpvyb0rayn80x3n7k515p1plqmmrnq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-levy texlive-metafont)) @@ -38845,12 +46662,17 @@ (define-public texlive-zhlineskip (package (name "texlive-zhlineskip") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/zhlineskip/" - "tex/latex/zhlineskip/") - (base32 - "070vi0pra74in55r0pq2k35s3x3xk6gjwvnsif7bnx4k7wn39mal"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/zhlineskip/" + "tex/latex/zhlineskip/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "070vi0pra74in55r0pq2k35s3x3xk6gjwvnsif7bnx4k7wn39mal")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zhlineskip") @@ -38867,13 +46689,18 @@ (define-public texlive-zhlipsum (package (name "texlive-zhlipsum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/zhlipsum/" - "source/latex/zhlipsum/" - "tex/latex/zhlipsum/") - (base32 - "1lhc3a8l5sizyw0v1cfsrwwwymmyab1yvx99iqhdh7avrzmi2gda"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/zhlipsum/" + "source/latex/zhlipsum/" + "tex/latex/zhlipsum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lhc3a8l5sizyw0v1cfsrwwwymmyab1yvx99iqhdh7avrzmi2gda")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ctex)) @@ -38889,11 +46716,16 @@ (define-public texlive-zztex (package (name "texlive-zztex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/zztex/" "tex/plain/zztex/") - (base32 - "07vx3m2g4vl2v1nxxy5dih67jg406y2i94sgkrmplm54b0pp42g3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/zztex/" "tex/plain/zztex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07vx3m2g4vl2v1nxxy5dih67jg406y2i94sgkrmplm54b0pp42g3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zztex") @@ -38908,32 +46740,37 @@ (define-public texlive-lcdftypetools (package (name "texlive-lcdftypetools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/cfftot1.1" - "doc/man/man1/cfftot1.man1.pdf" - "doc/man/man1/mmafm.1" - "doc/man/man1/mmafm.man1.pdf" - "doc/man/man1/mmpfb.1" - "doc/man/man1/mmpfb.man1.pdf" - "doc/man/man1/otfinfo.1" - "doc/man/man1/otfinfo.man1.pdf" - "doc/man/man1/otftotfm.1" - "doc/man/man1/otftotfm.man1.pdf" - "doc/man/man1/t1dotlessj.1" - "doc/man/man1/t1dotlessj.man1.pdf" - "doc/man/man1/t1lint.1" - "doc/man/man1/t1lint.man1.pdf" - "doc/man/man1/t1rawafm.1" - "doc/man/man1/t1rawafm.man1.pdf" - "doc/man/man1/t1reencode.1" - "doc/man/man1/t1reencode.man1.pdf" - "doc/man/man1/t1testpage.1" - "doc/man/man1/t1testpage.man1.pdf" - "doc/man/man1/ttftotype42.1" - "doc/man/man1/ttftotype42.man1.pdf") - (base32 - "0yjbc6rsf8c62qa1lyi9kjyjy2p0xlps19llnvly3xyhla08j76f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/cfftot1.1" + "doc/man/man1/cfftot1.man1.pdf" + "doc/man/man1/mmafm.1" + "doc/man/man1/mmafm.man1.pdf" + "doc/man/man1/mmpfb.1" + "doc/man/man1/mmpfb.man1.pdf" + "doc/man/man1/otfinfo.1" + "doc/man/man1/otfinfo.man1.pdf" + "doc/man/man1/otftotfm.1" + "doc/man/man1/otftotfm.man1.pdf" + "doc/man/man1/t1dotlessj.1" + "doc/man/man1/t1dotlessj.man1.pdf" + "doc/man/man1/t1lint.1" + "doc/man/man1/t1lint.man1.pdf" + "doc/man/man1/t1rawafm.1" + "doc/man/man1/t1rawafm.man1.pdf" + "doc/man/man1/t1reencode.1" + "doc/man/man1/t1reencode.man1.pdf" + "doc/man/man1/t1testpage.1" + "doc/man/man1/t1testpage.man1.pdf" + "doc/man/man1/ttftotype42.1" + "doc/man/man1/ttftotype42.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yjbc6rsf8c62qa1lyi9kjyjy2p0xlps19llnvly3xyhla08j76f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-glyphlist texlive-lcdftypetools-bin)) @@ -39021,12 +46858,17 @@ (define-public texlive-latex (package (name "texlive-latex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/base/" "makeindex/latex/" - "source/latex/base/" "tex/latex/base/") - (base32 - "0yqxf70rzhzyrr5jrcqmqay9zhjz8f3qhcxak01g5cywdgvzfmpq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/base/" "makeindex/latex/" + "source/latex/base/" "tex/latex/base/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yqxf70rzhzyrr5jrcqmqay9zhjz8f3qhcxak01g5cywdgvzfmpq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -39059,13 +46901,18 @@ (define-public texlive-latexbug (package (name "texlive-latexbug") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latexbug/" - "source/latex/latexbug/" - "tex/latex/latexbug/") - (base32 - "0l9cyw41knbw3prsi4rbd2av4qfpkvzjs754847kv72dq1304m1i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latexbug/" + "source/latex/latexbug/" + "tex/latex/latexbug/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l9cyw41knbw3prsi4rbd2av4qfpkvzjs754847kv72dq1304m1i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latexbug") @@ -39081,12 +46928,17 @@ (define-public texlive-lcyw (package (name "texlive-lcyw") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lcyw/" "source/latex/lcyw/" - "tex/latex/lcyw/") - (base32 - "1yijk9l2ls6sq45ifx6m9d7xxk0ysrnn1y3fjz8wxwgwxp88x9fh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lcyw/" "source/latex/lcyw/" + "tex/latex/lcyw/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yijk9l2ls6sq45ifx6m9d7xxk0ysrnn1y3fjz8wxwgwxp88x9fh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lcyw") @@ -39100,11 +46952,16 @@ (define-public texlive-lhcyr (package (name "texlive-lhcyr") (version "2023.0") - (source (texlive-origin - name version - (list "source/latex/lhcyr/" "tex/latex/lhcyr/") - (base32 - "09cg2hs5g20axbfpv2k6df5pi3xm0aywcswhnknllykr6z0ip2zw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "source/latex/lhcyr/" "tex/latex/lhcyr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09cg2hs5g20axbfpv2k6df5pi3xm0aywcswhnknllykr6z0ip2zw")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lhcyr") (synopsis "Non-standard Cyrillic input scheme") @@ -39123,14 +46980,19 @@ (define-public texlive-luafindfont (package (name "texlive-luafindfont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/luafindfont.1" - "doc/man/man1/luafindfont.man1.pdf" - "doc/support/luafindfont/" - "scripts/luafindfont/") - (base32 - "1xyqlbwgsbb5al2ss9w40wsigsmlj97rf6ck3rih41s0js7yz4aj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/luafindfont.1" + "doc/man/man1/luafindfont.man1.pdf" + "doc/support/luafindfont/" + "scripts/luafindfont/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xyqlbwgsbb5al2ss9w40wsigsmlj97rf6ck3rih41s0js7yz4aj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "luafindfont.lua"))) @@ -39143,12 +47005,17 @@ (define-public texlive-bidi (package (name "texlive-bidi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/bidi/" "source/xelatex/bidi/" - "tex/xelatex/bidi/") - (base32 - "0zrmdgzbd8shzv1m1xvfqz515mwy5igkjwnnc4jrm1csbjf7jnj8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/bidi/" "source/xelatex/bidi/" + "tex/xelatex/bidi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zrmdgzbd8shzv1m1xvfqz515mwy5igkjwnnc4jrm1csbjf7jnj8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bidi") @@ -39163,12 +47030,17 @@ (define-public texlive-bidi-atbegshi (package (name "texlive-bidi-atbegshi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/bidi-atbegshi/" - "tex/xelatex/bidi-atbegshi/") - (base32 - "08gawna9hf5p3rn0v5qzszk61zqknixafvh6d2x37x960x493gn7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/bidi-atbegshi/" + "tex/xelatex/bidi-atbegshi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08gawna9hf5p3rn0v5qzszk61zqknixafvh6d2x37x960x493gn7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bidi-atbegshi") @@ -39184,12 +47056,17 @@ (define-public texlive-bidicontour (package (name "texlive-bidicontour") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/bidicontour/" - "tex/xelatex/bidicontour/") - (base32 - "1kiqbn5map3d9bmlvr5cq1snssw44c772xzjp6yyjvg6wg1zy0bn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/bidicontour/" + "tex/xelatex/bidicontour/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kiqbn5map3d9bmlvr5cq1snssw44c772xzjp6yyjvg6wg1zy0bn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bidicontour") @@ -39204,12 +47081,17 @@ (define-public texlive-bidipagegrid (package (name "texlive-bidipagegrid") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/bidipagegrid/" - "tex/xelatex/bidipagegrid/") - (base32 - "19jkg4apf1g3whigcchbcf8p14lpxkz9ih2vrw00akwfh8v3ssrk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/bidipagegrid/" + "tex/xelatex/bidipagegrid/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19jkg4apf1g3whigcchbcf8p14lpxkz9ih2vrw00akwfh8v3ssrk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bidipagegrid") @@ -39222,12 +47104,17 @@ (define-public texlive-bidipresentation (package (name "texlive-bidipresentation") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/bidipresentation/" - "tex/xelatex/bidipresentation/") - (base32 - "0b9md68zzj3nzi9b4hdavjz43nwair1xg3b240p0bp5ly5l6pvmr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/bidipresentation/" + "tex/xelatex/bidipresentation/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b9md68zzj3nzi9b4hdavjz43nwair1xg3b240p0bp5ly5l6pvmr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bidipresentation") @@ -39242,12 +47129,17 @@ (define-public texlive-bidishadowtext (package (name "texlive-bidishadowtext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/bidishadowtext/" - "tex/xelatex/bidishadowtext/") - (base32 - "1nq71bgz7vag9k138mx8hsf42cjvgry2g4z9jiqmq4almm23a1gq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/bidishadowtext/" + "tex/xelatex/bidishadowtext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nq71bgz7vag9k138mx8hsf42cjvgry2g4z9jiqmq4almm23a1gq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bidishadowtext") @@ -39261,13 +47153,18 @@ (define-public texlive-alphalph (package (name "texlive-alphalph") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/alphalph/" - "source/latex/alphalph/" - "tex/generic/alphalph/") - (base32 - "0ap59hmg0brg2wlh3bl77jxfxrk7hphhdal8cr05mby9bw35gffy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/alphalph/" + "source/latex/alphalph/" + "tex/generic/alphalph/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ap59hmg0brg2wlh3bl77jxfxrk7hphhdal8cr05mby9bw35gffy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/alphalph") @@ -39284,20 +47181,25 @@ (define-public texlive-antt (package (name "texlive-antt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/antt/" - "doc/latex/antt/" - "fonts/afm/public/antt/" - "fonts/enc/dvips/antt/" - "fonts/map/dvips/antt/" - "fonts/opentype/public/antt/" - "fonts/tfm/public/antt/" - "fonts/type1/public/antt/" - "tex/latex/antt/" - "tex/plain/antt/") - (base32 - "1fvmgb581ixc4fvw5l0g11hlvdpf0cld6db0cg3vysw5yabas3vm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/antt/" + "doc/latex/antt/" + "fonts/afm/public/antt/" + "fonts/enc/dvips/antt/" + "fonts/map/dvips/antt/" + "fonts/opentype/public/antt/" + "fonts/tfm/public/antt/" + "fonts/type1/public/antt/" + "tex/latex/antt/" + "tex/plain/antt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fvmgb581ixc4fvw5l0g11hlvdpf0cld6db0cg3vysw5yabas3vm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/antt") @@ -39311,13 +47213,18 @@ (define-public texlive-asana-math (package (name "texlive-asana-math") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/asana-math/" - "fonts/opentype/public/asana-math/" - "fonts/truetype/public/asana-math/") - (base32 - "1q934gackj9j7b7bvlq7yv1pr9rxrhhip1as7ywgx8d45ddig2rq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/asana-math/" + "fonts/opentype/public/asana-math/" + "fonts/truetype/public/asana-math/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q934gackj9j7b7bvlq7yv1pr9rxrhhip1as7ywgx8d45ddig2rq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/asana-math") @@ -39332,20 +47239,25 @@ (define-public texlive-avantgar (package (name "texlive-avantgar") (version "2023.0") - (source (texlive-origin - name version - (list "dvips/avantgar/" - "fonts/afm/adobe/avantgar/" - "fonts/afm/urw/avantgar/" - "fonts/map/dvips/avantgar/" - "fonts/tfm/adobe/avantgar/" - "fonts/tfm/urw35vf/avantgar/" - "fonts/type1/urw/avantgar/" - "fonts/vf/adobe/avantgar/" - "fonts/vf/urw35vf/avantgar/" - "tex/latex/avantgar/") - (base32 - "1200x40k7wprm4n7srxvgrax2l52vn6d5ri2x0q7zbzzsfxfzkym"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "dvips/avantgar/" + "fonts/afm/adobe/avantgar/" + "fonts/afm/urw/avantgar/" + "fonts/map/dvips/avantgar/" + "fonts/tfm/adobe/avantgar/" + "fonts/tfm/urw35vf/avantgar/" + "fonts/type1/urw/avantgar/" + "fonts/vf/adobe/avantgar/" + "fonts/vf/urw35vf/avantgar/" + "tex/latex/avantgar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1200x40k7wprm4n7srxvgrax2l52vn6d5ri2x0q7zbzzsfxfzkym")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/urw-base35") (synopsis "Replacement for Adobe's Avant Garde font") @@ -39358,11 +47270,16 @@ (define-public texlive-undergradmath (package (name "texlive-undergradmath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/undergradmath/") - (base32 - "1z8my3fwqc8rfc1843j7lcmfka2023z9k0js4ygh1m8kilc2nrr7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/undergradmath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z8my3fwqc8rfc1843j7lcmfka2023z9k0js4ygh1m8kilc2nrr7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/undergradmath") @@ -39376,11 +47293,16 @@ (define-public texlive-underscore (package (name "texlive-underscore") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/underscore/" "tex/latex/underscore/") - (base32 - "0slxsxc9azmv3gsm55jkhkv8a06wafankp55hhsdd6k4prp8szrb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/underscore/" "tex/latex/underscore/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0slxsxc9azmv3gsm55jkhkv8a06wafankp55hhsdd6k4prp8szrb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/underscore") @@ -39399,12 +47321,17 @@ (define-public texlive-unicode-data (package (name "texlive-unicode-data") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/unicode-data/" - "tex/generic/unicode-data/") - (base32 - "13zff8fk0fwa1ab8wc5yfbay0022jkk1j9zq5azn6gzcxs9szm6q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/unicode-data/" + "tex/generic/unicode-data/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13zff8fk0fwa1ab8wc5yfbay0022jkk1j9zq5azn6gzcxs9szm6q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) @@ -39427,13 +47354,18 @@ (define-public texlive-hologo (package (name "texlive-hologo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/hologo/" - "source/generic/hologo/" - "tex/generic/hologo/") - (base32 - "0n62zwz93ab6vfb0hd2h0ncj9gwavg01i3djj7wyr7gyj20xb34x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/hologo/" + "source/generic/hologo/" + "tex/generic/hologo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0n62zwz93ab6vfb0hd2h0ncj9gwavg01i3djj7wyr7gyj20xb34x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hologo") @@ -39449,11 +47381,16 @@ (define-public texlive-hook-pre-commit-pkg (package (name "texlive-hook-pre-commit-pkg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/hook-pre-commit-pkg/") - (base32 - "0mikg4p9wxb28vgwh1acgdhwa2fqnc8rw3jg355d6s137m40awc6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/hook-pre-commit-pkg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mikg4p9wxb28vgwh1acgdhwa2fqnc8rw3jg355d6s137m40awc6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hook-pre-commit-pkg") @@ -39493,12 +47430,17 @@ (define-public texlive-hopatch (package (name "texlive-hopatch") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hopatch/" "source/latex/hopatch/" - "tex/latex/hopatch/") - (base32 - "03hafzf0kpjhn5x392bziwyx0vf6fwcsy0xrn0c0jzn5cq5nqhap"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hopatch/" "source/latex/hopatch/" + "tex/latex/hopatch/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03hafzf0kpjhn5x392bziwyx0vf6fwcsy0xrn0c0jzn5cq5nqhap")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hopatch") @@ -39514,20 +47456,25 @@ (define-public texlive-hyphen-base (package (name "texlive-hyphen-base") (version "2023.0") - (source (texlive-origin - name version - (list "/tex/generic/config/language.dat" - "/tex/generic/config/language.dat.lua" - "/tex/generic/config/language.def" - "/tex/generic/config/language.us" - "/tex/generic/config/language.us.def" - "/tex/generic/config/language.us.lua" - "/tex/generic/hyphen/dumyhyph.tex" - "/tex/generic/hyphen/hyphen.tex" - "/tex/generic/hyphen/hypht1.tex" - "/tex/generic/hyphen/zerohyph.tex") - (base32 - "0p3p12pm9gyrhr1zzvzazfmybhavqd9hdi77ygm3ygq8km7raq3h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "/tex/generic/config/language.dat" + "/tex/generic/config/language.dat.lua" + "/tex/generic/config/language.def" + "/tex/generic/config/language.us" + "/tex/generic/config/language.us.def" + "/tex/generic/config/language.us.lua" + "/tex/generic/hyphen/dumyhyph.tex" + "/tex/generic/hyphen/hyphen.tex" + "/tex/generic/hyphen/hypht1.tex" + "/tex/generic/hyphen/zerohyph.tex")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p3p12pm9gyrhr1zzvzazfmybhavqd9hdi77ygm3ygq8km7raq3h")))) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) (home-page "https://tug.org/texlive/") @@ -39542,12 +47489,17 @@ (define-public texlive-hyphenex (package (name "texlive-hyphenex") (version "2023.0") - (source (texlive-origin - name version - (list "source/generic/hyphenex/" - "tex/generic/hyphenex/") - (base32 - "1v1p93i56xgp01zly30bkfgb9py8nav1r620dbgz1q7438zbhzpp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "source/generic/hyphenex/" + "tex/generic/hyphenex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v1p93i56xgp01zly30bkfgb9py8nav1r620dbgz1q7438zbhzpp")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hyphenex") (synopsis "US English hyphenation exceptions file") @@ -39563,13 +47515,18 @@ (define-public texlive-index (package (name "texlive-index") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/index/" "doc/latex/index/" - "makeindex/index/" "source/latex/index/" - "tex/latex/index/") - (base32 - "0f1infc8fcpw16crciampy4cqqhl4hzypyfacbwsk4cnl0fyivns"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/index/" "doc/latex/index/" + "makeindex/index/" "source/latex/index/" + "tex/latex/index/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f1infc8fcpw16crciampy4cqqhl4hzypyfacbwsk4cnl0fyivns")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/index") @@ -39584,12 +47541,17 @@ (define-public texlive-installfont (package (name "texlive-installfont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/installfont/" - "scripts/installfont/") - (base32 - "0wgksqg88hdzfvrywrv91al9skpj2vly09ly7qmzahqsyvdgmb9p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/installfont/" + "scripts/installfont/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wgksqg88hdzfvrywrv91al9skpj2vly09ly7qmzahqsyvdgmb9p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "installfont-tl"))) @@ -39610,27 +47572,32 @@ (define-public texlive-dvipdfmx (package (name "texlive-dvipdfmx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/dvipdfm/" - "doc/dvipdfmx/" - "doc/man/man1/dvipdfm.1" - "doc/man/man1/dvipdfm.man1.pdf" - "doc/man/man1/dvipdfmx.1" - "doc/man/man1/dvipdfmx.man1.pdf" - "doc/man/man1/dvipdft.1" - "doc/man/man1/dvipdft.man1.pdf" - "doc/man/man1/ebb.1" - "doc/man/man1/ebb.man1.pdf" - "doc/man/man1/extractbb.1" - "doc/man/man1/extractbb.man1.pdf" - "doc/man/man1/xdvipdfmx.1" - "doc/man/man1/xdvipdfmx.man1.pdf" - "dvipdfmx/" - "fonts/cmap/dvipdfmx/" - "fonts/map/dvipdfmx/") - (base32 - "0p6mlpymrhsalisfda0gbqg6b941fd164kcw0nc51pzc98aws1xz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/dvipdfm/" + "doc/dvipdfmx/" + "doc/man/man1/dvipdfm.1" + "doc/man/man1/dvipdfm.man1.pdf" + "doc/man/man1/dvipdfmx.1" + "doc/man/man1/dvipdfmx.man1.pdf" + "doc/man/man1/dvipdft.1" + "doc/man/man1/dvipdft.man1.pdf" + "doc/man/man1/ebb.1" + "doc/man/man1/ebb.man1.pdf" + "doc/man/man1/extractbb.1" + "doc/man/man1/extractbb.man1.pdf" + "doc/man/man1/xdvipdfmx.1" + "doc/man/man1/xdvipdfmx.man1.pdf" + "dvipdfmx/" + "fonts/cmap/dvipdfmx/" + "fonts/map/dvipdfmx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p6mlpymrhsalisfda0gbqg6b941fd164kcw0nc51pzc98aws1xz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -39703,20 +47670,25 @@ (define-public texlive-dvips (package (name "texlive-dvips") (version "2023.0") - (source (texlive-origin - name version - (list "doc/dvips/" - "doc/info/dvips.info" - "doc/man/man1/afm2tfm.1" - "doc/man/man1/afm2tfm.man1.pdf" - "doc/man/man1/dvips.1" - "doc/man/man1/dvips.man1.pdf" - "dvips/base/" - "dvips/config/" - "fonts/enc/dvips/base/" - "tex/generic/dvips/") - (base32 - "0x11wx9p16z4nxhlbfqlgi5svnr96j1hnvdl9fpv1sr3n1j8m79g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/dvips/" + "doc/info/dvips.info" + "doc/man/man1/afm2tfm.1" + "doc/man/man1/afm2tfm.man1.pdf" + "doc/man/man1/dvips.1" + "doc/man/man1/dvips.man1.pdf" + "dvips/base/" + "dvips/config/" + "fonts/enc/dvips/base/" + "tex/generic/dvips/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0x11wx9p16z4nxhlbfqlgi5svnr96j1hnvdl9fpv1sr3n1j8m79g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-dvips-bin)) @@ -39783,12 +47755,17 @@ (define-public texlive-ketcindy (package (name "texlive-ketcindy") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/ketcindy/" "scripts/ketcindy/" - "tex/latex/ketcindy/") - (base32 - "0jy8fzfqwbmnza43j70c22wr0nvx9km8g4n5vcgnjvc6js2nyxas"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/ketcindy/" "scripts/ketcindy/" + "tex/latex/ketcindy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jy8fzfqwbmnza43j70c22wr0nvx9km8g4n5vcgnjvc6js2nyxas")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "ketcindy.pl"))) @@ -39806,12 +47783,17 @@ (define-public texlive-lacheck (package (name "texlive-lacheck") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/lacheck.1" - "doc/man/man1/lacheck.man1.pdf") - (base32 - "1hhx65yd800bl3y2sq20lix60wd2b2j3k7n9s788mlsn8b0p7yq3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/lacheck.1" + "doc/man/man1/lacheck.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hhx65yd800bl3y2sq20lix60wd2b2j3k7n9s788mlsn8b0p7yq3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-lacheck-bin)) @@ -39871,14 +47853,19 @@ (define-public texlive-latex-git-log (package (name "texlive-latex-git-log") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/latex-git-log.1" - "doc/man/man1/latex-git-log.man1.pdf" - "doc/support/latex-git-log/" - "scripts/latex-git-log/") - (base32 - "01v6frspg1zrs976bwsdz6qczg0h5z6by90hmlyy4z6l5shscpix"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/latex-git-log.1" + "doc/man/man1/latex-git-log.man1.pdf" + "doc/support/latex-git-log/" + "scripts/latex-git-log/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01v6frspg1zrs976bwsdz6qczg0h5z6by90hmlyy4z6l5shscpix")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "latex-git-log"))) @@ -39895,12 +47882,17 @@ (define-public texlive-latex-papersize (package (name "texlive-latex-papersize") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/latex-papersize/" - "scripts/latex-papersize/") - (base32 - "19nich5n4prd3g4lqm9iwn9h27h54mnycd6p4g5p18jc0b56l3n8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/latex-papersize/" + "scripts/latex-papersize/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19nich5n4prd3g4lqm9iwn9h27h54mnycd6p4g5p18jc0b56l3n8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "latex-papersize.py"))) @@ -39918,11 +47910,16 @@ (define-public texlive-latex-via-exemplos (package (name "texlive-latex-via-exemplos") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latex-via-exemplos/") - (base32 - "1w0rqhgdkflxypfmxyz61aknmjil9yikc641v2dmc5l55gl2r3nw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latex-via-exemplos/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1w0rqhgdkflxypfmxyz61aknmjil9yikc641v2dmc5l55gl2r3nw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latex-via-exemplos") @@ -39935,16 +47932,21 @@ (define-public texlive-latex2man (package (name "texlive-latex2man") (version "2023.0") - (source (texlive-origin - name version - (list "doc/info/latex2man.info" - "doc/man/man1/latex2man.1" - "doc/man/man1/latex2man.man1.pdf" - "doc/support/latex2man/" - "scripts/latex2man/" - "tex/latex/latex2man/") - (base32 - "0c5pfnhw80fh132k2dmj3qdjgvl9dm6xzv55f54g2wlswpzlinis"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/info/latex2man.info" + "doc/man/man1/latex2man.1" + "doc/man/man1/latex2man.man1.pdf" + "doc/support/latex2man/" + "scripts/latex2man/" + "tex/latex/latex2man/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c5pfnhw80fh132k2dmj3qdjgvl9dm6xzv55f54g2wlswpzlinis")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "latex2man"))) @@ -39965,12 +47967,17 @@ (define-public texlive-latex2nemeth (package (name "texlive-latex2nemeth") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/latex2nemeth/" - "scripts/latex2nemeth/") - (base32 - "04l3pnzwnh86ixlj7pjy6wgkzqm5i3ka332yfkl5f6cw48dw6xw5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/latex2nemeth/" + "scripts/latex2nemeth/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04l3pnzwnh86ixlj7pjy6wgkzqm5i3ka332yfkl5f6cw48dw6xw5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -39998,18 +48005,23 @@ (define-public texlive-latexdiff (package (name "texlive-latexdiff") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/latexdiff-vc.1" - "doc/man/man1/latexdiff-vc.man1.pdf" - "doc/man/man1/latexdiff.1" - "doc/man/man1/latexdiff.man1.pdf" - "doc/man/man1/latexrevise.1" - "doc/man/man1/latexrevise.man1.pdf" - "doc/support/latexdiff/" - "scripts/latexdiff/") - (base32 - "03fnz7gilzwzgsqij10npfy8k2imhk5glfjijr52qgmg28r3xvi1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/latexdiff-vc.1" + "doc/man/man1/latexdiff-vc.man1.pdf" + "doc/man/man1/latexdiff.1" + "doc/man/man1/latexdiff.man1.pdf" + "doc/man/man1/latexrevise.1" + "doc/man/man1/latexrevise.man1.pdf" + "doc/support/latexdiff/" + "scripts/latexdiff/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03fnz7gilzwzgsqij10npfy8k2imhk5glfjijr52qgmg28r3xvi1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -40035,12 +48047,17 @@ (define-public texlive-latexfileversion (package (name "texlive-latexfileversion") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/latexfileversion/" - "scripts/latexfileversion/") - (base32 - "12kw9s415dnlaadx6yn2jddvflvbs754rkz30xhr3di2ldpvp2jj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/latexfileversion/" + "scripts/latexfileversion/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12kw9s415dnlaadx6yn2jddvflvbs754rkz30xhr3di2ldpvp2jj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "latexfileversion"))) @@ -40055,12 +48072,17 @@ (define-public texlive-latexindent (package (name "texlive-latexindent") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/latexindent/" - "scripts/latexindent/") - (base32 - "1k2d09z2my38nhxhzdq53jg4alzg5jzirdsb1qa7szm3dya46xgm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/latexindent/" + "scripts/latexindent/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1k2d09z2my38nhxhzdq53jg4alzg5jzirdsb1qa7szm3dya46xgm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -40083,12 +48105,17 @@ (define-public texlive-latexpand (package (name "texlive-latexpand") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/latexpand/" - "scripts/latexpand/") - (base32 - "0v0yn4n6v0kgxwh00ryfkrx7a4sxhkm0pbgnylvi8jfg24gz89ls"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/latexpand/" + "scripts/latexpand/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0v0yn4n6v0kgxwh00ryfkrx7a4sxhkm0pbgnylvi8jfg24gz89ls")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "latexpand"))) @@ -40105,14 +48132,19 @@ (define-public texlive-light-latex-make (package (name "texlive-light-latex-make") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/llmk.1" - "doc/man/man1/llmk.man1.pdf" - "doc/support/light-latex-make/" - "scripts/light-latex-make/") - (base32 - "0g5xc2cna1fdgksw0w56idkmfw5rfqifimg8picm4478vlq2srp4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/llmk.1" + "doc/man/man1/llmk.man1.pdf" + "doc/support/light-latex-make/" + "scripts/light-latex-make/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0g5xc2cna1fdgksw0w56idkmfw5rfqifimg8picm4478vlq2srp4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "llmk.lua"))) @@ -40136,14 +48168,19 @@ (define-public texlive-listings-ext (package (name "texlive-listings-ext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/listings-ext/" - "scripts/listings-ext/" - "source/latex/listings-ext/" - "tex/latex/listings-ext/") - (base32 - "044d93vdlw1amkpm8nv50390a5ba7x7d2w1y3mfg5bfvfb5cci6r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/listings-ext/" + "scripts/listings-ext/" + "source/latex/listings-ext/" + "tex/latex/listings-ext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "044d93vdlw1amkpm8nv50390a5ba7x7d2w1y3mfg5bfvfb5cci6r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -40163,12 +48200,17 @@ (define-public texlive-ltxfileinfo (package (name "texlive-ltxfileinfo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/ltxfileinfo/" - "scripts/ltxfileinfo/") - (base32 - "1nbcplq48cw768pjyg832ymqmjr9rlrcpl6jmkq8mrvvydgy8nai"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/ltxfileinfo/" + "scripts/ltxfileinfo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nbcplq48cw768pjyg832ymqmjr9rlrcpl6jmkq8mrvvydgy8nai")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "ltxfileinfo"))) @@ -40184,13 +48226,18 @@ (define-public texlive-ltximg (package (name "texlive-ltximg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/ltximg.1" - "doc/man/man1/ltximg.man1.pdf" - "doc/support/ltximg/" "scripts/ltximg/") - (base32 - "1pxyh0w7jkdapzfjgp6fmvfq1hs6mz6qbpykd33r4c5ghyks4cwb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/ltximg.1" + "doc/man/man1/ltximg.man1.pdf" + "doc/support/ltximg/" "scripts/ltximg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pxyh0w7jkdapzfjgp6fmvfq1hs6mz6qbpykd33r4c5ghyks4cwb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "ltximg.pl"))) @@ -40210,14 +48257,19 @@ (define-public texlive-luajittex (package (name "texlive-luajittex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/luajithbtex.1" - "doc/man/man1/luajithbtex.man1.pdf" - "doc/man/man1/luajittex.1" - "doc/man/man1/luajittex.man1.pdf") - (base32 - "1qfbg0r6gsncgymh00yc83kcayd4m7bvryap8f63sm9s9bzfl6yv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/luajithbtex.1" + "doc/man/man1/luajithbtex.man1.pdf" + "doc/man/man1/luajittex.1" + "doc/man/man1/luajittex.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qfbg0r6gsncgymh00yc83kcayd4m7bvryap8f63sm9s9bzfl6yv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -40287,12 +48339,17 @@ (define-public texlive-match-parens (package (name "texlive-match-parens") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/match_parens/" - "scripts/match_parens/") - (base32 - "0qqxbh3h1xkggs5p2gnis4z8h3s0mwknszyjzs2fslnq16yyqi27"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/match_parens/" + "scripts/match_parens/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qqxbh3h1xkggs5p2gnis4z8h3s0mwknszyjzs2fslnq16yyqi27")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "match_parens"))) @@ -40312,11 +48369,16 @@ (define-public texlive-mflua (package (name "texlive-mflua") (version "2023.0") - (source (texlive-origin - name version - (list "metafont/mflua/" "scripts/mflua/") - (base32 - "0ngbhdh8hgpjfqnrjlnp27x3qziks3yf2zp1qq7r4bjfa5jx9gr6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "metafont/mflua/" "scripts/mflua/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ngbhdh8hgpjfqnrjlnp27x3qziks3yf2zp1qq7r4bjfa5jx9gr6")))) (build-system texlive-build-system) (arguments (list #:create-formats #~(list "mflua"))) (propagated-inputs (list texlive-luatex texlive-metafont texlive-mflua-bin)) @@ -40387,15 +48449,20 @@ (define-public texlive-mkjobtexmf (package (name "texlive-mkjobtexmf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/mkjobtexmf/" - "doc/man/man1/mkjobtexmf.1" - "doc/man/man1/mkjobtexmf.man1.pdf" - "scripts/mkjobtexmf/" - "source/generic/mkjobtexmf/") - (base32 - "04wzq2260my5894kc8qhl954h6hri77vvg5kx8mf03kdlf3rvww6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/mkjobtexmf/" + "doc/man/man1/mkjobtexmf.1" + "doc/man/man1/mkjobtexmf.man1.pdf" + "scripts/mkjobtexmf/" + "source/generic/mkjobtexmf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04wzq2260my5894kc8qhl954h6hri77vvg5kx8mf03kdlf3rvww6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "mkjobtexmf.pl"))) @@ -40415,11 +48482,16 @@ (define-public texlive-make4ht (package (name "texlive-make4ht") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/make4ht/" "scripts/make4ht/") - (base32 - "0ayqs8i1za14krrgqyncv8ahs70pg5pnfs2m0aqcavfnd79qx2cj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/make4ht/" "scripts/make4ht/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ayqs8i1za14krrgqyncv8ahs70pg5pnfs2m0aqcavfnd79qx2cj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "make4ht"))) @@ -40437,13 +48509,18 @@ (define-public texlive-makecell (package (name "texlive-makecell") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/makecell/" - "source/latex/makecell/" - "tex/latex/makecell/") - (base32 - "1n122230s49jizldn8ps1pfa5dsg8wmh5x8wla4y6rsgjcccqn4s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/makecell/" + "source/latex/makecell/" + "tex/latex/makecell/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n122230s49jizldn8ps1pfa5dsg8wmh5x8wla4y6rsgjcccqn4s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -40502,13 +48579,18 @@ (define-public texlive-optexcount (package (name "texlive-optexcount") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/optexcount/" - "scripts/optexcount/" - "source/support/optexcount/") - (base32 - "0rjyhyirkx11v04c8b0kjjz8745kdnj190vzkyyzafwnzfcbd754"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/optexcount/" + "scripts/optexcount/" + "source/support/optexcount/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rjyhyirkx11v04c8b0kjjz8745kdnj190vzkyyzafwnzfcbd754")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "optexcount"))) @@ -40528,12 +48610,17 @@ (define-public texlive-patgen (package (name "texlive-patgen") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/patgen.1" - "doc/man/man1/patgen.man1.pdf") - (base32 - "03y05mv0n04hyj0lcq54grx7w5wv95h61j6xlx2jc9v0ib9akq4y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/patgen.1" + "doc/man/man1/patgen.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03y05mv0n04hyj0lcq54grx7w5wv95h61j6xlx2jc9v0ib9akq4y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-kpathsea texlive-patgen-bin)) @@ -40571,13 +48658,18 @@ (define-public texlive-pdfbook2 (package (name "texlive-pdfbook2") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/pdfbook2.1" - "doc/man/man1/pdfbook2.man1.pdf" - "doc/support/pdfbook2/" "scripts/pdfbook2/") - (base32 - "1cw0xw2dmcgmkms8d94pchbbg17lfvvbnzbagaqpy2fzxi2kb4w8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/pdfbook2.1" + "doc/man/man1/pdfbook2.man1.pdf" + "doc/support/pdfbook2/" "scripts/pdfbook2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cw0xw2dmcgmkms8d94pchbbg17lfvvbnzbagaqpy2fzxi2kb4w8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "pdfbook2"))) @@ -40600,11 +48692,16 @@ (define-public texlive-pdfcrop (package (name "texlive-pdfcrop") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/pdfcrop/" "scripts/pdfcrop/") - (base32 - "0wb67hsfasxvl1b484hyxvghhm9nkxwgs6m8ygzshr0m874hsl01"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/pdfcrop/" "scripts/pdfcrop/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wb67hsfasxvl1b484hyxvghhm9nkxwgs6m8ygzshr0m874hsl01")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "pdfcrop.pl"))) @@ -40620,13 +48717,18 @@ (define-public texlive-pdfjam (package (name "texlive-pdfjam") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/pdfjam.1" - "doc/man/man1/pdfjam.man1.pdf" - "doc/support/pdfjam/" "scripts/pdfjam/") - (base32 - "1wkxvbnri1lxyd4fbvsv0zzw6c8y3v33hzlv6y86jwil6r3p0338"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/pdfjam.1" + "doc/man/man1/pdfjam.man1.pdf" + "doc/support/pdfjam/" "scripts/pdfjam/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wkxvbnri1lxyd4fbvsv0zzw6c8y3v33hzlv6y86jwil6r3p0338")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "pdfjam"))) @@ -40645,12 +48747,17 @@ (define-public texlive-pdflatexpicscale (package (name "texlive-pdflatexpicscale") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/pdflatexpicscale/" - "scripts/pdflatexpicscale/") - (base32 - "089n7r17c9kj1hhgm0hkfjhrqp2bhwjrj1czb3qllz7rm2x230h1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/pdflatexpicscale/" + "scripts/pdflatexpicscale/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "089n7r17c9kj1hhgm0hkfjhrqp2bhwjrj1czb3qllz7rm2x230h1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "pdflatexpicscale.pl"))) @@ -40667,12 +48774,17 @@ (define-public texlive-pdftex-quiet (package (name "texlive-pdftex-quiet") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/pdftex-quiet/" - "scripts/pdftex-quiet/") - (base32 - "0gpxwiiiq05m24ahx9mnhn7i6rldqkmx041p1bnnddswajs9wgm3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/pdftex-quiet/" + "scripts/pdftex-quiet/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gpxwiiiq05m24ahx9mnhn7i6rldqkmx041p1bnnddswajs9wgm3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "pdftex-quiet"))) @@ -40687,12 +48799,17 @@ (define-public texlive-pdftosrc (package (name "texlive-pdftosrc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/pdftosrc.1" - "doc/man/man1/pdftosrc.man1.pdf") - (base32 - "0mnz5id6fywhlay6r38nvii0a2ks5gdb15i7s7wkq1ay9k5k6fq3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/pdftosrc.1" + "doc/man/man1/pdftosrc.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mnz5id6fywhlay6r38nvii0a2ks5gdb15i7s7wkq1ay9k5k6fq3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdftosrc") @@ -40706,14 +48823,19 @@ (define-public texlive-pdfxup (package (name "texlive-pdfxup") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/pdfxup.1" - "doc/man/man1/pdfxup.man1.pdf" - "doc/support/pdfxup/" "scripts/pdfxup/" - "tex/latex/pdfxup/") - (base32 - "1zk4nw1acqz77cy17l8mzi06f0aag16ikp8ymjsl110iw8p8my98"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/pdfxup.1" + "doc/man/man1/pdfxup.man1.pdf" + "doc/support/pdfxup/" "scripts/pdfxup/" + "tex/latex/pdfxup/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zk4nw1acqz77cy17l8mzi06f0aag16ikp8ymjsl110iw8p8my98")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "pdfxup"))) @@ -40729,12 +48851,17 @@ (define-public texlive-pfarrei (package (name "texlive-pfarrei") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pfarrei/" "scripts/pfarrei/" - "source/latex/pfarrei/" "tex/latex/pfarrei/") - (base32 - "1clfaxfk7js8yl6cy6dwihmgi51n3rmk0zfmxacmpsbhawj1wrw4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pfarrei/" "scripts/pfarrei/" + "source/latex/pfarrei/" "tex/latex/pfarrei/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1clfaxfk7js8yl6cy6dwihmgi51n3rmk0zfmxacmpsbhawj1wrw4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "a5toa4.tlu" "pfarrei.tlu"))) @@ -40753,11 +48880,16 @@ (define-public texlive-pkfix (package (name "texlive-pkfix") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/pkfix/" "scripts/pkfix/") - (base32 - "173l1qaydv29va9cgip9p3i3vf27x6ndsqjm4nvdpliblai6fkwf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/pkfix/" "scripts/pkfix/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "173l1qaydv29va9cgip9p3i3vf27x6ndsqjm4nvdpliblai6fkwf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "pkfix.pl"))) @@ -40774,14 +48906,19 @@ (define-public texlive-pkfix-helper (package (name "texlive-pkfix-helper") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/pkfix-helper.1" - "doc/man/man1/pkfix-helper.man1.pdf" - "doc/support/pkfix-helper/" - "scripts/pkfix-helper/") - (base32 - "0vq52g65an1v9g0kdhsy0xpsf1hj69gl4cr5aq1m816i8ahhzxxy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/pkfix-helper.1" + "doc/man/man1/pkfix-helper.man1.pdf" + "doc/support/pkfix-helper/" + "scripts/pkfix-helper/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vq52g65an1v9g0kdhsy0xpsf1hj69gl4cr5aq1m816i8ahhzxxy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "pkfix-helper"))) @@ -40805,14 +48942,19 @@ (define-public texlive-purifyeps (package (name "texlive-purifyeps") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/purifyeps.1" - "doc/man/man1/purifyeps.man1.pdf" - "doc/support/purifyeps/" - "scripts/purifyeps/") - (base32 - "0523kgilwd142a43fw1r406rn8ck67hp78aqhsws931glf7j9y8p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/purifyeps.1" + "doc/man/man1/purifyeps.man1.pdf" + "doc/support/purifyeps/" + "scripts/purifyeps/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0523kgilwd142a43fw1r406rn8ck67hp78aqhsws931glf7j9y8p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "purifyeps"))) @@ -40834,18 +48976,23 @@ (define-public texlive-seetexk (package (name "texlive-seetexk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/dvibook.1" - "doc/man/man1/dvibook.man1.pdf" - "doc/man/man1/dviconcat.1" - "doc/man/man1/dviconcat.man1.pdf" - "doc/man/man1/dviselect.1" - "doc/man/man1/dviselect.man1.pdf" - "doc/man/man1/dvitodvi.1" - "doc/man/man1/dvitodvi.man1.pdf") - (base32 - "1bhv5xgv8jpam5apdybd0cggnvcizk2r6zs7lim1hmhzafpqqlcx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/dvibook.1" + "doc/man/man1/dvibook.man1.pdf" + "doc/man/man1/dviconcat.1" + "doc/man/man1/dviconcat.man1.pdf" + "doc/man/man1/dviselect.1" + "doc/man/man1/dviselect.man1.pdf" + "doc/man/man1/dvitodvi.1" + "doc/man/man1/dvitodvi.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bhv5xgv8jpam5apdybd0cggnvcizk2r6zs7lim1hmhzafpqqlcx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-seetexk-bin)) @@ -40924,13 +49071,18 @@ (define-public texlive-spix (package (name "texlive-spix") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/spix.1" - "doc/man/man1/spix.man1.pdf" - "doc/support/spix/" "scripts/spix/") - (base32 - "0k1vkkrn14svqarbqpfccw3qqiz1slngngrwgs4fj5y0ilrym0bf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/spix.1" + "doc/man/man1/spix.man1.pdf" + "doc/support/spix/" "scripts/spix/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k1vkkrn14svqarbqpfccw3qqiz1slngngrwgs4fj5y0ilrym0bf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "spix.py"))) @@ -40950,14 +49102,19 @@ (define-public texlive-srcredact (package (name "texlive-srcredact") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/srcredact.1" - "doc/man/man1/srcredact.man1.pdf" - "doc/support/srcredact/" - "scripts/srcredact/") - (base32 - "1a0mmr3ggxxv69zfwlrlagbczy83ngy2kxzw437n0iksz6bgrvpx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/srcredact.1" + "doc/man/man1/srcredact.man1.pdf" + "doc/support/srcredact/" + "scripts/srcredact/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a0mmr3ggxxv69zfwlrlagbczy83ngy2kxzw437n0iksz6bgrvpx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "srcredact.pl"))) @@ -40975,13 +49132,18 @@ (define-public texlive-sty2dtx (package (name "texlive-sty2dtx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/sty2dtx.1" - "doc/man/man1/sty2dtx.man1.pdf" - "doc/support/sty2dtx/" "scripts/sty2dtx/") - (base32 - "06930x3c52f3x9rqcmsif7y6rw11g1myya3wp77p20vfi7whxhsv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/sty2dtx.1" + "doc/man/man1/sty2dtx.man1.pdf" + "doc/support/sty2dtx/" "scripts/sty2dtx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06930x3c52f3x9rqcmsif7y6rw11g1myya3wp77p20vfi7whxhsv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "sty2dtx.pl"))) @@ -41007,11 +49169,16 @@ (define-public texlive-tex-ini-files (package (name "texlive-tex-ini-files") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/tex-ini-files/" "tex/generic/tex-ini-files/") - (base32 - "0a18k27fz1vjha5blwskxpnd715k08hmfm7d1yc2f7adaf0rwl3m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/tex-ini-files/" "tex/generic/tex-ini-files/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a18k27fz1vjha5blwskxpnd715k08hmfm7d1yc2f7adaf0rwl3m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) @@ -41031,19 +49198,24 @@ (define-public texlive-metafont (package (name "texlive-metafont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/inimf.1" - "doc/man/man1/inimf.man1.pdf" - "doc/man/man1/mf-nowin.1" - "doc/man/man1/mf-nowin.man1.pdf" - "doc/man/man1/mf.1" - "doc/man/man1/mf.man1.pdf" - "metafont/base/" - "metafont/config/" - "metafont/misc/") - (base32 - "18pp6vcg1cv38yi39q9rvkv6w11mnxxd79fvf1yy01743jn7ngjh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/inimf.1" + "doc/man/man1/inimf.man1.pdf" + "doc/man/man1/mf-nowin.1" + "doc/man/man1/mf-nowin.man1.pdf" + "doc/man/man1/mf.1" + "doc/man/man1/mf.man1.pdf" + "metafont/base/" + "metafont/config/" + "metafont/misc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18pp6vcg1cv38yi39q9rvkv6w11mnxxd79fvf1yy01743jn7ngjh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -41089,11 +49261,16 @@ (define-public texlive-metatype1 (package (name "texlive-metatype1") (version "2023.0") - (source (texlive-origin - name version - (list "source/metapost/metatype1/") - (base32 - "1nhbsn33w6zbzbvi3a32ng6ib5dbh0vll9g2c5ssiv1ysxqrg6yq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "source/metapost/metatype1/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nhbsn33w6zbzbvi3a32ng6ib5dbh0vll9g2c5ssiv1ysxqrg6yq")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/metatype1") (synopsis "Generate Type 1 fonts from MetaPost") @@ -41109,12 +49286,17 @@ (define-public texlive-mf2pt1 (package (name "texlive-mf2pt1") (version "2023.0") - (source (texlive-origin - name version - (list "doc/info/mf2pt1.info" "doc/support/mf2pt1/" - "metapost/mf2pt1/" "scripts/mf2pt1/") - (base32 - "17dq4csl10j89rrxgyqjp3fjqkd9q6djgz9yi33y72w5ymjgiaik"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/info/mf2pt1.info" "doc/support/mf2pt1/" + "metapost/mf2pt1/" "scripts/mf2pt1/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17dq4csl10j89rrxgyqjp3fjqkd9q6djgz9yi33y72w5ymjgiaik")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "mf2pt1.pl"))) @@ -41136,14 +49318,19 @@ (define-public texlive-mfirstuc (package (name "texlive-mfirstuc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mfirstuc/" - "scripts/mfirstuc/" - "source/latex/mfirstuc/" - "tex/latex/mfirstuc/") - (base32 - "1fvdnfybfi7nych97i117s6wqf0w8drgzpf3qzfns9qxjxm0bv3l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mfirstuc/" + "scripts/mfirstuc/" + "source/latex/mfirstuc/" + "tex/latex/mfirstuc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fvdnfybfi7nych97i117s6wqf0w8drgzpf3qzfns9qxjxm0bv3l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mfirstuc") @@ -41162,12 +49349,17 @@ (define-public texlive-mfnfss (package (name "texlive-mfnfss") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mfnfss/" "source/latex/mfnfss/" - "tex/latex/mfnfss/") - (base32 - "1775vg12sk38givqq2zjapx4nxlyl95rf596r2inf8mv5phsi704"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mfnfss/" "source/latex/mfnfss/" + "tex/latex/mfnfss/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1775vg12sk38givqq2zjapx4nxlyl95rf596r2inf8mv5phsi704")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mfnfss") @@ -41184,12 +49376,17 @@ (define-public texlive-modes (package (name "texlive-modes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/modes/" - "fonts/source/public/modes/") - (base32 - "1vz3ygpixswnk7hr3qfn3nffw460cp5wjq09q5ac83ddw3nya1ca"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/modes/" + "fonts/source/public/modes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vz3ygpixswnk7hr3qfn3nffw460cp5wjq09q5ac83ddw3nya1ca")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -41210,16 +49407,21 @@ (define-public texlive-mptopdf (package (name "texlive-mptopdf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/scripts/mkii/mptopdf.man" - "doc/man/man1/mptopdf.1" - "doc/man/man1/mptopdf.man1.pdf" - "scripts/context/perl/mptopdf.pl" - "tex/context/base/mkii/" - "tex/generic/context/mptopdf/") - (base32 - "19kpqbkmz8al9wxn83fmg89fyv2pl2iqgnh256wi6pz4q3p77f0d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/scripts/mkii/mptopdf.man" + "doc/man/man1/mptopdf.1" + "doc/man/man1/mptopdf.man1.pdf" + "scripts/context/perl/mptopdf.pl" + "tex/context/base/mkii/" + "tex/generic/context/mptopdf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19kpqbkmz8al9wxn83fmg89fyv2pl2iqgnh256wi6pz4q3p77f0d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -41251,24 +49453,29 @@ (define-public texlive-fontinst (package (name "texlive-fontinst") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/fontinst/" - "doc/man/man1/fontinst.1" - "doc/man/man1/fontinst.man1.pdf" - "scripts/texlive-extra/fontinst.sh" - "source/fontinst/base/" - "tex/fontinst/base/" - "tex/fontinst/latinetx/" - "tex/fontinst/latinmtx/" - "tex/fontinst/mathetx/" - "tex/fontinst/mathmtx/" - "tex/fontinst/misc/" - "tex/fontinst/smbletx/" - "tex/fontinst/smblmtx/" - "tex/latex/fontinst/") - (base32 - "1qqggn44w07a0aslsf3jdygwv1gfs90qahkan0gnibxsz7i44kqm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/fontinst/" + "doc/man/man1/fontinst.1" + "doc/man/man1/fontinst.man1.pdf" + "scripts/texlive-extra/fontinst.sh" + "source/fontinst/base/" + "tex/fontinst/base/" + "tex/fontinst/latinetx/" + "tex/fontinst/latinmtx/" + "tex/fontinst/mathetx/" + "tex/fontinst/mathmtx/" + "tex/fontinst/misc/" + "tex/fontinst/smbletx/" + "tex/fontinst/smblmtx/" + "tex/latex/fontinst/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qqggn44w07a0aslsf3jdygwv1gfs90qahkan0gnibxsz7i44kqm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "fontinst.sh"))) @@ -41289,12 +49496,17 @@ (define-public texlive-fontname (package (name "texlive-fontname") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/fontname/" "doc/info/fontname.info" - "fonts/map/fontname/") - (base32 - "014kiwbqz77yn8w58cb6fzqj0vlfmgyq09mxdj15ipjfgxjyvcbj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/fontname/" "doc/info/fontname.info" + "fonts/map/fontname/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "014kiwbqz77yn8w58cb6fzqj0vlfmgyq09mxdj15ipjfgxjyvcbj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fontname") @@ -41309,12 +49521,17 @@ (define-public texlive-forloop (package (name "texlive-forloop") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/forloop/" "source/latex/forloop/" - "tex/latex/forloop/") - (base32 - "14sx6zgilmbs5afp1k5gccix6ijhj0m8jg91blxn66995i6md4f5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/forloop/" "source/latex/forloop/" + "tex/latex/forloop/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14sx6zgilmbs5afp1k5gccix6ijhj0m8jg91blxn66995i6md4f5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/forloop") @@ -41329,16 +49546,21 @@ (define-public texlive-cbfonts ;71 MiB of greek fonts (package (name "texlive-cbfonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cbfonts/" - "fonts/enc/dvips/cbfonts/" - "fonts/map/dvips/cbfonts/" - "fonts/source/public/cbfonts/" - "fonts/tfm/public/cbfonts/" - "fonts/type1/public/cbfonts/") - (base32 - "0l0dpgvngah227snzk6j5hf3kxs5cz5jvlpkv8pbapw6jx084np6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cbfonts/" + "fonts/enc/dvips/cbfonts/" + "fonts/map/dvips/cbfonts/" + "fonts/source/public/cbfonts/" + "fonts/tfm/public/cbfonts/" + "fonts/type1/public/cbfonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l0dpgvngah227snzk6j5hf3kxs5cz5jvlpkv8pbapw6jx084np6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -41363,13 +49585,18 @@ (define-public texlive-cbfonts-fd (package (name "texlive-cbfonts-fd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cbfonts-fd/" - "source/fonts/cbfonts-fd/" - "tex/latex/cbfonts-fd/") - (base32 - "1r2kmnccvrq181ac7gyff9y3wn7dydx50jy8f9n6qhnb824pdn78"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cbfonts-fd/" + "source/fonts/cbfonts-fd/" + "tex/latex/cbfonts-fd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r2kmnccvrq181ac7gyff9y3wn7dydx50jy8f9n6qhnb824pdn78")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cbfonts-fd") @@ -41387,20 +49614,25 @@ (define-public texlive-ccicons (package (name "texlive-ccicons") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/ccicons/" - "doc/latex/ccicons/" - "fonts/enc/dvips/ccicons/" - "fonts/map/dvips/ccicons/" - "fonts/opentype/public/ccicons/" - "fonts/tfm/public/ccicons/" - "fonts/type1/public/ccicons/" - "source/fonts/ccicons/" - "source/latex/ccicons/" - "tex/latex/ccicons/") - (base32 - "0lyxbjpkxny6hl7pmnpka0gmgx7qv66pibvwcfs9dvwhdcvwjr4x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/ccicons/" + "doc/latex/ccicons/" + "fonts/enc/dvips/ccicons/" + "fonts/map/dvips/ccicons/" + "fonts/opentype/public/ccicons/" + "fonts/tfm/public/ccicons/" + "fonts/type1/public/ccicons/" + "source/fonts/ccicons/" + "source/latex/ccicons/" + "tex/latex/ccicons/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lyxbjpkxny6hl7pmnpka0gmgx7qv66pibvwcfs9dvwhdcvwjr4x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ccicons") @@ -41415,11 +49647,16 @@ (define-public texlive-cite (package (name "texlive-cite") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cite/" "tex/latex/cite/") - (base32 - "0b1amznayxj80dmqbzcysmj7q8aksbyz98k6djsqi0mhwp1cd0fd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cite/" "tex/latex/cite/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b1amznayxj80dmqbzcysmj7q8aksbyz98k6djsqi0mhwp1cd0fd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cite") @@ -41436,14 +49673,19 @@ (define-public texlive-cm (package (name "texlive-cm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cm/" "fonts/map/dvips/cm/" - "fonts/pk/ljfour/public/cm/dpi600/" - "fonts/source/public/cm/" - "fonts/tfm/public/cm/") - (base32 - "10adgjc3lkj2z50jp1f9n83bdrx8bqxd76rl605d0d5pb435k97m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cm/" "fonts/map/dvips/cm/" + "fonts/pk/ljfour/public/cm/dpi600/" + "fonts/source/public/cm/" + "fonts/tfm/public/cm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10adgjc3lkj2z50jp1f9n83bdrx8bqxd76rl605d0d5pb435k97m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -41485,16 +49727,21 @@ (define-public texlive-cmbright (package (name "texlive-cmbright") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cmbright/" - "doc/latex/cmbright/" - "fonts/source/public/cmbright/" - "fonts/tfm/public/cmbright/" - "source/latex/cmbright/" - "tex/latex/cmbright/") - (base32 - "0sj6g877p6ak045x7737g3lg4kab8hgc2s2g6i23dw9d35csqf8d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cmbright/" + "doc/latex/cmbright/" + "fonts/source/public/cmbright/" + "fonts/tfm/public/cmbright/" + "source/latex/cmbright/" + "tex/latex/cmbright/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sj6g877p6ak045x7737g3lg4kab8hgc2s2g6i23dw9d35csqf8d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-amsfonts texlive-ec texlive-metafont)) @@ -41512,16 +49759,21 @@ (define-public texlive-cmcyr (package (name "texlive-cmcyr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cmcyr/" - "fonts/map/dvips/cmcyr/" - "fonts/source/public/cmcyr/" - "fonts/tfm/public/cmcyr/" - "fonts/type1/public/cmcyr/" - "fonts/vf/public/cmcyr/") - (base32 - "0mmlb3ky6cakwg8nsgkdkpc52ni2jf2w7nz5bfiyxhvy6mx1c64b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cmcyr/" + "fonts/map/dvips/cmcyr/" + "fonts/source/public/cmcyr/" + "fonts/tfm/public/cmcyr/" + "fonts/type1/public/cmcyr/" + "fonts/vf/public/cmcyr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mmlb3ky6cakwg8nsgkdkpc52ni2jf2w7nz5bfiyxhvy6mx1c64b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -41538,12 +49790,17 @@ (define-public texlive-cmextra (package (name "texlive-cmextra") (version "2023.0") - (source (texlive-origin - name version - (list "fonts/source/public/cmextra/" - "fonts/tfm/public/cmextra/") - (base32 - "00my52lh3cn8bn211fpn7373b7khaylx4fgkrd2m72xgaymil308"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "fonts/source/public/cmextra/" + "fonts/tfm/public/cmextra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00my52lh3cn8bn211fpn7373b7khaylx4fgkrd2m72xgaymil308")))) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) (home-page "https://ctan.org/pkg/knuth-local") @@ -41558,20 +49815,25 @@ (define-public texlive-cm-lgc (package (name "texlive-cm-lgc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cm-lgc/" - "fonts/afm/public/cm-lgc/" - "fonts/enc/dvips/cm-lgc/" - "fonts/map/dvips/cm-lgc/" - "fonts/ofm/public/cm-lgc/" - "fonts/ovf/public/cm-lgc/" - "fonts/tfm/public/cm-lgc/" - "fonts/type1/public/cm-lgc/" - "fonts/vf/public/cm-lgc/" - "tex/latex/cm-lgc/") - (base32 - "1nj3gp0kpzlqkm22lj2ym9c95xw323xc5z91gsyv8xs716868gp2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cm-lgc/" + "fonts/afm/public/cm-lgc/" + "fonts/enc/dvips/cm-lgc/" + "fonts/map/dvips/cm-lgc/" + "fonts/ofm/public/cm-lgc/" + "fonts/ovf/public/cm-lgc/" + "fonts/tfm/public/cm-lgc/" + "fonts/type1/public/cm-lgc/" + "fonts/vf/public/cm-lgc/" + "tex/latex/cm-lgc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nj3gp0kpzlqkm22lj2ym9c95xw323xc5z91gsyv8xs716868gp2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cm-lgc") @@ -41592,18 +49854,23 @@ (define-public texlive-cm-super (package (name "texlive-cm-super") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cm-super/" - "dvips/cm-super/" - "fonts/afm/public/cm-super/" - "fonts/enc/dvips/cm-super/" - "fonts/map/dvips/cm-super/" - "fonts/map/vtex/cm-super/" - "fonts/type1/public/cm-super/" - "tex/latex/cm-super/") - (base32 - "1k3afl0x0bqbr5mnawbnp7rr2126dwn0vwnxzibm9ggvzqilnkm6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cm-super/" + "dvips/cm-super/" + "fonts/afm/public/cm-super/" + "fonts/enc/dvips/cm-super/" + "fonts/map/dvips/cm-super/" + "fonts/map/vtex/cm-super/" + "fonts/type1/public/cm-super/" + "tex/latex/cm-super/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1k3afl0x0bqbr5mnawbnp7rr2126dwn0vwnxzibm9ggvzqilnkm6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cm-super") @@ -41624,12 +49891,17 @@ (define-public texlive-cnbwp (package (name "texlive-cnbwp") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/cnbwp/" "doc/latex/cnbwp/" - "makeindex/cnbwp/" "tex/latex/cnbwp/") - (base32 - "13i5nvdnvq5f7rx0w63q8j1km7bfq1rs7kr49hsabz5v0z0v90xc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/cnbwp/" "doc/latex/cnbwp/" + "makeindex/cnbwp/" "tex/latex/cnbwp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13i5nvdnvq5f7rx0w63q8j1km7bfq1rs7kr49hsabz5v0z0v90xc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cnbwp") @@ -41644,27 +49916,32 @@ (define-public texlive-cns (package (name "texlive-cns") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cns/cns40-1/" - "doc/fonts/cns/cns40-2/" - "doc/fonts/cns/cns40-3/" - "doc/fonts/cns/cns40-4/" - "doc/fonts/cns/cns40-5/" - "doc/fonts/cns/cns40-6/" - "doc/fonts/cns/cns40-7/" - "doc/fonts/cns/cns40-b5/" - "fonts/misc/cns/" - "fonts/tfm/cns/c0so12/" - "fonts/tfm/cns/c1so12/" - "fonts/tfm/cns/c2so12/" - "fonts/tfm/cns/c3so12/" - "fonts/tfm/cns/c4so12/" - "fonts/tfm/cns/c5so12/" - "fonts/tfm/cns/c6so12/" - "fonts/tfm/cns/c7so12/") - (base32 - "00v6sf0a0fm09z54d3zhvdwc2gi712knbxnx3mlj2ri5x2jisyqa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cns/cns40-1/" + "doc/fonts/cns/cns40-2/" + "doc/fonts/cns/cns40-3/" + "doc/fonts/cns/cns40-4/" + "doc/fonts/cns/cns40-5/" + "doc/fonts/cns/cns40-6/" + "doc/fonts/cns/cns40-7/" + "doc/fonts/cns/cns40-b5/" + "fonts/misc/cns/" + "fonts/tfm/cns/c0so12/" + "fonts/tfm/cns/c1so12/" + "fonts/tfm/cns/c2so12/" + "fonts/tfm/cns/c3so12/" + "fonts/tfm/cns/c4so12/" + "fonts/tfm/cns/c5so12/" + "fonts/tfm/cns/c6so12/" + "fonts/tfm/cns/c7so12/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00v6sf0a0fm09z54d3zhvdwc2gi712knbxnx3mlj2ri5x2jisyqa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cjk-fonts") @@ -41679,21 +49956,26 @@ (define-public texlive-courier (package (name "texlive-courier") (version "2023.0") - (source (texlive-origin - name version - (list "dvips/courier/" - "fonts/afm/adobe/courier/" - "fonts/afm/urw/courier/" - "fonts/map/dvips/courier/" - "fonts/tfm/adobe/courier/" - "fonts/tfm/urw35vf/courier/" - "fonts/type1/adobe/courier/" - "fonts/type1/urw/courier/" - "fonts/vf/adobe/courier/" - "fonts/vf/urw35vf/courier/" - "tex/latex/courier/") - (base32 - "08g6lm12b0k6333pxcaqdf67v87fz5mrqp3jgal8qhrls5ym8q6r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "dvips/courier/" + "fonts/afm/adobe/courier/" + "fonts/afm/urw/courier/" + "fonts/map/dvips/courier/" + "fonts/tfm/adobe/courier/" + "fonts/tfm/urw35vf/courier/" + "fonts/type1/adobe/courier/" + "fonts/type1/urw/courier/" + "fonts/vf/adobe/courier/" + "fonts/vf/urw35vf/courier/" + "tex/latex/courier/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08g6lm12b0k6333pxcaqdf67v87fz5mrqp3jgal8qhrls5ym8q6r")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/urw-base35") (synopsis "Replacement for Adobe's Courier font") @@ -41707,12 +49989,17 @@ (define-public texlive-csbulletin (package (name "texlive-csbulletin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/csbulletin/" - "tex/latex/csbulletin/") - (base32 - "15zjwwjdxs0avb5y4g29nyvhafrv2s8pgqihhi2kb72y8wzj9cdz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/csbulletin/" + "tex/latex/csbulletin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15zjwwjdxs0avb5y4g29nyvhafrv2s8pgqihhi2kb72y8wzj9cdz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/csbulletin") @@ -41728,18 +50015,23 @@ (define-public texlive-cslatex (package (name "texlive-cslatex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/cslatex.1" - "doc/man/man1/cslatex.man1.pdf" - "doc/man/man1/pdfcslatex.1" - "doc/man/man1/pdfcslatex.man1.pdf" - "source/cslatex/base/" - "source/cslatex/cspsfonts/" - "tex/cslatex/base/" - "tex/cslatex/cspsfonts/") - (base32 - "1px1b4zicvdzs5br22c8ksna7imb9m7bv9c3q55a705cqfawd97h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/cslatex.1" + "doc/man/man1/cslatex.man1.pdf" + "doc/man/man1/pdfcslatex.1" + "doc/man/man1/pdfcslatex.man1.pdf" + "source/cslatex/base/" + "source/cslatex/cspsfonts/" + "tex/cslatex/base/" + "tex/cslatex/cspsfonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1px1b4zicvdzs5br22c8ksna7imb9m7bv9c3q55a705cqfawd97h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -41779,11 +50071,16 @@ (define-public texlive-cstex (package (name "texlive-cstex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/cstex/") - (base32 - "1vsbq9a31ymvrj0bx48n93chyqmma3q7b49k7dmhb0hkic6h73aj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/cstex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vsbq9a31ymvrj0bx48n93chyqmma3q7b49k7dmhb0hkic6h73aj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cstex") @@ -41796,25 +50093,30 @@ (define-public texlive-cweb (package (name "texlive-cweb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/ctangle.1" - "doc/man/man1/ctangle.man1.pdf" - "doc/man/man1/ctwill-refsort.1" - "doc/man/man1/ctwill-refsort.man1.pdf" - "doc/man/man1/ctwill-twinx.1" - "doc/man/man1/ctwill-twinx.man1.pdf" - "doc/man/man1/ctwill.1" - "doc/man/man1/ctwill.man1.pdf" - "doc/man/man1/cweave.1" - "doc/man/man1/cweave.man1.pdf" - "doc/man/man1/cweb.1" - "doc/man/man1/cweb.man1.pdf" - "doc/man/man1/twill.1" - "doc/man/man1/twill.man1.pdf" - "tex/plain/cweb/") - (base32 - "1p6zj6zc6c3i5caj1217gkjjk0wyfks85x33i5p28znzc2fgvbdi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/ctangle.1" + "doc/man/man1/ctangle.man1.pdf" + "doc/man/man1/ctwill-refsort.1" + "doc/man/man1/ctwill-refsort.man1.pdf" + "doc/man/man1/ctwill-twinx.1" + "doc/man/man1/ctwill-twinx.man1.pdf" + "doc/man/man1/ctwill.1" + "doc/man/man1/ctwill.man1.pdf" + "doc/man/man1/cweave.1" + "doc/man/man1/cweave.man1.pdf" + "doc/man/man1/cweb.1" + "doc/man/man1/cweb.man1.pdf" + "doc/man/man1/twill.1" + "doc/man/man1/twill.man1.pdf" + "tex/plain/cweb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p6zj6zc6c3i5caj1217gkjjk0wyfks85x33i5p28znzc2fgvbdi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cwebbin") @@ -41830,11 +50132,16 @@ (define-public texlive-cyrplain (package (name "texlive-cyrplain") (version "2023.0") - (source (texlive-origin - name version - (list "tex/plain/cyrplain/") - (base32 - "1wdcibxs0g53warxs6vz39s3chldzh05p7v1ksskppghg5qzgh8z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/plain/cyrplain/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wdcibxs0g53warxs6vz39s3chldzh05p7v1ksskppghg5qzgh8z")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/t2") (synopsis "Support for using T2 encoding") @@ -41856,19 +50163,24 @@ (define-public texlive-tex-gyre (package (name "texlive-tex-gyre") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/tex-gyre/" - "fonts/afm/public/tex-gyre/" - "fonts/enc/dvips/tex-gyre/" - "fonts/map/dvips/tex-gyre/" - "fonts/opentype/public/tex-gyre/" - "fonts/tfm/public/tex-gyre/" - "fonts/type1/public/tex-gyre/" - "source/fonts/tex-gyre/" - "tex/latex/tex-gyre/") - (base32 - "0bn8g6rav0v47zbf1gjwp64x0l5340wb5iiiw4kdg69qingkj5lq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/tex-gyre/" + "fonts/afm/public/tex-gyre/" + "fonts/enc/dvips/tex-gyre/" + "fonts/map/dvips/tex-gyre/" + "fonts/opentype/public/tex-gyre/" + "fonts/tfm/public/tex-gyre/" + "fonts/type1/public/tex-gyre/" + "source/fonts/tex-gyre/" + "tex/latex/tex-gyre/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bn8g6rav0v47zbf1gjwp64x0l5340wb5iiiw4kdg69qingkj5lq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tex-gyre") @@ -41899,13 +50211,18 @@ (define-public texlive-tex-gyre-math (package (name "texlive-tex-gyre-math") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/tex-gyre-math/" - "fonts/opentype/public/tex-gyre-math/" - "source/fonts/tex-gyre-math/") - (base32 - "1k5fx03bg702636hh7hv4kzzxhbbic26rp5g4lq2bgajd5dgc5xy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/tex-gyre-math/" + "fonts/opentype/public/tex-gyre-math/" + "source/fonts/tex-gyre-math/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1k5fx03bg702636hh7hv4kzzxhbbic26rp5g4lq2bgajd5dgc5xy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tex-gyre-math") @@ -41923,12 +50240,17 @@ (define-public texlive-crop (package (name "texlive-crop") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/crop/" "source/latex/crop/" - "tex/latex/crop/") - (base32 - "1m0dg69bhbvqrq9d2yl6ip36w1bf5cibp386jj2wbywisa2hn3qf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/crop/" "source/latex/crop/" + "tex/latex/crop/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m0dg69bhbvqrq9d2yl6ip36w1bf5cibp386jj2wbywisa2hn3qf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/crop") @@ -41949,13 +50271,18 @@ (define-public texlive-ctablestack (package (name "texlive-ctablestack") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/ctablestack/" - "source/luatex/ctablestack/" - "tex/luatex/ctablestack/") - (base32 - "13l779436aj3hlchwvhkpiikbyfa2j4swzfrwqkjh9l8bc2cwg7n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/ctablestack/" + "source/luatex/ctablestack/" + "tex/luatex/ctablestack/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13l779436aj3hlchwvhkpiikbyfa2j4swzfrwqkjh9l8bc2cwg7n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ctablestack") @@ -41970,19 +50297,24 @@ (define-public texlive-lm (package (name "texlive-lm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/lm/" - "fonts/afm/public/lm/" - "fonts/enc/dvips/lm/" - "fonts/map/dvipdfm/lm/" - "fonts/map/dvips/lm/" - "fonts/opentype/public/lm/" - "fonts/tfm/public/lm/" - "fonts/type1/public/lm/" - "tex/latex/lm/") - (base32 - "1zgp0pc30n8jqr7kiv6j77i9i8dzzyh8zv72n24n74lb28k0sfmr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/lm/" + "fonts/afm/public/lm/" + "fonts/enc/dvips/lm/" + "fonts/map/dvipdfm/lm/" + "fonts/map/dvips/lm/" + "fonts/opentype/public/lm/" + "fonts/tfm/public/lm/" + "fonts/type1/public/lm/" + "tex/latex/lm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zgp0pc30n8jqr7kiv6j77i9i8dzzyh8zv72n24n74lb28k0sfmr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) @@ -42002,12 +50334,17 @@ (define-public texlive-lm-math (package (name "texlive-lm-math") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/lm-math/" - "fonts/opentype/public/lm-math/") - (base32 - "0gqdk8x3r1iz4n8j6r3pcqbwalxvkihayvmjfq4iv6hwb0pvys8z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/lm-math/" + "fonts/opentype/public/lm-math/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gqdk8x3r1iz4n8j6r3pcqbwalxvkihayvmjfq4iv6hwb0pvys8z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lm-math") @@ -42022,14 +50359,19 @@ (define-public texlive-lwarp (package (name "texlive-lwarp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lwarp/" - "scripts/lwarp/" - "source/latex/lwarp/" - "tex/latex/lwarp/") - (base32 - "0r1hxihhd7yzhw4s3v9yn1wl36q6fs2cwbdc09z9c1mdz3pywzp6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lwarp/" + "scripts/lwarp/" + "source/latex/lwarp/" + "tex/latex/lwarp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r1hxihhd7yzhw4s3v9yn1wl36q6fs2cwbdc09z9c1mdz3pywzp6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "lwarpmk.lua"))) @@ -42053,14 +50395,19 @@ (define-public texlive-knuth-lib (package (name "texlive-knuth-lib") (version "2023.0") - (source (texlive-origin - name version - (list "fonts/source/public/knuth-lib/" - "fonts/tfm/public/knuth-lib/" - "tex/generic/knuth-lib/" - "tex/plain/knuth-lib/") - (base32 - "0dl8z340n6m6xn7wari4hir0syxqi0kl2fhnf0bvnmkqhqwyzpca"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "fonts/source/public/knuth-lib/" + "fonts/tfm/public/knuth-lib/" + "tex/generic/knuth-lib/" + "tex/plain/knuth-lib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dl8z340n6m6xn7wari4hir0syxqi0kl2fhnf0bvnmkqhqwyzpca")))) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) (native-inputs (list texlive-cm texlive-metafont)) @@ -42077,13 +50424,18 @@ (define-public texlive-knuth-local (package (name "texlive-knuth-local") (version "2023.0") - (source (texlive-origin - name version - (list "fonts/source/public/knuth-local/" - "fonts/tfm/public/knuth-local/" - "mft/knuth-local/" "tex/plain/knuth-local/") - (base32 - "02cf32f57fr6bngiv9xiw8bh4sq53p9br034ap74s80h3bgcmn1f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "fonts/source/public/knuth-local/" + "fonts/tfm/public/knuth-local/" + "mft/knuth-local/" "tex/plain/knuth-local/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02cf32f57fr6bngiv9xiw8bh4sq53p9br034ap74s80h3bgcmn1f")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/knuth-local") (native-inputs @@ -42099,11 +50451,16 @@ (define-public texlive-lapdf (package (name "texlive-lapdf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lapdf/" "tex/latex/lapdf/") - (base32 - "0rnwgb3fy8f4app543lx72f4rhc5c4kladnazkay9lr8hkfa8s4d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lapdf/" "tex/latex/lapdf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rnwgb3fy8f4app543lx72f4rhc5c4kladnazkay9lr8hkfa8s4d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lapdf") @@ -42122,13 +50479,18 @@ (define-public texlive-latex-fonts (package (name "texlive-latex-fonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/latex-fonts/" - "fonts/source/public/latex-fonts/" - "fonts/tfm/public/latex-fonts/") - (base32 - "1bzqzzhs15w7dqz90hfjnaffjqh24q14w2h1h8vnxzvrlsyv21vq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/latex-fonts/" + "fonts/source/public/latex-fonts/" + "fonts/tfm/public/latex-fonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bzqzzhs15w7dqz90hfjnaffjqh24q14w2h1h8vnxzvrlsyv21vq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) @@ -42148,14 +50510,19 @@ (define-public texlive-latex-make (package (name "texlive-latex-make") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/latex-make/" - "scripts/latex-make/" - "source/support/latex-make/" - "tex/latex/latex-make/") - (base32 - "0ll6v1mdi1m5fp3s0c4dkgh351lg9ckzdfwz3k488y6cbcvrpm5x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/latex-make/" + "scripts/latex-make/" + "source/support/latex-make/" + "tex/latex/latex-make/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ll6v1mdi1m5fp3s0c4dkgh351lg9ckzdfwz3k488y6cbcvrpm5x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -42184,11 +50551,16 @@ (define-public texlive-latex-mr (package (name "texlive-latex-mr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latex-mr/") - (base32 - "1zd948d9y63js7980g2bvxpf67hshh2xa3n2ihbzwhpw6l9cbh1w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latex-mr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zd948d9y63js7980g2bvxpf67hshh2xa3n2ihbzwhpw6l9cbh1w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latex-mr") @@ -42207,12 +50579,17 @@ (define-public texlive-latexbangla (package (name "texlive-latexbangla") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latexbangla/" - "tex/latex/latexbangla/") - (base32 - "19h1axbfp1xclbhffdiczzqpr4lk2jw8kkz4qqh8f2rnhjxd94vw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latexbangla/" + "tex/latex/latexbangla/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19h1axbfp1xclbhffdiczzqpr4lk2jw8kkz4qqh8f2rnhjxd94vw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latexbangla") @@ -42237,11 +50614,16 @@ (define-public texlive-liftarm (package (name "texlive-liftarm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/liftarm/" "tex/latex/liftarm/") - (base32 - "1dqi322kqlqbh4hli6nwm88nsg4dkr2fnrwi4i70gxyzxdh1mjj4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/liftarm/" "tex/latex/liftarm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dqi322kqlqbh4hli6nwm88nsg4dkr2fnrwi4i70gxyzxdh1mjj4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/liftarm") @@ -42256,11 +50638,16 @@ (define-public texlive-lpic (package (name "texlive-lpic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lpic/" "tex/latex/lpic/") - (base32 - "15jzvpn3gnj5c0wachbsjazll9qlibyzxf4i2g8ad7l4yd967m3c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lpic/" "tex/latex/lpic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15jzvpn3gnj5c0wachbsjazll9qlibyzxf4i2g8ad7l4yd967m3c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lpic") @@ -42280,13 +50667,18 @@ (define-public texlive-lroundrect (package (name "texlive-lroundrect") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lroundrect/" - "source/latex/lroundrect/" - "tex/latex/lroundrect/") - (base32 - "1yjfg9z0s8drij13fdhii1r9j9i57c112iv2q0airndycm6y8wsg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lroundrect/" + "source/latex/lroundrect/" + "tex/latex/lroundrect/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yjfg9z0s8drij13fdhii1r9j9i57c112iv2q0airndycm6y8wsg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lroundrect") @@ -42302,12 +50694,17 @@ (define-public texlive-luamesh (package (name "texlive-luamesh") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luamesh/" "metapost/luamesh/" - "scripts/luamesh/" "tex/lualatex/luamesh/") - (base32 - "02qq6d51pihkxz4zbcxppikkzpr99mw8kmp64gm986fpcn6k2wns"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luamesh/" "metapost/luamesh/" + "scripts/luamesh/" "tex/lualatex/luamesh/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02qq6d51pihkxz4zbcxppikkzpr99mw8kmp64gm986fpcn6k2wns")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luamesh") @@ -42325,13 +50722,18 @@ (define-public texlive-luasseq (package (name "texlive-luasseq") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luasseq/" "scripts/luasseq/" - "source/lualatex/luasseq/" - "tex/lualatex/luasseq/") - (base32 - "1mkhzysyhpbblpwwy4d4983b5np23jnxl9ai986g0n1vpyv0kc47"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luasseq/" "scripts/luasseq/" + "source/lualatex/luasseq/" + "tex/lualatex/luasseq/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mkhzysyhpbblpwwy4d4983b5np23jnxl9ai986g0n1vpyv0kc47")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luasseq") @@ -42346,11 +50748,16 @@ (define-public texlive-maker (package (name "texlive-maker") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/maker/" "tex/latex/maker/") - (base32 - "08shs5fah2yfdgsydk93jfb1sz42qckal2p031vs95vqd8rpq11g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/maker/" "tex/latex/maker/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08shs5fah2yfdgsydk93jfb1sz42qckal2p031vs95vqd8rpq11g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/maker") @@ -42367,13 +50774,18 @@ (define-public texlive-makeshape (package (name "texlive-makeshape") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/makeshape/" - "source/latex/makeshape/" - "tex/latex/makeshape/") - (base32 - "1mc7qxqs87f87s4rzdd7fqy44sxc9a6imz62kqmigfap2kjwnflb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/makeshape/" + "source/latex/makeshape/" + "tex/latex/makeshape/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mc7qxqs87f87s4rzdd7fqy44sxc9a6imz62kqmigfap2kjwnflb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/makeshape") @@ -42389,14 +50801,19 @@ (define-public texlive-mathspic (package (name "texlive-mathspic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mathspic/" - "doc/man/man1/mathspic.1" - "doc/man/man1/mathspic.man1.pdf" - "scripts/mathspic/" "tex/latex/mathspic/") - (base32 - "0rlcskfvpl4niv680v8fgfpfxkrhfavmm8431ffp3vjjbqrhv7xr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mathspic/" + "doc/man/man1/mathspic.1" + "doc/man/man1/mathspic.man1.pdf" + "scripts/mathspic/" "tex/latex/mathspic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rlcskfvpl4niv680v8fgfpfxkrhfavmm8431ffp3vjjbqrhv7xr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -42421,12 +50838,17 @@ (define-public texlive-mercatormap (package (name "texlive-mercatormap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mercatormap/" - "tex/latex/mercatormap/") - (base32 - "11kcwzly8m8wqyppymanpvgabyjl1w33xzsy43sb5p4xv8fdaa5j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mercatormap/" + "tex/latex/mercatormap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11kcwzly8m8wqyppymanpvgabyjl1w33xzsy43sb5p4xv8fdaa5j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mercatormap") @@ -42445,15 +50867,20 @@ (define-public texlive-mflogo (package (name "texlive-mflogo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mflogo/" - "fonts/source/public/mflogo/" - "fonts/tfm/public/mflogo/" - "source/latex/mflogo/" - "tex/latex/mflogo/") - (base32 - "1r53qlrcqfwc0dfr7ji1nxnqrj6n0qrlg1rl7fjlw6ap3q9y434k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mflogo/" + "fonts/source/public/mflogo/" + "fonts/tfm/public/mflogo/" + "source/latex/mflogo/" + "tex/latex/mflogo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r53qlrcqfwc0dfr7ji1nxnqrj6n0qrlg1rl7fjlw6ap3q9y434k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-knuth-lib texlive-metafont)) @@ -42471,14 +50898,19 @@ (define-public texlive-mflogo-font (package (name "texlive-mflogo-font") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/mflogo-font/" - "fonts/afm/hoekwater/mflogo-font/" - "fonts/map/dvips/mflogo-font/" - "fonts/type1/hoekwater/mflogo-font/") - (base32 - "094mknjv8ki2pvj1zin0f1z4f1w12g0cfqjiqcsawjsry4yfrmbg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/mflogo-font/" + "fonts/afm/hoekwater/mflogo-font/" + "fonts/map/dvips/mflogo-font/" + "fonts/type1/hoekwater/mflogo-font/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "094mknjv8ki2pvj1zin0f1z4f1w12g0cfqjiqcsawjsry4yfrmbg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mflogo-font") @@ -42497,23 +50929,28 @@ (define-public texlive-mfware (package (name "texlive-mfware") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/gftodvi.1" - "doc/man/man1/gftodvi.man1.pdf" - "doc/man/man1/gftopk.1" - "doc/man/man1/gftopk.man1.pdf" - "doc/man/man1/gftype.1" - "doc/man/man1/gftype.man1.pdf" - "doc/man/man1/mft.1" - "doc/man/man1/mft.man1.pdf" - "doc/man/man1/pktogf.1" - "doc/man/man1/pktogf.man1.pdf" - "doc/man/man1/pktype.1" - "doc/man/man1/pktype.man1.pdf" - "mft/base/") - (base32 - "0l0xy2zl7yzb14wbzsg4sz5bdj22ggqlsw54d0yrm430wlr1s6sd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/gftodvi.1" + "doc/man/man1/gftodvi.man1.pdf" + "doc/man/man1/gftopk.1" + "doc/man/man1/gftopk.man1.pdf" + "doc/man/man1/gftype.1" + "doc/man/man1/gftype.man1.pdf" + "doc/man/man1/mft.1" + "doc/man/man1/mft.man1.pdf" + "doc/man/man1/pktogf.1" + "doc/man/man1/pktogf.man1.pdf" + "doc/man/man1/pktype.1" + "doc/man/man1/pktype.man1.pdf" + "mft/base/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l0xy2zl7yzb14wbzsg4sz5bdj22ggqlsw54d0yrm430wlr1s6sd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-mfware-bin)) @@ -42553,11 +50990,16 @@ (define-public texlive-milsymb (package (name "texlive-milsymb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/milsymb/" "tex/latex/milsymb/") - (base32 - "0bzrgnk934alp51j1qy4c73kkr4jv0bjq5fv50dm1bl22m9h3s17"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/milsymb/" "tex/latex/milsymb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bzrgnk934alp51j1qy4c73kkr4jv0bjq5fv50dm1bl22m9h3s17")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/milsymb") @@ -42574,11 +51016,16 @@ (define-public texlive-miniplot (package (name "texlive-miniplot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/miniplot/" "tex/latex/miniplot/") - (base32 - "0k98mfd4bf43br74wyjqjlwb93yzi2b5r53jsrsr58p6lg59c200"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/miniplot/" "tex/latex/miniplot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k98mfd4bf43br74wyjqjlwb93yzi2b5r53jsrsr58p6lg59c200")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/miniplot") @@ -42597,11 +51044,16 @@ (define-public texlive-mkpic (package (name "texlive-mkpic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/mkpic/" "scripts/mkpic/") - (base32 - "1a8jzsgw63siirifpsvwjmfbj68fv58hnn5vrv737i9vbjrv0vm7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/mkpic/" "scripts/mkpic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a8jzsgw63siirifpsvwjmfbj68fv58hnn5vrv737i9vbjrv0vm7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "mkpic"))) @@ -42620,12 +51072,17 @@ (define-public texlive-modiagram (package (name "texlive-modiagram") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/modiagram/" - "tex/latex/modiagram/") - (base32 - "0817c3yj5q4srbl29kqw16cg3c6gwr9ahy33hyicqbqap034fnyd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/modiagram/" + "tex/latex/modiagram/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0817c3yj5q4srbl29kqw16cg3c6gwr9ahy33hyicqbqap034fnyd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/modiagram") @@ -42639,12 +51096,17 @@ (define-public texlive-neuralnetwork (package (name "texlive-neuralnetwork") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/neuralnetwork/examples/" - "tex/latex/neuralnetwork/") - (base32 - "11k0hwg1mx52mrp7csp93m4rvv22vq91l4ij1ylgbw9flh189p8x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/neuralnetwork/examples/" + "tex/latex/neuralnetwork/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11k0hwg1mx52mrp7csp93m4rvv22vq91l4ij1ylgbw9flh189p8x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/neuralnetwork") @@ -42658,12 +51120,17 @@ (define-public texlive-nl-interval (package (name "texlive-nl-interval") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nl-interval/" - "tex/latex/nl-interval/") - (base32 - "0n11a26d48jr6lngfc128fpvahdnbvnlxz9kxp7hirl0cm8ssiwa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nl-interval/" + "tex/latex/nl-interval/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0n11a26d48jr6lngfc128fpvahdnbvnlxz9kxp7hirl0cm8ssiwa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nl-interval") @@ -42677,12 +51144,17 @@ (define-public texlive-nndraw (package (name "texlive-nndraw") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nndraw/" "source/latex/nndraw/" - "tex/latex/nndraw/") - (base32 - "08mhl61b2fzsnfz6ldrlz9m5s37w2c4wml8gpd2f4wc9rjag68l4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nndraw/" "source/latex/nndraw/" + "tex/latex/nndraw/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08mhl61b2fzsnfz6ldrlz9m5s37w2c4wml8gpd2f4wc9rjag68l4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nndraw") @@ -42696,11 +51168,17 @@ (define-public texlive-numericplots (package (name "texlive-numericplots") (version "2023.0") - (source (texlive-origin name version - (list "doc/latex/numericplots/" - "tex/latex/numericplots/") - (base32 - "187h4q35s2asfgv9zxw992316v37p5nnvphjylnxfvygxci36lwg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/numericplots/" + "tex/latex/numericplots/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "187h4q35s2asfgv9zxw992316v37p5nnvphjylnxfvygxci36lwg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/numericplots") @@ -42717,12 +51195,17 @@ (define-public texlive-outilsgeomtikz (package (name "texlive-outilsgeomtikz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/outilsgeomtikz/" - "tex/latex/outilsgeomtikz/") - (base32 - "0zk47dlz9jl2xk0q1sfnd6f57iww8qaq5wd0l1k23pci86x4nv6a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/outilsgeomtikz/" + "tex/latex/outilsgeomtikz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zk47dlz9jl2xk0q1sfnd6f57iww8qaq5wd0l1k23pci86x4nv6a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/outilsgeomtikz") @@ -42737,12 +51220,17 @@ (define-public texlive-pb-diagram (package (name "texlive-pb-diagram") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pb-diagram/" - "tex/latex/pb-diagram/") - (base32 - "1g790ykz0xq01d8zmy6llr33imh42dy51700c9z49xga4dvnyqlv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pb-diagram/" + "tex/latex/pb-diagram/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1g790ykz0xq01d8zmy6llr33imh42dy51700c9z49xga4dvnyqlv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pb-diagram") @@ -42757,12 +51245,17 @@ (define-public texlive-pbibtex-base (package (name "texlive-pbibtex-base") (version "2023.0") - (source (texlive-origin - name version - (list "doc/ptex/pbibtex/" "pbibtex/bib/" - "pbibtex/bst/") - (base32 - "06glwwv1rw4n5cpg6cs70yzgyix65nhfsakyq72sn82yss1gvf8z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/ptex/pbibtex/" "pbibtex/bib/" + "pbibtex/bst/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06glwwv1rw4n5cpg6cs70yzgyix65nhfsakyq72sn82yss1gvf8z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pbibtex-base") @@ -42777,11 +51270,16 @@ (define-public texlive-pbibtex-manual (package (name "texlive-pbibtex-manual") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pbibtex-manual/") - (base32 - "030rhhb4xcijvjc0x1ylyk6xz5mn90wrlp5ss4yr6qlpzmq21b50"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pbibtex-manual/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "030rhhb4xcijvjc0x1ylyk6xz5mn90wrlp5ss4yr6qlpzmq21b50")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pbibtex-manual") @@ -42796,12 +51294,17 @@ (define-public texlive-penrose (package (name "texlive-penrose") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/penrose/" "source/latex/penrose/" - "tex/latex/penrose/") - (base32 - "0vdbyvprb75if93lx138v2li2ijylbs8w8787dwk2pys5pp7s4ql"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/penrose/" "source/latex/penrose/" + "tex/latex/penrose/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vdbyvprb75if93lx138v2li2ijylbs8w8787dwk2pys5pp7s4ql")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/penrose") @@ -42819,13 +51322,18 @@ (define-public texlive-petri-nets (package (name "texlive-petri-nets") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/petri-nets/" - "scripts/petri-nets/" - "tex/generic/petri-nets/") - (base32 - "0m6qmahbw1q5vs63mr30kf75di86drhi8z3a8p7yn9n524jn435c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/petri-nets/" + "scripts/petri-nets/" + "tex/generic/petri-nets/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m6qmahbw1q5vs63mr30kf75di86drhi8z3a8p7yn9n524jn435c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "pn2pdf"))) @@ -42843,13 +51351,18 @@ (define-public texlive-pgf-blur (package (name "texlive-pgf-blur") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pgf-blur/" - "source/latex/pgf-blur/" - "tex/latex/pgf-blur/") - (base32 - "1lsndflhx56gawqkcyjyh8pll986m7msraq5qr1asppybf4m0hij"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pgf-blur/" + "source/latex/pgf-blur/" + "tex/latex/pgf-blur/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lsndflhx56gawqkcyjyh8pll986m7msraq5qr1asppybf4m0hij")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pgf-blur") @@ -42863,12 +51376,17 @@ (define-public texlive-pgf-interference (package (name "texlive-pgf-interference") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pgf-interference/" - "tex/latex/pgf-interference/") - (base32 - "1aa741h358iwn0zd25y3wsr4mr1q2fia1mrfqrbz6p00fvv0rgv5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pgf-interference/" + "tex/latex/pgf-interference/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1aa741h358iwn0zd25y3wsr4mr1q2fia1mrfqrbz6p00fvv0rgv5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pgf-interference") @@ -42883,14 +51401,19 @@ (define-public texlive-pgf-periodictable (package (name "texlive-pgf-periodictable") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pgf-periodictable/" - "tex/latex/pgf-periodictable/flags/" - "tex/latex/pgf-periodictable/lattice/" - "tex/latex/pgf-periodictable/spectra/") - (base32 - "0jxl52m4ik710n14crr6b2ymgnl58asw78mb0p5vdz21r6qgb11n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pgf-periodictable/" + "tex/latex/pgf-periodictable/flags/" + "tex/latex/pgf-periodictable/lattice/" + "tex/latex/pgf-periodictable/spectra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jxl52m4ik710n14crr6b2ymgnl58asw78mb0p5vdz21r6qgb11n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pgf-periodictable") @@ -42906,11 +51429,16 @@ (define-public texlive-pgf-pie (package (name "texlive-pgf-pie") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pgf-pie/" "tex/latex/pgf-pie/") - (base32 - "1nvg61v9pzc0mqs8m818ixi8rmw2wv3h7s17shjc7mcdqkp7k1qq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pgf-pie/" "tex/latex/pgf-pie/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nvg61v9pzc0mqs8m818ixi8rmw2wv3h7s17shjc7mcdqkp7k1qq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-carlisle texlive-latex texlive-pgf)) @@ -42925,12 +51453,17 @@ (define-public texlive-pgf-soroban (package (name "texlive-pgf-soroban") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pgf-soroban/" - "tex/latex/pgf-soroban/") - (base32 - "1vcycmd5a3z6p9glbgw4lsxs0zv0lidvs240i18kv8s39yx6f88r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pgf-soroban/" + "tex/latex/pgf-soroban/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vcycmd5a3z6p9glbgw4lsxs0zv0lidvs240i18kv8s39yx6f88r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pgf-soroban") @@ -42944,12 +51477,17 @@ (define-public texlive-pgf-spectra (package (name "texlive-pgf-spectra") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pgf-spectra/" - "tex/latex/pgf-spectra/") - (base32 - "03jci0jc5ryzkp6930hn1l4awjrw9y1xwc3f327igccj78w24pnb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pgf-spectra/" + "tex/latex/pgf-spectra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03jci0jc5ryzkp6930hn1l4awjrw9y1xwc3f327igccj78w24pnb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pgf-spectra") @@ -42966,12 +51504,17 @@ (define-public texlive-pgf-umlcd (package (name "texlive-pgf-umlcd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pgf-umlcd/" - "tex/latex/pgf-umlcd/") - (base32 - "14zx2jms616qfzwqbgixz0pd3qzjzr2bxr6ahhy7mgj3i7rlbr8r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pgf-umlcd/" + "tex/latex/pgf-umlcd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14zx2jms616qfzwqbgixz0pd3qzjzr2bxr6ahhy7mgj3i7rlbr8r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-latex texlive-pgf)) @@ -42985,12 +51528,17 @@ (define-public texlive-pgf-umlsd (package (name "texlive-pgf-umlsd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pgf-umlsd/" - "tex/latex/pgf-umlsd/") - (base32 - "1bw23gm9x6ijhn3h0q7af0n9wxnc3ixfjc23v8x49s80gh96gmqg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pgf-umlsd/" + "tex/latex/pgf-umlsd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bw23gm9x6ijhn3h0q7af0n9wxnc3ixfjc23v8x49s80gh96gmqg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-latex texlive-pgf)) @@ -43004,11 +51552,16 @@ (define-public texlive-pgfkeyx (package (name "texlive-pgfkeyx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pgfkeyx/" "tex/latex/pgfkeyx/") - (base32 - "0g5wvhlyfplv0fd0nsxpw3al9wmk0hw0pjvyyplh1vzdk5rr3xzq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pgfkeyx/" "tex/latex/pgfkeyx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0g5wvhlyfplv0fd0nsxpw3al9wmk0hw0pjvyyplh1vzdk5rr3xzq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pgfkeyx") @@ -43025,14 +51578,19 @@ (define-public texlive-pgfmolbio (package (name "texlive-pgfmolbio") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/pgfmolbio/" - "scripts/pgfmolbio/" - "source/lualatex/pgfmolbio/" - "tex/lualatex/pgfmolbio/") - (base32 - "12kajg7jrhd612lk7m6gwadxb5y7v9znqjlg1n3n05zwrmfd54w1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/pgfmolbio/" + "scripts/pgfmolbio/" + "source/lualatex/pgfmolbio/" + "tex/lualatex/pgfmolbio/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12kajg7jrhd612lk7m6gwadxb5y7v9znqjlg1n3n05zwrmfd54w1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pgfmolbio") @@ -43047,12 +51605,17 @@ (define-public texlive-pgfmorepages (package (name "texlive-pgfmorepages") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pgfmorepages/" - "tex/latex/pgfmorepages/") - (base32 - "0k0njkw34ql0vlpmay155rr4v0sszizhh1pixy20npbk26dkzljw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pgfmorepages/" + "tex/latex/pgfmorepages/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k0njkw34ql0vlpmay155rr4v0sszizhh1pixy20npbk26dkzljw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pgfmorepages") @@ -43068,12 +51631,17 @@ (define-public texlive-pgfopts (package (name "texlive-pgfopts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pgfopts/" "source/latex/pgfopts/" - "tex/latex/pgfopts/") - (base32 - "0p4bfqgkwmzhismrs7a10sblbgx4b6w259vdp1dd3hxvhc2kbnyn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pgfopts/" "source/latex/pgfopts/" + "tex/latex/pgfopts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p4bfqgkwmzhismrs7a10sblbgx4b6w259vdp1dd3hxvhc2kbnyn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-pgf)) @@ -43092,15 +51660,20 @@ (define-public texlive-pgfornament (package (name "texlive-pgfornament") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pgfornament/" - "tex/generic/pgfornament/am/" - "tex/generic/pgfornament/pgfhan/" - "tex/generic/pgfornament/vectorian/" - "tex/latex/pgfornament/") - (base32 - "02fmyyp1hgasa8k6v0nkdvdmqfbiscyyk3hpqg63b5956ksgap21"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pgfornament/" + "tex/generic/pgfornament/am/" + "tex/generic/pgfornament/pgfhan/" + "tex/generic/pgfornament/vectorian/" + "tex/latex/pgfornament/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02fmyyp1hgasa8k6v0nkdvdmqfbiscyyk3hpqg63b5956ksgap21")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pgfornament") @@ -43114,12 +51687,17 @@ (define-public texlive-pgfornament-han (package (name "texlive-pgfornament-han") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pgfornament-han/" - "tex/latex/pgfornament-han/") - (base32 - "17h71dbzj7a381gv3zn1pr1g2376mwwg8l9mk3y97wiv9m9afhxn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pgfornament-han/" + "tex/latex/pgfornament-han/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17h71dbzj7a381gv3zn1pr1g2376mwwg8l9mk3y97wiv9m9afhxn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pgfornament-han") @@ -43135,21 +51713,26 @@ (define-public texlive-pgfplots (package (name "texlive-pgfplots") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/pgfplots/" - "doc/generic/pgfplots/" - "doc/latex/pgfplots/" - "doc/plain/pgfplots/" - "scripts/pgfplots/" - "source/context/third/pgfplots/" - "source/latex/pgfplots/" - "tex/context/third/pgfplots/" - "tex/generic/pgfplots/" - "tex/latex/pgfplots/" - "tex/plain/pgfplots/") - (base32 - "1c0gah7ia61s435zlyq4ay9snkrs2xcs627wky7c0sp8mgxyybwr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/pgfplots/" + "doc/generic/pgfplots/" + "doc/latex/pgfplots/" + "doc/plain/pgfplots/" + "scripts/pgfplots/" + "source/context/third/pgfplots/" + "source/latex/pgfplots/" + "tex/context/third/pgfplots/" + "tex/generic/pgfplots/" + "tex/latex/pgfplots/" + "tex/plain/pgfplots/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c0gah7ia61s435zlyq4ay9snkrs2xcs627wky7c0sp8mgxyybwr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-pgf)) @@ -43169,11 +51752,16 @@ (define-public texlive-picinpar (package (name "texlive-picinpar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/picinpar/" "tex/latex/picinpar/") - (base32 - "1s6ymq4zg0wl6pfx34shansv3y1qlh6h3q58a97zpz5x21n1a5pq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/picinpar/" "tex/latex/picinpar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s6ymq4zg0wl6pfx34shansv3y1qlh6h3q58a97zpz5x21n1a5pq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/picinpar") @@ -43189,11 +51777,16 @@ (define-public texlive-pictex (package (name "texlive-pictex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pictex/" "tex/generic/pictex/") - (base32 - "1wwlh9d7b3gsk3f29d6vk0ic7nnvc533jfg2z019vsf6pin9qvgv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pictex/" "tex/generic/pictex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wwlh9d7b3gsk3f29d6vk0ic7nnvc533jfg2z019vsf6pin9qvgv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pictex") @@ -43209,11 +51802,16 @@ (define-public texlive-pictex2 (package (name "texlive-pictex2") (version "2023.0") - (source (texlive-origin - name version - (list "tex/latex/pictex2/") - (base32 - "1qqf08yharknq6csk01jdff62mg011bryqlq5mbmjwqwh7wxs0wy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/latex/pictex2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qqf08yharknq6csk01jdff62mg011bryqlq5mbmjwqwh7wxs0wy")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pictex2") (synopsis "Adds relative coordinates and improves the @code{\\plot} command") @@ -43229,11 +51827,16 @@ (define-public texlive-pictexsum (package (name "texlive-pictexsum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pictexsum/") - (base32 - "00yd0945qiss5jizkxncg8a9bdsld7mkhaipi92bbn1ghqicsw5a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pictexsum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00yd0945qiss5jizkxncg8a9bdsld7mkhaipi92bbn1ghqicsw5a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pictexsum") @@ -43248,11 +51851,16 @@ (define-public texlive-pinlabel (package (name "texlive-pinlabel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pinlabel/" "tex/latex/pinlabel/") - (base32 - "0hfa6gdmc6f59840fia3pdll2bgjwyqk57plcqxb4vc0f7kdqqay"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pinlabel/" "tex/latex/pinlabel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hfa6gdmc6f59840fia3pdll2bgjwyqk57plcqxb4vc0f7kdqqay")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pinlabel") @@ -43269,11 +51877,16 @@ (define-public texlive-pixelart (package (name "texlive-pixelart") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pixelart/" "tex/latex/pixelart/") - (base32 - "14hridmq92md46vxaiv8ja5lij2zl449vbvq2x2dv4qqs7bi42ab"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pixelart/" "tex/latex/pixelart/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14hridmq92md46vxaiv8ja5lij2zl449vbvq2x2dv4qqs7bi42ab")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pixelart") @@ -43287,12 +51900,17 @@ (define-public texlive-pixelarttikz (package (name "texlive-pixelarttikz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pixelarttikz/" - "tex/latex/pixelarttikz/") - (base32 - "0ymjflng2rlb0bq375f28mbdpr2r7ihqphnpvrh2f0n4f3afv8hx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pixelarttikz/" + "tex/latex/pixelarttikz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ymjflng2rlb0bq375f28mbdpr2r7ihqphnpvrh2f0n4f3afv8hx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pixelarttikz") @@ -43306,11 +51924,16 @@ (define-public texlive-plain-doc (package (name "texlive-plain-doc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/plain-doc/") - (base32 - "062d6hg4npy57307avvyd2sdxnmyrh5ia2rdb17p6cx555k8zxwq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/plain-doc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "062d6hg4npy57307avvyd2sdxnmyrh5ia2rdb17p6cx555k8zxwq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/csname-doc") @@ -43326,11 +51949,16 @@ (define-public texlive-pmgraph (package (name "texlive-pmgraph") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pmgraph/" "tex/latex/pmgraph/") - (base32 - "1a4nd6c9i9y6g34ipjz2ia0m4vizlvx0wcn0yql53pk8k8zrlgnn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pmgraph/" "tex/latex/pmgraph/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a4nd6c9i9y6g34ipjz2ia0m4vizlvx0wcn0yql53pk8k8zrlgnn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pmgraph") @@ -43345,12 +51973,17 @@ (define-public texlive-postage (package (name "texlive-postage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/postage/" "source/latex/postage/" - "tex/latex/postage/") - (base32 - "1sa9fm5hh57p0srnrd98jljj6200hnl17pmhw2v5q7jjgqj1n5gq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/postage/" "source/latex/postage/" + "tex/latex/postage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sa9fm5hh57p0srnrd98jljj6200hnl17pmhw2v5q7jjgqj1n5gq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/postage") @@ -43366,13 +51999,18 @@ (define-public texlive-prerex (package (name "texlive-prerex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/prerex/" "doc/man/man5/prerex.5" - "doc/man/man5/prerex.man5.pdf" - "tex/latex/prerex/") - (base32 - "0cmkr8533p4lqnj9x7nlcqj0slin021y13mr4mx2hvd35ya0dd80"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/prerex/" "doc/man/man5/prerex.5" + "doc/man/man5/prerex.man5.pdf" + "tex/latex/prerex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cmkr8533p4lqnj9x7nlcqj0slin021y13mr4mx2hvd35ya0dd80")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -43415,13 +52053,18 @@ (define-public texlive-productbox (package (name "texlive-productbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/productbox/" - "source/latex/productbox/" - "tex/latex/productbox/") - (base32 - "12jj5am2h6lqmhc0dz9v8p2j9ci104s9xplki7ncn3fmhy5mm2fq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/productbox/" + "source/latex/productbox/" + "tex/latex/productbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12jj5am2h6lqmhc0dz9v8p2j9ci104s9xplki7ncn3fmhy5mm2fq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/productbox") @@ -43439,15 +52082,20 @@ (define-public texlive-ps2eps (package (name "texlive-ps2eps") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/bbox.1" - "doc/man/man1/bbox.man1.pdf" - "doc/man/man1/ps2eps.1" - "doc/man/man1/ps2eps.man1.pdf" - "scripts/ps2eps/") - (base32 - "1anrvgs0hd3790dwpxqal0c2drjmvh93vnyqap40rvp8axwi0a6n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/bbox.1" + "doc/man/man1/bbox.man1.pdf" + "doc/man/man1/ps2eps.1" + "doc/man/man1/ps2eps.man1.pdf" + "scripts/ps2eps/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1anrvgs0hd3790dwpxqal0c2drjmvh93vnyqap40rvp8axwi0a6n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-ps2eps-bin)) @@ -43524,18 +52172,23 @@ (define-public texlive-ps2pk (package (name "texlive-ps2pk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/mag.1" - "doc/man/man1/mag.man1.pdf" - "doc/man/man1/pfb2pfa.1" - "doc/man/man1/pfb2pfa.man1.pdf" - "doc/man/man1/pk2bm.1" - "doc/man/man1/pk2bm.man1.pdf" - "doc/man/man1/ps2pk.1" - "doc/man/man1/ps2pk.man1.pdf") - (base32 - "14xq9x5rf15ibzr41cm5rm4v3rpmj50rfsqp4zzvyhmpmyw4dsx3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/mag.1" + "doc/man/man1/mag.man1.pdf" + "doc/man/man1/pfb2pfa.1" + "doc/man/man1/pfb2pfa.man1.pdf" + "doc/man/man1/pk2bm.1" + "doc/man/man1/pk2bm.man1.pdf" + "doc/man/man1/ps2pk.1" + "doc/man/man1/ps2pk.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14xq9x5rf15ibzr41cm5rm4v3rpmj50rfsqp4zzvyhmpmyw4dsx3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-ps2pk-bin)) @@ -43597,33 +52250,38 @@ (define-public texlive-psutils (package (name "texlive-psutils") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/epsffit.1" - "doc/man/man1/epsffit.man1.pdf" - "doc/man/man1/extractres.1" - "doc/man/man1/extractres.man1.pdf" - "doc/man/man1/includeres.1" - "doc/man/man1/includeres.man1.pdf" - "doc/man/man1/psbook.1" - "doc/man/man1/psbook.man1.pdf" - "doc/man/man1/psjoin.1" - "doc/man/man1/psjoin.man1.pdf" - "doc/man/man1/psnup.1" - "doc/man/man1/psnup.man1.pdf" - "doc/man/man1/psresize.1" - "doc/man/man1/psresize.man1.pdf" - "doc/man/man1/psselect.1" - "doc/man/man1/psselect.man1.pdf" - "doc/man/man1/pstops.1" - "doc/man/man1/pstops.man1.pdf" - "doc/man/man1/psutils.1" - "doc/man/man1/psutils.man1.pdf" - "dvips/getafm/" - "psutils/" - "scripts/psutils/") - (base32 - "0ba514lz3pc03ll0kb9apdx62mi2yiyd7bnargkp2bbf62dq79cc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/epsffit.1" + "doc/man/man1/epsffit.man1.pdf" + "doc/man/man1/extractres.1" + "doc/man/man1/extractres.man1.pdf" + "doc/man/man1/includeres.1" + "doc/man/man1/includeres.man1.pdf" + "doc/man/man1/psbook.1" + "doc/man/man1/psbook.man1.pdf" + "doc/man/man1/psjoin.1" + "doc/man/man1/psjoin.man1.pdf" + "doc/man/man1/psnup.1" + "doc/man/man1/psnup.man1.pdf" + "doc/man/man1/psresize.1" + "doc/man/man1/psresize.man1.pdf" + "doc/man/man1/psselect.1" + "doc/man/man1/psselect.man1.pdf" + "doc/man/man1/pstops.1" + "doc/man/man1/pstops.man1.pdf" + "doc/man/man1/psutils.1" + "doc/man/man1/psutils.man1.pdf" + "dvips/getafm/" + "psutils/" + "scripts/psutils/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ba514lz3pc03ll0kb9apdx62mi2yiyd7bnargkp2bbf62dq79cc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-psutils-bin)) @@ -43708,13 +52366,18 @@ (define-public texlive-ptolemaicastronomy (package (name "texlive-ptolemaicastronomy") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ptolemaicastronomy/" - "source/latex/ptolemaicastronomy/" - "tex/latex/ptolemaicastronomy/") - (base32 - "05j082s8aj57lzbxlhddi7f6gscpl5j66zmmaj6kabpnv152r0l7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ptolemaicastronomy/" + "source/latex/ptolemaicastronomy/" + "tex/latex/ptolemaicastronomy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05j082s8aj57lzbxlhddi7f6gscpl5j66zmmaj6kabpnv152r0l7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ptolemaicastronomy") @@ -43731,12 +52394,17 @@ (define-public texlive-puyotikz (package (name "texlive-puyotikz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/puyotikz/" "scripts/puyotikz/" - "tex/latex/puyotikz/") - (base32 - "15vw485phk523kby1q1wn0s0f7185cqj7sjsr8hc6iccdbzwknc0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/puyotikz/" "scripts/puyotikz/" + "tex/latex/puyotikz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15vw485phk523kby1q1wn0s0f7185cqj7sjsr8hc6iccdbzwknc0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/puyotikz") @@ -43751,12 +52419,17 @@ (define-public texlive-pxpgfmark (package (name "texlive-pxpgfmark") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pxpgfmark/" - "tex/latex/pxpgfmark/") - (base32 - "0c026i1bda0fxfrjhpv4laaj75ra6j8l2v6bxsgplng7f11nx36l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pxpgfmark/" + "tex/latex/pxpgfmark/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c026i1bda0fxfrjhpv4laaj75ra6j8l2v6bxsgplng7f11nx36l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pxpgfmark") @@ -43771,12 +52444,17 @@ (define-public texlive-pxpic (package (name "texlive-pxpic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pxpic/" "source/latex/pxpic/" - "tex/latex/pxpic/") - (base32 - "01k4c7fakc2wjbjasxqm9gnzhchn2bqnj3vvz5rrcxiq0wibmiyi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pxpic/" "source/latex/pxpic/" + "tex/latex/pxpic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01k4c7fakc2wjbjasxqm9gnzhchn2bqnj3vvz5rrcxiq0wibmiyi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pxpic") @@ -43792,12 +52470,17 @@ (define-public texlive-pxtatescale (package (name "texlive-pxtatescale") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pxtatescale/" - "tex/latex/pxtatescale/") - (base32 - "1f9xm6nc9h6r2n5rsz6iw4m1x8r13anisv08j5hkidcyvj6n2s6n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pxtatescale/" + "tex/latex/pxtatescale/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1f9xm6nc9h6r2n5rsz6iw4m1x8r13anisv08j5hkidcyvj6n2s6n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pxtatescale") @@ -43812,11 +52495,16 @@ (define-public texlive-qcircuit (package (name "texlive-qcircuit") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/qcircuit/" "tex/latex/qcircuit/") - (base32 - "0gyygba4zv6ncbwailjh9fvwn95d4ckrn2vj2ja089drr0sd8zkq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/qcircuit/" "tex/latex/qcircuit/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gyygba4zv6ncbwailjh9fvwn95d4ckrn2vj2ja089drr0sd8zkq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/qcircuit") @@ -43831,11 +52519,16 @@ (define-public texlive-quantikz (package (name "texlive-quantikz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/quantikz/" "tex/latex/quantikz/") - (base32 - "1pa9ry2sn70sjkxqj0f569148xfc5iq77rw0sjnd344m3xsz38db"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/quantikz/" "tex/latex/quantikz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pa9ry2sn70sjkxqj0f569148xfc5iq77rw0sjnd344m3xsz38db")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quantikz") @@ -43849,11 +52542,16 @@ (define-public texlive-quran (package (name "texlive-quran") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/quran/" "tex/latex/quran/") - (base32 - "0y5znkwaw5qy2541p10pqqvbblzn0v088c7v8p5lc2za6lh83fj2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/quran/" "tex/latex/quran/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y5znkwaw5qy2541p10pqqvbblzn0v088c7v8p5lc2za6lh83fj2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quran") @@ -43871,11 +52569,16 @@ (define-public texlive-quran-bn (package (name "texlive-quran-bn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/quran-bn/" "tex/latex/quran-bn/") - (base32 - "1zlm02drh9qfasxf0bwhvrmp521ixzys2aqq896339grkzay0g6q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/quran-bn/" "tex/latex/quran-bn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zlm02drh9qfasxf0bwhvrmp521ixzys2aqq896339grkzay0g6q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quran-bn") @@ -43889,12 +52592,17 @@ (define-public texlive-quran-de (package (name "texlive-quran-de") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/quran-de/" - "tex/xelatex/quran-de/") - (base32 - "06syk1ifxcy8wxfxgnrh6d3hpx4bdprxgkc9jicaaca6j6m3rm65"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/quran-de/" + "tex/xelatex/quran-de/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06syk1ifxcy8wxfxgnrh6d3hpx4bdprxgkc9jicaaca6j6m3rm65")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quran-de") @@ -43909,11 +52617,16 @@ (define-public texlive-quran-ur (package (name "texlive-quran-ur") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/quran-ur/" "tex/latex/quran-ur/") - (base32 - "0lsp4ldbi1cl044ah5x2br1krglw6qn92rx8h7hkfdr85byzyk25"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/quran-ur/" "tex/latex/quran-ur/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lsp4ldbi1cl044ah5x2br1krglw6qn92rx8h7hkfdr85byzyk25")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quran-ur") @@ -43927,12 +52640,17 @@ (define-public texlive-qyxf-book (package (name "texlive-qyxf-book") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/qyxf-book/" - "tex/latex/qyxf-book/") - (base32 - "0sgjdfpmwjqh40sbanj772bwimbf3az7wah65hxaz5198xd67m1y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/qyxf-book/" + "tex/latex/qyxf-book/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sgjdfpmwjqh40sbanj772bwimbf3az7wah65hxaz5198xd67m1y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/qyxf-book") @@ -43948,11 +52666,16 @@ (define-public texlive-r-und-s (package (name "texlive-r-und-s") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/r_und_s/" "tex/latex/r_und_s/") - (base32 - "15w8sggvlh28567y1d4vpbq8and12hvhphfvd7vabbn8g1l6h1yi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/r_und_s/" "tex/latex/r_und_s/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15w8sggvlh28567y1d4vpbq8and12hvhphfvd7vabbn8g1l6h1yi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/r-und-s") @@ -43969,13 +52692,18 @@ (define-public texlive-randbild (package (name "texlive-randbild") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/randbild/" - "source/latex/randbild/" - "tex/latex/randbild/") - (base32 - "1y9qf73163ai738pf6qvaqxy5s2cymyg19qyyfs8dfx2gygcyny9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/randbild/" + "source/latex/randbild/" + "tex/latex/randbild/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1y9qf73163ai738pf6qvaqxy5s2cymyg19qyyfs8dfx2gygcyny9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/randbild") @@ -43991,13 +52719,18 @@ (define-public texlive-randomwalk (package (name "texlive-randomwalk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/randomwalk/" - "source/latex/randomwalk/" - "tex/latex/randomwalk/") - (base32 - "1mmisgiy0c6qww6xyp9r825snh1dkmn81qjg39c7n1jxig3a8rj3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/randomwalk/" + "source/latex/randomwalk/" + "tex/latex/randomwalk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mmisgiy0c6qww6xyp9r825snh1dkmn81qjg39c7n1jxig3a8rj3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/randomwalk") @@ -44012,13 +52745,18 @@ (define-public texlive-realhats (package (name "texlive-realhats") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/realhats/" - "source/latex/realhats/" - "tex/latex/realhats/hats/") - (base32 - "0y9s12kzzrrmzkx57yqy4mzx50bcsv972825nnlgcsgkxcd8wv51"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/realhats/" + "source/latex/realhats/" + "tex/latex/realhats/hats/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y9s12kzzrrmzkx57yqy4mzx50bcsv972825nnlgcsgkxcd8wv51")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/realhats") @@ -44031,11 +52769,16 @@ (define-public texlive-reotex (package (name "texlive-reotex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/reotex/" "tex/latex/reotex/") - (base32 - "1hcjk3nms2gg1h99mxnivb5n3382yq92c578mw0pxbwi0f67z3iw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/reotex/" "tex/latex/reotex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hcjk3nms2gg1h99mxnivb5n3382yq92c578mw0pxbwi0f67z3iw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/reotex") @@ -44048,13 +52791,18 @@ (define-public texlive-robotarm (package (name "texlive-robotarm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/robotarm/" - "source/latex/robotarm/" - "tex/latex/robotarm/") - (base32 - "1lhvbwq979whvjwx9gyfhsxz20x6imhh57xm843zk6068lv0b3wj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/robotarm/" + "source/latex/robotarm/" + "tex/latex/robotarm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lhvbwq979whvjwx9gyfhsxz20x6imhh57xm843zk6068lv0b3wj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -44087,14 +52835,19 @@ (define-public texlive-rojud (package (name "texlive-rojud") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/rojud/" "fonts/map/dvips/rojud/" - "fonts/tfm/public/rojud/" - "fonts/type1/public/rojud/" - "tex/latex/rojud/") - (base32 - "0vq5m755wa5j9y072gmyf7pl7cisxh029b5j8rm46kqllfpaz4zj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/rojud/" "fonts/map/dvips/rojud/" + "fonts/tfm/public/rojud/" + "fonts/type1/public/rojud/" + "tex/latex/rojud/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vq5m755wa5j9y072gmyf7pl7cisxh029b5j8rm46kqllfpaz4zj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rojud") @@ -44110,13 +52863,18 @@ (define-public texlive-rviewport (package (name "texlive-rviewport") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rviewport/" - "source/latex/rviewport/" - "tex/latex/rviewport/") - (base32 - "13mrihyid25h70800ix0mbqhs8dbi39nyif8f12mj54jpfdjhxcz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rviewport/" + "source/latex/rviewport/" + "tex/latex/rviewport/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13mrihyid25h70800ix0mbqhs8dbi39nyif8f12mj54jpfdjhxcz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rviewport") @@ -44138,11 +52896,16 @@ (define-public texlive-sa-tikz (package (name "texlive-sa-tikz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sa-tikz/" "tex/latex/sa-tikz/") - (base32 - "0wdxdgc7jh0h7pql8wja9h4qjc7vr4gv03y4nk2mlxxycwsxiimn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sa-tikz/" "tex/latex/sa-tikz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wdxdgc7jh0h7pql8wja9h4qjc7vr4gv03y4nk2mlxxycwsxiimn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sa-tikz") @@ -44156,11 +52919,16 @@ (define-public texlive-sacsymb (package (name "texlive-sacsymb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sacsymb/" "tex/latex/sacsymb/") - (base32 - "0pwkb8z4bvgqbffcclfif04iqkpdp6lciwmwvwci3mi9bc6yh4vr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sacsymb/" "tex/latex/sacsymb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pwkb8z4bvgqbffcclfif04iqkpdp6lciwmwvwci3mi9bc6yh4vr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sacsymb") @@ -44175,12 +52943,17 @@ (define-public texlive-schemabloc (package (name "texlive-schemabloc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/schemabloc/" - "tex/latex/schemabloc/") - (base32 - "03kbriqlgxafxcy5l2215d3z874s4z1g5gg02w2ij0v8wjrgyn88"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/schemabloc/" + "tex/latex/schemabloc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03kbriqlgxafxcy5l2215d3z874s4z1g5gg02w2ij0v8wjrgyn88")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/schemabloc") @@ -44194,12 +52967,17 @@ (define-public texlive-schulmathematik (package (name "texlive-schulmathematik") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/schulmathematik/" - "tex/latex/schulmathematik/") - (base32 - "1lgsn7my9v2jks553c25wcagaqvxzmzjsijwkilys697c936dv57"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/schulmathematik/" + "tex/latex/schulmathematik/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lgsn7my9v2jks553c25wcagaqvxzmzjsijwkilys697c936dv57")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/schulmathematik") @@ -44215,11 +52993,16 @@ (define-public texlive-scratch (package (name "texlive-scratch") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/scratch/" "tex/latex/scratch/") - (base32 - "1np9mhfmn07clkzsg1glfxw1mkxihvv7yd10bnhc8lxxan9rymj1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/scratch/" "tex/latex/scratch/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1np9mhfmn07clkzsg1glfxw1mkxihvv7yd10bnhc8lxxan9rymj1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scratch") @@ -44235,11 +53018,16 @@ (define-public texlive-scratch3 (package (name "texlive-scratch3") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/scratch3/" "tex/latex/scratch3/") - (base32 - "0g8s0p7j058z7hdm4p7kgh7nsyk4wn22lp3j25d5b4hr0xyxmhby"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/scratch3/" "tex/latex/scratch3/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0g8s0p7j058z7hdm4p7kgh7nsyk4wn22lp3j25d5b4hr0xyxmhby")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scratch3") @@ -44253,12 +53041,17 @@ (define-public texlive-scsnowman (package (name "texlive-scsnowman") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/scsnowman/" - "tex/latex/scsnowman/") - (base32 - "1qr1cb19383hsxqh3a0640713m343v3jgxfk9whdxm0z11am5if0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/scsnowman/" + "tex/latex/scsnowman/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qr1cb19383hsxqh3a0640713m343v3jgxfk9whdxm0z11am5if0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scsnowman") @@ -44272,11 +53065,16 @@ (define-public texlive-setdeck (package (name "texlive-setdeck") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/setdeck/" "tex/latex/setdeck/") - (base32 - "11kk04nf37hmv7qw2azjl5r0cqf08khj41b1gp4nikrqvz2p1g49"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/setdeck/" "tex/latex/setdeck/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11kk04nf37hmv7qw2azjl5r0cqf08khj41b1gp4nikrqvz2p1g49")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/setdeck") @@ -44288,11 +53086,16 @@ (define-public texlive-sexam (package (name "texlive-sexam") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/sexam/" "tex/xelatex/sexam/") - (base32 - "0bwzxm8xj7p930rgxh6j6rzb7r26i0w61ixy74wkqwmvb3951rf6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/sexam/" "tex/xelatex/sexam/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bwzxm8xj7p930rgxh6j6rzb7r26i0w61ixy74wkqwmvb3951rf6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sexam") @@ -44306,13 +53109,18 @@ (define-public texlive-signchart (package (name "texlive-signchart") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/signchart/" - "source/latex/signchart/" - "tex/latex/signchart/") - (base32 - "0vg7xkrc0chp0r9j05ra499n4zkwg1gh9ywfnb54yhwcas301izs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/signchart/" + "source/latex/signchart/" + "tex/latex/signchart/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vg7xkrc0chp0r9j05ra499n4zkwg1gh9ywfnb54yhwcas301izs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/signchart") @@ -44326,12 +53134,17 @@ (define-public texlive-simplenodes (package (name "texlive-simplenodes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/simplenodes/" - "tex/latex/simplenodes/") - (base32 - "0d3bqia3a7rnd57v8yld4i5d9nwrshkxxv6w2vglhpp447yv0nq7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/simplenodes/" + "tex/latex/simplenodes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d3bqia3a7rnd57v8yld4i5d9nwrshkxxv6w2vglhpp447yv0nq7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/simplenodes") @@ -44350,12 +53163,17 @@ (define-public texlive-simpleoptics (package (name "texlive-simpleoptics") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/simpleoptics/" - "tex/latex/simpleoptics/") - (base32 - "0hna56av80k1gc3fm2nbw2dy31sfdw7v14v8yppad4f2d12skpzd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/simpleoptics/" + "tex/latex/simpleoptics/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hna56av80k1gc3fm2nbw2dy31sfdw7v14v8yppad4f2d12skpzd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/simpleoptics") @@ -44369,12 +53187,17 @@ (define-public texlive-simurgh (package (name "texlive-simurgh") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/simurgh/" - "tex/lualatex/simurgh/") - (base32 - "11256ssaq6hw6c93ldfgyp0gagv69hl54yg1c8wl5wkc0mrh42rb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/simurgh/" + "tex/lualatex/simurgh/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11256ssaq6hw6c93ldfgyp0gagv69hl54yg1c8wl5wkc0mrh42rb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/simurgh") @@ -44388,13 +53211,18 @@ (define-public texlive-smartdiagram (package (name "texlive-smartdiagram") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/smartdiagram/" - "source/latex/smartdiagram/" - "tex/latex/smartdiagram/") - (base32 - "0qlgafprxqjhy14imb3isgqjsp1y78qrcqlr0n1rvgwppmi1fd0c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/smartdiagram/" + "source/latex/smartdiagram/" + "tex/latex/smartdiagram/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qlgafprxqjhy14imb3isgqjsp1y78qrcqlr0n1rvgwppmi1fd0c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/smartdiagram") @@ -44408,12 +53236,17 @@ (define-public texlive-spath3 (package (name "texlive-spath3") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/spath3/" "source/latex/spath3/" - "tex/latex/spath3/") - (base32 - "16hg6kbr0rzk1xsyrmhnkc0dr4vq8pamqdqncjx6n5jdpwr9kzkx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/spath3/" "source/latex/spath3/" + "tex/latex/spath3/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16hg6kbr0rzk1xsyrmhnkc0dr4vq8pamqdqncjx6n5jdpwr9kzkx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/spath3") @@ -44429,12 +53262,17 @@ (define-public texlive-spectralsequences (package (name "texlive-spectralsequences") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/spectralsequences/" - "tex/latex/spectralsequences/") - (base32 - "0fdgkvhhg8i0j7c4ibc9d2xjbhgbpqvqp1shpqaslg5mdahml58f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/spectralsequences/" + "tex/latex/spectralsequences/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fdgkvhhg8i0j7c4ibc9d2xjbhgbpqvqp1shpqaslg5mdahml58f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/spectralsequences") @@ -44458,12 +53296,17 @@ (define-public texlive-strands (package (name "texlive-strands") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/strands/" "source/latex/strands/" - "tex/latex/strands/") - (base32 - "1jhvbzy8qjrjmb6j7kjwjn1iqgnszvhwlnpsag8sl1f8qgg1ns9z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/strands/" "source/latex/strands/" + "tex/latex/strands/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jhvbzy8qjrjmb6j7kjwjn1iqgnszvhwlnpsag8sl1f8qgg1ns9z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/strands") @@ -44477,11 +53320,16 @@ (define-public texlive-swebib (package (name "texlive-swebib") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/swebib/" "doc/latex/swebib/") - (base32 - "0bw7ls5gbi31gr9h4mqv2blva1skqymprp350n9wm086kgyv4s8h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/swebib/" "doc/latex/swebib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bw7ls5gbi31gr9h4mqv2blva1skqymprp350n9wm086kgyv4s8h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/swebib") @@ -44497,11 +53345,16 @@ (define-public texlive-swimgraf (package (name "texlive-swimgraf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/swimgraf/" "tex/latex/swimgraf/") - (base32 - "09s6wb3nzrxj20qrjyyr3r1fl2nbsgj1a4va101nwqb81pcmp4aq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/swimgraf/" "tex/latex/swimgraf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09s6wb3nzrxj20qrjyyr3r1fl2nbsgj1a4va101nwqb81pcmp4aq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/swimgraf") @@ -44522,11 +53375,16 @@ (define-public texlive-syntaxdi (package (name "texlive-syntaxdi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/syntaxdi/" "tex/latex/syntaxdi/") - (base32 - "0q6f45vr1dq5pildna9i6vxxqg76kylnlb2rfqs9f87r73dg0xak"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/syntaxdi/" "tex/latex/syntaxdi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q6f45vr1dq5pildna9i6vxxqg76kylnlb2rfqs9f87r73dg0xak")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/syntaxdi") @@ -44540,22 +53398,27 @@ (define-public texlive-t1utils (package (name "texlive-t1utils") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/t1ascii.1" - "doc/man/man1/t1ascii.man1.pdf" - "doc/man/man1/t1asm.1" - "doc/man/man1/t1asm.man1.pdf" - "doc/man/man1/t1binary.1" - "doc/man/man1/t1binary.man1.pdf" - "doc/man/man1/t1disasm.1" - "doc/man/man1/t1disasm.man1.pdf" - "doc/man/man1/t1mac.1" - "doc/man/man1/t1mac.man1.pdf" - "doc/man/man1/t1unmac.1" - "doc/man/man1/t1unmac.man1.pdf") - (base32 - "0hdk57179nn57wnmvr3jasjavkvmrn6ryph6jvjhsfqprn7bhf1y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/t1ascii.1" + "doc/man/man1/t1ascii.man1.pdf" + "doc/man/man1/t1asm.1" + "doc/man/man1/t1asm.man1.pdf" + "doc/man/man1/t1binary.1" + "doc/man/man1/t1binary.man1.pdf" + "doc/man/man1/t1disasm.1" + "doc/man/man1/t1disasm.man1.pdf" + "doc/man/man1/t1mac.1" + "doc/man/man1/t1mac.man1.pdf" + "doc/man/man1/t1unmac.1" + "doc/man/man1/t1unmac.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hdk57179nn57wnmvr3jasjavkvmrn6ryph6jvjhsfqprn7bhf1y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-t1utils-bin)) @@ -44626,12 +53489,17 @@ (define-public texlive-table-fct (package (name "texlive-table-fct") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/table-fct/" - "tex/latex/table-fct/") - (base32 - "1l21dvfp4ypbfn5jvyrb2kwg8s8xfvcwlwxgcyix2ghawv9gsp7m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/table-fct/" + "tex/latex/table-fct/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l21dvfp4ypbfn5jvyrb2kwg8s8xfvcwlwxgcyix2ghawv9gsp7m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/table-fct") @@ -44646,11 +53514,16 @@ (define-public texlive-templates-fenn (package (name "texlive-templates-fenn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/templates-fenn/") - (base32 - "1s91swqsysva49cjrb9khgik5mvhxcb3wr2wz4l2683gdgxlbgkf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/templates-fenn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s91swqsysva49cjrb9khgik5mvhxcb3wr2wz4l2683gdgxlbgkf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/templates-fenn") @@ -44677,11 +53550,16 @@ (define-public texlive-templates-sommer (package (name "texlive-templates-sommer") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/templates-sommer/") - (base32 - "0z75xhawsmcxv4f24cqcvfi0r22gavjpg4si6nwrgc8sg82x24m6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/templates-sommer/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z75xhawsmcxv4f24cqcvfi0r22gavjpg4si6nwrgc8sg82x24m6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/templates-sommer") @@ -44701,13 +53579,18 @@ (define-public texlive-termcal-de (package (name "texlive-termcal-de") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/termcal-de/" - "source/latex/termcal-de/" - "tex/latex/termcal-de/") - (base32 - "0av913y88vfv0yb68xx1lrqpxd8hwx8x7zzb1qcb2d9r5ry1l8z7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/termcal-de/" + "source/latex/termcal-de/" + "tex/latex/termcal-de/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0av913y88vfv0yb68xx1lrqpxd8hwx8x7zzb1qcb2d9r5ry1l8z7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/termcal-de") @@ -44722,15 +53605,20 @@ (define-public texlive-tex4ht (package (name "texlive-tex4ht") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/tex4ht/" - "scripts/tex4ht/" - "source/generic/tex4ht/" - "tex/generic/tex4ht/" - "tex4ht/") - (base32 - "1svmivc272xj9fzy5p055lp7g9vcqs75jp4x54682yrq0qizv03c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/tex4ht/" + "scripts/tex4ht/" + "source/generic/tex4ht/" + "tex/generic/tex4ht/" + "tex4ht/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1svmivc272xj9fzy5p055lp7g9vcqs75jp4x54682yrq0qizv03c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-tex4ht-bin)) @@ -44798,12 +53686,17 @@ (define-public texlive-tex4ebook (package (name "texlive-tex4ebook") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/tex4ebook/" - "scripts/tex4ebook/" "tex/latex/tex4ebook/") - (base32 - "0907df4hb9y7nh5bz450qb1ljixk5li8hp6r9ajx8d0c47ac5a8v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/tex4ebook/" + "scripts/tex4ebook/" "tex/latex/tex4ebook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0907df4hb9y7nh5bz450qb1ljixk5li8hp6r9ajx8d0c47ac5a8v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "tex4ebook"))) @@ -44820,15 +53713,20 @@ (define-public texlive-texaccents (package (name "texlive-texaccents") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/texaccents.1" - "doc/man/man1/texaccents.man1.pdf" - "doc/support/texaccents/" - "scripts/texaccents/" - "source/support/texaccents/") - (base32 - "1kh4cpvrxgcvnmzxgb3my4jawyqd4348cy6h195346pvdb5xsphh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/texaccents.1" + "doc/man/man1/texaccents.man1.pdf" + "doc/support/texaccents/" + "scripts/texaccents/" + "source/support/texaccents/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kh4cpvrxgcvnmzxgb3my4jawyqd4348cy6h195346pvdb5xsphh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texaccents") @@ -44842,11 +53740,16 @@ (define-public texlive-texcount (package (name "texlive-texcount") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/texcount/" "scripts/texcount/") - (base32 - "0ab1kp0zh2r65x1v42sc5bwxmlifa8splrakq589fgd0aap0l8n1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/texcount/" "scripts/texcount/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ab1kp0zh2r65x1v42sc5bwxmlifa8splrakq589fgd0aap0l8n1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "texcount.pl"))) @@ -44863,12 +53766,17 @@ (define-public texlive-texdef (package (name "texlive-texdef") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/texdef/" "scripts/texdef/" - "source/support/texdef/") - (base32 - "0jkc6c4nvzp228d7dcmp0gv2q5qassjq1p40fz4pmbxiyias7zw3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/texdef/" "scripts/texdef/" + "source/support/texdef/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jkc6c4nvzp228d7dcmp0gv2q5qassjq1p40fz4pmbxiyias7zw3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -44904,13 +53812,18 @@ (define-public texlive-texdiff (package (name "texlive-texdiff") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/texdiff.1" - "doc/man/man1/texdiff.man1.pdf" - "doc/support/texdiff/" "scripts/texdiff/") - (base32 - "1cp2k217ziwdgh5c7lg22p58ajv7j410ncag620lkdwajc5jqx1d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/texdiff.1" + "doc/man/man1/texdiff.man1.pdf" + "doc/support/texdiff/" "scripts/texdiff/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cp2k217ziwdgh5c7lg22p58ajv7j410ncag620lkdwajc5jqx1d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "texdiff"))) @@ -44927,14 +53840,19 @@ (define-public texlive-texdirflatten (package (name "texlive-texdirflatten") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/texdirflatten.1" - "doc/man/man1/texdirflatten.man1.pdf" - "doc/support/texdirflatten/" - "scripts/texdirflatten/") - (base32 - "0f2h9qlqfml9p83znxh81i7cmwfbsr0zrladrf3486v4aja859kx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/texdirflatten.1" + "doc/man/man1/texdirflatten.man1.pdf" + "doc/support/texdirflatten/" + "scripts/texdirflatten/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f2h9qlqfml9p83znxh81i7cmwfbsr0zrladrf3486v4aja859kx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "texdirflatten"))) @@ -44952,14 +53870,19 @@ (define-public texlive-texdoc (package (name "texlive-texdoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/texdoc.1" - "doc/man/man1/texdoc.man1.pdf" - "doc/support/texdoc/" "scripts/texdoc/" - "texdoc/") - (base32 - "19mvh7pm2332f6c8nzgcbscm9vcz0apwfgm0m55ycibssc2fb3ww"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/texdoc.1" + "doc/man/man1/texdoc.man1.pdf" + "doc/support/texdoc/" "scripts/texdoc/" + "texdoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19mvh7pm2332f6c8nzgcbscm9vcz0apwfgm0m55ycibssc2fb3ww")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -45000,13 +53923,18 @@ (define-public texlive-texdoctk (package (name "texlive-texdoctk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/texdoctk.1" - "doc/man/man1/texdoctk.man1.pdf" - "scripts/texdoctk/" "texdoctk/") - (base32 - "18xxivpgjdh8v6kg0b45zjv18sm9a4ljpwk6a4cghg5l5yggrjcx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/texdoctk.1" + "doc/man/man1/texdoctk.man1.pdf" + "scripts/texdoctk/" "texdoctk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18xxivpgjdh8v6kg0b45zjv18sm9a4ljpwk6a4cghg5l5yggrjcx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -45037,13 +53965,18 @@ (define-public texlive-texdraw (package (name "texlive-texdraw") (version "2023.0") - (source (texlive-origin - name version - (list "doc/info/texdraw.info" - "doc/support/texdraw/" - "tex/generic/texdraw/") - (base32 - "1pqrmyc8jnwk06qbrf18cyny1z4ncq0snp4jc0r7qgnh6bmlbncs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/info/texdraw.info" + "doc/support/texdraw/" + "tex/generic/texdraw/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pqrmyc8jnwk06qbrf18cyny1z4ncq0snp4jc0r7qgnh6bmlbncs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texdraw") @@ -45063,13 +53996,18 @@ (define-public texlive-texfot (package (name "texlive-texfot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/texfot.1" - "doc/man/man1/texfot.man1.pdf" - "doc/support/texfot/" "scripts/texfot/") - (base32 - "0cy1fz265ch13cn0jwfg7rlspqlxv8swnv6ljjvqqg8hbl390npd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/texfot.1" + "doc/man/man1/texfot.man1.pdf" + "doc/support/texfot/" "scripts/texfot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cy1fz265ch13cn0jwfg7rlspqlxv8swnv6ljjvqqg8hbl390npd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "texfot.pl"))) @@ -45086,12 +54024,17 @@ (define-public texlive-texliveonfly (package (name "texlive-texliveonfly") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/texliveonfly/" - "scripts/texliveonfly/") - (base32 - "15nrgkh9wkaccbyd8jgcyw5xjjhqj3jyy3spbfd679fywq14l8c2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/texliveonfly/" + "scripts/texliveonfly/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15nrgkh9wkaccbyd8jgcyw5xjjhqj3jyy3spbfd679fywq14l8c2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "texliveonfly.py"))) @@ -45109,12 +54052,17 @@ (define-public texlive-texloganalyser (package (name "texlive-texloganalyser") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/texloganalyser/" - "scripts/texloganalyser/") - (base32 - "0qlrpqwfyakhh163ckznw5z8jwm5frp3krpi7fxnf9pz03c7shhr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/texloganalyser/" + "scripts/texloganalyser/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qlrpqwfyakhh163ckznw5z8jwm5frp3krpi7fxnf9pz03c7shhr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "texloganalyser"))) @@ -45130,14 +54078,19 @@ (define-public texlive-texlogfilter (package (name "texlive-texlogfilter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/texlogfilter.1" - "doc/man/man1/texlogfilter.man1.pdf" - "doc/support/texlogfilter/" - "scripts/texlogfilter/") - (base32 - "0w2cxkgzalx083hh4kyk10ampy1dx50iv44z9s2gks224p3rlyps"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/texlogfilter.1" + "doc/man/man1/texlogfilter.man1.pdf" + "doc/support/texlogfilter/" + "scripts/texlogfilter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0w2cxkgzalx083hh4kyk10ampy1dx50iv44z9s2gks224p3rlyps")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "texlogfilter"))) @@ -45157,14 +54110,19 @@ (define-public texlive-texlogsieve (package (name "texlive-texlogsieve") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/texlogsieve.1" - "doc/man/man1/texlogsieve.man1.pdf" - "doc/support/texlogsieve/" - "scripts/texlogsieve/") - (base32 - "0pssh34f2263qfpirmv1np9ncjw9d9zyjqbxpin12px2hmvjvip6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/texlogsieve.1" + "doc/man/man1/texlogsieve.man1.pdf" + "doc/support/texlogsieve/" + "scripts/texlogsieve/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pssh34f2263qfpirmv1np9ncjw9d9zyjqbxpin12px2hmvjvip6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "texlogsieve"))) @@ -45180,13 +54138,18 @@ (define-public texlive-texnegar (package (name "texlive-texnegar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/texnegar/" - "source/latex/texnegar/" - "tex/latex/texnegar/") - (base32 - "0rza5bmn7cm85aznnffpmfv6b8776jxkpfwhs0y04f83sdjapw63"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/texnegar/" + "source/latex/texnegar/" + "tex/latex/texnegar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rza5bmn7cm85aznnffpmfv6b8776jxkpfwhs0y04f83sdjapw63")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texnegar") @@ -45202,14 +54165,19 @@ (define-public texlive-texosquery (package (name "texlive-texosquery") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/texosquery/" - "scripts/texosquery/" - "source/support/texosquery/" - "tex/latex/texosquery/") - (base32 - "17s947p011qar5aaz11ysby3nqqrnk0qv4m26hsl5y6divqb2dan"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/texosquery/" + "scripts/texosquery/" + "source/support/texosquery/" + "tex/latex/texosquery/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17s947p011qar5aaz11ysby3nqqrnk0qv4m26hsl5y6divqb2dan")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -45251,12 +54219,17 @@ (define-public texlive-texplate (package (name "texlive-texplate") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/texplate/" "scripts/texplate/" - "source/support/texplate/") - (base32 - "027vfbqm95ysp7sqlcz3p5b2107mcjg540x73nsf2d1g83k4ps4r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/texplate/" "scripts/texplate/" + "source/support/texplate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "027vfbqm95ysp7sqlcz3p5b2107mcjg540x73nsf2d1g83k4ps4r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "texplate.sh"))) @@ -45276,11 +54249,16 @@ (define-public texlive-texproposal (package (name "texlive-texproposal") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/texproposal/") - (base32 - "1yxb3yagljsdp4s07fzd6498889i7cscch68fb77jbfc2z4srvsy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/texproposal/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yxb3yagljsdp4s07fzd6498889i7cscch68fb77jbfc2z4srvsy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texproposal") @@ -45308,14 +54286,19 @@ (define-public texlive-texware (package (name "texlive-texware") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/dvitype.1" - "doc/man/man1/dvitype.man1.pdf" - "doc/man/man1/pooltype.1" - "doc/man/man1/pooltype.man1.pdf") - (base32 - "122r0aq02vwx6irsnapnfbvhgy5d09x90rc8zc7a0bi7b25bxnd1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/dvitype.1" + "doc/man/man1/dvitype.man1.pdf" + "doc/man/man1/pooltype.1" + "doc/man/man1/pooltype.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "122r0aq02vwx6irsnapnfbvhgy5d09x90rc8zc7a0bi7b25bxnd1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-texware-bin)) @@ -45358,12 +54341,17 @@ (define-public texlive-ticollege (package (name "texlive-ticollege") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ticollege/" - "tex/latex/ticollege/") - (base32 - "1qbng6vq8w3ln2aw2kckbjih8hz3m2yr1b0bx8bx1a7bf5fhmd6i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ticollege/" + "tex/latex/ticollege/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qbng6vq8w3ln2aw2kckbjih8hz3m2yr1b0bx8bx1a7bf5fhmd6i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ticollege") @@ -45379,12 +54367,17 @@ (define-public texlive-tie (package (name "texlive-tie") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/tie.1" - "doc/man/man1/tie.man1.pdf") - (base32 - "17z5ik7bbf0v5ylq2v1rda6z64iz386vp56z7yrr6h1dl488kr93"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/tie.1" + "doc/man/man1/tie.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17z5ik7bbf0v5ylq2v1rda6z64iz386vp56z7yrr6h1dl488kr93")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-kpathsea)) @@ -45402,12 +54395,17 @@ (define-public texlive-tikz-3dplot (package (name "texlive-tikz-3dplot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-3dplot/" - "tex/latex/tikz-3dplot/") - (base32 - "05hw2wxs4q477x16ffh6wcmypdf7mz7500dxnfywiqi0pgzmnh89"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-3dplot/" + "tex/latex/tikz-3dplot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05hw2wxs4q477x16ffh6wcmypdf7mz7500dxnfywiqi0pgzmnh89")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-3dplot") @@ -45427,12 +54425,17 @@ (define-public texlive-tikz-among-us (package (name "texlive-tikz-among-us") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-among-us/" - "tex/latex/tikz-among-us/") - (base32 - "0rrkzh1hain7mvnx4r5s7pccxvcj0izjbjwyrjg3nwin03mqqxy1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-among-us/" + "tex/latex/tikz-among-us/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rrkzh1hain7mvnx4r5s7pccxvcj0izjbjwyrjg3nwin03mqqxy1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-among-us") @@ -45446,12 +54449,17 @@ (define-public texlive-tikz-bagua (package (name "texlive-tikz-bagua") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-bagua/" - "tex/latex/tikz-bagua/") - (base32 - "1kn0ggpxz5ksnnxsfhbhavik7n8mpblm9x3qjxcsg2qhs286lwyh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-bagua/" + "tex/latex/tikz-bagua/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kn0ggpxz5ksnnxsfhbhavik7n8mpblm9x3qjxcsg2qhs286lwyh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-bagua") @@ -45466,12 +54474,17 @@ (define-public texlive-tikz-bayesnet (package (name "texlive-tikz-bayesnet") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-bayesnet/" - "tex/latex/tikz-bayesnet/") - (base32 - "0fmm93h0kl6q45sglfz1ssrnj20sqds9kvamf1dqzmfw2g77qwqr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-bayesnet/" + "tex/latex/tikz-bayesnet/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fmm93h0kl6q45sglfz1ssrnj20sqds9kvamf1dqzmfw2g77qwqr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-bayesnet") @@ -45486,12 +54499,17 @@ (define-public texlive-tikz-bbox (package (name "texlive-tikz-bbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-bbox/" - "tex/latex/tikz-bbox/") - (base32 - "0h224gmdbx63dff0zikv9grf5p7780rdxng2ws9d68k7rk961lb7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-bbox/" + "tex/latex/tikz-bbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h224gmdbx63dff0zikv9grf5p7780rdxng2ws9d68k7rk961lb7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-bbox") @@ -45508,12 +54526,17 @@ (define-public texlive-tikz-cd (package (name "texlive-tikz-cd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-cd/" "tex/generic/tikz-cd/" - "tex/latex/tikz-cd/") - (base32 - "188vd02cwy7r58cnam4aj4lq1jp295mmn3q1w3ki7p6n8v1gnl0c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-cd/" "tex/generic/tikz-cd/" + "tex/latex/tikz-cd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "188vd02cwy7r58cnam4aj4lq1jp295mmn3q1w3ki7p6n8v1gnl0c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-cd") @@ -45531,12 +54554,17 @@ (define-public texlive-tikz-dependency (package (name "texlive-tikz-dependency") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-dependency/" - "tex/latex/tikz-dependency/") - (base32 - "12a31jqrxlaj8jj5f7p9vgwp8yqinl5ab0c3nfv4b1c9a08p8q3s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-dependency/" + "tex/latex/tikz-dependency/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12a31jqrxlaj8jj5f7p9vgwp8yqinl5ab0c3nfv4b1c9a08p8q3s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-dependency") @@ -45552,12 +54580,17 @@ (define-public texlive-tikz-dimline (package (name "texlive-tikz-dimline") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-dimline/" - "tex/latex/tikz-dimline/") - (base32 - "15zxc3zxl8mk0rq3b30d2a89lxlnybih49j8w8c6xsfn5mqbn8br"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-dimline/" + "tex/latex/tikz-dimline/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15zxc3zxl8mk0rq3b30d2a89lxlnybih49j8w8c6xsfn5mqbn8br")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-dimline") @@ -45571,13 +54604,18 @@ (define-public texlive-tikz-ext (package (name "texlive-tikz-ext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-ext/" - "tex/generic/tikz-ext/" - "tex/latex/tikz-ext/" "tex/plain/tikz-ext/") - (base32 - "1sb7h2jrz82g10j5qq4h4qiyj5jdriyx7618rfgx05cz8rdv6mxs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-ext/" + "tex/generic/tikz-ext/" + "tex/latex/tikz-ext/" "tex/plain/tikz-ext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sb7h2jrz82g10j5qq4h4qiyj5jdriyx7618rfgx05cz8rdv6mxs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-ext") @@ -45593,12 +54631,17 @@ (define-public texlive-tikz-feynhand (package (name "texlive-tikz-feynhand") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-feynhand/" - "tex/latex/tikz-feynhand/") - (base32 - "11cz44yqxm7dhx53h27r3n5q911dhllzfl53a401w1wnybymj84s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-feynhand/" + "tex/latex/tikz-feynhand/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11cz44yqxm7dhx53h27r3n5q911dhllzfl53a401w1wnybymj84s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-feynhand") @@ -45618,12 +54661,17 @@ (define-public texlive-tikz-feynman (package (name "texlive-tikz-feynman") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-feynman/" - "tex/latex/tikz-feynman/") - (base32 - "1yndmpghf3z5jddr3zcm5xw7v7zb6715d870ckjd5gifkvyv3nsy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-feynman/" + "tex/latex/tikz-feynman/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yndmpghf3z5jddr3zcm5xw7v7zb6715d870ckjd5gifkvyv3nsy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-iftex texlive-pgfopts)) @@ -45642,13 +54690,18 @@ (define-public texlive-tikz-imagelabels (package (name "texlive-tikz-imagelabels") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-imagelabels/" - "source/latex/tikz-imagelabels/" - "tex/latex/tikz-imagelabels/") - (base32 - "1hvyrkpabnqscnsqz56hby71vpbby03va0xa6gcjjxak65lscwkv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-imagelabels/" + "source/latex/tikz-imagelabels/" + "tex/latex/tikz-imagelabels/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hvyrkpabnqscnsqz56hby71vpbby03va0xa6gcjjxak65lscwkv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-imagelabels") @@ -45662,12 +54715,17 @@ (define-public texlive-tikz-inet (package (name "texlive-tikz-inet") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-inet/" - "tex/latex/tikz-inet/") - (base32 - "1f4n5mp9hb92li2xywfzfrs8hjyrkd15xp97nh5rdgan695hvdpq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-inet/" + "tex/latex/tikz-inet/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1f4n5mp9hb92li2xywfzfrs8hjyrkd15xp97nh5rdgan695hvdpq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-inet") @@ -45680,12 +54738,17 @@ (define-public texlive-tikz-kalender (package (name "texlive-tikz-kalender") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-kalender/" - "tex/latex/tikz-kalender/") - (base32 - "1cwdssvbaibjf7nla0d88nyzip407kgqvndid2p2gxc0b2afp69f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-kalender/" + "tex/latex/tikz-kalender/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cwdssvbaibjf7nla0d88nyzip407kgqvndid2p2gxc0b2afp69f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-kalender") @@ -45699,12 +54762,17 @@ (define-public texlive-tikz-karnaugh (package (name "texlive-tikz-karnaugh") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-karnaugh/" - "tex/latex/tikz-karnaugh/") - (base32 - "091s9gavh8f4jya01nkjhzgh3f5b80ijiiaj7simnxawn60mh1z1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-karnaugh/" + "tex/latex/tikz-karnaugh/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "091s9gavh8f4jya01nkjhzgh3f5b80ijiiaj7simnxawn60mh1z1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-karnaugh") @@ -45722,12 +54790,17 @@ (define-public texlive-tikz-ladder (package (name "texlive-tikz-ladder") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-ladder/" - "tex/latex/tikz-ladder/") - (base32 - "1fkq7z58h7g71ag4j77vy87hqgpp5q8qvw7kv1pmkff7ycrj8alw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-ladder/" + "tex/latex/tikz-ladder/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fkq7z58h7g71ag4j77vy87hqgpp5q8qvw7kv1pmkff7ycrj8alw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-ladder") @@ -45745,12 +54818,17 @@ (define-public texlive-tikz-lake-fig (package (name "texlive-tikz-lake-fig") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-lake-fig/" - "tex/latex/tikz-lake-fig/") - (base32 - "1vyr3will7jivwc30aj13bm9gjj4nyl02754p42phn0y7gdf82kr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-lake-fig/" + "tex/latex/tikz-lake-fig/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vyr3will7jivwc30aj13bm9gjj4nyl02754p42phn0y7gdf82kr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-lake-fig") @@ -45765,12 +54843,17 @@ (define-public texlive-tikz-layers (package (name "texlive-tikz-layers") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-layers/" - "tex/latex/tikz-layers/") - (base32 - "1j5wbsybd10zmmiz3lfkb9gzjhxjnbhp7lmdq1fzngywxsb81iz6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-layers/" + "tex/latex/tikz-layers/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j5wbsybd10zmmiz3lfkb9gzjhxjnbhp7lmdq1fzngywxsb81iz6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-layers") @@ -45788,12 +54871,17 @@ (define-public texlive-tikz-mirror-lens (package (name "texlive-tikz-mirror-lens") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-mirror-lens/" - "tex/latex/tikz-mirror-lens/") - (base32 - "0sddmlki3bdd9js9vs1m1haqcdk3g1ji086jp1h4nfw6dy1s6y56"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-mirror-lens/" + "tex/latex/tikz-mirror-lens/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sddmlki3bdd9js9vs1m1haqcdk3g1ji086jp1h4nfw6dy1s6y56")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-mirror-lens") @@ -45809,11 +54897,16 @@ (define-public texlive-tikz-nef (package (name "texlive-tikz-nef") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-nef/" "tex/latex/tikz-nef/") - (base32 - "18b2452hfcndqhljq2hn437z6myc45hn62s4bnnjb0f3xnayq1qr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-nef/" "tex/latex/tikz-nef/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18b2452hfcndqhljq2hn437z6myc45hn62s4bnnjb0f3xnayq1qr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-nef") @@ -45839,12 +54932,17 @@ (define-public texlive-tikz-network (package (name "texlive-tikz-network") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-network/" - "tex/latex/tikz-network/") - (base32 - "1bs08sxxps4kjvgv53lc07ihkcaz2v1ygdc16vn46yy5dp16w2sz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-network/" + "tex/latex/tikz-network/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bs08sxxps4kjvgv53lc07ihkcaz2v1ygdc16vn46yy5dp16w2sz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-network") @@ -45858,11 +54956,16 @@ (define-public texlive-tikz-opm (package (name "texlive-tikz-opm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-opm/" "tex/latex/tikz-opm/") - (base32 - "0kv26i1lfm9zsvqsajaz9fmz1gv7az3pknk29gg6zwjlg5nxqac3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-opm/" "tex/latex/tikz-opm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kv26i1lfm9zsvqsajaz9fmz1gv7az3pknk29gg6zwjlg5nxqac3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-opm") @@ -45876,12 +54979,17 @@ (define-public texlive-tikz-optics (package (name "texlive-tikz-optics") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-optics/" - "tex/latex/tikz-optics/") - (base32 - "0ii7h57klxq8fjag363wmaaxi9bnds898nl6s1abiqb13pgbmb9n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-optics/" + "tex/latex/tikz-optics/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ii7h57klxq8fjag363wmaaxi9bnds898nl6s1abiqb13pgbmb9n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-optics") @@ -45897,13 +55005,18 @@ (define-public texlive-tikz-page (package (name "texlive-tikz-page") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-page/" - "source/latex/tikz-page/" - "tex/latex/tikz-page/") - (base32 - "1ck1jr37wd7mx8irm0niv43pmfy2ix5s08vybai8k0jgpvvwwi1j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-page/" + "source/latex/tikz-page/" + "tex/latex/tikz-page/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ck1jr37wd7mx8irm0niv43pmfy2ix5s08vybai8k0jgpvvwwi1j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-page") @@ -45917,12 +55030,17 @@ (define-public texlive-tikz-palattice (package (name "texlive-tikz-palattice") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-palattice/" - "tex/latex/tikz-palattice/") - (base32 - "0vbzr6821q88x4yipa9czcqgpwnkzkkzynxxbxyzy1kh9657hqvg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-palattice/" + "tex/latex/tikz-palattice/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vbzr6821q88x4yipa9czcqgpwnkzkkzynxxbxyzy1kh9657hqvg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-palattice") @@ -45942,12 +55060,17 @@ (define-public texlive-tikz-planets (package (name "texlive-tikz-planets") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-planets/" - "tex/latex/tikz-planets/") - (base32 - "0sgdkcn0li4k48m0fvhdk6j1kjvh6kzgjbq2jjwnzrdxz97s7hig"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-planets/" + "tex/latex/tikz-planets/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sgdkcn0li4k48m0fvhdk6j1kjvh6kzgjbq2jjwnzrdxz97s7hig")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-planets") @@ -45962,12 +55085,17 @@ (define-public texlive-tikz-qtree (package (name "texlive-tikz-qtree") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-qtree/" - "tex/latex/tikz-qtree/") - (base32 - "15w7mr0rhra80rvf4zci2gkd5cy13ijlh64ay0bay87iviwbkn83"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-qtree/" + "tex/latex/tikz-qtree/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15w7mr0rhra80rvf4zci2gkd5cy13ijlh64ay0bay87iviwbkn83")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-qtree") @@ -45985,12 +55113,17 @@ (define-public texlive-tikz-relay (package (name "texlive-tikz-relay") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-relay/" - "tex/latex/tikz-relay/") - (base32 - "06q0iamg001lvqmi51j61xbwamgnhiah0aw9qv61n7fnxqpwj66c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-relay/" + "tex/latex/tikz-relay/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06q0iamg001lvqmi51j61xbwamgnhiah0aw9qv61n7fnxqpwj66c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-relay") @@ -46009,11 +55142,16 @@ (define-public texlive-tikz-sfc (package (name "texlive-tikz-sfc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-sfc/" "tex/latex/tikz-sfc/") - (base32 - "0blgyqvmnbwafx85mz4gkyhk0g0zqfmsd98gm3h794a4jfs3zl31"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-sfc/" "tex/latex/tikz-sfc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0blgyqvmnbwafx85mz4gkyhk0g0zqfmsd98gm3h794a4jfs3zl31")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-sfc") @@ -46033,12 +55171,17 @@ (define-public texlive-tikz-swigs (package (name "texlive-tikz-swigs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-swigs/" - "tex/latex/tikz-swigs/") - (base32 - "0brbq02vafaajzrwrkg20gy5k3zlzvv7ycgkw0aa20l8rxjcyv71"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-swigs/" + "tex/latex/tikz-swigs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0brbq02vafaajzrwrkg20gy5k3zlzvv7ycgkw0aa20l8rxjcyv71")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-swigs") @@ -46055,13 +55198,18 @@ (define-public texlive-tikz-timing (package (name "texlive-tikz-timing") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-timing/" - "source/latex/tikz-timing/" - "tex/latex/tikz-timing/") - (base32 - "19zs6agcli2glm92z8y89nr4049v5sqvnlddbwlwym5rni33kh1m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-timing/" + "source/latex/tikz-timing/" + "tex/latex/tikz-timing/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19zs6agcli2glm92z8y89nr4049v5sqvnlddbwlwym5rni33kh1m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ydoc)) @@ -46079,12 +55227,17 @@ (define-public texlive-tikz-trackschematic (package (name "texlive-tikz-trackschematic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-trackschematic/" - "tex/latex/tikz-trackschematic/") - (base32 - "11dak88q9n54i385sjk4nxini2fycdfmhs2h41fdf9k2012ykdnx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-trackschematic/" + "tex/latex/tikz-trackschematic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11dak88q9n54i385sjk4nxini2fycdfmhs2h41fdf9k2012ykdnx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-trackschematic") @@ -46103,13 +55256,18 @@ (define-public texlive-tikz-truchet (package (name "texlive-tikz-truchet") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikz-truchet/" - "source/latex/tikz-truchet/" - "tex/latex/tikz-truchet/") - (base32 - "1v959iw7swkkam73q759m09s5fcv932gx9d1vqj6n3b2yzxxc85b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikz-truchet/" + "source/latex/tikz-truchet/" + "tex/latex/tikz-truchet/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v959iw7swkkam73q759m09s5fcv932gx9d1vqj6n3b2yzxxc85b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikz-truchet") @@ -46123,12 +55281,17 @@ (define-public texlive-tikzbricks (package (name "texlive-tikzbricks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikzbricks/" - "tex/latex/tikzbricks/") - (base32 - "1wf5hdwpprbbxmd0rrwvk54raiwpv4q6qgd2gpbba6d26bmgjd1w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikzbricks/" + "tex/latex/tikzbricks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wf5hdwpprbbxmd0rrwvk54raiwpv4q6qgd2gpbba6d26bmgjd1w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzbricks") @@ -46142,12 +55305,17 @@ (define-public texlive-tikzcodeblocks (package (name "texlive-tikzcodeblocks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikzcodeblocks/" - "tex/latex/tikzcodeblocks/") - (base32 - "04c8bjl3l97vsh7cydbh20wnq93my19avkhcf4kh0g5cvq02nizp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikzcodeblocks/" + "tex/latex/tikzcodeblocks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04c8bjl3l97vsh7cydbh20wnq93my19avkhcf4kh0g5cvq02nizp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzcodeblocks") @@ -46161,12 +55329,17 @@ (define-public texlive-tikzducks (package (name "texlive-tikzducks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/tikzducks/" - "tex/generic/tikzducks/") - (base32 - "08gigdsi0gc0npv2jrd2i0yqs53s0ckwk1m0lrsiaxk66bb864y3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/tikzducks/" + "tex/generic/tikzducks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08gigdsi0gc0npv2jrd2i0yqs53s0ckwk1m0lrsiaxk66bb864y3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzducks") @@ -46179,11 +55352,16 @@ (define-public texlive-tikzfill (package (name "texlive-tikzfill") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikzfill/" "tex/latex/tikzfill/") - (base32 - "0n2hnnw4ffafwd9yy6pzcv0pc580y28dvz93g4hbi25dz32sawmk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikzfill/" "tex/latex/tikzfill/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0n2hnnw4ffafwd9yy6pzcv0pc580y28dvz93g4hbi25dz32sawmk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzfill") @@ -46199,13 +55377,18 @@ (define-public texlive-tikzinclude (package (name "texlive-tikzinclude") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikzinclude/" - "source/latex/tikzinclude/" - "tex/latex/tikzinclude/") - (base32 - "0mcgzbfvj6pksr18813kpnknkdpzlyi0rncbn9g11ac0g0lyzgqq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikzinclude/" + "source/latex/tikzinclude/" + "tex/latex/tikzinclude/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mcgzbfvj6pksr18813kpnknkdpzlyi0rncbn9g11ac0g0lyzgqq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzinclude") @@ -46219,12 +55402,17 @@ (define-public texlive-tikzlings (package (name "texlive-tikzlings") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikzlings/" - "tex/latex/tikzlings/") - (base32 - "0cqja06i3s8w3wbz6dhlhbri1zhqsyh8jhyahi5v8q9ywdm389yd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikzlings/" + "tex/latex/tikzlings/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cqja06i3s8w3wbz6dhlhbri1zhqsyh8jhyahi5v8q9ywdm389yd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzlings") @@ -46242,13 +55430,18 @@ (define-public texlive-tikzmark (package (name "texlive-tikzmark") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikzmark/" - "source/latex/tikzmark/" - "tex/latex/tikzmark/") - (base32 - "0m3yij12kgbgficln9vdgc43bi0si7j0j86lv2k69f1bwf865w4z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikzmark/" + "source/latex/tikzmark/" + "tex/latex/tikzmark/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m3yij12kgbgficln9vdgc43bi0si7j0j86lv2k69f1bwf865w4z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzmark") @@ -46263,12 +55456,17 @@ (define-public texlive-tikzmarmots (package (name "texlive-tikzmarmots") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikzmarmots/" - "tex/latex/tikzmarmots/") - (base32 - "0j1z78r43czg09inw76ksgs97l7klivi93w7hvcvafd47h9zcvsg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikzmarmots/" + "tex/latex/tikzmarmots/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0j1z78r43czg09inw76ksgs97l7klivi93w7hvcvafd47h9zcvsg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzmarmots") @@ -46283,12 +55481,17 @@ (define-public texlive-tikzorbital (package (name "texlive-tikzorbital") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikzorbital/" - "tex/latex/tikzorbital/") - (base32 - "0rjbl8gcsf752hkrn2j7angvwh55vldsd168w581frmx3g25d9rb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikzorbital/" + "tex/latex/tikzorbital/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rjbl8gcsf752hkrn2j7angvwh55vldsd168w581frmx3g25d9rb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzorbital") @@ -46302,12 +55505,17 @@ (define-public texlive-tikzpackets (package (name "texlive-tikzpackets") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikzpackets/" - "tex/latex/tikzpackets/") - (base32 - "0i5v0yblm3fw0wy0vhl2a0g1r8ib72d2knk60apqvqizl98fn8ff"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikzpackets/" + "tex/latex/tikzpackets/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0i5v0yblm3fw0wy0vhl2a0g1r8ib72d2knk60apqvqizl98fn8ff")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzpackets") @@ -46320,13 +55528,18 @@ (define-public texlive-tikzpagenodes (package (name "texlive-tikzpagenodes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikzpagenodes/" - "source/latex/tikzpagenodes/" - "tex/latex/tikzpagenodes/") - (base32 - "13ddkwm4a1x2b47zqjk2m55y2dwl09rl3s0pm1vmxv7h2sawgqbr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikzpagenodes/" + "source/latex/tikzpagenodes/" + "tex/latex/tikzpagenodes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13ddkwm4a1x2b47zqjk2m55y2dwl09rl3s0pm1vmxv7h2sawgqbr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ydoc)) @@ -46342,12 +55555,17 @@ (define-public texlive-tikzpeople (package (name "texlive-tikzpeople") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikzpeople/" - "tex/latex/tikzpeople/") - (base32 - "1sgxabjy54zcw0dkb5hgi9d84ilq4ik30xwwd1n8jhhmi4vg2sm7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikzpeople/" + "tex/latex/tikzpeople/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sgxabjy54zcw0dkb5hgi9d84ilq4ik30xwwd1n8jhhmi4vg2sm7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzpeople") @@ -46365,13 +55583,18 @@ (define-public texlive-tikzpfeile (package (name "texlive-tikzpfeile") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikzpfeile/" - "source/latex/tikzpfeile/" - "tex/latex/tikzpfeile/") - (base32 - "0h6kkrm462hk2hvbdqqjai3gxsslibghxbjyq3ih0vps7fakglc6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikzpfeile/" + "source/latex/tikzpfeile/" + "tex/latex/tikzpfeile/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h6kkrm462hk2hvbdqqjai3gxsslibghxbjyq3ih0vps7fakglc6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzpfeile") @@ -46388,13 +55611,18 @@ (define-public texlive-tikzpingus (package (name "texlive-tikzpingus") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikzpingus/" - "makeindex/tikzpingus/" - "tex/latex/tikzpingus/") - (base32 - "0cqswzdmp2154wdb9ljbqqinf9vh6vhpjn7b4adfj7sr8xji7ihj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikzpingus/" + "makeindex/tikzpingus/" + "tex/latex/tikzpingus/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cqswzdmp2154wdb9ljbqqinf9vh6vhpjn7b4adfj7sr8xji7ihj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzpingus") @@ -46409,13 +55637,18 @@ (define-public texlive-tikzposter (package (name "texlive-tikzposter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikzposter/" - "source/latex/tikzposter/" - "tex/latex/tikzposter/") - (base32 - "0hl5p14a79575s5n5rx4yy8vxcb2qrdhx851rhms7dk2sqcfynn5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikzposter/" + "source/latex/tikzposter/" + "tex/latex/tikzposter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hl5p14a79575s5n5rx4yy8vxcb2qrdhx851rhms7dk2sqcfynn5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzposter") @@ -46430,13 +55663,18 @@ (define-public texlive-tikzscale (package (name "texlive-tikzscale") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikzscale/" - "source/latex/tikzscale/" - "tex/latex/tikzscale/") - (base32 - "1iq7f9jnw86rhp7b3sim3z56ygj005zygzfc0bdnpmx5s4ds1gpv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikzscale/" + "source/latex/tikzscale/" + "tex/latex/tikzscale/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1iq7f9jnw86rhp7b3sim3z56ygj005zygzfc0bdnpmx5s4ds1gpv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzscale") @@ -46451,13 +55689,18 @@ (define-public texlive-tikzsymbols (package (name "texlive-tikzsymbols") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikzsymbols/" - "source/latex/tikzsymbols/" - "tex/latex/tikzsymbols/") - (base32 - "0q19w9adpfxrsh7jmf4qpjarhgb4wng66kjkmalcxijd99kxbkhk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikzsymbols/" + "source/latex/tikzsymbols/" + "tex/latex/tikzsymbols/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q19w9adpfxrsh7jmf4qpjarhgb4wng66kjkmalcxijd99kxbkhk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzsymbols") @@ -46470,14 +55713,19 @@ (define-public texlive-tikztosvg (package (name "texlive-tikztosvg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/tikztosvg.1" - "doc/man/man1/tikztosvg.man1.pdf" - "doc/support/tikztosvg/" - "scripts/tikztosvg/") - (base32 - "1h1g3vsljx3bz929krr21i65n20drwhwxi88gwcvrxrgsvi9xj08"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/tikztosvg.1" + "doc/man/man1/tikztosvg.man1.pdf" + "doc/support/tikztosvg/" + "scripts/tikztosvg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1h1g3vsljx3bz929krr21i65n20drwhwxi88gwcvrxrgsvi9xj08")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "tikztosvg"))) @@ -46492,12 +55740,17 @@ (define-public texlive-tikzviolinplots (package (name "texlive-tikzviolinplots") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tikzviolinplots/" - "tex/latex/tikzviolinplots/") - (base32 - "1cm1pcv4x9qpsxghvxv1w212j8p37g5miqn73d5xwy0vaqhd0hhz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tikzviolinplots/" + "tex/latex/tikzviolinplots/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cm1pcv4x9qpsxghvxv1w212j8p37g5miqn73d5xwy0vaqhd0hhz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tikzviolinplots") @@ -46514,13 +55767,18 @@ (define-public texlive-tile-graphic (package (name "texlive-tile-graphic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tile-graphic/" - "source/latex/tile-graphic/" - "tex/latex/tile-graphic/") - (base32 - "1vg2nrb6cjgkmbkv8igs76vzl1vzvisqlm1y612j4144v26n05nw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tile-graphic/" + "source/latex/tile-graphic/" + "tex/latex/tile-graphic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vg2nrb6cjgkmbkv8igs76vzl1vzvisqlm1y612j4144v26n05nw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tile-graphic") @@ -46536,12 +55794,17 @@ (define-public texlive-timing-diagrams (package (name "texlive-timing-diagrams") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/timing-diagrams/" - "tex/latex/timing-diagrams/") - (base32 - "06hzcbbinrlvdsp9jxs82xi9b94x76f239z5b1x3y41ip3n51b1p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/timing-diagrams/" + "tex/latex/timing-diagrams/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06hzcbbinrlvdsp9jxs82xi9b94x76f239z5b1x3y41ip3n51b1p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/timing-diagrams") @@ -46555,11 +55818,16 @@ (define-public texlive-tipfr (package (name "texlive-tipfr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tipfr/" "tex/latex/tipfr/") - (base32 - "1frgk49mw7wi18065y4ikg75vg03d2vbdflfnyanixn46zpf2p8z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tipfr/" "tex/latex/tipfr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1frgk49mw7wi18065y4ikg75vg03d2vbdflfnyanixn46zpf2p8z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tipfr") @@ -46574,11 +55842,16 @@ (define-public texlive-tkz-base (package (name "texlive-tkz-base") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tkz-base/" "tex/latex/tkz-base/") - (base32 - "0mi76p1ykifhmgzwmlkiwwq47s427n1flakiyad60dzyw953cg86"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tkz-base/" "tex/latex/tkz-base/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mi76p1ykifhmgzwmlkiwwq47s427n1flakiyad60dzyw953cg86")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tkz-base") @@ -46592,11 +55865,16 @@ (define-public texlive-tkz-berge (package (name "texlive-tkz-berge") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tkz-berge/" "tex/latex/tkz-berge/") - (base32 - "16pgdkf0s97gkd662pddvxr5jbk68mcbikz4rclmv88d9zlgccxr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tkz-berge/" "tex/latex/tkz-berge/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16pgdkf0s97gkd662pddvxr5jbk68mcbikz4rclmv88d9zlgccxr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tkz-berge") @@ -46612,11 +55890,16 @@ (define-public texlive-tkz-doc (package (name "texlive-tkz-doc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tkz-doc/") - (base32 - "00awi2m8ak949r6bxzw1l69fx8gjcn4kmrr0q0yp8qghga40c6n3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tkz-doc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00awi2m8ak949r6bxzw1l69fx8gjcn4kmrr0q0yp8qghga40c6n3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tkz-doc") @@ -46632,12 +55915,17 @@ (define-public texlive-tkz-euclide (package (name "texlive-tkz-euclide") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tkz-euclide/" - "tex/latex/tkz-euclide/") - (base32 - "0ykhhyvrjy2q731m8dm2k73kiddy1xnznhsayyid4yjjnwdqq1bw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tkz-euclide/" + "tex/latex/tkz-euclide/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ykhhyvrjy2q731m8dm2k73kiddy1xnznhsayyid4yjjnwdqq1bw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tkz-euclide") @@ -46652,11 +55940,16 @@ (define-public texlive-tkz-fct (package (name "texlive-tkz-fct") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tkz-fct/" "tex/latex/tkz-fct/") - (base32 - "0czwqkdws24qdp22s6p3m87fpfqmwdqjzwxckzkn3ig6rcl63nqj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tkz-fct/" "tex/latex/tkz-fct/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0czwqkdws24qdp22s6p3m87fpfqmwdqjzwxckzkn3ig6rcl63nqj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tkz-fct") @@ -46671,12 +55964,17 @@ (define-public texlive-tkz-graph (package (name "texlive-tkz-graph") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tkz-graph/" - "tex/latex/tkz-graph/") - (base32 - "1mdfdi97d8q7jqy7l3pqqs7ai4ph5r1aci3ahfsg5zmpmkwr981r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tkz-graph/" + "tex/latex/tkz-graph/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mdfdi97d8q7jqy7l3pqqs7ai4ph5r1aci3ahfsg5zmpmkwr981r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tkz-graph") @@ -46690,11 +55988,16 @@ (define-public texlive-tkz-orm (package (name "texlive-tkz-orm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tkz-orm/" "tex/latex/tkz-orm/") - (base32 - "0qmwiglz59djq0xkpsfgqzdf6872z33z9faxn86krs5mxmrik6cc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tkz-orm/" "tex/latex/tkz-orm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qmwiglz59djq0xkpsfgqzdf6872z33z9faxn86krs5mxmrik6cc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tkz-orm") @@ -46708,11 +56011,16 @@ (define-public texlive-tkz-tab (package (name "texlive-tkz-tab") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tkz-tab/" "tex/latex/tkz-tab/") - (base32 - "0j50pf0lf9dbi0zfnqm62rlyazsgbmpcqwlajqsjccqqkirdv6pb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tkz-tab/" "tex/latex/tkz-tab/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0j50pf0lf9dbi0zfnqm62rlyazsgbmpcqwlajqsjccqqkirdv6pb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tkz-tab") @@ -46727,12 +56035,17 @@ (define-public texlive-tkzexample (package (name "texlive-tkzexample") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tkzexample/" - "tex/latex/tkzexample/") - (base32 - "1y445fjvy13cqa9y1sbac43wbmidvfn7vb7jws11fl4lj7vvgvhz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tkzexample/" + "tex/latex/tkzexample/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1y445fjvy13cqa9y1sbac43wbmidvfn7vb7jws11fl4lj7vvgvhz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tkzexample") @@ -46746,15 +56059,20 @@ (define-public texlive-tlcockpit (package (name "texlive-tlcockpit") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/tlcockpit.1" - "doc/man/man1/tlcockpit.man1.pdf" - "doc/support/tlcockpit/" - "scripts/tlcockpit/" - "source/support/tlcockpit/") - (base32 - "1nv0wx21x022isw8rycvqdqwiz4ay6ws36bbcpqfqkjmvz5qr76w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/tlcockpit.1" + "doc/man/man1/tlcockpit.man1.pdf" + "doc/support/tlcockpit/" + "scripts/tlcockpit/" + "source/support/tlcockpit/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nv0wx21x022isw8rycvqdqwiz4ay6ws36bbcpqfqkjmvz5qr76w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -46780,12 +56098,17 @@ (define-public texlive-tonevalue (package (name "texlive-tonevalue") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tonevalue/" - "tex/latex/tonevalue/") - (base32 - "16a724k0c8s3i2pdjfsq5v2z4v5nqdpnxvh63j4ngj822w9llg1z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tonevalue/" + "tex/latex/tonevalue/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16a724k0c8s3i2pdjfsq5v2z4v5nqdpnxvh63j4ngj822w9llg1z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tonevalue") @@ -46801,13 +56124,18 @@ (define-public texlive-tpic2pdftex (package (name "texlive-tpic2pdftex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/tpic2pdftex.1" - "doc/man/man1/tpic2pdftex.man1.pdf" - "doc/tpic2pdftex/") - (base32 - "02nf2fg4xzh8lbbddvm44qyvcvfn5b7kzcyg729a58l29gd88pbs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/tpic2pdftex.1" + "doc/man/man1/tpic2pdftex.man1.pdf" + "doc/tpic2pdftex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02nf2fg4xzh8lbbddvm44qyvcvfn5b7kzcyg729a58l29gd88pbs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-tpic2pdftex-bin)) @@ -46868,12 +56196,17 @@ (define-public texlive-tqft (package (name "texlive-tqft") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tqft/" "source/latex/tqft/" - "tex/latex/tqft/") - (base32 - "08lykpnw0hifhmh96pb7s3dd8sbzmz3gqyrwy5ann9fqxxjczf2d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tqft/" "source/latex/tqft/" + "tex/latex/tqft/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08lykpnw0hifhmh96pb7s3dd8sbzmz3gqyrwy5ann9fqxxjczf2d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tqft") @@ -46889,13 +56222,18 @@ (define-public texlive-tram (package (name "texlive-tram") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tram/" - "fonts/source/public/tram/" - "tex/latex/tram/") - (base32 - "1b26615dd1qs12vl9d82xcxlc718s5jgirzygss9g7m908w2hqch"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tram/" + "fonts/source/public/tram/" + "tex/latex/tram/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b26615dd1qs12vl9d82xcxlc718s5jgirzygss9g7m908w2hqch")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tram") @@ -46910,11 +56248,16 @@ (define-public texlive-tsemlines (package (name "texlive-tsemlines") (version "2023.0") - (source (texlive-origin - name version - (list "tex/latex/tsemlines/") - (base32 - "1c7sjdrgqbjw6f2s3185k5rlkig643pkkahjisx16h0akbbdm4k3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/latex/tsemlines/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c7sjdrgqbjw6f2s3185k5rlkig643pkkahjisx16h0akbbdm4k3")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tsemlines") (synopsis "Support for the ancient @code{\\emline} macro") @@ -46929,22 +56272,27 @@ (define-public texlive-ttfutils (package (name "texlive-ttfutils") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/ttf2afm.1" - "doc/man/man1/ttf2afm.man1.pdf" - "doc/man/man1/ttf2pk.1" - "doc/man/man1/ttf2pk.man1.pdf" - "doc/man/man1/ttf2tfm.1" - "doc/man/man1/ttf2tfm.man1.pdf" - "doc/man/man1/ttfdump.1" - "doc/man/man1/ttfdump.man1.pdf" - "doc/ttf2pk/" - "fonts/enc/ttf2pk/base/" - "fonts/sfd/ttf2pk/" - "ttf2pk/") - (base32 - "1yfr3yic0bx73imxhmxhnhjc1mpwy9f55sh3p430p2f2yvxwm0cs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/ttf2afm.1" + "doc/man/man1/ttf2afm.man1.pdf" + "doc/man/man1/ttf2pk.1" + "doc/man/man1/ttf2pk.man1.pdf" + "doc/man/man1/ttf2tfm.1" + "doc/man/man1/ttf2tfm.man1.pdf" + "doc/man/man1/ttfdump.1" + "doc/man/man1/ttfdump.man1.pdf" + "doc/ttf2pk/" + "fonts/enc/ttf2pk/base/" + "fonts/sfd/ttf2pk/" + "ttf2pk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yfr3yic0bx73imxhmxhnhjc1mpwy9f55sh3p430p2f2yvxwm0cs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-ttfutils-bin)) @@ -47013,13 +56361,18 @@ (define-public texlive-twemojis (package (name "texlive-twemojis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/twemojis/" - "source/latex/twemojis/" - "tex/latex/twemojis/") - (base32 - "0wim1325dcx779305cany8rsifi67y8pbwifs4qbh090dzx5sy6r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/twemojis/" + "source/latex/twemojis/" + "tex/latex/twemojis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wim1325dcx779305cany8rsifi67y8pbwifs4qbh090dzx5sy6r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/twemojis") @@ -47034,12 +56387,17 @@ (define-public texlive-typeoutfileinfo (package (name "texlive-typeoutfileinfo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/typeoutfileinfo/" - "scripts/typeoutfileinfo/") - (base32 - "19kz79xbr0ri3pbbxv9j2nxdk6vs99nr1ai4xdbjkw2nnx717nxy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/typeoutfileinfo/" + "scripts/typeoutfileinfo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19kz79xbr0ri3pbbxv9j2nxdk6vs99nr1ai4xdbjkw2nnx717nxy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "typeoutfileinfo.sh"))) @@ -47056,11 +56414,16 @@ (define-public texlive-tzplot (package (name "texlive-tzplot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tzplot/" "tex/latex/tzplot/") - (base32 - "09k84vjvl3qkp8jffv3j5bksq3jaad2p71yj715z39qf36hwvm7s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tzplot/" "tex/latex/tzplot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09k84vjvl3qkp8jffv3j5bksq3jaad2p71yj715z39qf36hwvm7s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tzplot") @@ -47077,13 +56440,18 @@ (define-public texlive-upmendex (package (name "texlive-upmendex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/upmendex.1" - "doc/man/man1/upmendex.man1.pdf" - "doc/support/upmendex/") - (base32 - "0mj8nmqr3z7b802kvjmnkckq89l694an7s639yghf3b9b5v7xihx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/upmendex.1" + "doc/man/man1/upmendex.man1.pdf" + "doc/support/upmendex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mj8nmqr3z7b802kvjmnkckq89l694an7s639yghf3b9b5v7xihx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-upmendex-bin)) @@ -47162,11 +56530,16 @@ (define-public texlive-utf8mex (package (name "texlive-utf8mex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/mex/utf8mex/" "tex/mex/utf8mex/") - (base32 - "13013asha1v6vk743hxk4naciiham0cpar6jw0ndlh7mbmyll2y8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/mex/utf8mex/" "tex/mex/utf8mex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13013asha1v6vk743hxk4naciiham0cpar6jw0ndlh7mbmyll2y8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/utf8mex") @@ -47180,11 +56553,16 @@ (define-public texlive-utfsym (package (name "texlive-utfsym") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/utfsym/" "tex/latex/utfsym/") - (base32 - "0bbdhi9fy3bzm9qrjca8ghl04pv9iky380if17w1hxhp2jpd691b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/utfsym/" "tex/latex/utfsym/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bbdhi9fy3bzm9qrjca8ghl04pv9iky380if17w1hxhp2jpd691b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/utfsym") @@ -47198,13 +56576,18 @@ (define-public texlive-venndiagram (package (name "texlive-venndiagram") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/venndiagram/" - "source/latex/venndiagram/" - "tex/latex/venndiagram/") - (base32 - "1n48jgb0kbbnyk5pjg99l8hb1b3f1h30z78cl9lza2pi11p8mbgj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/venndiagram/" + "source/latex/venndiagram/" + "tex/latex/venndiagram/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n48jgb0kbbnyk5pjg99l8hb1b3f1h30z78cl9lza2pi11p8mbgj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/venndiagram") @@ -47218,11 +56601,16 @@ (define-public texlive-visualfaq (package (name "texlive-visualfaq") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/visualfaq/") - (base32 - "0fjx5y95n8bhsnwsw34sazbgygznvw76z01rrxmn1bp8za7751n0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/visualfaq/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fjx5y95n8bhsnwsw34sazbgygznvw76z01rrxmn1bp8za7751n0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/visualfaq") @@ -47239,11 +56627,16 @@ (define-public texlive-visualfaq-fr (package (name "texlive-visualfaq-fr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/visualfaq-fr/") - (base32 - "0xk0qly49dqkrw1qjhnyp4r7y5jykghlp1y26hipghlaqqhdynga"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/visualfaq-fr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xk0qly49dqkrw1qjhnyp4r7y5jykghlp1y26hipghlaqqhdynga")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/visualfaq-fr") @@ -47258,11 +56651,16 @@ (define-public texlive-visualpstricks (package (name "texlive-visualpstricks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/visualpstricks/") - (base32 - "1wfri908smlw1ngqq1mjll2b80b29piicqmv67x0xs1v3kc2sz3s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/visualpstricks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wfri908smlw1ngqq1mjll2b80b29piicqmv67x0xs1v3kc2sz3s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/visualpstricks") @@ -47276,11 +56674,16 @@ (define-public texlive-visualtikz (package (name "texlive-visualtikz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/visualtikz/") - (base32 - "1q0a1mhc330z8cnhghp2p46bxsmzz8cdba8hcvssglz0gsq5z5fc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/visualtikz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q0a1mhc330z8cnhghp2p46bxsmzz8cdba8hcvssglz0gsq5z5fc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/visualtikz") @@ -47295,14 +56698,19 @@ (define-public texlive-web (package (name "texlive-web") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/tangle.1" - "doc/man/man1/tangle.man1.pdf" - "doc/man/man1/weave.1" - "doc/man/man1/weave.man1.pdf") - (base32 - "0iiyzzrgwakw7ipdnwmjwcrqayzq4yn4786zlr9zirmmj34hpamz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/tangle.1" + "doc/man/man1/tangle.man1.pdf" + "doc/man/man1/weave.1" + "doc/man/man1/weave.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0iiyzzrgwakw7ipdnwmjwcrqayzq4yn4786zlr9zirmmj34hpamz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-kpathsea)) @@ -47319,12 +56727,17 @@ (define-public texlive-wheelchart (package (name "texlive-wheelchart") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/wheelchart/" - "tex/latex/wheelchart/") - (base32 - "0p1fw6xxrf7s0k5pvll8iy66wxbvy2bw5372l3lxkbdzjjfxa46j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/wheelchart/" + "tex/latex/wheelchart/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p1fw6xxrf7s0k5pvll8iy66wxbvy2bw5372l3lxkbdzjjfxa46j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/wheelchart") @@ -47339,12 +56752,17 @@ (define-public texlive-worldflags (package (name "texlive-worldflags") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/worldflags/" - "tex/latex/worldflags/") - (base32 - "08biibvfa6fbrq1zsan8yib0cds6azp1ldwqlg5gd9j5r5aaqj5i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/worldflags/" + "tex/latex/worldflags/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08biibvfa6fbrq1zsan8yib0cds6azp1ldwqlg5gd9j5r5aaqj5i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/worldflags") @@ -47361,14 +56779,19 @@ (define-public texlive-xepersian (package (name "texlive-xepersian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/xepersian/" - "fonts/misc/xetex/fontmapping/xepersian/" - "source/xelatex/xepersian/" - "tex/xelatex/xepersian/") - (base32 - "1h6nicajnvrrr72yixcdzcwdck82qa3zv2k2k6q5xprsf9sz8yly"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/xepersian/" + "fonts/misc/xetex/fontmapping/xepersian/" + "source/xelatex/xepersian/" + "tex/xelatex/xepersian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1h6nicajnvrrr72yixcdzcwdck82qa3zv2k2k6q5xprsf9sz8yly")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xepersian") @@ -47382,13 +56805,18 @@ (define-public texlive-xepersian-hm (package (name "texlive-xepersian-hm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/xepersian-hm/" - "source/xelatex/xepersian-hm/" - "tex/xelatex/xepersian-hm/") - (base32 - "0lq5bam9vx2phwphy2ig9hygsz4vvz4bx2c6f87my84kp8n3w25n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/xepersian-hm/" + "source/xelatex/xepersian-hm/" + "tex/xelatex/xepersian-hm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lq5bam9vx2phwphy2ig9hygsz4vvz4bx2c6f87my84kp8n3w25n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xepersian-hm") @@ -47403,12 +56831,17 @@ (define-public texlive-xindex (package (name "texlive-xindex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/xindex/" "scripts/xindex/" - "tex/latex/xindex/" "tex/lualatex/xindex/") - (base32 - "1zcfr6vxh49cwpqa594ibmjxs775z08l5pqz36w3013dzh6m3yh1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/xindex/" "scripts/xindex/" + "tex/latex/xindex/" "tex/lualatex/xindex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zcfr6vxh49cwpqa594ibmjxs775z08l5pqz36w3013dzh6m3yh1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "xindex.lua"))) @@ -47422,13 +56855,18 @@ (define-public texlive-xistercian (package (name "texlive-xistercian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xistercian/" - "source/latex/xistercian/" - "tex/latex/xistercian/") - (base32 - "021iwd8w19dbj1iqm1fdf9s06lysbrackz0g897nmsf0fks6qf4r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xistercian/" + "source/latex/xistercian/" + "tex/latex/xistercian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "021iwd8w19dbj1iqm1fdf9s06lysbrackz0g897nmsf0fks6qf4r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xistercian") @@ -47447,14 +56885,19 @@ (define-public texlive-xpdfopen (package (name "texlive-xpdfopen") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/pdfclose.1" - "doc/man/man1/pdfclose.man1.pdf" - "doc/man/man1/pdfopen.1" - "doc/man/man1/pdfopen.man1.pdf") - (base32 - "130wvaypfrg9sav0pdcdy1g10fll8pqcsqsy70fxlzzr937glsh1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/pdfclose.1" + "doc/man/man1/pdfclose.man1.pdf" + "doc/man/man1/pdfopen.1" + "doc/man/man1/pdfopen.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "130wvaypfrg9sav0pdcdy1g10fll8pqcsqsy70fxlzzr937glsh1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-xpdfopen-bin)) @@ -47517,13 +56960,18 @@ (define-public texlive-xpicture (package (name "texlive-xpicture") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xpicture/" - "source/latex/xpicture/" - "tex/latex/xpicture/") - (base32 - "0pzqnrk7mw1k9madah2ym9qsy20d8i1x1abkvkxvx7rxw7w38s2p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xpicture/" + "source/latex/xpicture/" + "tex/latex/xpicture/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pzqnrk7mw1k9madah2ym9qsy20d8i1x1abkvkxvx7rxw7w38s2p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xpicture") @@ -47538,12 +56986,17 @@ (define-public texlive-amiri (package (name "texlive-amiri") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/amiri/" - "fonts/truetype/public/amiri/") - (base32 - "1d6yrh34fka9371a3vq72df593prik6s7z1i6myd0nix0c9jihp6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/amiri/" + "fonts/truetype/public/amiri/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d6yrh34fka9371a3vq72df593prik6s7z1i6myd0nix0c9jihp6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/amiri") @@ -47561,11 +57014,16 @@ (define-public texlive-amiweb2c-guide (package (name "texlive-amiweb2c-guide") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/amiweb2c-guide/") - (base32 - "0cxwsx49p3c162ysv0ydyxdncfg8ij9sx2x7c4pvzb0yidvad01c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/amiweb2c-guide/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cxwsx49p3c162ysv0ydyxdncfg8ij9sx2x7c4pvzb0yidvad01c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/amiweb2c-guide") @@ -47582,36 +57040,41 @@ (define-public texlive-amsfonts (package (name "texlive-amsfonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/amsfonts/" - "fonts/afm/public/amsfonts/cm/" - "fonts/afm/public/amsfonts/cmextra/" - "fonts/afm/public/amsfonts/cyrillic/" - "fonts/afm/public/amsfonts/euler/" - "fonts/afm/public/amsfonts/latxfont/" - "fonts/afm/public/amsfonts/symbols/" - "fonts/map/dvips/amsfonts/" - "fonts/source/public/amsfonts/cmextra/" - "fonts/source/public/amsfonts/cyrillic/" - "fonts/source/public/amsfonts/dummy/" - "fonts/source/public/amsfonts/symbols/" - "fonts/tfm/public/amsfonts/cmextra/" - "fonts/tfm/public/amsfonts/cyrillic/" - "fonts/tfm/public/amsfonts/dummy/" - "fonts/tfm/public/amsfonts/euler/" - "fonts/tfm/public/amsfonts/symbols/" - "fonts/type1/public/amsfonts/cm/" - "fonts/type1/public/amsfonts/cmextra/" - "fonts/type1/public/amsfonts/cyrillic/" - "fonts/type1/public/amsfonts/euler/" - "fonts/type1/public/amsfonts/latxfont/" - "fonts/type1/public/amsfonts/symbols/" - "source/latex/amsfonts/" - "tex/latex/amsfonts/" - "tex/plain/amsfonts/") - (base32 - "0phhzcxapa5607pk37agr981rg90zw2p4rqv7sk7i19byr867a1b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/amsfonts/" + "fonts/afm/public/amsfonts/cm/" + "fonts/afm/public/amsfonts/cmextra/" + "fonts/afm/public/amsfonts/cyrillic/" + "fonts/afm/public/amsfonts/euler/" + "fonts/afm/public/amsfonts/latxfont/" + "fonts/afm/public/amsfonts/symbols/" + "fonts/map/dvips/amsfonts/" + "fonts/source/public/amsfonts/cmextra/" + "fonts/source/public/amsfonts/cyrillic/" + "fonts/source/public/amsfonts/dummy/" + "fonts/source/public/amsfonts/symbols/" + "fonts/tfm/public/amsfonts/cmextra/" + "fonts/tfm/public/amsfonts/cyrillic/" + "fonts/tfm/public/amsfonts/dummy/" + "fonts/tfm/public/amsfonts/euler/" + "fonts/tfm/public/amsfonts/symbols/" + "fonts/type1/public/amsfonts/cm/" + "fonts/type1/public/amsfonts/cmextra/" + "fonts/type1/public/amsfonts/cyrillic/" + "fonts/type1/public/amsfonts/euler/" + "fonts/type1/public/amsfonts/latxfont/" + "fonts/type1/public/amsfonts/symbols/" + "source/latex/amsfonts/" + "tex/latex/amsfonts/" + "tex/plain/amsfonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0phhzcxapa5607pk37agr981rg90zw2p4rqv7sk7i19byr867a1b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-cm texlive-metafont)) @@ -47637,11 +57100,16 @@ (define-public texlive-mkpattern (package (name "texlive-mkpattern") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/mkpattern/" "tex/plain/mkpattern/") - (base32 - "0sxnkbcc802jl3fj56x9hvg978bpv15lhrwj0aykb4syq29l47ga"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/mkpattern/" "tex/plain/mkpattern/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sxnkbcc802jl3fj56x9hvg978bpv15lhrwj0aykb4syq29l47ga")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mkpattern") @@ -47657,13 +57125,18 @@ (define-public texlive-ec (package (name "texlive-ec") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/ec/" - "fonts/source/jknappen/ec/" - "fonts/tfm/jknappen/ec/") - (base32 - "1cyi0vv9dnp45s0ilsrbkyznj9ji62s5bhkqgh49461mv2f8qj6p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/ec/" + "fonts/source/jknappen/ec/" + "fonts/tfm/jknappen/ec/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cyi0vv9dnp45s0ilsrbkyznj9ji62s5bhkqgh49461mv2f8qj6p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-cm texlive-metafont)) @@ -47693,16 +57166,21 @@ (define-public texlive-etex (package (name "texlive-etex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/etex/base/" - "doc/man/man1/etex.1" - "doc/man/man1/etex.man1.pdf" - "fonts/source/public/etex/" - "fonts/tfm/public/etex/" - "tex/plain/etex/") - (base32 - "1q48645qgjcl2jmpd0x0ip5wwdan54y9vx06zyvpp51wia30sacy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/etex/base/" + "doc/man/man1/etex.1" + "doc/man/man1/etex.man1.pdf" + "fonts/source/public/etex/" + "fonts/tfm/public/etex/" + "tex/plain/etex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q48645qgjcl2jmpd0x0ip5wwdan54y9vx06zyvpp51wia30sacy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) @@ -47721,11 +57199,16 @@ (define-public texlive-etex-pkg (package (name "texlive-etex-pkg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/etex-pkg/" "tex/latex/etex-pkg/") - (base32 - "10bvvn3s3lmzjscnb2qxkj1ba9qxx0q1w2spcsjpwf20dvym19py"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/etex-pkg/" "tex/latex/etex-pkg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10bvvn3s3lmzjscnb2qxkj1ba9qxx0q1w2spcsjpwf20dvym19py")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/etex-pkg") @@ -47742,14 +57225,19 @@ (define-public texlive-eulervm (package (name "texlive-eulervm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eulervm/" - "fonts/tfm/public/eulervm/" - "fonts/vf/public/eulervm/" - "source/latex/eulervm/" "tex/latex/eulervm/") - (base32 - "118yidwnqw4acap2wdykcdx2cxp8q2ganz67ls6rkg6fid325mkq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eulervm/" + "fonts/tfm/public/eulervm/" + "fonts/vf/public/eulervm/" + "source/latex/eulervm/" "tex/latex/eulervm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "118yidwnqw4acap2wdykcdx2cxp8q2ganz67ls6rkg6fid325mkq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eulervm") @@ -47772,12 +57260,17 @@ (define-public texlive-plain (package (name "texlive-plain") (version "2023.0") - (source (texlive-origin - name version - (list "makeindex/plain/" "tex/plain/base/" - "tex/plain/config/") - (base32 - "0zwvrfw8z28c9dy8nby5qfwbyrd2a0cdfwyd5jndscjczhw0yi62"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "makeindex/plain/" "tex/plain/base/" + "tex/plain/config/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zwvrfw8z28c9dy8nby5qfwbyrd2a0cdfwyd5jndscjczhw0yi62")))) (build-system texlive-build-system) (arguments (list @@ -47798,17 +57291,22 @@ (define-public texlive-pxfonts (package (name "texlive-pxfonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/pxfonts/" - "fonts/afm/public/pxfonts/" - "fonts/map/dvips/pxfonts/" - "fonts/tfm/public/pxfonts/" - "fonts/type1/public/pxfonts/" - "fonts/vf/public/pxfonts/" - "tex/latex/pxfonts/") - (base32 - "0z2ls46x2l79saq4l1d2cqwazhpg79b9hqsf90wzx70676mxcwac"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/pxfonts/" + "fonts/afm/public/pxfonts/" + "fonts/map/dvips/pxfonts/" + "fonts/tfm/public/pxfonts/" + "fonts/type1/public/pxfonts/" + "fonts/vf/public/pxfonts/" + "tex/latex/pxfonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z2ls46x2l79saq4l1d2cqwazhpg79b9hqsf90wzx70676mxcwac")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pxfonts") @@ -47829,13 +57327,18 @@ (define-public texlive-halloweenmath (package (name "texlive-halloweenmath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/halloweenmath/" - "source/latex/halloweenmath/" - "tex/latex/halloweenmath/") - (base32 - "1xq72k1p820b5q3haxf936g69p6gv34hr30870l96jnxa3ad7y05"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/halloweenmath/" + "source/latex/halloweenmath/" + "tex/latex/halloweenmath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xq72k1p820b5q3haxf936g69p6gv34hr30870l96jnxa3ad7y05")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -47867,12 +57370,17 @@ (define-public texlive-haranoaji (package (name "texlive-haranoaji") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/haranoaji/" - "fonts/opentype/public/haranoaji/") - (base32 - "06lkgiylh0vjxqm8i4dvygna0zb112dw5xxlh8r5hr5kf2805m99"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/haranoaji/" + "fonts/opentype/public/haranoaji/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06lkgiylh0vjxqm8i4dvygna0zb112dw5xxlh8r5hr5kf2805m99")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/haranoaji") @@ -47888,12 +57396,17 @@ (define-public texlive-haranoaji-extra (package (name "texlive-haranoaji-extra") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/haranoaji-extra/" - "fonts/opentype/public/haranoaji-extra/") - (base32 - "1zy3bv836rmpqimky7b2xgsmdh6xkkbnjiljraci2vnfgwl1q3pb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/haranoaji-extra/" + "fonts/opentype/public/haranoaji-extra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zy3bv836rmpqimky7b2xgsmdh6xkkbnjiljraci2vnfgwl1q3pb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/haranoaji-extra") @@ -47909,12 +57422,17 @@ (define-public texlive-hardwrap (package (name "texlive-hardwrap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hardwrap/" "source/latex/hardwrap/" - "tex/latex/hardwrap/") - (base32 - "0ql3xml1ccll44q945n7w72p6d51y5wcrkawi7cg621gy5d6wzx5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hardwrap/" "source/latex/hardwrap/" + "tex/latex/hardwrap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ql3xml1ccll44q945n7w72p6d51y5wcrkawi7cg621gy5d6wzx5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hardwrap") @@ -47932,12 +57450,17 @@ (define-public texlive-hatching (package (name "texlive-hatching") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/hatching/" - "metapost/hatching/") - (base32 - "1rkxx57rpzk8i0msbyrzcgmbvmjjrg295qg508w3v3dsy0f0krjj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/hatching/" + "metapost/hatching/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rkxx57rpzk8i0msbyrzcgmbvmjjrg295qg508w3v3dsy0f0krjj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hatching") @@ -47951,22 +57474,27 @@ (define-public texlive-helvetic (package (name "texlive-helvetic") (version "2023.0") - (source (texlive-origin - name version - (list "dvips/helvetic/" - "fonts/afm/adobe/helvetic/" - "fonts/afm/urw/helvetic/" - "fonts/map/dvips/helvetic/" - "fonts/tfm/adobe/helvetic/" - "fonts/tfm/monotype/helvetic/" - "fonts/tfm/urw35vf/helvetic/" - "fonts/type1/urw/helvetic/" - "fonts/vf/adobe/helvetic/" - "fonts/vf/monotype/helvetic/" - "fonts/vf/urw35vf/helvetic/" - "tex/latex/helvetic/") - (base32 - "0c3f1ly7y6404z0akbfbbfql13sz717v0n0g69qjpr69hi4n0nsl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "dvips/helvetic/" + "fonts/afm/adobe/helvetic/" + "fonts/afm/urw/helvetic/" + "fonts/map/dvips/helvetic/" + "fonts/tfm/adobe/helvetic/" + "fonts/tfm/monotype/helvetic/" + "fonts/tfm/urw35vf/helvetic/" + "fonts/type1/urw/helvetic/" + "fonts/vf/adobe/helvetic/" + "fonts/vf/monotype/helvetic/" + "fonts/vf/urw35vf/helvetic/" + "tex/latex/helvetic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c3f1ly7y6404z0akbfbbfql13sz717v0n0g69qjpr69hi4n0nsl")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/urw-base35") (synopsis "Replacement for Adobe's Helvetica font") @@ -47980,12 +57508,17 @@ (define-public texlive-ieejtran (package (name "texlive-ieejtran") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/ieejtran/" - "doc/bibtex/ieejtran/") - (base32 - "01bcw45v6mbyb1gzykzk5ccwz70s6591994xrj84z9ljgzp06lyg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/ieejtran/" + "doc/bibtex/ieejtran/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01bcw45v6mbyb1gzykzk5ccwz70s6591994xrj84z9ljgzp06lyg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ieejtran") @@ -48002,12 +57535,17 @@ (define-public texlive-inputenx (package (name "texlive-inputenx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/inputenx/" "source/latex/inputenx/" - "tex/latex/inputenx/") - (base32 - "0snjndrcynm4w8m9iq8gmadzhrbwvsdy4y1ak24ia0hpsicdi4aj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/inputenx/" "source/latex/inputenx/" + "tex/latex/inputenx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0snjndrcynm4w8m9iq8gmadzhrbwvsdy4y1ak24ia0hpsicdi4aj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/inputenx") @@ -48023,55 +57561,60 @@ (define-public texlive-kpathsea (package (name "texlive-kpathsea") (version "2023.0") - (source (texlive-origin - name version - (list "doc/info/dir" - "doc/info/kpathsea.info" - "doc/info/tds.info" - "doc/info/web2c.info" - "doc/kpathsea/" - "doc/man/man1/kpseaccess.1" - "doc/man/man1/kpseaccess.man1.pdf" - "doc/man/man1/kpsereadlink.1" - "doc/man/man1/kpsereadlink.man1.pdf" - "doc/man/man1/kpsestat.1" - "doc/man/man1/kpsestat.man1.pdf" - "doc/man/man1/kpsewhich.1" - "doc/man/man1/kpsewhich.man1.pdf" - "doc/web2c/web2c.html" - "doc/web2c/web2c.pdf" - "web2c/amiga-pl.tcx" - "web2c/cp1250cs.tcx" - "web2c/cp1250pl.tcx" - "web2c/cp1250t1.tcx" - "web2c/cp227.tcx" - "web2c/cp852-cs.tcx" - "web2c/cp852-pl.tcx" - "web2c/cp8bit.tcx" - "web2c/empty.tcx" - "web2c/fmtutil.cnf" - "web2c/il1-t1.tcx" - "web2c/il2-cs.tcx" - "web2c/il2-pl.tcx" - "web2c/il2-t1.tcx" - "web2c/kam-cs.tcx" - "web2c/kam-t1.tcx" - "web2c/macce-pl.tcx" - "web2c/macce-t1.tcx" - "web2c/maz-pl.tcx" - "web2c/mktex.cnf" - "web2c/mktex.opt" - "web2c/mktexdir" - "web2c/mktexdir.opt" - "web2c/mktexnam" - "web2c/mktexnam.opt" - "web2c/mktexupd" - "web2c/natural.tcx" - "web2c/tcvn-t5.tcx" - "web2c/texmf.cnf" - "web2c/viscii-t5.tcx") - (base32 - "104kn06vmk7ljpz3sjnsr7r69p0i6nwad2v8gimdl2f38a53s5n3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/info/dir" + "doc/info/kpathsea.info" + "doc/info/tds.info" + "doc/info/web2c.info" + "doc/kpathsea/" + "doc/man/man1/kpseaccess.1" + "doc/man/man1/kpseaccess.man1.pdf" + "doc/man/man1/kpsereadlink.1" + "doc/man/man1/kpsereadlink.man1.pdf" + "doc/man/man1/kpsestat.1" + "doc/man/man1/kpsestat.man1.pdf" + "doc/man/man1/kpsewhich.1" + "doc/man/man1/kpsewhich.man1.pdf" + "doc/web2c/web2c.html" + "doc/web2c/web2c.pdf" + "web2c/amiga-pl.tcx" + "web2c/cp1250cs.tcx" + "web2c/cp1250pl.tcx" + "web2c/cp1250t1.tcx" + "web2c/cp227.tcx" + "web2c/cp852-cs.tcx" + "web2c/cp852-pl.tcx" + "web2c/cp8bit.tcx" + "web2c/empty.tcx" + "web2c/fmtutil.cnf" + "web2c/il1-t1.tcx" + "web2c/il2-cs.tcx" + "web2c/il2-pl.tcx" + "web2c/il2-t1.tcx" + "web2c/kam-cs.tcx" + "web2c/kam-t1.tcx" + "web2c/macce-pl.tcx" + "web2c/macce-t1.tcx" + "web2c/maz-pl.tcx" + "web2c/mktex.cnf" + "web2c/mktex.opt" + "web2c/mktexdir" + "web2c/mktexdir.opt" + "web2c/mktexnam" + "web2c/mktexnam.opt" + "web2c/mktexupd" + "web2c/natural.tcx" + "web2c/tcvn-t5.tcx" + "web2c/texmf.cnf" + "web2c/viscii-t5.tcx")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "104kn06vmk7ljpz3sjnsr7r69p0i6nwad2v8gimdl2f38a53s5n3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -48104,18 +57647,23 @@ (define-public texlive-kpfonts (package (name "texlive-kpfonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/kpfonts/" - "fonts/afm/public/kpfonts/" - "fonts/enc/dvips/kpfonts/" - "fonts/map/dvips/kpfonts/" - "fonts/tfm/public/kpfonts/" - "fonts/type1/public/kpfonts/" - "fonts/vf/public/kpfonts/" - "tex/latex/kpfonts/") - (base32 - "0m5waxqrkm1i59i9vbn9ai9zjn7cl0f36iccwn2d73lhrqhbn16q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/kpfonts/" + "fonts/afm/public/kpfonts/" + "fonts/enc/dvips/kpfonts/" + "fonts/map/dvips/kpfonts/" + "fonts/tfm/public/kpfonts/" + "fonts/type1/public/kpfonts/" + "fonts/vf/public/kpfonts/" + "tex/latex/kpfonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m5waxqrkm1i59i9vbn9ai9zjn7cl0f36iccwn2d73lhrqhbn16q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kpfonts") @@ -48137,13 +57685,18 @@ (define-public texlive-kpfonts-otf (package (name "texlive-kpfonts-otf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/kpfonts-otf/" - "fonts/opentype/public/kpfonts-otf/" - "tex/latex/kpfonts-otf/") - (base32 - "1byad0cjpp7np6xsqs71hkxn7aali5r77qv1n280p8b5w3z788iy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/kpfonts-otf/" + "fonts/opentype/public/kpfonts-otf/" + "tex/latex/kpfonts-otf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1byad0cjpp7np6xsqs71hkxn7aali5r77qv1n280p8b5w3z788iy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kpfonts-otf") @@ -48163,11 +57716,16 @@ (define-public texlive-latexconfig (package (name "texlive-latexconfig") (version "2023.0") - (source (texlive-origin - name version - (list "tex/latex/latexconfig/") - (base32 - "1x5fyr2185nx3qlyariykdz44hcy5azimrk9db2p707dg08bjhsd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/latex/latexconfig/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x5fyr2185nx3qlyariykdz44hcy5azimrk9db2p707dg08bjhsd")))) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) (home-page "https://ctan.org/pkg/latexconfig") @@ -48180,18 +57738,23 @@ (define-public texlive-latex-bin (package (name "texlive-latex-bin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/dvilualatex.1" - "doc/man/man1/dvilualatex.man1.pdf" - "doc/man/man1/latex.1" - "doc/man/man1/latex.man1.pdf" - "doc/man/man1/lualatex.1" - "doc/man/man1/lualatex.man1.pdf" - "doc/man/man1/pdflatex.1" - "doc/man/man1/pdflatex.man1.pdf") - (base32 - "1mhdc8a37b9j64kc8c8171s8p7ixklbf1ijr4vfh7af2k416qf8d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/dvilualatex.1" + "doc/man/man1/dvilualatex.man1.pdf" + "doc/man/man1/latex.1" + "doc/man/man1/latex.man1.pdf" + "doc/man/man1/lualatex.1" + "doc/man/man1/lualatex.man1.pdf" + "doc/man/man1/pdflatex.1" + "doc/man/man1/pdflatex.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mhdc8a37b9j64kc8c8171s8p7ixklbf1ijr4vfh7af2k416qf8d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -48247,13 +57810,18 @@ (define-public texlive-atenddvi (package (name "texlive-atenddvi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/atenddvi/" - "source/latex/atenddvi/" - "tex/latex/atenddvi/") - (base32 - "1fwa5233mdgvixhl2rzn9s06zz52j6ml7hfzd4194bn389n9syhk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/atenddvi/" + "source/latex/atenddvi/" + "tex/latex/atenddvi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fwa5233mdgvixhl2rzn9s06zz52j6ml7hfzd4194bn389n9syhk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/atenddvi") @@ -48272,14 +57840,19 @@ (define-public texlive-attachfile (package (name "texlive-attachfile") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/attachfile/" - "doc/latex/attachfile/" - "source/latex/attachfile/" - "tex/latex/attachfile/") - (base32 - "0340c4rvxhhk95wlhf54n9akiwhj6pj0bslys6bkq29x9903zx5h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/attachfile/" + "doc/latex/attachfile/" + "source/latex/attachfile/" + "tex/latex/attachfile/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0340c4rvxhhk95wlhf54n9akiwhj6pj0bslys6bkq29x9903zx5h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/attachfile") @@ -48298,16 +57871,21 @@ (define-public texlive-attachfile2 (package (name "texlive-attachfile2") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/attachfile2/" - "doc/man/man1/pdfatfi.1" - "doc/man/man1/pdfatfi.man1.pdf" - "scripts/attachfile2/" - "source/latex/attachfile2/" - "tex/latex/attachfile2/") - (base32 - "14glnfyp58ka78l5kc09mc96km7jd77qvsby0p8dpjhvwf6qfzg8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/attachfile2/" + "doc/man/man1/pdfatfi.1" + "doc/man/man1/pdfatfi.man1.pdf" + "scripts/attachfile2/" + "source/latex/attachfile2/" + "tex/latex/attachfile2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14glnfyp58ka78l5kc09mc96km7jd77qvsby0p8dpjhvwf6qfzg8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "pdfatfi.pl"))) @@ -48325,13 +57903,18 @@ (define-public texlive-atveryend (package (name "texlive-atveryend") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/atveryend/" - "source/latex/atveryend/" - "tex/latex/atveryend/") - (base32 - "1rp805h0m99rxs107a798l951lyahlnp7irfklfadn2a2ljzhafn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/atveryend/" + "source/latex/atveryend/" + "tex/latex/atveryend/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rp805h0m99rxs107a798l951lyahlnp7irfklfadn2a2ljzhafn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) @@ -48353,12 +57936,17 @@ (define-public texlive-automata (package (name "texlive-automata") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/automata/" - "metapost/automata/") - (base32 - "0y02wp1w2jkhrxanz7r699kr08bmbfn0h0xaxj3zh4xj9745d7d7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/automata/" + "metapost/automata/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y02wp1w2jkhrxanz7r699kr08bmbfn0h0xaxj3zh4xj9745d7d7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/automata") @@ -48375,12 +57963,17 @@ (define-public texlive-auxhook (package (name "texlive-auxhook") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/auxhook/" "source/latex/auxhook/" - "tex/latex/auxhook/") - (base32 - "1qfs7bz8ryp4prr2fw4hwypnfc6yr4rc4wd8qy4rpmab0hab0vdy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/auxhook/" "source/latex/auxhook/" + "tex/latex/auxhook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qfs7bz8ryp4prr2fw4hwypnfc6yr4rc4wd8qy4rpmab0hab0vdy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/auxhook") @@ -48396,12 +57989,17 @@ (define-public texlive-epspdf (package (name "texlive-epspdf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/info/epspdf.info" "doc/support/epspdf/" - "scripts/epspdf/") - (base32 - "0sxn3dff0nxiw68h1kr86rmnc72xkc62fk94j590a4di1lh2firl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/info/epspdf.info" "doc/support/epspdf/" + "scripts/epspdf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sxn3dff0nxiw68h1kr86rmnc72xkc62fk94j590a4di1lh2firl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -48420,16 +58018,21 @@ (define-public texlive-epstopdf (package (name "texlive-epstopdf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/epstopdf.1" - "doc/man/man1/epstopdf.man1.pdf" - "doc/man/man1/repstopdf.1" - "doc/man/man1/repstopdf.man1.pdf" - "doc/support/epstopdf/" - "scripts/epstopdf/") - (base32 - "0r2dr8f8myc663hdzzrkaiddfqsmmf41xan9y6kd1n049hhw414l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/epstopdf.1" + "doc/man/man1/epstopdf.man1.pdf" + "doc/man/man1/repstopdf.1" + "doc/man/man1/repstopdf.man1.pdf" + "doc/support/epstopdf/" + "scripts/epstopdf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r2dr8f8myc663hdzzrkaiddfqsmmf41xan9y6kd1n049hhw414l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -48462,13 +58065,18 @@ (define-public texlive-epstopdf-pkg (package (name "texlive-epstopdf-pkg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/epstopdf-pkg/" - "source/latex/epstopdf-pkg/" - "tex/latex/epstopdf-pkg/") - (base32 - "1ajyc5pkn1niifz5asyf09vbdqvmy05xwl0vxcdl7ik0ll0jcaxp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/epstopdf-pkg/" + "source/latex/epstopdf-pkg/" + "tex/latex/epstopdf-pkg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ajyc5pkn1niifz5asyf09vbdqvmy05xwl0vxcdl7ik0ll0jcaxp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/epstopdf-pkg") @@ -48485,13 +58093,18 @@ (define-public texlive-filecontents (package (name "texlive-filecontents") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/filecontents/" - "source/latex/filecontents/" - "tex/latex/filecontents/") - (base32 - "0ifhqfdzx91hrmndhg5441rpmv9k4lxrql02kd5yx75xpplxryzw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/filecontents/" + "source/latex/filecontents/" + "tex/latex/filecontents/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ifhqfdzx91hrmndhg5441rpmv9k4lxrql02kd5yx75xpplxryzw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/filecontents") @@ -48512,12 +58125,17 @@ (define-public texlive-filehook (package (name "texlive-filehook") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/filehook/" "source/latex/filehook/" - "tex/latex/filehook/") - (base32 - "1zg9svjhrnh52fa04n3pnb0hrijp0lrr939dacf90cjjzwk36sfn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/filehook/" "source/latex/filehook/" + "tex/latex/filehook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zg9svjhrnh52fa04n3pnb0hrijp0lrr939dacf90cjjzwk36sfn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ydoc)) @@ -48536,11 +58154,16 @@ (define-public texlive-epsf (package (name "texlive-epsf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/epsf/" "tex/generic/epsf/") - (base32 - "03jcf0kqh47is965d2590miwj7d5kif3c4mgsnvkyl664jzjkh92"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/epsf/" "tex/generic/epsf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03jcf0kqh47is965d2590miwj7d5kif3c4mgsnvkyl664jzjkh92")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/epsf") @@ -48560,11 +58183,16 @@ (define-public texlive-fancyvrb (package (name "texlive-fancyvrb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fancyvrb/" "tex/latex/fancyvrb/") - (base32 - "18nif609wp9y9bc3jn3cz07ihphp95mqa4bfpgqlxsy3m57295s7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fancyvrb/" "tex/latex/fancyvrb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18nif609wp9y9bc3jn3cz07ihphp95mqa4bfpgqlxsy3m57295s7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fancyvrb") @@ -48584,12 +58212,17 @@ (define-public texlive-fandol (package (name "texlive-fandol") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/fandol/" - "fonts/opentype/public/fandol/") - (base32 - "1lk91ypsvj2wkqsw8lklkqfsqimjyn0vzbwgqgs5h6kf61m6qsk5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/fandol/" + "fonts/opentype/public/fandol/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lk91ypsvj2wkqsw8lklkqfsqimjyn0vzbwgqgs5h6kf61m6qsk5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fandol") @@ -48604,21 +58237,26 @@ (define-public texlive-gentium-tug (package (name "texlive-gentium-tug") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/gentium-tug/GentiumPlus-6.101/" - "doc/fonts/gentium-tug/gentium-tug/" - "fonts/afm/public/gentium-tug/" - "fonts/enc/dvips/gentium-tug/" - "fonts/map/dvips/gentium-tug/" - "fonts/map/pdftex/gentium-tug/" - "fonts/tfm/public/gentium-tug/" - "fonts/truetype/public/gentium-tug/" - "fonts/type1/public/gentium-tug/" - "source/fonts/gentium-tug/" - "tex/latex/gentium-tug/") - (base32 - "1ns62cn7cqq3hzmljd6yvs2mip2l30pa3js6c1dm90fj01gsjq86"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/gentium-tug/GentiumPlus-6.101/" + "doc/fonts/gentium-tug/gentium-tug/" + "fonts/afm/public/gentium-tug/" + "fonts/enc/dvips/gentium-tug/" + "fonts/map/dvips/gentium-tug/" + "fonts/map/pdftex/gentium-tug/" + "fonts/tfm/public/gentium-tug/" + "fonts/truetype/public/gentium-tug/" + "fonts/type1/public/gentium-tug/" + "source/fonts/gentium-tug/" + "tex/latex/gentium-tug/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ns62cn7cqq3hzmljd6yvs2mip2l30pa3js6c1dm90fj01gsjq86")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gentium-tug") @@ -48634,12 +58272,17 @@ (define-public texlive-gincltex (package (name "texlive-gincltex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gincltex/" "source/latex/gincltex/" - "tex/latex/gincltex/") - (base32 - "1x6bsf445dp8wc5hfgyywlal8vky5w23d69zlpybkp2d9am9a71p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gincltex/" "source/latex/gincltex/" + "tex/latex/gincltex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x6bsf445dp8wc5hfgyywlal8vky5w23d69zlpybkp2d9am9a71p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gincltex") @@ -48655,14 +58298,19 @@ (define-public texlive-git-latexdiff (package (name "texlive-git-latexdiff") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/git-latexdiff.1" - "doc/man/man1/git-latexdiff.man1.pdf" - "doc/support/git-latexdiff/" - "scripts/git-latexdiff/") - (base32 - "1hblgnjad5qm27ijpynz0x1rxgi07y5apgnv5r2wk3ngxj016pvn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/git-latexdiff.1" + "doc/man/man1/git-latexdiff.man1.pdf" + "doc/support/git-latexdiff/" + "scripts/git-latexdiff/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hblgnjad5qm27ijpynz0x1rxgi07y5apgnv5r2wk3ngxj016pvn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "git-latexdiff"))) @@ -48677,11 +58325,16 @@ (define-public texlive-glyphlist (package (name "texlive-glyphlist") (version "2023.0") - (source (texlive-origin - name version - (list "fonts/map/glyphlist/") - (base32 - "12nmmyh77vr2622lzi11nm1z1k2bxs7jz018yl4rwjlpg0sxg1ja"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "fonts/map/glyphlist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12nmmyh77vr2622lzi11nm1z1k2bxs7jz018yl4rwjlpg0sxg1ja")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/glyphlist") (synopsis "Adobe Glyph List and TeX extensions") @@ -48695,12 +58348,17 @@ (define-public texlive-graphics-def (package (name "texlive-graphics-def") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/graphics-def/" - "tex/latex/graphics-def/") - (base32 - "1kp28k3shsiv0a051lp4fcqadac41c942hxwn506yps7h9y4jg23"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/graphics-def/" + "tex/latex/graphics-def/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kp28k3shsiv0a051lp4fcqadac41c942hxwn506yps7h9y4jg23")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) @@ -48717,12 +58375,17 @@ (define-public texlive-graphics-cfg (package (name "texlive-graphics-cfg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/graphics-cfg/" - "tex/latex/graphics-cfg/") - (base32 - "00n63adb2laf43lzix39xl68aq0k5k80mmrw602w99w5n7f96gsf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/graphics-cfg/" + "tex/latex/graphics-cfg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00n63adb2laf43lzix39xl68aq0k5k80mmrw602w99w5n7f96gsf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) @@ -48737,13 +58400,18 @@ (define-public texlive-graphics (package (name "texlive-graphics") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/graphics/" - "source/latex/graphics/" - "tex/latex/graphics/") - (base32 - "024hncahwc07yd2l94znv7v72sbykxdri5lpg3w4ip0nf10ywyma"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/graphics/" + "source/latex/graphics/" + "tex/latex/graphics/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "024hncahwc07yd2l94znv7v72sbykxdri5lpg3w4ip0nf10ywyma")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) @@ -48765,12 +58433,17 @@ (define-public texlive-greek-fontenc (package (name "texlive-greek-fontenc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/greek-fontenc/" - "tex/latex/greek-fontenc/") - (base32 - "1vary0vdrg77r55lf6gbfsqiyxqkbvrx1ijk71q3yl2v6adml4iv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/greek-fontenc/" + "tex/latex/greek-fontenc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vary0vdrg77r55lf6gbfsqiyxqkbvrx1ijk71q3yl2v6adml4iv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/greek-fontenc") @@ -48784,13 +58457,18 @@ (define-public texlive-gsftopk (package (name "texlive-gsftopk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/gsftopk.1" - "doc/man/man1/gsftopk.man1.pdf" - "dvips/gsftopk/") - (base32 - "1qlac704qbm7kq762z0b887wfncprpcm8zj2lb4nag0wzdrrjdq5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/gsftopk.1" + "doc/man/man1/gsftopk.man1.pdf" + "dvips/gsftopk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qlac704qbm7kq762z0b887wfncprpcm8zj2lb4nag0wzdrrjdq5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-gsftopk-bin)) @@ -48853,12 +58531,17 @@ (define-public texlive-hycolor (package (name "texlive-hycolor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hycolor/" "source/latex/hycolor/" - "tex/latex/hycolor/") - (base32 - "0hmkx37wwmznxjqqnca87shy7qrgqrh2cn5r941ddgivnym31xbh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hycolor/" "source/latex/hycolor/" + "tex/latex/hycolor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hmkx37wwmznxjqqnca87shy7qrgqrh2cn5r941ddgivnym31xbh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hycolor") @@ -48875,13 +58558,18 @@ (define-public texlive-xcjk2uni (package (name "texlive-xcjk2uni") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xcjk2uni/" - "source/latex/xcjk2uni/" - "tex/latex/xcjk2uni/") - (base32 - "1vjp47ngrirrvbnk4vnm5lbysj3qlbwxbfc1szc22gaikm52ggaq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xcjk2uni/" + "source/latex/xcjk2uni/" + "tex/latex/xcjk2uni/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vjp47ngrirrvbnk4vnm5lbysj3qlbwxbfc1szc22gaikm52ggaq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -48902,11 +58590,16 @@ (define-public texlive-xcjk2uni (setenv "TEXINPUTS" (string-append (getcwd) "/build:"))))))) (native-inputs (list texlive-ttfutils - (texlive-origin - "ctxdocstrip.tex" "2023.0" - (list "tex/generic/ctex/ctxdocstrip.tex") - (base32 - "154v2d6wfzhfg654nlh2apy9zr78d09rkimymyjqpxymkpbk8lli")))) + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/generic/ctex/ctxdocstrip.tex")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "154v2d6wfzhfg654nlh2apy9zr78d09rkimymyjqpxymkpbk8lli"))))) (home-page "https://ctan.org/pkg/xcjk2uni") (synopsis "Convert CJK characters to Unicode, in pdfTeX") (description @@ -48921,12 +58614,17 @@ (define-public texlive-xcolor (package (name "texlive-xcolor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xcolor/" "dvips/xcolor/" - "source/latex/xcolor/" "tex/latex/xcolor/") - (base32 - "1sh0v60azjbl2fcmg4p77dqw052j59d9pg20saxvj4md32a345py"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xcolor/" "dvips/xcolor/" + "source/latex/xcolor/" "tex/latex/xcolor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sh0v60azjbl2fcmg4p77dqw052j59d9pg20saxvj4md32a345py")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xcolor") @@ -48947,13 +58645,18 @@ (define-public texlive-xltxtra (package (name "texlive-xltxtra") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/xltxtra/" - "source/xelatex/xltxtra/" - "tex/xelatex/xltxtra/") - (base32 - "0dh3nnr4xhb85zp3q4jdzqvfghg8m9zvpsvvrmmp0q3ayf0c1dbj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/xltxtra/" + "source/xelatex/xltxtra/" + "tex/xelatex/xltxtra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dh3nnr4xhb85zp3q4jdzqvfghg8m9zvpsvvrmmp0q3ayf0c1dbj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-metalogo)) @@ -48974,12 +58677,17 @@ (define-public texlive-xml2pmx (package (name "texlive-xml2pmx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/xml2pmx.1" - "doc/man/man1/xml2pmx.man1.pdf") - (base32 - "1d3ralqh0b71scd59b4hmm707yfrz1rj28ni2lzkhbb1ql73bvah"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/xml2pmx.1" + "doc/man/man1/xml2pmx.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d3ralqh0b71scd59b4hmm707yfrz1rj28ni2lzkhbb1ql73bvah")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-xml2pmx-bin)) @@ -49040,11 +58748,16 @@ (define-public texlive-xmltexconfig (package (name "texlive-xmltexconfig") (version "2023.0") - (source (texlive-origin - name version - (list "tex/xmltex/xmltexconfig/") - (base32 - "0drgvmn27snq43kjkpg5k4igkcdi56p1q3fwkrv3ivsiqfp6cdz3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/xmltex/xmltexconfig/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0drgvmn27snq43kjkpg5k4igkcdi56p1q3fwkrv3ivsiqfp6cdz3")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xmltexconfig") (synopsis "Configuration files for @code{xmltex} and @code{pdfxmltex}") @@ -49056,12 +58769,17 @@ (define-public texlive-xmltex (package (name "texlive-xmltex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/otherformats/xmltex/base/" - "tex/xmltex/base/") - (base32 - "1rqwsapba8zs2ijjs7lpzksm20jqb8zbmanpw7wmdp2rq26ahylh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/otherformats/xmltex/base/" + "tex/xmltex/base/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rqwsapba8zs2ijjs7lpzksm20jqb8zbmanpw7wmdp2rq26ahylh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -49108,12 +58826,17 @@ (define-public texlive-xpiano (package (name "texlive-xpiano") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xpiano/" "source/latex/xpiano/" - "tex/latex/xpiano/") - (base32 - "1nk8v0d641cr4mg4l2k0fv7pl9b26nyi30k4px5wajwm976f042p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xpiano/" "source/latex/xpiano/" + "tex/latex/xpiano/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nk8v0d641cr4mg4l2k0fv7pl9b26nyi30k4px5wajwm976f042p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xpiano") @@ -49133,12 +58856,17 @@ (define-public texlive-xpinyin ;; XXX: Whenever updating this package, please check if "Unihan.zip" ;; native input needs to be updated, too. (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xpinyin/" "source/latex/xpinyin/" - "tex/latex/xpinyin/") - (base32 - "1fxsnvmkm66rfq08j03sch24maw0wgb8dhl73r2rf6gwxzf4imc5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xpinyin/" "source/latex/xpinyin/" + "tex/latex/xpinyin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fxsnvmkm66rfq08j03sch24maw0wgb8dhl73r2rf6gwxzf4imc5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -49190,11 +58918,16 @@ (define-public texlive-xpinyin ;; should be a native input) and `ctex' (where this package is ;; a propagated input). To work around this, grab the required ;; "ctxdocstrip.tex" file from `ctex'. - (texlive-origin - "ctxdocstrip.tex" "2023.0" - (list "tex/generic/ctex/ctxdocstrip.tex") - (base32 - "154v2d6wfzhfg654nlh2apy9zr78d09rkimymyjqpxymkpbk8lli")))) + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/generic/ctex/ctxdocstrip.tex")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "154v2d6wfzhfg654nlh2apy9zr78d09rkimymyjqpxymkpbk8lli"))))) (home-page "https://ctan.org/pkg/xpinyin") (synopsis "Automatically add pinyin to Chinese characters") (description @@ -49206,13 +58939,18 @@ (define-public texlive-hyperref (package (name "texlive-hyperref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hyperref/" - "source/latex/hyperref/" - "tex/latex/hyperref/") - (base32 - "034bdg1vy2yql4sq9i3i1ss1axh7apdyk5rz3s2ss8fydvvds726"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hyperref/" + "source/latex/hyperref/" + "tex/latex/hyperref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "034bdg1vy2yql4sq9i3i1ss1axh7apdyk5rz3s2ss8fydvvds726")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -49253,12 +58991,17 @@ (define-public texlive-hypdoc (package (name "texlive-hypdoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hypdoc/" "source/latex/hypdoc/" - "tex/latex/hypdoc/") - (base32 - "14qg7q9r4cx132m2mr132ml0r49psfy99g6my4wir4yaw7y0x6pp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hypdoc/" "source/latex/hypdoc/" + "tex/latex/hypdoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14qg7q9r4cx132m2mr132ml0r49psfy99g6my4wir4yaw7y0x6pp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hypdoc") @@ -49273,16 +59016,21 @@ (define-public texlive-hyperxmp (package (name "texlive-hyperxmp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hyperxmp/" - "doc/man/man1/hyperxmp-add-bytecount.1" - "doc/man/man1/hyperxmp-add-bytecount.man1.pdf" - "scripts/hyperxmp/" - "source/latex/hyperxmp/" - "tex/latex/hyperxmp/") - (base32 - "0x2hif61a7bz1ymrc2qz0f9papfj2qx2w0smpihrcjxq73g9dm1b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hyperxmp/" + "doc/man/man1/hyperxmp-add-bytecount.1" + "doc/man/man1/hyperxmp-add-bytecount.man1.pdf" + "scripts/hyperxmp/" + "source/latex/hyperxmp/" + "tex/latex/hyperxmp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0x2hif61a7bz1ymrc2qz0f9papfj2qx2w0smpihrcjxq73g9dm1b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -49309,11 +59057,16 @@ (define-public texlive-latex-brochure (package (name "texlive-latex-brochure") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latex-brochure/") - (base32 - "0xba20sy8q10ac9hxwnz9axh853hrj06vp7mfn12ajax31miznmy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latex-brochure/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xba20sy8q10ac9hxwnz9axh853hrj06vp7mfn12ajax31miznmy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latex-brochure") @@ -49328,11 +59081,16 @@ (define-public texlive-latex-course (package (name "texlive-latex-course") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latex-course/") - (base32 - "0z6q95l2vvxrspc04ki9wnrzhz76nynb5ai6969pgw6ihl68384f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latex-course/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z6q95l2vvxrspc04ki9wnrzhz76nynb5ai6969pgw6ihl68384f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latex-course") @@ -49348,11 +59106,16 @@ (define-public texlive-latex-doc-ptr (package (name "texlive-latex-doc-ptr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latex-doc-ptr/") - (base32 - "0mamlfnxzi4lwh5cpss8zcfr64jdnf6vnj9fp48accrqdj2rpfs2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latex-doc-ptr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mamlfnxzi4lwh5cpss8zcfr64jdnf6vnj9fp48accrqdj2rpfs2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latex-doc-ptr") @@ -49367,11 +59130,16 @@ (define-public texlive-latex-for-undergraduates (package (name "texlive-latex-for-undergraduates") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latex-for-undergraduates/") - (base32 - "0krj27gmra2mpriircasv32snk80z9ap85h76n0bgy4wjqyblyp0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latex-for-undergraduates/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0krj27gmra2mpriircasv32snk80z9ap85h76n0bgy4wjqyblyp0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latex-for-undergraduates") @@ -49386,11 +59154,16 @@ (define-public texlive-latex-graphics-companion (package (name "texlive-latex-graphics-companion") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latex-graphics-companion/") - (base32 - "01zs32gck1sl9zlbhghyjmjwxyvw0jha5vl2hd10knyrb3z4dhxc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latex-graphics-companion/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01zs32gck1sl9zlbhghyjmjwxyvw0jha5vl2hd10knyrb3z4dhxc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lgc-examples") @@ -49404,11 +59177,16 @@ (define-public texlive-latex-refsheet (package (name "texlive-latex-refsheet") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latex-refsheet/") - (base32 - "169h1syday30qiw032k14fhxikdwszggvqz8b9ga4i9wwxf1vh4m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latex-refsheet/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "169h1syday30qiw032k14fhxikdwszggvqz8b9ga4i9wwxf1vh4m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latex-refsheet") @@ -49423,11 +59201,16 @@ (define-public texlive-latex-veryshortguide (package (name "texlive-latex-veryshortguide") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latex-veryshortguide/") - (base32 - "17i8zmr7mjfrx911psdy9cbn05c5inn4ixqmnjkpr9sbgsninyc4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latex-veryshortguide/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17i8zmr7mjfrx911psdy9cbn05c5inn4ixqmnjkpr9sbgsninyc4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latex-veryshortguide") @@ -49443,11 +59226,16 @@ (define-public texlive-latex-web-companion (package (name "texlive-latex-web-companion") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latex-web-companion/") - (base32 - "0v018lwf88z3qmzyqpyvfql7dbwk5a9r0wj3jfjc9cp2ksl8zf8f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latex-web-companion/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0v018lwf88z3qmzyqpyvfql7dbwk5a9r0wj3jfjc9cp2ksl8zf8f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lwc-examples") @@ -49461,12 +59249,17 @@ (define-public texlive-latex2e-help-texinfo (package (name "texlive-latex2e-help-texinfo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/info/latex2e.info" - "doc/latex/latex2e-help-texinfo/") - (base32 - "0rk69n89hl67qfbi5mmb4msaibychsk9a83dx593170ayiir6s6g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/info/latex2e.info" + "doc/latex/latex2e-help-texinfo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rk69n89hl67qfbi5mmb4msaibychsk9a83dx593170ayiir6s6g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latex2e-help-texinfo") @@ -49481,11 +59274,16 @@ (define-public texlive-latex4wp (package (name "texlive-latex4wp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latex4wp/") - (base32 - "0xyk6w8jmmcsccbd9q4ikblfq6nacjjyrmf58ddjxkb6v0lzndph"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latex4wp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xyk6w8jmmcsccbd9q4ikblfq6nacjjyrmf58ddjxkb6v0lzndph")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latex4wp") @@ -49500,11 +59298,16 @@ (define-public texlive-latex4wp-it (package (name "texlive-latex4wp-it") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latex4wp-it/") - (base32 - "14r86fwhb9zafmyv05pqfi9962dpxj7wq94acm43gv8m2rsjp52k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latex4wp-it/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14r86fwhb9zafmyv05pqfi9962dpxj7wq94acm43gv8m2rsjp52k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latex4wp-it") @@ -49518,11 +59321,16 @@ (define-public texlive-latexcheat (package (name "texlive-latexcheat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latexcheat/") - (base32 - "1383rsi21ma0291asi779bjr33m7fii019di8gv8kxwgci692fz0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latexcheat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1383rsi21ma0291asi779bjr33m7fii019di8gv8kxwgci692fz0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latexcheat") @@ -49537,11 +59345,16 @@ (define-public texlive-latexcheat-ptbr (package (name "texlive-latexcheat-ptbr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latexcheat-ptbr/") - (base32 - "0m636j9gdfpm4j1b679z5qw5ygbm6jp8xl9dzy6v5zzy695fcgaf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latexcheat-ptbr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m636j9gdfpm4j1b679z5qw5ygbm6jp8xl9dzy6v5zzy695fcgaf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latexcheat-ptbr") @@ -49555,11 +59368,16 @@ (define-public texlive-latexcourse-rug (package (name "texlive-latexcourse-rug") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latexcourse-rug/") - (base32 - "027siznmshk60flxgra7dgzvwbmgwvckwb6r257b91x3rm77anv5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latexcourse-rug/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "027siznmshk60flxgra7dgzvwbmgwvckwb6r257b91x3rm77anv5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latexcourse-rug") @@ -49574,13 +59392,18 @@ (define-public texlive-latexfileinfo-pkgs (package (name "texlive-latexfileinfo-pkgs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latexfileinfo-pkgs/" - "source/latex/latexfileinfo-pkgs/" - "tex/latex/latexfileinfo-pkgs/") - (base32 - "08afjj6im3bdxv3j0z6kg8yw0pyjl5164fqn0sx084zbdfwdfrqn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latexfileinfo-pkgs/" + "source/latex/latexfileinfo-pkgs/" + "tex/latex/latexfileinfo-pkgs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08afjj6im3bdxv3j0z6kg8yw0pyjl5164fqn0sx084zbdfwdfrqn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latexfileinfo-pkgs") @@ -49597,13 +59420,18 @@ (define-public texlive-oberdiek (package (name "texlive-oberdiek") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/oberdiek/" "doc/latex/oberdiek/" - "source/latex/oberdiek/" - "tex/generic/oberdiek/" "tex/latex/oberdiek/") - (base32 - "1fm6bcrxr4bw49h5hzrlas6ihaavshp6yjjvdjn869bl6hm6pmlz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/oberdiek/" "doc/latex/oberdiek/" + "source/latex/oberdiek/" + "tex/generic/oberdiek/" "tex/latex/oberdiek/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fm6bcrxr4bw49h5hzrlas6ihaavshp6yjjvdjn869bl6hm6pmlz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -49628,13 +59456,18 @@ (define-public texlive-regexpatch (package (name "texlive-regexpatch") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/regexpatch/" - "source/latex/regexpatch/" - "tex/latex/regexpatch/") - (base32 - "1jv8hvkvq0yvc8mh68ybj8fvhf6kcdzwjin1czs45i26s0dpsngj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/regexpatch/" + "source/latex/regexpatch/" + "tex/latex/regexpatch/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jv8hvkvq0yvc8mh68ybj8fvhf6kcdzwjin1czs45i26s0dpsngj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/regexpatch") @@ -49651,13 +59484,18 @@ (define-public texlive-rerunfilecheck (package (name "texlive-rerunfilecheck") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rerunfilecheck/" - "source/latex/rerunfilecheck/" - "tex/latex/rerunfilecheck/") - (base32 - "0m3rvjgw0hg3n7db8hpyq55lq7py4scm35bqbawpc5mn5pmh2zg1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rerunfilecheck/" + "source/latex/rerunfilecheck/" + "tex/latex/rerunfilecheck/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m3rvjgw0hg3n7db8hpyq55lq7py4scm35bqbawpc5mn5pmh2zg1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-atveryend texlive-uniquecounter)) @@ -49674,13 +59512,18 @@ (define-public texlive-onedown (package (name "texlive-onedown") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/onedown/" - "source/latex/onedown/" - "tex/latex/onedown/") - (base32 - "00yh6nyzzy6d2sj1ha7dgfbsicy2ip1irn3il5jhc29sn3crfahx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/onedown/" + "source/latex/onedown/" + "tex/latex/onedown/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00yh6nyzzy6d2sj1ha7dgfbsicy2ip1irn3il5jhc29sn3crfahx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/onedown") @@ -49699,13 +59542,18 @@ (define-public texlive-tools (package (name "texlive-tools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tools/" - "source/latex/tools/" - "tex/latex/tools/") - (base32 - "04zafcgdgiricq0l6lplfxa2qdspx5wbzpql5h7hw90lsdiw8awk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tools/" + "source/latex/tools/" + "tex/latex/tools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04zafcgdgiricq0l6lplfxa2qdspx5wbzpql5h7hw90lsdiw8awk")))) (outputs '("out" "doc")) (arguments (list #:build-targets #~(list "tools.ins"))) @@ -49728,11 +59576,16 @@ (define-public texlive-url (package (name "texlive-url") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/url/" "tex/latex/url/") - (base32 - "184m40wgnx939ky2hbxnj0v9aak023ldrhgffp0lgyk9wdqpxlqg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/url/" "tex/latex/url/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "184m40wgnx939ky2hbxnj0v9aak023ldrhgffp0lgyk9wdqpxlqg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/url") @@ -49755,29 +59608,34 @@ (define-public texlive-l3experimental (package (name "texlive-l3experimental") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/l3experimental/" - "source/latex/l3experimental/l3benchmark/" - "source/latex/l3experimental/l3bitset/" - "source/latex/l3experimental/l3draw/" - "source/latex/l3experimental/l3graphics/" - "source/latex/l3experimental/l3opacity/" - "source/latex/l3experimental/l3str/" - "source/latex/l3experimental/l3sys-shell/" - "source/latex/l3experimental/xcoffins/" - "source/latex/l3experimental/xgalley/" - "tex/latex/l3experimental/l3benchmark/" - "tex/latex/l3experimental/l3bitset/" - "tex/latex/l3experimental/l3draw/" - "tex/latex/l3experimental/l3graphics/" - "tex/latex/l3experimental/l3opacity/" - "tex/latex/l3experimental/l3str/" - "tex/latex/l3experimental/l3sys-shell/" - "tex/latex/l3experimental/xcoffins/" - "tex/latex/l3experimental/xgalley/") - (base32 - "1s4v0f29hk5racmvj4imyn6d2az7i94s4fq3hag11hr08ipvi51v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/l3experimental/" + "source/latex/l3experimental/l3benchmark/" + "source/latex/l3experimental/l3bitset/" + "source/latex/l3experimental/l3draw/" + "source/latex/l3experimental/l3graphics/" + "source/latex/l3experimental/l3opacity/" + "source/latex/l3experimental/l3str/" + "source/latex/l3experimental/l3sys-shell/" + "source/latex/l3experimental/xcoffins/" + "source/latex/l3experimental/xgalley/" + "tex/latex/l3experimental/l3benchmark/" + "tex/latex/l3experimental/l3bitset/" + "tex/latex/l3experimental/l3draw/" + "tex/latex/l3experimental/l3graphics/" + "tex/latex/l3experimental/l3opacity/" + "tex/latex/l3experimental/l3str/" + "tex/latex/l3experimental/l3sys-shell/" + "tex/latex/l3experimental/xcoffins/" + "tex/latex/l3experimental/xgalley/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s4v0f29hk5racmvj4imyn6d2az7i94s4fq3hag11hr08ipvi51v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-l3kernel)) @@ -49817,13 +59675,18 @@ (define-public texlive-l3kernel (package (name "texlive-l3kernel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/l3kernel/" - "source/latex/l3kernel/" - "tex/latex/l3kernel/") - (base32 - "1jbll1x3pdjpm1v70h7kpxgkjsw2mi2zbdilc7qvh251amn0hdbv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/l3kernel/" + "source/latex/l3kernel/" + "tex/latex/l3kernel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jbll1x3pdjpm1v70h7kpxgkjsw2mi2zbdilc7qvh251amn0hdbv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -49849,14 +59712,19 @@ (define-public texlive-l3backend (package (name "texlive-l3backend") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/l3backend/" - "dvips/l3backend/" - "source/latex/l3backend/" - "tex/latex/l3backend/") - (base32 - "1pd2drks05k9w3fzgzg7vkj46plpw5z9r0zl43r1kzya9c4ldb38"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/l3backend/" + "dvips/l3backend/" + "source/latex/l3backend/" + "tex/latex/l3backend/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pd2drks05k9w3fzgzg7vkj46plpw5z9r0zl43r1kzya9c4ldb38")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -49881,21 +59749,26 @@ (define-public texlive-l3packages (package (name "texlive-l3packages") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/l3packages/" - "source/latex/l3packages/l3keys2e/" - "source/latex/l3packages/xfp/" - "source/latex/l3packages/xfrac/" - "source/latex/l3packages/xparse/" - "source/latex/l3packages/xtemplate/" - "tex/latex/l3packages/l3keys2e/" - "tex/latex/l3packages/xfp/" - "tex/latex/l3packages/xfrac/" - "tex/latex/l3packages/xparse/" - "tex/latex/l3packages/xtemplate/") - (base32 - "0l7mfm8ziil59drqmb723n0wjbwdsx54iah051haxlbj7psqmbax"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/l3packages/" + "source/latex/l3packages/l3keys2e/" + "source/latex/l3packages/xfp/" + "source/latex/l3packages/xfrac/" + "source/latex/l3packages/xparse/" + "source/latex/l3packages/xtemplate/" + "tex/latex/l3packages/l3keys2e/" + "tex/latex/l3packages/xfp/" + "tex/latex/l3packages/xfrac/" + "tex/latex/l3packages/xparse/" + "tex/latex/l3packages/xtemplate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l7mfm8ziil59drqmb723n0wjbwdsx54iah051haxlbj7psqmbax")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -49934,12 +59807,17 @@ (define-public texlive-fonts-churchslavonic (package (name "texlive-fonts-churchslavonic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/fonts-churchslavonic/" - "fonts/opentype/public/fonts-churchslavonic/") - (base32 - "0yv3n8m6wcd6jk68fwlaiszv96lbax5rcv1j0wgam4dgpqqmacm4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/fonts-churchslavonic/" + "fonts/opentype/public/fonts-churchslavonic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yv3n8m6wcd6jk68fwlaiszv96lbax5rcv1j0wgam4dgpqqmacm4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fonts-churchslavonic") @@ -49953,13 +59831,18 @@ (define-public texlive-fontspec (package (name "texlive-fontspec") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fontspec/" - "source/latex/fontspec/" - "tex/latex/fontspec/") - (base32 - "0rh3x1h8glpmw0nmqv8lili3vf0zw2lcgffzk680c86k8jpjy4cm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fontspec/" + "source/latex/fontspec/" + "tex/latex/fontspec/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rh3x1h8glpmw0nmqv8lili3vf0zw2lcgffzk680c86k8jpjy4cm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -49983,13 +59866,18 @@ (define-public texlive-grffile (package (name "texlive-grffile") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/grffile/" - "source/latex/grffile/" - "tex/latex/grffile/") - (base32 - "01mlvdhqwfwj1l91jfvkdfbn1hj95rlb6xhwikzx1r8qrz5whw7n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/grffile/" + "source/latex/grffile/" + "tex/latex/grffile/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01mlvdhqwfwj1l91jfvkdfbn1hj95rlb6xhwikzx1r8qrz5whw7n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/grffile") @@ -50005,15 +59893,20 @@ (define-public texlive-sanskrit (package (name "texlive-sanskrit") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sanskrit/" - "fonts/source/public/sanskrit/" - "fonts/tfm/public/sanskrit/" - "source/latex/sanskrit/" - "tex/latex/sanskrit/") - (base32 - "0qc0mylgdcc4rnid29was51s6mzil0smrs7kgnnrv8kvlb6mzydl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sanskrit/" + "fonts/source/public/sanskrit/" + "fonts/tfm/public/sanskrit/" + "source/latex/sanskrit/" + "tex/latex/sanskrit/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qc0mylgdcc4rnid29was51s6mzil0smrs7kgnnrv8kvlb6mzydl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -50029,13 +59922,18 @@ (define-public texlive-sanskrit-t1 (package (name "texlive-sanskrit-t1") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/sanskrit-t1/" - "fonts/map/dvips/sanskrit-t1/" - "fonts/type1/public/sanskrit-t1/") - (base32 - "0mv9ph7999y9shnq25k0w4sgcbvlf2gav5d1fpycjxan3h6rc7vi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/sanskrit-t1/" + "fonts/map/dvips/sanskrit-t1/" + "fonts/type1/public/sanskrit-t1/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mv9ph7999y9shnq25k0w4sgcbvlf2gav5d1fpycjxan3h6rc7vi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sanskrit-t1") @@ -50049,11 +59947,16 @@ (define-public texlive-sansmath (package (name "texlive-sansmath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sansmath/" "tex/latex/sansmath/") - (base32 - "1lqxfvmxan0c9s270jp8jw1a5s6ya1i4jlfp2xz2k4w0g0fryjpj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sansmath/" "tex/latex/sansmath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lqxfvmxan0c9s270jp8jw1a5s6ya1i4jlfp2xz2k4w0g0fryjpj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sansmath") @@ -50067,17 +59970,22 @@ (define-public texlive-sansmathfonts (package (name "texlive-sansmathfonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/sansmathfonts/" - "fonts/map/dvips/sansmathfonts/" - "fonts/source/public/sansmathfonts/" - "fonts/tfm/public/sansmathfonts/" - "fonts/type1/public/sansmathfonts/" - "fonts/vf/public/sansmathfonts/" - "tex/latex/sansmathfonts/") - (base32 - "19349dxvqiinhsihn83yfhl6pgcvkd48l37w5jh59myx7sc6p8j6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/sansmathfonts/" + "fonts/map/dvips/sansmathfonts/" + "fonts/source/public/sansmathfonts/" + "fonts/tfm/public/sansmathfonts/" + "fonts/type1/public/sansmathfonts/" + "fonts/vf/public/sansmathfonts/" + "tex/latex/sansmathfonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19349dxvqiinhsihn83yfhl6pgcvkd48l37w5jh59myx7sc6p8j6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs @@ -50093,13 +60001,18 @@ (define-public texlive-stringenc (package (name "texlive-stringenc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/stringenc/" - "source/latex/stringenc/" - "tex/generic/stringenc/") - (base32 - "1pz9fgn3zc1brbpkw2kkphsv8q6vpvbn51n0smmfl1n2m97fni9j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/stringenc/" + "source/latex/stringenc/" + "tex/generic/stringenc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pz9fgn3zc1brbpkw2kkphsv8q6vpvbn51n0smmfl1n2m97fni9j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/stringenc") @@ -50113,11 +60026,16 @@ (define-public texlive-svg-inkscape (package (name "texlive-svg-inkscape") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/svg-inkscape/") - (base32 - "1gw3jp7wph0ys6372z2rgjwlpmmawdax7xpgrp4hzg5hxz748pn5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/svg-inkscape/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gw3jp7wph0ys6372z2rgjwlpmmawdax7xpgrp4hzg5hxz748pn5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/svg-inkscape") @@ -50138,12 +60056,17 @@ (define-public texlive-svn-prov (package (name "texlive-svn-prov") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/svn-prov/" "source/latex/svn-prov/" - "tex/latex/svn-prov/") - (base32 - "1w416cf1yb1m2j9y38002zq6rbhbmkafi7w100y9m9lrzya0ws06"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/svn-prov/" "source/latex/svn-prov/" + "tex/latex/svn-prov/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1w416cf1yb1m2j9y38002zq6rbhbmkafi7w100y9m9lrzya0ws06")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/svn-prov") @@ -50159,16 +60082,21 @@ (define-public texlive-l3build (package (name "texlive-l3build") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/l3build/" - "doc/man/man1/l3build.1" - "doc/man/man1/l3build.man1.pdf" - "scripts/l3build/" - "source/latex/l3build/" - "tex/latex/l3build/") - (base32 - "19iq80vj1glf35zcrspj1bnk6bf6yr3r3b2c5rgqhz58m2znsla0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/l3build/" + "doc/man/man1/l3build.1" + "doc/man/man1/l3build.man1.pdf" + "scripts/l3build/" + "source/latex/l3build/" + "tex/latex/l3build/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19iq80vj1glf35zcrspj1bnk6bf6yr3r3b2c5rgqhz58m2znsla0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "l3build.lua"))) @@ -50187,12 +60115,17 @@ (define-public texlive-luabidi (package (name "texlive-luabidi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luabidi/" - "tex/lualatex/luabidi/") - (base32 - "1dwdiwsdfhgwpx8r2271i5kqphcpkh69y3rx1wxfr9hl17lzw2cp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luabidi/" + "tex/lualatex/luabidi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dwdiwsdfhgwpx8r2271i5kqphcpkh69y3rx1wxfr9hl17lzw2cp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luabidi") @@ -50206,13 +60139,18 @@ (define-public texlive-luacode (package (name "texlive-luacode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luacode/" - "source/lualatex/luacode/" - "tex/lualatex/luacode/") - (base32 - "1dyld5yb57p3j7wz591plbgjy7dk7ngn8cxw1lfmvx8iprgk1f8d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luacode/" + "source/lualatex/luacode/" + "tex/lualatex/luacode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dyld5yb57p3j7wz591plbgjy7dk7ngn8cxw1lfmvx8iprgk1f8d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luacode") @@ -50229,11 +60167,16 @@ (define-public texlive-lualatex-doc-de (package (name "texlive-lualatex-doc-de") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lualatex-doc-de/") - (base32 - "0vnmgs475bzbqi14m9sm45cwjfsbvbk45wkb8m73j1bnk7wg7hh4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lualatex-doc-de/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vnmgs475bzbqi14m9sm45cwjfsbvbk45wkb8m73j1bnk7wg7hh4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lualatex-doc-de") @@ -50249,13 +60192,18 @@ (define-public texlive-lualatex-math (package (name "texlive-lualatex-math") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/lualatex-math/" - "source/lualatex/lualatex-math/" - "tex/lualatex/lualatex-math/") - (base32 - "0rzzlq6a0c7sj1x83wqn5iwaiz3w9prcpz4lqbjlkgr7my4m052z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/lualatex-math/" + "source/lualatex/lualatex-math/" + "tex/lualatex/lualatex-math/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rzzlq6a0c7sj1x83wqn5iwaiz3w9prcpz4lqbjlkgr7my4m052z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -50275,12 +60223,17 @@ (define-public texlive-lualibs (package (name "texlive-lualibs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/lualibs/" "source/luatex/lualibs/" - "tex/luatex/lualibs/") - (base32 - "0x53z6072z8qpp5fh2g9blz95zg20906k82jk6hz1hibv70is0pk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/lualibs/" "source/luatex/lualibs/" + "tex/luatex/lualibs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0x53z6072z8qpp5fh2g9blz95zg20906k82jk6hz1hibv70is0pk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) @@ -50299,12 +60252,17 @@ (define-public texlive-lua-alt-getopt (package (name "texlive-lua-alt-getopt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/lua-alt-getopt/" - "scripts/lua-alt-getopt/") - (base32 - "0cizxzn33n3pn98xkqnxb8s6vdwkar3xrwhraqrs05pjfdn9d4wz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/lua-alt-getopt/" + "scripts/lua-alt-getopt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cizxzn33n3pn98xkqnxb8s6vdwkar3xrwhraqrs05pjfdn9d4wz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) @@ -50319,22 +60277,27 @@ (define-public texlive-luatex (package (name "texlive-luatex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/base/" - "doc/man/man1/dviluatex.1" - "doc/man/man1/dviluatex.man1.pdf" - "doc/man/man1/luatex.1" - "doc/man/man1/luatex.man1.pdf" - "doc/man/man1/texlua.1" - "doc/man/man1/texlua.man1.pdf" - "doc/man/man1/texluac.1" - "doc/man/man1/texluac.man1.pdf" - "tex/generic/config/luatex-unicode-letters.tex" - "tex/generic/config/luatexiniconfig.tex" - "web2c/texmfcnf.lua") - (base32 - "14ad9qr5dn0796f8gqbry5axdm2mciibcgzva8kas1vrqs5a9f19"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/base/" + "doc/man/man1/dviluatex.1" + "doc/man/man1/dviluatex.man1.pdf" + "doc/man/man1/luatex.1" + "doc/man/man1/luatex.man1.pdf" + "doc/man/man1/texlua.1" + "doc/man/man1/texlua.man1.pdf" + "doc/man/man1/texluac.1" + "doc/man/man1/texluac.man1.pdf" + "tex/generic/config/luatex-unicode-letters.tex" + "tex/generic/config/luatexiniconfig.tex" + "web2c/texmfcnf.lua")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14ad9qr5dn0796f8gqbry5axdm2mciibcgzva8kas1vrqs5a9f19")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -50379,14 +60342,18 @@ (define-public texlive-luatexbase (package (name "texlive-luatexbase") (version "2023.0") - (source (texlive-origin - - name version - (list "doc/luatex/luatexbase/" - "source/luatex/luatexbase/" - "tex/luatex/luatexbase/") - (base32 - "1nz2k9czqdmn08v75qa2bwanvcvyp9jmqcgwaxcy4fy4mpbrn8ra"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/luatexbase/" + "source/luatex/luatexbase/" + "tex/luatex/luatexbase/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nz2k9czqdmn08v75qa2bwanvcvyp9jmqcgwaxcy4fy4mpbrn8ra")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-ctablestack)) @@ -50405,13 +60372,18 @@ (define-public texlive-luatex85 (package (name "texlive-luatex85") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/luatex85/" - "source/generic/luatex85/" - "tex/generic/luatex85/") - (base32 - "02j42g9c5smgbrk898fpvrgqlxqcqi8xch23awvnbvg6y54cs573"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/luatex85/" + "source/generic/luatex85/" + "tex/generic/luatex85/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02j42g9c5smgbrk898fpvrgqlxqcqi8xch23awvnbvg6y54cs573")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luatex85") @@ -50424,13 +60396,18 @@ (define-public texlive-luatexja (package (name "texlive-luatexja") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/luatexja/" - "source/luatex/luatexja/" - "tex/luatex/luatexja/") - (base32 - "1j4dvzxgjyx5aa7akg5wg2w694vds6ra70zk9crrlm83aryqkda7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/luatexja/" + "source/luatex/luatexja/" + "tex/luatex/luatexja/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j4dvzxgjyx5aa7akg5wg2w694vds6ra70zk9crrlm83aryqkda7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-luatexbase)) @@ -50445,12 +60422,17 @@ (define-public texlive-luahbtex (package (name "texlive-luahbtex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/luahbtex.1" - "doc/man/man1/luahbtex.man1.pdf") - (base32 - "1hfawh7vig7jsmd1y0qlbn80x6770q56sqd9rx638js4p5a4di3l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/luahbtex.1" + "doc/man/man1/luahbtex.man1.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hfawh7vig7jsmd1y0qlbn80x6770q56sqd9rx638js4p5a4di3l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -50477,12 +60459,17 @@ (define-public texlive-lua-uni-algos (package (name "texlive-lua-uni-algos") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/lua-uni-algos/" - "tex/luatex/lua-uni-algos/") - (base32 - "1dx70msqkj101mgj88b7fmb28bghlrrrcy5v66m74gqb5i41dnc2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/lua-uni-algos/" + "tex/luatex/lua-uni-algos/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dx70msqkj101mgj88b7fmb28bghlrrrcy5v66m74gqb5i41dnc2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) @@ -50508,18 +60495,23 @@ (define-public texlive-luaotfload (package (name "texlive-luaotfload") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/luaotfload/" - "doc/man/man1/luaotfload-tool.1" - "doc/man/man1/luaotfload-tool.man1.pdf" - "doc/man/man5/luaotfload.conf.5" - "doc/man/man5/luaotfload.conf.man5.pdf" - "scripts/luaotfload/" - "source/luatex/luaotfload/" - "tex/luatex/luaotfload/") - (base32 - "0x0vigy6g5sf9n5113p8w885qy9w72skay09p3x6p510lpzaafj5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/luaotfload/" + "doc/man/man1/luaotfload-tool.1" + "doc/man/man1/luaotfload-tool.man1.pdf" + "doc/man/man5/luaotfload.conf.5" + "doc/man/man5/luaotfload.conf.man5.pdf" + "scripts/luaotfload/" + "source/luatex/luaotfload/" + "tex/luatex/luaotfload/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0x0vigy6g5sf9n5113p8w885qy9w72skay09p3x6p510lpzaafj5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -50546,12 +60538,17 @@ (define-public texlive-amsmath (package (name "texlive-amsmath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/amsmath/" "source/latex/amsmath/" - "tex/latex/amsmath/") - (base32 - "1x97wjj664hvj73k2ffg7xmllaqm25ikjm8rcfjs2q920f5ixw2h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/amsmath/" "source/latex/amsmath/" + "tex/latex/amsmath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x97wjj664hvj73k2ffg7xmllaqm25ikjm8rcfjs2q920f5ixw2h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/amsmath") @@ -50575,11 +60572,16 @@ (define-public texlive-amsmath-it (package (name "texlive-amsmath-it") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/amsmath-it/") - (base32 - "0xcwsk8q9q3nsz8wbklgpbw0vzjw7iw0chffzcbp2zsk6rypqf7w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/amsmath-it/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xcwsk8q9q3nsz8wbklgpbw0vzjw7iw0chffzcbp2zsk6rypqf7w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/amsmath-it") @@ -50594,12 +60596,17 @@ (define-public texlive-manfnt (package (name "texlive-manfnt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/manfnt/" "source/latex/manfnt/" - "tex/latex/manfnt/") - (base32 - "0iwka406hkxb85yqg4kwr81483s3h250way1pmbfb67vl3x4p60x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/manfnt/" "source/latex/manfnt/" + "tex/latex/manfnt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0iwka406hkxb85yqg4kwr81483s3h250way1pmbfb67vl3x4p60x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/manfnt") @@ -50613,13 +60620,18 @@ (define-public texlive-manfnt-font (package (name "texlive-manfnt-font") (version "2023.0") - (source (texlive-origin - name version - (list "fonts/afm/hoekwater/manfnt-font/" - "fonts/map/dvips/manfnt-font/" - "fonts/type1/hoekwater/manfnt-font/") - (base32 - "1cdd2a3xj00bwsby9z5iz5f2iy2iwsjl35gcack9q83hacbf3ssb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "fonts/afm/hoekwater/manfnt-font/" + "fonts/map/dvips/manfnt-font/" + "fonts/type1/hoekwater/manfnt-font/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cdd2a3xj00bwsby9z5iz5f2iy2iwsjl35gcack9q83hacbf3ssb")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/manual") (synopsis "Knuth's manual fonts") @@ -50633,13 +60645,18 @@ (define-public texlive-mathdots (package (name "texlive-mathdots") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/mathdots/" - "source/generic/mathdots/" - "tex/generic/mathdots/") - (base32 - "1jaffj343p1chdxs2g7s6lpckvihk0jfw22nw0vmijyjxfiy9yg0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/mathdots/" + "source/generic/mathdots/" + "tex/generic/mathdots/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jaffj343p1chdxs2g7s6lpckvihk0jfw22nw0vmijyjxfiy9yg0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mathdots") @@ -50656,12 +60673,17 @@ (define-public texlive-amscls (package (name "texlive-amscls") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/amscls/" "doc/latex/amscls/" - "source/latex/amscls/" "tex/latex/amscls/") - (base32 - "1chy1rqwici66p9brphb3gsprmcyhia9cvm5fn9wb5a9cchxqa08"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/amscls/" "doc/latex/amscls/" + "source/latex/amscls/" "tex/latex/amscls/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1chy1rqwici66p9brphb3gsprmcyhia9cvm5fn9wb5a9cchxqa08")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/amscls") @@ -50679,14 +60701,19 @@ (define-public texlive-babel (package (name "texlive-babel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/babel/" - "makeindex/babel/" - "source/latex/babel/" - "tex/generic/babel/") - (base32 - "18q99xgga4448vk7wf5r5ry79sx5ymqx0zd7v7l1c4wyyiv4riw9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/babel/" + "makeindex/babel/" + "source/latex/babel/" + "tex/generic/babel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18q99xgga4448vk7wf5r5ry79sx5ymqx0zd7v7l1c4wyyiv4riw9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -50725,12 +60752,17 @@ (define-public texlive-babelbib (package (name "texlive-babelbib") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/babelbib/" - "doc/bibtex/babelbib/" "tex/latex/babelbib/") - (base32 - "0q65qy0jmy98zfaha26b09hzr7v02jn8i6942y51hfaphbgh8kpx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/babelbib/" + "doc/bibtex/babelbib/" "tex/latex/babelbib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q65qy0jmy98zfaha26b09hzr7v02jn8i6942y51hfaphbgh8kpx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babelbib") @@ -50747,15 +60779,20 @@ (define-public texlive-barcodes (package (name "texlive-barcodes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/barcodes/" - "fonts/source/public/barcodes/" - "fonts/tfm/public/barcodes/" - "source/latex/barcodes/" - "tex/latex/barcodes/") - (base32 - "1bxvmmmb4x0zpdkqa399rwdhz6yamfzx2kn2i7a8vz172q0b2msc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/barcodes/" + "fonts/source/public/barcodes/" + "fonts/tfm/public/barcodes/" + "source/latex/barcodes/" + "tex/latex/barcodes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bxvmmmb4x0zpdkqa399rwdhz6yamfzx2kn2i7a8vz172q0b2msc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -50771,11 +60808,16 @@ (define-public texlive-bbcard (package (name "texlive-bbcard") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/bbcard/" "metapost/bbcard/") - (base32 - "1f1d3l85d0308izqpydmqmb4vpw47lqx1pwjiq14npjs8zfzkp18"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/bbcard/" "metapost/bbcard/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1f1d3l85d0308izqpydmqmb4vpw47lqx1pwjiq14npjs8zfzkp18")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bbcard") @@ -50789,12 +60831,17 @@ (define-public texlive-bbm (package (name "texlive-bbm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/bbm/" "fonts/source/public/bbm/" - "fonts/tfm/public/bbm/") - (base32 - "0fyzr8zfcv3i1ymzvpifbkmfxqvrva029vh4v0siia63sl36lvq3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/bbm/" "fonts/source/public/bbm/" + "fonts/tfm/public/bbm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fyzr8zfcv3i1ymzvpifbkmfxqvrva029vh4v0siia63sl36lvq3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -50819,13 +60866,18 @@ (define-public texlive-bbm-macros (package (name "texlive-bbm-macros") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bbm-macros/" - "source/latex/bbm-macros/" - "tex/latex/bbm-macros/") - (base32 - "11klh7hwi06yr2wx5bpk230hn7rpfspk6sd55j6rmw8kz2wa3lr7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bbm-macros/" + "source/latex/bbm-macros/" + "tex/latex/bbm-macros/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11klh7hwi06yr2wx5bpk230hn7rpfspk6sd55j6rmw8kz2wa3lr7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bbm-macros") @@ -50841,14 +60893,19 @@ (define-public texlive-bbold (package (name "texlive-bbold") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bbold/" - "fonts/source/public/bbold/" - "fonts/tfm/public/bbold/" - "source/latex/bbold/" "tex/latex/bbold/") - (base32 - "0x3fhz582xcv33s9yiwka82j8bz3nxribgmni3j8j03r6dih8d8r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bbold/" + "fonts/source/public/bbold/" + "fonts/tfm/public/bbold/" + "source/latex/bbold/" "tex/latex/bbold/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0x3fhz582xcv33s9yiwka82j8bz3nxribgmni3j8j03r6dih8d8r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -50869,12 +60926,17 @@ (define-public texlive-blockdraw-mp (package (name "texlive-blockdraw-mp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/blockdraw_mp/" - "metapost/blockdraw_mp/") - (base32 - "1z0cgjslx4kx8fspf3i5h4idxlzhgpm14i16vq88c96z8cdjb2xy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/blockdraw_mp/" + "metapost/blockdraw_mp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z0cgjslx4kx8fspf3i5h4idxlzhgpm14i16vq88c96z8cdjb2xy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/blockdraw_mp") @@ -50889,12 +60951,17 @@ (define-public texlive-blopentype (package (name "texlive-blopentype") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/blopentype/" - "tex/luatex/blopentype/") - (base32 - "1zz19a0glxad0bq8kpa2qlrmgysdlda1hpxacf3m42m9n3byrb75"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/blopentype/" + "tex/luatex/blopentype/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zz19a0glxad0bq8kpa2qlrmgysdlda1hpxacf3m42m9n3byrb75")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-gates texlive-texapi texlive-yax)) @@ -50909,13 +60976,18 @@ (define-public texlive-bookcover (package (name "texlive-bookcover") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bookcover/" - "source/latex/bookcover/" - "tex/latex/bookcover/") - (base32 - "0m5km26diwv7xij4r64c3gk2hl8xc22lrbcccqlrk1fhdlz3i8zb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bookcover/" + "source/latex/bookcover/" + "tex/latex/bookcover/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m5km26diwv7xij4r64c3gk2hl8xc22lrbcccqlrk1fhdlz3i8zb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bookcover") @@ -50927,12 +60999,17 @@ (define-public texlive-bpolynomial (package (name "texlive-bpolynomial") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/bpolynomial/" - "metapost/bpolynomial/") - (base32 - "1p4c3xc55zij85yy1jhmj7jrkxss935qx5zdxbm79mjlxx1aq1q0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/bpolynomial/" + "metapost/bpolynomial/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p4c3xc55zij85yy1jhmj7jrkxss935qx5zdxbm79mjlxx1aq1q0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bpolynomial") @@ -50949,12 +61026,17 @@ (define-public texlive-businesscard-qrcode (package (name "texlive-businesscard-qrcode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/businesscard-qrcode/" - "tex/xelatex/businesscard-qrcode/") - (base32 - "0r942lv7mymi9wmmshjgf3vnz2n38m91dzqzrg0dg6bckb09dhmf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/businesscard-qrcode/" + "tex/xelatex/businesscard-qrcode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r942lv7mymi9wmmshjgf3vnz2n38m91dzqzrg0dg6bckb09dhmf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/businesscard-qrcode") @@ -50970,12 +61052,17 @@ (define-public texlive-cmarrows (package (name "texlive-cmarrows") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/cmarrows/" - "metapost/cmarrows/") - (base32 - "1awyf474n4f6fivb7ih9mpmz6641f815in8qrg2biagys3czsq96"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/cmarrows/" + "metapost/cmarrows/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1awyf474n4f6fivb7ih9mpmz6641f815in8qrg2biagys3czsq96")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cmarrows") @@ -50989,13 +61076,18 @@ (define-public texlive-cmexb (package (name "texlive-cmexb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cmexb/" "fonts/map/dvips/cmexb/" - "fonts/tfm/public/cmexb/" - "fonts/type1/public/cmexb/") - (base32 - "1fwnxzlkcf58n1f91vz8xbcp8nmhqmhjqhswgkzvyrd6lnp5gzdk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cmexb/" "fonts/map/dvips/cmexb/" + "fonts/tfm/public/cmexb/" + "fonts/type1/public/cmexb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fwnxzlkcf58n1f91vz8xbcp8nmhqmhjqhswgkzvyrd6lnp5gzdk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cmexb") @@ -51009,12 +61101,17 @@ (define-public texlive-cqubeamer (package (name "texlive-cqubeamer") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/cqubeamer/" - "tex/xelatex/cqubeamer/") - (base32 - "13ma7i3z64w59m2hkrh68j3vqa2k93hhb2lmarqb4pkhr72vk4s7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/cqubeamer/" + "tex/xelatex/cqubeamer/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13ma7i3z64w59m2hkrh68j3vqa2k93hhb2lmarqb4pkhr72vk4s7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cqubeamer") @@ -51030,19 +61127,24 @@ (define-public texlive-cs (package (name "texlive-cs") (version "2023.0") - (source (texlive-origin - name version - (list "fonts/enc/dvips/cs/" - "fonts/map/dvips/cs/" - "fonts/source/public/cs/" - "fonts/tfm/cs/cs-a35/" - "fonts/tfm/cs/cs-charter/" - "fonts/tfm/public/cs/" - "fonts/type1/public/cs/" - "fonts/vf/cs/cs-a35/" - "fonts/vf/cs/cs-charter/") - (base32 - "0nzzcg1yvbslhqm5lsfcpqh6sbzkmnmmgyakg9l8855qpa8g9bf3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "fonts/enc/dvips/cs/" + "fonts/map/dvips/cs/" + "fonts/source/public/cs/" + "fonts/tfm/cs/cs-a35/" + "fonts/tfm/cs/cs-charter/" + "fonts/tfm/public/cs/" + "fonts/type1/public/cs/" + "fonts/vf/cs/cs-a35/" + "fonts/vf/cs/cs-charter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nzzcg1yvbslhqm5lsfcpqh6sbzkmnmmgyakg9l8855qpa8g9bf3")))) (build-system texlive-build-system) (native-inputs (list texlive-metafont texlive-sauter)) (propagated-inputs (list texlive-cmexb)) @@ -51059,13 +61161,18 @@ (define-public texlive-csplain (package (name "texlive-csplain") (version "2023.0") - (source (texlive-origin - name version - (list "tex/csplain/base/" - "tex/csplain/fonts/" - "tex/csplain/opmac/") - (base32 - "14z479gkiwgw17pdghrxh5q0rlxnij7ccj49kgf3macwgmh5lm0r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/csplain/base/" + "tex/csplain/fonts/" + "tex/csplain/opmac/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14z479gkiwgw17pdghrxh5q0rlxnij7ccj49kgf3macwgmh5lm0r")))) (arguments (list #:create-formats #~(list "csplain" "luacsplain" "pdfcsplain"))) (build-system texlive-build-system) @@ -51103,12 +61210,17 @@ (define-public texlive-ctable (package (name "texlive-ctable") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ctable/" "source/latex/ctable/" - "tex/latex/ctable/") - (base32 - "1x624vz1gv8bsdafwhx89zaic7f2mz9vlvwjpv8fwzjhjwx4lxmv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ctable/" "source/latex/ctable/" + "tex/latex/ctable/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x624vz1gv8bsdafwhx89zaic7f2mz9vlvwjpv8fwzjhjwx4lxmv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ctable") @@ -51122,13 +61234,18 @@ (define-public texlive-babel-albanian (package (name "texlive-babel-albanian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-albanian/" - "source/generic/babel-albanian/" - "tex/generic/babel-albanian/") - (base32 - "1sgyxj2f2w5fb22ys0idcfy10m1wbz3mk3rkpvv7cwa0v3a0arhl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-albanian/" + "source/generic/babel-albanian/" + "tex/generic/babel-albanian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sgyxj2f2w5fb22ys0idcfy10m1wbz3mk3rkpvv7cwa0v3a0arhl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-albanian") @@ -51142,13 +61259,18 @@ (define-public texlive-babel-azerbaijani (package (name "texlive-babel-azerbaijani") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-azerbaijani/" - "source/generic/babel-azerbaijani/" - "tex/generic/babel-azerbaijani/") - (base32 - "0vpgx76316gfhxp9maiqnd3z1hjavzlnjibxi4yhalbby0dnswi1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-azerbaijani/" + "source/generic/babel-azerbaijani/" + "tex/generic/babel-azerbaijani/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vpgx76316gfhxp9maiqnd3z1hjavzlnjibxi4yhalbby0dnswi1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-azerbaijani") @@ -51165,13 +61287,18 @@ (define-public texlive-babel-basque (package (name "texlive-babel-basque") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-basque/" - "source/generic/babel-basque/" - "tex/generic/babel-basque/") - (base32 - "16bcy5wlkwh8cwvcff1sc3m4rq4a7fzzawpl158kscp7fmw7i7k4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-basque/" + "source/generic/babel-basque/" + "tex/generic/babel-basque/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16bcy5wlkwh8cwvcff1sc3m4rq4a7fzzawpl158kscp7fmw7i7k4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-basque") @@ -51183,13 +61310,18 @@ (define-public texlive-babel-belarusian (package (name "texlive-babel-belarusian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-belarusian/" - "source/generic/babel-belarusian/" - "tex/generic/babel-belarusian/") - (base32 - "1055gyy9hab9whnr5c2p4i4yczkn5pwm0n54ylnnsl8wg8q58w1z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-belarusian/" + "source/generic/babel-belarusian/" + "tex/generic/babel-belarusian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1055gyy9hab9whnr5c2p4i4yczkn5pwm0n54ylnnsl8wg8q58w1z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-belarusian") @@ -51203,13 +61335,18 @@ (define-public texlive-babel-bosnian (package (name "texlive-babel-bosnian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-bosnian/" - "source/generic/babel-bosnian/" - "tex/generic/babel-bosnian/") - (base32 - "097j3cwq29x17hc6wbdj2m4h7m2yv47i1m2irqxkrjvywq0b5bqd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-bosnian/" + "source/generic/babel-bosnian/" + "tex/generic/babel-bosnian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "097j3cwq29x17hc6wbdj2m4h7m2yv47i1m2irqxkrjvywq0b5bqd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-bosnian") @@ -51223,13 +61360,18 @@ (define-public texlive-babel-breton (package (name "texlive-babel-breton") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-breton/" - "source/generic/babel-breton/" - "tex/generic/babel-breton/") - (base32 - "0hvb2qjin8jx4lmw3w2y04jnnnc6w0033kjhgflfyp309dmvhzhl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-breton/" + "source/generic/babel-breton/" + "tex/generic/babel-breton/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hvb2qjin8jx4lmw3w2y04jnnnc6w0033kjhgflfyp309dmvhzhl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-breton") @@ -51244,13 +61386,18 @@ (define-public texlive-babel-bulgarian (package (name "texlive-babel-bulgarian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-bulgarian/" - "source/generic/babel-bulgarian/" - "tex/generic/babel-bulgarian/") - (base32 - "065j31rl7r4x8krkwxhq0lwdkmbq90jr8666if4br36kw0g3kzv3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-bulgarian/" + "source/generic/babel-bulgarian/" + "tex/generic/babel-bulgarian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "065j31rl7r4x8krkwxhq0lwdkmbq90jr8666if4br36kw0g3kzv3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-bulgarian") @@ -51264,13 +61411,18 @@ (define-public texlive-babel-catalan (package (name "texlive-babel-catalan") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-catalan/" - "source/generic/babel-catalan/" - "tex/generic/babel-catalan/") - (base32 - "162ih5948z2kbxqxf7bp94ffg7f2b5l8ffa9w304868hj9ik6jfk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-catalan/" + "source/generic/babel-catalan/" + "tex/generic/babel-catalan/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "162ih5948z2kbxqxf7bp94ffg7f2b5l8ffa9w304868hj9ik6jfk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-catalan") @@ -51284,13 +61436,18 @@ (define-public texlive-babel-croatian (package (name "texlive-babel-croatian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-croatian/" - "source/generic/babel-croatian/" - "tex/generic/babel-croatian/") - (base32 - "1r3cccrc2i57sza8qc24hxm2p6igvhbkr8a6lnsrcrhbji2smi07"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-croatian/" + "source/generic/babel-croatian/" + "tex/generic/babel-croatian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r3cccrc2i57sza8qc24hxm2p6igvhbkr8a6lnsrcrhbji2smi07")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-croatian") @@ -51304,13 +61461,18 @@ (define-public texlive-babel-english (package (name "texlive-babel-english") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-english/" - "source/generic/babel-english/" - "tex/generic/babel-english/") - (base32 - "0fh8xxxh79za80yvgypf8clzj0lk237lfyqfkl233id9rlias08d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-english/" + "source/generic/babel-english/" + "tex/generic/babel-english/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fh8xxxh79za80yvgypf8clzj0lk237lfyqfkl233id9rlias08d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-english") @@ -51328,13 +61490,18 @@ (define-public texlive-babel-esperanto (package (name "texlive-babel-esperanto") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-esperanto/" - "source/generic/babel-esperanto/" - "tex/generic/babel-esperanto/") - (base32 - "1av9x9d5rff6hsssssbn1jnyrqnj1c2n5fa4kgxlla95xn7zs65m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-esperanto/" + "source/generic/babel-esperanto/" + "tex/generic/babel-esperanto/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1av9x9d5rff6hsssssbn1jnyrqnj1c2n5fa4kgxlla95xn7zs65m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-esperanto") @@ -51349,13 +61516,18 @@ (define-public texlive-babel-estonian (package (name "texlive-babel-estonian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-estonian/" - "source/generic/babel-estonian/" - "tex/generic/babel-estonian/") - (base32 - "0pi4rmbwjg8mrxi9y6jhczfv6nbrb25n025sx56yn36f579rwwiy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-estonian/" + "source/generic/babel-estonian/" + "tex/generic/babel-estonian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pi4rmbwjg8mrxi9y6jhczfv6nbrb25n025sx56yn36f579rwwiy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-estonian") @@ -51370,13 +61542,18 @@ (define-public texlive-babel-french (package (name "texlive-babel-french") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-french/" - "source/generic/babel-french/" - "tex/generic/babel-french/") - (base32 - "1p0gprdfvfincbkvqbc4bpyx6jf483k798hz5psg04rhmx5hi4wl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-french/" + "source/generic/babel-french/" + "tex/generic/babel-french/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p0gprdfvfincbkvqbc4bpyx6jf483k798hz5psg04rhmx5hi4wl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-french") @@ -51392,13 +61569,18 @@ (define-public texlive-babel-friulan (package (name "texlive-babel-friulan") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-friulan/" - "source/generic/babel-friulan/" - "tex/generic/babel-friulan/") - (base32 - "082xhr083hcbp0lqvkfj48hnqj4fa7x30vn6sk6v2f1g57zq9v69"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-friulan/" + "source/generic/babel-friulan/" + "tex/generic/babel-friulan/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "082xhr083hcbp0lqvkfj48hnqj4fa7x30vn6sk6v2f1g57zq9v69")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-friulan") @@ -51412,13 +61594,18 @@ (define-public texlive-babel-galician (package (name "texlive-babel-galician") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-galician/" - "source/generic/babel-galician/" - "tex/generic/babel-galician/") - (base32 - "13giby8mzyxjccyvhb9dsnyqc2h17k70fch84z5mi8si3jnm9sq4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-galician/" + "source/generic/babel-galician/" + "tex/generic/babel-galician/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13giby8mzyxjccyvhb9dsnyqc2h17k70fch84z5mi8si3jnm9sq4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-galician") @@ -51432,12 +61619,17 @@ (define-public texlive-babel-georgian (package (name "texlive-babel-georgian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-georgian/" - "tex/generic/babel-georgian/") - (base32 - "1qjpaxzgm0qh88j6x1zvnjb1n994prxqnzchrp05pgsbyjcf410p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-georgian/" + "tex/generic/babel-georgian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qjpaxzgm0qh88j6x1zvnjb1n994prxqnzchrp05pgsbyjcf410p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-georgian") @@ -51452,13 +61644,18 @@ (define-public texlive-babel-german (package (name "texlive-babel-german") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-german/" - "source/generic/babel-german/" - "tex/generic/babel-german/") - (base32 - "0iwnn35xnpczi2gxrzrgyilh30qbnj6w05p3q0gvcmnisawfva9q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-german/" + "source/generic/babel-german/" + "tex/generic/babel-german/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0iwnn35xnpczi2gxrzrgyilh30qbnj6w05p3q0gvcmnisawfva9q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-german") @@ -51477,13 +61674,18 @@ (define-public texlive-babel-greek (package (name "texlive-babel-greek") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-greek/" - "source/generic/babel-greek/" - "tex/generic/babel-greek/") - (base32 - "116nifgjwx588f63fwkyny36i8p7i9prsz785m81hwnhylii2fhj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-greek/" + "source/generic/babel-greek/" + "tex/generic/babel-greek/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "116nifgjwx588f63fwkyny36i8p7i9prsz785m81hwnhylii2fhj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-greek") @@ -51498,13 +61700,18 @@ (define-public texlive-babel-hebrew (package (name "texlive-babel-hebrew") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-hebrew/" - "source/generic/babel-hebrew/" - "tex/generic/babel-hebrew/") - (base32 - "1h4ksd9nvicdgi88fxv8jfh9r5gabg0w75jpqgnngszfnfw486k2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-hebrew/" + "source/generic/babel-hebrew/" + "tex/generic/babel-hebrew/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1h4ksd9nvicdgi88fxv8jfh9r5gabg0w75jpqgnngszfnfw486k2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-hebrew") @@ -51520,12 +61727,17 @@ (define-public texlive-babel-hungarian (package (name "texlive-babel-hungarian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-hungarian/" - "tex/generic/babel-hungarian/") - (base32 - "1x54clczgvkq9slq5331hvp1rzlv4jm4g9gnpflz8y72jbqmcm24"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-hungarian/" + "tex/generic/babel-hungarian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x54clczgvkq9slq5331hvp1rzlv4jm4g9gnpflz8y72jbqmcm24")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-hungarian") @@ -51539,13 +61751,18 @@ (define-public texlive-babel-icelandic (package (name "texlive-babel-icelandic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-icelandic/" - "source/generic/babel-icelandic/" - "tex/generic/babel-icelandic/") - (base32 - "1cz6q6mn34h19k1rd2c5pfw3s6allqcbsvm0pyriinnylpx9i44d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-icelandic/" + "source/generic/babel-icelandic/" + "tex/generic/babel-icelandic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cz6q6mn34h19k1rd2c5pfw3s6allqcbsvm0pyriinnylpx9i44d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-icelandic") @@ -51560,13 +61777,18 @@ (define-public texlive-babel-indonesian (package (name "texlive-babel-indonesian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-indonesian/" - "source/generic/babel-indonesian/" - "tex/generic/babel-indonesian/") - (base32 - "1ilkl7s5dh8cs6z211p4imyzg3d2axfa5vkmrxn4d3lbx1g3chs1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-indonesian/" + "source/generic/babel-indonesian/" + "tex/generic/babel-indonesian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ilkl7s5dh8cs6z211p4imyzg3d2axfa5vkmrxn4d3lbx1g3chs1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-indonesian") @@ -51578,13 +61800,18 @@ (define-public texlive-babel-interlingua (package (name "texlive-babel-interlingua") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-interlingua/" - "source/generic/babel-interlingua/" - "tex/generic/babel-interlingua/") - (base32 - "0mxyfa6rsaxwazliblg9p4cbr0vip12c00mkvnz4dak2adnhzvbg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-interlingua/" + "source/generic/babel-interlingua/" + "tex/generic/babel-interlingua/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mxyfa6rsaxwazliblg9p4cbr0vip12c00mkvnz4dak2adnhzvbg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-interlingua") @@ -51601,13 +61828,18 @@ (define-public texlive-babel-irish (package (name "texlive-babel-irish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-irish/" - "source/generic/babel-irish/" - "tex/generic/babel-irish/") - (base32 - "0j78inzjbv653gla11g3rzmn0b5fvzbkmppmhbgq9qi8102p7k55"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-irish/" + "source/generic/babel-irish/" + "tex/generic/babel-irish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0j78inzjbv653gla11g3rzmn0b5fvzbkmppmhbgq9qi8102p7k55")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-irish") @@ -51622,13 +61854,18 @@ (define-public texlive-babel-italian (package (name "texlive-babel-italian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-italian/" - "source/generic/babel-italian/" - "tex/generic/babel-italian/") - (base32 - "04bj2igc4m59nsax2563dzkzk3f4rvfc8aph35x663a8rf70bvjy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-italian/" + "source/generic/babel-italian/" + "tex/generic/babel-italian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04bj2igc4m59nsax2563dzkzk3f4rvfc8aph35x663a8rf70bvjy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-italian") @@ -51641,13 +61878,18 @@ (define-public texlive-babel-japanese (package (name "texlive-babel-japanese") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-japanese/" - "source/generic/babel-japanese/" - "tex/generic/babel-japanese/") - (base32 - "0jn2pl080c0dd6ryj6y5b87h6ijg3lcd2hw7g5kyw7p9r7a6b8i0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-japanese/" + "source/generic/babel-japanese/" + "tex/generic/babel-japanese/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jn2pl080c0dd6ryj6y5b87h6ijg3lcd2hw7g5kyw7p9r7a6b8i0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-japanese") @@ -51662,13 +61904,18 @@ (define-public texlive-babel-kurmanji (package (name "texlive-babel-kurmanji") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-kurmanji/" - "source/generic/babel-kurmanji/" - "tex/generic/babel-kurmanji/") - (base32 - "021dzdjhiymsvqxc1cq409vkm7390lrr691snydr9xr35x0k3wr1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-kurmanji/" + "source/generic/babel-kurmanji/" + "tex/generic/babel-kurmanji/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "021dzdjhiymsvqxc1cq409vkm7390lrr691snydr9xr35x0k3wr1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-kurmanji") @@ -51686,13 +61933,18 @@ (define-public texlive-babel-latin (package (name "texlive-babel-latin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-latin/" - "source/generic/babel-latin/" - "tex/generic/babel-latin/") - (base32 - "1ykiny7rcz5czsadxfxl53403ixkyxi67dqlphqaxkvvm2k61kpb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-latin/" + "source/generic/babel-latin/" + "tex/generic/babel-latin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ykiny7rcz5czsadxfxl53403ixkyxi67dqlphqaxkvvm2k61kpb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-latin") @@ -51708,13 +61960,18 @@ (define-public texlive-babel-latvian (package (name "texlive-babel-latvian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-latvian/" - "source/generic/babel-latvian/" - "tex/generic/babel-latvian/") - (base32 - "1a605a9ksibxf8kbrqa2bmk24j9wmgzpz5f12jwcym02jm66sw82"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-latvian/" + "source/generic/babel-latvian/" + "tex/generic/babel-latvian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a605a9ksibxf8kbrqa2bmk24j9wmgzpz5f12jwcym02jm66sw82")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-latvian") @@ -51728,13 +61985,18 @@ (define-public texlive-babel-lithuanian (package (name "texlive-babel-lithuanian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-lithuanian/" - "source/generic/babel-lithuanian/" - "tex/generic/babel-lithuanian/") - (base32 - "08ifkjb61m9nx3wn8hvca9vfrzlmxpwvrh21hq1rh6dwmqli11j6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-lithuanian/" + "source/generic/babel-lithuanian/" + "tex/generic/babel-lithuanian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08ifkjb61m9nx3wn8hvca9vfrzlmxpwvrh21hq1rh6dwmqli11j6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-lithuanian") @@ -51749,13 +62011,18 @@ (define-public texlive-babel-macedonian (package (name "texlive-babel-macedonian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-macedonian/" - "source/generic/babel-macedonian/" - "tex/generic/babel-macedonian/") - (base32 - "0fps3nlbr4j2vy8pww4xkp2xsxiclzal4ifcpc1a0dsc4blll5nr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-macedonian/" + "source/generic/babel-macedonian/" + "tex/generic/babel-macedonian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fps3nlbr4j2vy8pww4xkp2xsxiclzal4ifcpc1a0dsc4blll5nr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-macedonian") @@ -51769,13 +62036,18 @@ (define-public texlive-babel-malay (package (name "texlive-babel-malay") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-malay/" - "source/generic/babel-malay/" - "tex/generic/babel-malay/") - (base32 - "1gbjrsf4drmrplhwl0avpzv5yfyb30znhza4pxk704i1khabnwzk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-malay/" + "source/generic/babel-malay/" + "tex/generic/babel-malay/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gbjrsf4drmrplhwl0avpzv5yfyb30znhza4pxk704i1khabnwzk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-malay") @@ -51787,13 +62059,18 @@ (define-public texlive-babel-occitan (package (name "texlive-babel-occitan") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-occitan/" - "source/generic/babel-occitan/" - "tex/generic/babel-occitan/") - (base32 - "0apg6i95lhhlwwci3mm8gqrs5x5qchxkc9w615cj083bvsri8vnk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-occitan/" + "source/generic/babel-occitan/" + "tex/generic/babel-occitan/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0apg6i95lhhlwwci3mm8gqrs5x5qchxkc9w615cj083bvsri8vnk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-occitan") @@ -51806,13 +62083,18 @@ (define-public texlive-babel-piedmontese (package (name "texlive-babel-piedmontese") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-piedmontese/" - "source/generic/babel-piedmontese/" - "tex/generic/babel-piedmontese/") - (base32 - "04hig8rd6nxwwz1zjskpmap00gixmb63qh08p5fxqc6mb4bdh78b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-piedmontese/" + "source/generic/babel-piedmontese/" + "tex/generic/babel-piedmontese/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04hig8rd6nxwwz1zjskpmap00gixmb63qh08p5fxqc6mb4bdh78b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-piedmontese") @@ -51827,13 +62109,18 @@ (define-public texlive-babel-portuges (package (name "texlive-babel-portuges") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-portuges/" - "source/generic/babel-portuges/" - "tex/generic/babel-portuges/") - (base32 - "0619ygyjz5vz3a6khx7yvsa059x59r54fgyxb0p8k196lss07lq2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-portuges/" + "source/generic/babel-portuges/" + "tex/generic/babel-portuges/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0619ygyjz5vz3a6khx7yvsa059x59r54fgyxb0p8k196lss07lq2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-portuges") @@ -51848,13 +62135,18 @@ (define-public texlive-babel-romanian (package (name "texlive-babel-romanian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-romanian/" - "source/generic/babel-romanian/" - "tex/generic/babel-romanian/") - (base32 - "0yyzcw7pm0b7fmxwn3j677g066dlmkmpa1flrivkqzbcn4mykwir"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-romanian/" + "source/generic/babel-romanian/" + "tex/generic/babel-romanian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yyzcw7pm0b7fmxwn3j677g066dlmkmpa1flrivkqzbcn4mykwir")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-romanian") @@ -51869,13 +62161,18 @@ (define-public texlive-babel-romansh (package (name "texlive-babel-romansh") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-romansh/" - "source/generic/babel-romansh/" - "tex/generic/babel-romansh/") - (base32 - "08lc76yglblidg24s5ap9j0xmzbxgsfwcf9f6g1m4bwbqwkh089x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-romansh/" + "source/generic/babel-romansh/" + "tex/generic/babel-romansh/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08lc76yglblidg24s5ap9j0xmzbxgsfwcf9f6g1m4bwbqwkh089x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -51891,13 +62188,18 @@ (define-public texlive-babel-russian (package (name "texlive-babel-russian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-russian/" - "source/generic/babel-russian/" - "tex/generic/babel-russian/") - (base32 - "0sy3b7qx5l6smpixa9896zqqrh6ymrz31pd4026f815jy78k3cfb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-russian/" + "source/generic/babel-russian/" + "tex/generic/babel-russian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sy3b7qx5l6smpixa9896zqqrh6ymrz31pd4026f815jy78k3cfb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-russian") @@ -51912,13 +62214,18 @@ (define-public texlive-babel-samin (package (name "texlive-babel-samin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-samin/" - "source/generic/babel-samin/" - "tex/generic/babel-samin/") - (base32 - "17ackyknv665jzcd9ywf54lnmdnl1qgnhdlwybwsjj6m86y71mjl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-samin/" + "source/generic/babel-samin/" + "tex/generic/babel-samin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17ackyknv665jzcd9ywf54lnmdnl1qgnhdlwybwsjj6m86y71mjl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-samin") @@ -51936,13 +62243,18 @@ (define-public texlive-babel-scottish (package (name "texlive-babel-scottish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-scottish/" - "source/generic/babel-scottish/" - "tex/generic/babel-scottish/") - (base32 - "0wnrahbjkqrgxr4ra2lpnj5yiygbd8pyivcndzax1r7x2ci0f805"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-scottish/" + "source/generic/babel-scottish/" + "tex/generic/babel-scottish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wnrahbjkqrgxr4ra2lpnj5yiygbd8pyivcndzax1r7x2ci0f805")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-scottish") @@ -51957,13 +62269,18 @@ (define-public texlive-babel-serbian (package (name "texlive-babel-serbian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-serbian/" - "source/generic/babel-serbian/" - "tex/generic/babel-serbian/") - (base32 - "089w8phd1pyzh8dmn4v2bspnmx4hqi63mby1yn7xk596qxi3nqrz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-serbian/" + "source/generic/babel-serbian/" + "tex/generic/babel-serbian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "089w8phd1pyzh8dmn4v2bspnmx4hqi63mby1yn7xk596qxi3nqrz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-serbian") @@ -51977,13 +62294,18 @@ (define-public texlive-babel-serbianc (package (name "texlive-babel-serbianc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-serbianc/" - "source/generic/babel-serbianc/" - "tex/generic/babel-serbianc/") - (base32 - "1ji77vlb10vxdka5bsnqkrlf34c4qhpl162xizrzxf11z6099wng"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-serbianc/" + "source/generic/babel-serbianc/" + "tex/generic/babel-serbianc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ji77vlb10vxdka5bsnqkrlf34c4qhpl162xizrzxf11z6099wng")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-serbianc") @@ -51997,13 +62319,18 @@ (define-public texlive-babel-slovak (package (name "texlive-babel-slovak") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-slovak/" - "source/generic/babel-slovak/" - "tex/generic/babel-slovak/") - (base32 - "16w95j3ckvjvmwccx2qvf7lq3b3zvnlf7ygm35i8xq22f3lm2a9k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-slovak/" + "source/generic/babel-slovak/" + "tex/generic/babel-slovak/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16w95j3ckvjvmwccx2qvf7lq3b3zvnlf7ygm35i8xq22f3lm2a9k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-slovak") @@ -52018,13 +62345,18 @@ (define-public texlive-babel-slovenian (package (name "texlive-babel-slovenian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-slovenian/" - "source/generic/babel-slovenian/" - "tex/generic/babel-slovenian/") - (base32 - "08bf1732vsa148km0vkfj6k1cg3j3yrhkzsvnhv283bbr1wqprz6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-slovenian/" + "source/generic/babel-slovenian/" + "tex/generic/babel-slovenian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08bf1732vsa148km0vkfj6k1cg3j3yrhkzsvnhv283bbr1wqprz6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-slovenian") @@ -52039,13 +62371,18 @@ (define-public texlive-babel-sorbian (package (name "texlive-babel-sorbian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-sorbian/" - "source/generic/babel-sorbian/" - "tex/generic/babel-sorbian/") - (base32 - "1b6qqk0qik294z8sirvf58cf5v8mhsz4hj91gw7zg8b4j362lp8y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-sorbian/" + "source/generic/babel-sorbian/" + "tex/generic/babel-sorbian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b6qqk0qik294z8sirvf58cf5v8mhsz4hj91gw7zg8b4j362lp8y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-sorbian") @@ -52060,13 +62397,18 @@ (define-public texlive-babel-spanish (package (name "texlive-babel-spanish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-spanish/" - "source/generic/babel-spanish/" - "tex/generic/babel-spanish/") - (base32 - "0nzc4hs91a901cjy2vhpamdw3gyxp7k2lmag9ni8zmy180zncm5g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-spanish/" + "source/generic/babel-spanish/" + "tex/generic/babel-spanish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nzc4hs91a901cjy2vhpamdw3gyxp7k2lmag9ni8zmy180zncm5g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-spanish") @@ -52081,13 +62423,18 @@ (define-public texlive-babel-swedish (package (name "texlive-babel-swedish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-swedish/" - "source/generic/babel-swedish/" - "tex/generic/babel-swedish/") - (base32 - "0qi2rzhlxikabrk9n0096inbczgp5hwghvy5zn0mph8zmsxlfbdf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-swedish/" + "source/generic/babel-swedish/" + "tex/generic/babel-swedish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qi2rzhlxikabrk9n0096inbczgp5hwghvy5zn0mph8zmsxlfbdf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-swedish") @@ -52100,13 +62447,18 @@ (define-public texlive-babel-thai (package (name "texlive-babel-thai") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-thai/" - "source/generic/babel-thai/" - "tex/generic/babel-thai/") - (base32 - "1wgprys500a1fn56bnsmq8fhmb9y8cfwsqn5hginfb36d3gym4p6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-thai/" + "source/generic/babel-thai/" + "tex/generic/babel-thai/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wgprys500a1fn56bnsmq8fhmb9y8cfwsqn5hginfb36d3gym4p6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-thai") @@ -52120,13 +62472,18 @@ (define-public texlive-babel-turkish (package (name "texlive-babel-turkish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-turkish/" - "source/generic/babel-turkish/" - "tex/generic/babel-turkish/") - (base32 - "0q88q0kfa4jjd4m51mvj798scxr5c5l7bjp9sfv8s5pq3ym19bq0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-turkish/" + "source/generic/babel-turkish/" + "tex/generic/babel-turkish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q88q0kfa4jjd4m51mvj798scxr5c5l7bjp9sfv8s5pq3ym19bq0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-turkish") @@ -52139,13 +62496,18 @@ (define-public texlive-babel-ukrainian (package (name "texlive-babel-ukrainian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-ukrainian/" - "source/generic/babel-ukrainian/" - "tex/generic/babel-ukrainian/") - (base32 - "1nz8yzpc5khyv6wgm5ndwfdxx591wqlg311crzxk08ardg8zwvgs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-ukrainian/" + "source/generic/babel-ukrainian/" + "tex/generic/babel-ukrainian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nz8yzpc5khyv6wgm5ndwfdxx591wqlg311crzxk08ardg8zwvgs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-ukrainian") @@ -52160,13 +62522,18 @@ (define-public texlive-babel-vietnamese (package (name "texlive-babel-vietnamese") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-vietnamese/" - "source/generic/babel-vietnamese/" - "tex/generic/babel-vietnamese/") - (base32 - "12nnrdk0k2xfab33249s3gzs1815p7j197bv4zisndxvrmiv6hdf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-vietnamese/" + "source/generic/babel-vietnamese/" + "tex/generic/babel-vietnamese/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12nnrdk0k2xfab33249s3gzs1815p7j197bv4zisndxvrmiv6hdf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-vietnamese") @@ -52180,13 +62547,18 @@ (define-public texlive-babel-welsh (package (name "texlive-babel-welsh") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-welsh/" - "source/generic/babel-welsh/" - "tex/generic/babel-welsh/") - (base32 - "0qba526ralldh4y6w0pzdw2vb2ng31mw416qzn0zzjp8sppc3hyw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-welsh/" + "source/generic/babel-welsh/" + "tex/generic/babel-welsh/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qba526ralldh4y6w0pzdw2vb2ng31mw416qzn0zzjp8sppc3hyw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-welsh") @@ -52199,18 +62571,23 @@ (define-public texlive-cyklop (package (name "texlive-cyklop") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cyklop/" - "fonts/afm/public/cyklop/" - "fonts/enc/dvips/cyklop/" - "fonts/map/dvips/cyklop/" - "fonts/opentype/public/cyklop/" - "fonts/tfm/public/cyklop/" - "fonts/type1/public/cyklop/" - "tex/latex/cyklop/") - (base32 - "0jfri15l1jycqzjac8s5bz6izypdwfjagfz6jhw95ixj1s9brnpl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cyklop/" + "fonts/afm/public/cyklop/" + "fonts/enc/dvips/cyklop/" + "fonts/map/dvips/cyklop/" + "fonts/opentype/public/cyklop/" + "fonts/tfm/public/cyklop/" + "fonts/type1/public/cyklop/" + "tex/latex/cyklop/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jfri15l1jycqzjac8s5bz6izypdwfjagfz6jhw95ixj1s9brnpl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cyklop") @@ -52238,16 +62615,21 @@ (define-public texlive-cyrillic-bin (package (name "texlive-cyrillic-bin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/rubibtex.1" - "doc/man/man1/rubibtex.man1.pdf" - "doc/man/man1/rumakeindex.1" - "doc/man/man1/rumakeindex.man1.pdf" - "scripts/texlive-extra/rubibtex.sh" - "scripts/texlive-extra/rumakeindex.sh") - (base32 - "09l5f7l91ph6sqfp2ia3yn23pa3s4cyfgyn020ncqvapg00s0mmg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/rubibtex.1" + "doc/man/man1/rubibtex.man1.pdf" + "doc/man/man1/rumakeindex.1" + "doc/man/man1/rumakeindex.man1.pdf" + "scripts/texlive-extra/rubibtex.sh" + "scripts/texlive-extra/rumakeindex.sh")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09l5f7l91ph6sqfp2ia3yn23pa3s4cyfgyn020ncqvapg00s0mmg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -52273,13 +62655,18 @@ (define-public texlive-cyrillic (package (name "texlive-cyrillic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cyrillic/" - "source/latex/cyrillic/" - "tex/latex/cyrillic/") - (base32 - "08v670f7s74klnac7pzqsad9m4jsxfkckzkswxb94xxd61kanzdx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cyrillic/" + "source/latex/cyrillic/" + "tex/latex/cyrillic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08v670f7s74klnac7pzqsad9m4jsxfkckzkswxb94xxd61kanzdx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -52302,11 +62689,16 @@ (define-public texlive-passivetex (package (name "texlive-passivetex") (version "2023.0") - (source (texlive-origin - name version - (list "tex/xmltex/passivetex/") - (base32 - "1h49v6sqbm27isfwwcql9dzxn4vmcn2algkqh7f1pzj860xw3ygn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/xmltex/passivetex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1h49v6sqbm27isfwwcql9dzxn4vmcn2algkqh7f1pzj860xw3ygn")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/passivetex") (synopsis "Support package for XML/SGML typesetting") @@ -52320,13 +62712,18 @@ (define-public texlive-pict2e (package (name "texlive-pict2e") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pict2e/" - "source/latex/pict2e/" - "tex/latex/pict2e/") - (base32 - "0pazv1khsgjhxc673qrhjrbzlkgmcj53qccb9hw7ygdajxrjc2ba"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pict2e/" + "source/latex/pict2e/" + "tex/latex/pict2e/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pazv1khsgjhxc673qrhjrbzlkgmcj53qccb9hw7ygdajxrjc2ba")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pict2e") @@ -52344,14 +62741,19 @@ (define-public texlive-psnfss (package (name "texlive-psnfss") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/psnfss/" - "fonts/map/dvips/psnfss/" - "source/latex/psnfss/" - "tex/latex/psnfss/") - (base32 - "17zxqz32ky99z22yaqayg9ih8lyaswi97d34jykc0s12w4k4i97c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/psnfss/" + "fonts/map/dvips/psnfss/" + "source/latex/psnfss/" + "tex/latex/psnfss/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17zxqz32ky99z22yaqayg9ih8lyaswi97d34jykc0s12w4k4i97c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs @@ -52380,13 +62782,18 @@ (define-public texlive-ifplatform (package (name "texlive-ifplatform") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ifplatform/" - "source/latex/ifplatform/" - "tex/latex/ifplatform/") - (base32 - "1llas0xwq3y9nk7gblg40l99cgmkl9r7rbfazrhpnbaz5cshl8pl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ifplatform/" + "source/latex/ifplatform/" + "tex/latex/ifplatform/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1llas0xwq3y9nk7gblg40l99cgmkl9r7rbfazrhpnbaz5cshl8pl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ifplatform") @@ -52408,11 +62815,16 @@ (define-public texlive-ifptex (package (name "texlive-ifptex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/ifptex/" "tex/generic/ifptex/") - (base32 - "0l5mclz9cwj756ah0nqbiai0b5m9368dz4ykb0ih5irm6cmswdfm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/ifptex/" "tex/generic/ifptex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l5mclz9cwj756ah0nqbiai0b5m9368dz4ykb0ih5irm6cmswdfm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ifptex") @@ -52427,11 +62839,16 @@ (define-public texlive-iftex (package (name "texlive-iftex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/iftex/" "tex/generic/iftex/") - (base32 - "05p8iw8c8vjs59zb8pgilwpvlzrlb8zxyf34fhyr67y6bwm8phnf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/iftex/" "tex/generic/iftex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05p8iw8c8vjs59zb8pgilwpvlzrlb8zxyf34fhyr67y6bwm8phnf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "http://www.ctan.org/pkg/iftex") @@ -52452,12 +62869,17 @@ (define-public texlive-ifxptex (package (name "texlive-ifxptex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/ifxptex/" - "tex/generic/ifxptex/") - (base32 - "0r77j010a9fcn47kjy6vwv72i8fynb8jsilas6hs9c9lgk5bal1g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/ifxptex/" + "tex/generic/ifxptex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r77j010a9fcn47kjy6vwv72i8fynb8jsilas6hs9c9lgk5bal1g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ifxptex") @@ -52472,16 +62894,21 @@ (define-public texlive-tipa (package (name "texlive-tipa") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/tipa/" - "fonts/map/dvips/tipa/" - "fonts/source/public/tipa/" - "fonts/tfm/public/tipa/" - "fonts/type1/public/tipa/" - "tex/latex/tipa/") - (base32 - "11gi7yhq2lnfgvqa29i0sidi5mwkzpja5ggdcpvqwv4xljf4vpvh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/tipa/" + "fonts/map/dvips/tipa/" + "fonts/source/public/tipa/" + "fonts/tfm/public/tipa/" + "fonts/type1/public/tipa/" + "tex/latex/tipa/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11gi7yhq2lnfgvqa29i0sidi5mwkzpja5ggdcpvqwv4xljf4vpvh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs @@ -52499,11 +62926,16 @@ (define-public texlive-tipa-de (package (name "texlive-tipa-de") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tipa-de/") - (base32 - "16gwc0dpdls6s2vdl3hmd6307d88gfzsa3kbw3vhl0z5iawvwj4h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tipa-de/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16gwc0dpdls6s2vdl3hmd6307d88gfzsa3kbw3vhl0z5iawvwj4h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tipa-de") @@ -52517,13 +62949,18 @@ (define-public texlive-amsrefs (package (name "texlive-amsrefs") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/amsrefs/" "bibtex/bst/amsrefs/" - "doc/latex/amsrefs/" "source/latex/amsrefs/" - "tex/latex/amsrefs/") - (base32 - "12la66vz5ic6jc1cy96b2zh2fxsbaii9kbs4wrz1ii8v508wdkhv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/amsrefs/" "bibtex/bst/amsrefs/" + "doc/latex/amsrefs/" "source/latex/amsrefs/" + "tex/latex/amsrefs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12la66vz5ic6jc1cy96b2zh2fxsbaii9kbs4wrz1ii8v508wdkhv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/amsrefs") @@ -52541,13 +62978,18 @@ (define-public texlive-bigfoot (package (name "texlive-bigfoot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bigfoot/" - "source/latex/bigfoot/" - "tex/latex/bigfoot/") - (base32 - "140b4bbjcgajd1flznmi3ga6lx5pna2nxybr2dqm9515lny8gwf0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bigfoot/" + "source/latex/bigfoot/" + "tex/latex/bigfoot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "140b4bbjcgajd1flznmi3ga6lx5pna2nxybr2dqm9515lny8gwf0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bigfoot") @@ -52570,13 +63012,18 @@ (define-public texlive-blindtext (package (name "texlive-blindtext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/blindtext/" - "source/latex/blindtext/" - "tex/latex/blindtext/") - (base32 - "1gakawih3mzm5jh01kb44sjpsa4r8c3zwzig5bac37g4ha2vqska"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/blindtext/" + "source/latex/blindtext/" + "tex/latex/blindtext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gakawih3mzm5jh01kb44sjpsa4r8c3zwzig5bac37g4ha2vqska")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/blindtext") @@ -52597,13 +63044,18 @@ (define-public texlive-dinbrief (package (name "texlive-dinbrief") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dinbrief/" - "source/latex/dinbrief/" - "tex/latex/dinbrief/") - (base32 - "0l6mmn3y07xglmh3h5f7pnpmyacqb2g6nqgq3q1p6k97kf708c5s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dinbrief/" + "source/latex/dinbrief/" + "tex/latex/dinbrief/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l6mmn3y07xglmh3h5f7pnpmyacqb2g6nqgq3q1p6k97kf708c5s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -52637,13 +63089,18 @@ (define-public texlive-draftwatermark (package (name "texlive-draftwatermark") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/draftwatermark/" - "source/latex/draftwatermark/" - "tex/latex/draftwatermark/") - (base32 - "04l3gqiq0bhzbz8zxr7428fap2x1skkaq5ppbambc4lk8c7iw6da"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/draftwatermark/" + "source/latex/draftwatermark/" + "tex/latex/draftwatermark/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04l3gqiq0bhzbz8zxr7428fap2x1skkaq5ppbambc4lk8c7iw6da")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/draftwatermark") @@ -52661,11 +63118,16 @@ (define-public texlive-drv (package (name "texlive-drv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/drv/" "metapost/drv/") - (base32 - "0vjc9x9xa50zzzc3m2csj9x0gqwcamhyqz1xkdbkqwkcy8rfpnlh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/drv/" "metapost/drv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vjc9x9xa50zzzc3m2csj9x0gqwcamhyqz1xkdbkqwkcy8rfpnlh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/drv") @@ -52680,11 +63142,16 @@ (define-public texlive-dviincl (package (name "texlive-dviincl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/dviincl/" "metapost/dviincl/") - (base32 - "05f6ll7cq4ad4i4nkzrjnlqg1456is06fbmjiinadahf7yrqk3lw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/dviincl/" "metapost/dviincl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05f6ll7cq4ad4i4nkzrjnlqg1456is06fbmjiinadahf7yrqk3lw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dviincl") @@ -52700,12 +63167,17 @@ (define-public texlive-emp (package (name "texlive-emp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/emp/" "source/latex/emp/" - "tex/latex/emp/") - (base32 - "183qwxxjws4l0jrn92dj4qd8avnv9gq2rk1zqak0h48wxlp0fpyq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/emp/" "source/latex/emp/" + "tex/latex/emp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "183qwxxjws4l0jrn92dj4qd8avnv9gq2rk1zqak0h48wxlp0fpyq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/emp") @@ -52725,12 +63197,17 @@ (define-public texlive-enctex (package (name "texlive-enctex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/enctex/" - "tex/generic/enctex/") - (base32 - "1j8ji1ka8vhskm5kn0iwmkhjfp88ly6rva30pr1c9llsmsac5sf2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/enctex/" + "tex/generic/enctex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j8ji1ka8vhskm5kn0iwmkhjfp88ly6rva30pr1c9llsmsac5sf2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/enctex") @@ -52745,13 +63222,18 @@ (define-public texlive-environ (package (name "texlive-environ") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/environ/" - "source/latex/environ/" - "tex/latex/environ/") - (base32 - "08a3vhyzc647b9zp3yifdklj0vch9cv2vajh7ig3y01jcdqhjy41"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/environ/" + "source/latex/environ/" + "tex/latex/environ/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08a3vhyzc647b9zp3yifdklj0vch9cv2vajh7ig3y01jcdqhjy41")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-trimspaces)) @@ -52770,11 +63252,16 @@ (define-public texlive-epsincl (package (name "texlive-epsincl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/epsincl/" "metapost/epsincl/") - (base32 - "1pjnfqayh42gavlbd9wqn86qyqhw1bxrbmwgsv39ycj4s63xjxqr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/epsincl/" "metapost/epsincl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pjnfqayh42gavlbd9wqn86qyqhw1bxrbmwgsv39ycj4s63xjxqr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/epsincl") @@ -52787,13 +63274,18 @@ (define-public texlive-eqparbox (package (name "texlive-eqparbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eqparbox/" - "source/latex/eqparbox/" - "tex/latex/eqparbox/") - (base32 - "16c5dyd4bz45a2c1ppbq05h9ixg15srk5az5pld5gpv4j0zwzrqw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eqparbox/" + "source/latex/eqparbox/" + "tex/latex/eqparbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16c5dyd4bz45a2c1ppbq05h9ixg15srk5az5pld5gpv4j0zwzrqw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eqparbox") @@ -52817,12 +63309,17 @@ (define-public texlive-etoc (package (name "texlive-etoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/etoc/" "source/latex/etoc/" - "tex/latex/etoc/") - (base32 - "02xa9091vgz5gdzbsc202mzd4lalvvkh3b7slnzppx827sqbq917"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/etoc/" "source/latex/etoc/" + "tex/latex/etoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02xa9091vgz5gdzbsc202mzd4lalvvkh3b7slnzppx827sqbq917")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/etoc") @@ -52852,13 +63349,18 @@ (define-public texlive-expdlist (package (name "texlive-expdlist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/expdlist/" - "source/latex/expdlist/" - "tex/latex/expdlist/") - (base32 - "1kylmj615hmbmjbynn5bfzhfz0wk1drxmg0kjqljnglffkb6irv6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/expdlist/" + "source/latex/expdlist/" + "tex/latex/expdlist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kylmj615hmbmjbynn5bfzhfz0wk1drxmg0kjqljnglffkb6irv6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/expdlist") @@ -52877,13 +63379,18 @@ (define-public texlive-expressg (package (name "texlive-expressg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/expressg/" - "metapost/expressg/" - "source/metapost/expressg/") - (base32 - "08f6lxxxmhfld6g2iy2kn68llalz3wayxqka7nd48s1ahm33kmdd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/expressg/" + "metapost/expressg/" + "source/metapost/expressg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08f6lxxxmhfld6g2iy2kn68llalz3wayxqka7nd48s1ahm33kmdd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/expressg") @@ -52900,11 +63407,16 @@ (define-public texlive-exteps (package (name "texlive-exteps") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/exteps/" "metapost/exteps/") - (base32 - "1mmlmcjn8fk16y14p3q6xfmkcc75vcykblgcyzapzxd1nzy51ak7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/exteps/" "metapost/exteps/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mmlmcjn8fk16y14p3q6xfmkcc75vcykblgcyzapzxd1nzy51ak7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/exteps") @@ -52919,12 +63431,17 @@ (define-public texlive-featpost (package (name "texlive-featpost") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/featpost/" - "metapost/featpost/") - (base32 - "0a97syvr3vwpayhasb98ssvgwr99p13plrjnqb9ad24jd6srmmdg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/featpost/" + "metapost/featpost/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a97syvr3vwpayhasb98ssvgwr99p13plrjnqb9ad24jd6srmmdg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/featpost") @@ -52939,13 +63456,18 @@ (define-public texlive-feynmf (package (name "texlive-feynmf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/feynmf/" "metafont/feynmf/" - "metapost/feynmf/" "source/latex/feynmf/" - "tex/latex/feynmf/") - (base32 - "1a6zhs4x6rkjl7vapc3y59hmrvmi570ji2bszpsk88w3fi8klckb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/feynmf/" "metafont/feynmf/" + "metapost/feynmf/" "source/latex/feynmf/" + "tex/latex/feynmf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a6zhs4x6rkjl7vapc3y59hmrvmi570ji2bszpsk88w3fi8klckb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/feynmf") @@ -52962,13 +63484,18 @@ (define-public texlive-feynmp-auto (package (name "texlive-feynmp-auto") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/feynmp-auto/" - "source/latex/feynmp-auto/" - "tex/latex/feynmp-auto/") - (base32 - "19ghfblv641ghak049v42wbqmh7pfadz0mrbkfbx2jr4bvf57rv2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/feynmp-auto/" + "source/latex/feynmp-auto/" + "tex/latex/feynmp-auto/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19ghfblv641ghak049v42wbqmh7pfadz0mrbkfbx2jr4bvf57rv2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/feynmp-auto") @@ -52984,12 +63511,17 @@ (define-public texlive-filemod (package (name "texlive-filemod") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/filemod/" "tex/generic/filemod/" - "tex/latex/filemod/") - (base32 - "1snsj7kblkj1ig3x3845lsypz7ab04lf0dcpdh946xakgjnz4fb5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/filemod/" "tex/generic/filemod/" + "tex/latex/filemod/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1snsj7kblkj1ig3x3845lsypz7ab04lf0dcpdh946xakgjnz4fb5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/filemod") @@ -53011,12 +63543,17 @@ (define-public texlive-fix2col (package (name "texlive-fix2col") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fix2col/" "source/latex/fix2col/" - "tex/latex/fix2col/") - (base32 - "04mzs1qn9ish5sdp1v9adqvl92ljbs9rjxxfsqskalm4g9ckn8dy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fix2col/" "source/latex/fix2col/" + "tex/latex/fix2col/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04mzs1qn9ish5sdp1v9adqvl92ljbs9rjxxfsqskalm4g9ckn8dy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fix2col") @@ -53036,14 +63573,19 @@ (define-public texlive-fixlatvian (package (name "texlive-fixlatvian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/fixlatvian/" - "makeindex/fixlatvian/" - "source/xelatex/fixlatvian/" - "tex/xelatex/fixlatvian/") - (base32 - "09bivnc287z57k9rhwfl16w66dkvb55shnwpqv972n6dsjdcrh7j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/fixlatvian/" + "makeindex/fixlatvian/" + "source/xelatex/fixlatvian/" + "tex/xelatex/fixlatvian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09bivnc287z57k9rhwfl16w66dkvb55shnwpqv972n6dsjdcrh7j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fixlatvian") @@ -53057,10 +63599,16 @@ (define-public texlive-fiziko (package (name "texlive-fiziko") (version "2023.0") - (source (texlive-origin name version - (list "doc/metapost/fiziko/" "metapost/fiziko/") - (base32 - "160iqgm4f7imnj89gj4822xv5wnnxf336k261v52h6sd0lhnhany"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/fiziko/" "metapost/fiziko/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "160iqgm4f7imnj89gj4822xv5wnnxf336k261v52h6sd0lhnhany")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fiziko") @@ -53078,12 +63626,17 @@ (define-public texlive-font-change-xetex (package (name "texlive-font-change-xetex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xetex/font-change-xetex/" - "tex/xetex/font-change-xetex/") - (base32 - "1qhkxsk3wl6a8isik4ln1jq7ifhk7hbidq2i1lfy18c1py87xw5k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xetex/font-change-xetex/" + "tex/xetex/font-change-xetex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qhkxsk3wl6a8isik4ln1jq7ifhk7hbidq2i1lfy18c1py87xw5k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/font-change-xetex") @@ -53104,13 +63657,18 @@ (define-public texlive-fontbook (package (name "texlive-fontbook") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/fontbook/" - "source/xelatex/fontbook/" - "tex/xelatex/fontbook/") - (base32 - "1n5yn6rgndk0yr91bhglby9nr5mifgfi895klvsixmxc0k5bqp97"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/fontbook/" + "source/xelatex/fontbook/" + "tex/xelatex/fontbook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n5yn6rgndk0yr91bhglby9nr5mifgfi895klvsixmxc0k5bqp97")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fontbook") @@ -53124,12 +63682,17 @@ (define-public texlive-fontwrap (package (name "texlive-fontwrap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/fontwrap/" - "tex/xelatex/fontwrap/") - (base32 - "0nzphhwgm9387mn2rfhmsandyvcwv99lxm5978jg6pycs43dggs7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/fontwrap/" + "tex/xelatex/fontwrap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nzphhwgm9387mn2rfhmsandyvcwv99lxm5978jg6pycs43dggs7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fontwrap") @@ -53143,12 +63706,17 @@ (define-public texlive-garrigues (package (name "texlive-garrigues") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/garrigues/" - "metapost/garrigues/") - (base32 - "0vg1j0r4mkp057v7kjr8yza1danc3zj7k590x5531yi0gzp7hgq2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/garrigues/" + "metapost/garrigues/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vg1j0r4mkp057v7kjr8yza1danc3zj7k590x5531yi0gzp7hgq2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/garrigues") @@ -53162,14 +63730,19 @@ (define-public texlive-garuda-c90 (package (name "texlive-garuda-c90") (version "2023.0") - (source (texlive-origin - name version - (list "dvips/garuda-c90/" - "fonts/map/dvips/garuda-c90/" - "fonts/tfm/public/garuda-c90/" - "source/fonts/garuda-c90/") - (base32 - "1f6rlfxq3ccv9wdf7pzfgs1081yflxd3fzhkzi23mpyl777l7q9y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "dvips/garuda-c90/" + "fonts/map/dvips/garuda-c90/" + "fonts/tfm/public/garuda-c90/" + "source/fonts/garuda-c90/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1f6rlfxq3ccv9wdf7pzfgs1081yflxd3fzhkzi23mpyl777l7q9y")))) (build-system texlive-build-system) (propagated-inputs (list texlive-fonts-tlwg)) (home-page "https://ctan.org/pkg/garuda-c90") @@ -53182,12 +63755,17 @@ (define-public texlive-hanging (package (name "texlive-hanging") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hanging/" "source/latex/hanging/" - "tex/latex/hanging/") - (base32 - "18ichpmmghz0nmv6m646r64y5jvyp52qz9hj7hadrf34xj1ijmlk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hanging/" "source/latex/hanging/" + "tex/latex/hanging/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18ichpmmghz0nmv6m646r64y5jvyp52qz9hj7hadrf34xj1ijmlk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/hanging") @@ -53204,18 +63782,23 @@ (define-public texlive-fira (package (name "texlive-fira") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/fira/" - "fonts/enc/dvips/fira/" - "fonts/map/dvips/fira/" - "fonts/opentype/public/fira/" - "fonts/tfm/public/fira/" - "fonts/type1/public/fira/" - "fonts/vf/public/fira/" - "tex/latex/fira/") - (base32 - "19sb6c1h1crhs1597i3nlvr2ahl20hxj7a1a5xkpfr5vj4n3x5kv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/fira/" + "fonts/enc/dvips/fira/" + "fonts/map/dvips/fira/" + "fonts/opentype/public/fira/" + "fonts/tfm/public/fira/" + "fonts/type1/public/fira/" + "fonts/vf/public/fira/" + "tex/latex/fira/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19sb6c1h1crhs1597i3nlvr2ahl20hxj7a1a5xkpfr5vj4n3x5kv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fira") @@ -53232,12 +63815,17 @@ (define-public texlive-firstaid (package (name "texlive-firstaid") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/firstaid/" "source/latex/firstaid/" - "tex/latex/firstaid/") - (base32 - "1gpbl3l77mrrf88iqcnfvcgxwraqm2rsvisnngak9fbwbinc489v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/firstaid/" "source/latex/firstaid/" + "tex/latex/firstaid/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gpbl3l77mrrf88iqcnfvcgxwraqm2rsvisnngak9fbwbinc489v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) @@ -53257,12 +63845,17 @@ (define-public texlive-gmp (package (name "texlive-gmp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gmp/" "source/latex/gmp/" - "tex/latex/gmp/") - (base32 - "1zvl80wjg4xsika0p0v6jskrwdpy3n7qbfvbg76qbzzpc03n6x6a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gmp/" "source/latex/gmp/" + "tex/latex/gmp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zvl80wjg4xsika0p0v6jskrwdpy3n7qbfvbg76qbzzpc03n6x6a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gmp") @@ -53278,12 +63871,17 @@ (define-public texlive-hershey-mp (package (name "texlive-hershey-mp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/hershey-mp/" - "metapost/hershey-mp/") - (base32 - "1pbybiqh5qgj9zh0yifxm2hn25h73kz1glrv1cz9sw38h6iydlzw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/hershey-mp/" + "metapost/hershey-mp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pbybiqh5qgj9zh0yifxm2hn25h73kz1glrv1cz9sw38h6iydlzw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hershey-mp") @@ -53299,12 +63897,17 @@ (define-public texlive-interchar (package (name "texlive-interchar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/interchar/" - "tex/xelatex/interchar/") - (base32 - "06pvpaph1gi3rjvwzpvzc2rlx0wb8fqmidbfh8dw2qazzbirdlnz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/interchar/" + "tex/xelatex/interchar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06pvpaph1gi3rjvwzpvzc2rlx0wb8fqmidbfh8dw2qazzbirdlnz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/interchar") @@ -53320,13 +63923,18 @@ (define-public texlive-latexmk (package (name "texlive-latexmk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/latexmk.1" - "doc/man/man1/latexmk.man1.pdf" - "doc/support/latexmk/" "scripts/latexmk/") - (base32 - "1hgzx4xcny2ffm63afhfh3msy1i9llmcdqq2xf3fqlc95rkzn59z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/latexmk.1" + "doc/man/man1/latexmk.man1.pdf" + "doc/support/latexmk/" "scripts/latexmk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hgzx4xcny2ffm63afhfh3msy1i9llmcdqq2xf3fqlc95rkzn59z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "latexmk.pl"))) @@ -53347,11 +63955,16 @@ (define-public texlive-latexmp (package (name "texlive-latexmp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/latexmp/" "metapost/latexmp/") - (base32 - "1zxwxss5sl16laaqalr8043wmyk2bhlja3al5xlxkizvlnflqy0f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/latexmp/" "metapost/latexmp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zxwxss5sl16laaqalr8043wmyk2bhlja3al5xlxkizvlnflqy0f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latexmp") @@ -53370,12 +63983,17 @@ (define-public texlive-marathi (package (name "texlive-marathi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/marathi/" "source/latex/marathi/" - "tex/latex/marathi/") - (base32 - "0xlyvdb6dadg4x2xixcxr1ixqsz69ssifpbh5p46lzsz080pwd58"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/marathi/" "source/latex/marathi/" + "tex/latex/marathi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xlyvdb6dadg4x2xixcxr1ixqsz69ssifpbh5p46lzsz080pwd58")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/marathi") @@ -53390,19 +64008,24 @@ (define-public texlive-markdown (package (name "texlive-markdown") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/markdown/examples/" - "doc/generic/markdown/" - "doc/latex/markdown/examples/" - "scripts/markdown/" - "source/generic/markdown/" - "tex/context/third/markdown/" - "tex/generic/markdown/" - "tex/latex/markdown/" - "tex/luatex/markdown/") - (base32 - "0nmw1c4ynn0vzdkgpz2dnqimbxbyl6pc0khl2gbi8bd4g9dkai55"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/markdown/examples/" + "doc/generic/markdown/" + "doc/latex/markdown/examples/" + "scripts/markdown/" + "source/generic/markdown/" + "tex/context/third/markdown/" + "tex/generic/markdown/" + "tex/latex/markdown/" + "tex/luatex/markdown/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nmw1c4ynn0vzdkgpz2dnqimbxbyl6pc0khl2gbi8bd4g9dkai55")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/markdown") @@ -53418,11 +64041,16 @@ (define-public texlive-mcf2graph (package (name "texlive-mcf2graph") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/mcf2graph/") - (base32 - "1pji3d2mllfi74kalvs11h7yy3hkm5g5nlmcpq2vn7cxjbaqk9sq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/mcf2graph/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pji3d2mllfi74kalvs11h7yy3hkm5g5nlmcpq2vn7cxjbaqk9sq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mcf2graph") @@ -53437,11 +64065,16 @@ (define-public texlive-metago (package (name "texlive-metago") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/metago/" "metapost/metago/") - (base32 - "13m61ml8wfs5888nifilgzi503m3gz1f2fa44408jdhlr6zk6fa0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/metago/" "metapost/metago/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13m61ml8wfs5888nifilgzi503m3gz1f2fa44408jdhlr6zk6fa0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/metago") @@ -53456,11 +64089,16 @@ (define-public texlive-metaobj (package (name "texlive-metaobj") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/metaobj/" "metapost/metaobj/") - (base32 - "1ir6p14h79x5iqbxmj2893x8j1d490bnhs83jwnrbcjxn0yxky6w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/metaobj/" "metapost/metaobj/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ir6p14h79x5iqbxmj2893x8j1d490bnhs83jwnrbcjxn0yxky6w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/metaobj") @@ -53476,11 +64114,16 @@ (define-public texlive-metaplot (package (name "texlive-metaplot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/metaplot/" "metapost/metaplot/") - (base32 - "19y8lj28gvky7f7g2i562ixwvmnxnflnfc8l8r0x7zg384hg8835"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/metaplot/" "metapost/metaplot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19y8lj28gvky7f7g2i562ixwvmnxnflnfc8l8r0x7zg384hg8835")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/metaplot") @@ -53500,12 +64143,17 @@ (define-public texlive-metapost-colorbrewer (package (name "texlive-metapost-colorbrewer") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/metapost-colorbrewer/" - "metapost/metapost-colorbrewer/") - (base32 - "00bpdz2k849k1sfrlflxhdbylncb5y2bixgmylyh0i8rbb467q7l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/metapost-colorbrewer/" + "metapost/metapost-colorbrewer/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00bpdz2k849k1sfrlflxhdbylncb5y2bixgmylyh0i8rbb467q7l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/metapost-colorbrewer") @@ -53522,11 +64170,16 @@ (define-public texlive-metauml (package (name "texlive-metauml") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/metauml/" "metapost/metauml/") - (base32 - "01hs234mjqnr39zm7jl6dpbm5w0k4p73pr0aj35ii0dhakln2jsy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/metauml/" "metapost/metauml/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01hs234mjqnr39zm7jl6dpbm5w0k4p73pr0aj35ii0dhakln2jsy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/metauml") @@ -53541,13 +64194,18 @@ (define-public texlive-mfpic (package (name "texlive-mfpic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/mfpic/" "metafont/mfpic/" - "metapost/mfpic/" "source/generic/mfpic/" - "tex/generic/mfpic/") - (base32 - "1s3z31mglmij7qc1f0681vv2a6md9wz9zbi6zlh7zvmhy5hzkjkv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/mfpic/" "metafont/mfpic/" + "metapost/mfpic/" "source/generic/mfpic/" + "tex/generic/mfpic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s3z31mglmij7qc1f0681vv2a6md9wz9zbi6zlh7zvmhy5hzkjkv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mfpic") @@ -53566,13 +64224,18 @@ (define-public texlive-mfpic4ode (package (name "texlive-mfpic4ode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mfpic4ode/" - "source/latex/mfpic4ode/" - "tex/latex/mfpic4ode/") - (base32 - "0ssmpvp1apxvinidq42pfpvjimpvd250har85n6rl7dj5fws9j8m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mfpic4ode/" + "source/latex/mfpic4ode/" + "tex/latex/mfpic4ode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ssmpvp1apxvinidq42pfpvjimpvd250har85n6rl7dj5fws9j8m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mfpic4ode") @@ -53589,12 +64252,17 @@ (define-public texlive-minim-hatching (package (name "texlive-minim-hatching") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/minim-hatching/" - "metapost/minim-hatching/") - (base32 - "0qcd5zvhj9hrdhb7il1hbfdh5sgccl6mvwwmpw9fymbwdri9224f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/minim-hatching/" + "metapost/minim-hatching/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qcd5zvhj9hrdhb7il1hbfdh5sgccl6mvwwmpw9fymbwdri9224f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/minim-hatching") @@ -53608,11 +64276,16 @@ (define-public texlive-mp3d (package (name "texlive-mp3d") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/mp3d/" "metapost/mp3d/") - (base32 - "1qfg4ifm5z72sr8vimibmpmqh0cxzipiy4jr8rbq5qsj2mfqzphd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/mp3d/" "metapost/mp3d/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qfg4ifm5z72sr8vimibmpmqh0cxzipiy4jr8rbq5qsj2mfqzphd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mp3d") @@ -53626,12 +64299,17 @@ (define-public texlive-mparrows (package (name "texlive-mparrows") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/mparrows/" - "metapost/mparrows/") - (base32 - "0pc9w5g6qasfpv4dxf0aahahbxk6kjwirdmx8l4i27syjb1lgzw9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/mparrows/" + "metapost/mparrows/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pc9w5g6qasfpv4dxf0aahahbxk6kjwirdmx8l4i27syjb1lgzw9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mparrows") @@ -53645,12 +64323,17 @@ (define-public texlive-mpattern (package (name "texlive-mpattern") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/mpattern/" - "metapost/mpattern/") - (base32 - "00g250vl6gnvwx6zgmfqcw3nwkh546i1vjz4zjp3dc5n5yj5y6ls"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/mpattern/" + "metapost/mpattern/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00g250vl6gnvwx6zgmfqcw3nwkh546i1vjz4zjp3dc5n5yj5y6ls")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mpattern") @@ -53664,13 +64347,18 @@ (define-public texlive-mpcolornames (package (name "texlive-mpcolornames") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/mpcolornames/" - "metapost/mpcolornames/" - "source/metapost/mpcolornames/") - (base32 - "1s5yb57yamg1fd7w5hmkmfyxyqj3mivhkvrkqzm31dzh4y22qg3k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/mpcolornames/" + "metapost/mpcolornames/" + "source/metapost/mpcolornames/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s5yb57yamg1fd7w5hmkmfyxyqj3mivhkvrkqzm31dzh4y22qg3k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mpcolornames") @@ -53687,13 +64375,18 @@ (define-public texlive-mpgraphics (package (name "texlive-mpgraphics") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mpgraphics/" - "source/latex/mpgraphics/" - "tex/latex/mpgraphics/") - (base32 - "0z51scc8vimwihdyxv3g1cb7bjbj8w2a2ck1ygjyf8xzz4hcic2s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mpgraphics/" + "source/latex/mpgraphics/" + "tex/latex/mpgraphics/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z51scc8vimwihdyxv3g1cb7bjbj8w2a2ck1ygjyf8xzz4hcic2s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mpgraphics") @@ -53711,11 +64404,16 @@ (define-public texlive-mptrees (package (name "texlive-mptrees") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/mptrees/" "metapost/mptrees/") - (base32 - "17jaj27pjnm3k8qcn1ijkwzgm0nacm0mb3fb7rx3a3cf1pi2qwd2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/mptrees/" "metapost/mptrees/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17jaj27pjnm3k8qcn1ijkwzgm0nacm0mb3fb7rx3a3cf1pi2qwd2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mptrees") @@ -53730,12 +64428,17 @@ (define-public texlive-na-position (package (name "texlive-na-position") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/na-position/" - "tex/xelatex/na-position/") - (base32 - "0rp1css44sl6j762kfwzq53k6690djgag6yc85dd9134i837gvqr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/na-position/" + "tex/xelatex/na-position/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rp1css44sl6j762kfwzq53k6690djgag6yc85dd9134i837gvqr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/na-position") @@ -53752,12 +64455,17 @@ (define-public texlive-natbib (package (name "texlive-natbib") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/natbib/" "doc/latex/natbib/" - "source/latex/natbib/" "tex/latex/natbib/") - (base32 - "17hyba6v24wrbjvakgjxkndjb418mmi2wmnhrm7zmfwb0bvy6f2j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/natbib/" "doc/latex/natbib/" + "source/latex/natbib/" "tex/latex/natbib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17hyba6v24wrbjvakgjxkndjb418mmi2wmnhrm7zmfwb0bvy6f2j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/natbib") @@ -53777,12 +64485,17 @@ (define-public texlive-newfloat (package (name "texlive-newfloat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/newfloat/" "source/latex/newfloat/" - "tex/latex/newfloat/") - (base32 - "1hrackdfrzad8cgbl3f3yaagk4p4zjbvq710rm8b1z02fr9z2zkq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/newfloat/" "source/latex/newfloat/" + "tex/latex/newfloat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hrackdfrzad8cgbl3f3yaagk4p4zjbvq710rm8b1z02fr9z2zkq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/newfloat") @@ -53799,12 +64512,17 @@ (define-public texlive-newpax (package (name "texlive-newpax") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/newpax/" "source/latex/newpax/" - "tex/latex/newpax/") - (base32 - "1b8z1k9gn0g1q6qyixgwds61b2844kiqb0sfvhn9x38fnqgzy83j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/newpax/" "source/latex/newpax/" + "tex/latex/newpax/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b8z1k9gn0g1q6qyixgwds61b2844kiqb0sfvhn9x38fnqgzy83j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/newpax") @@ -53821,13 +64539,18 @@ (define-public texlive-newunicodechar (package (name "texlive-newunicodechar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/newunicodechar/" - "source/latex/newunicodechar/" - "tex/latex/newunicodechar/") - (base32 - "1b3n5mdfw9csp0ri1vw4jh1ibnpsllb5n6pwfkg1jad10ml9wavz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/newunicodechar/" + "source/latex/newunicodechar/" + "tex/latex/newunicodechar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b3n5mdfw9csp0ri1vw4jh1ibnpsllb5n6pwfkg1jad10ml9wavz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/newunicodechar") @@ -53844,12 +64567,17 @@ (define-public texlive-newverbs (package (name "texlive-newverbs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/newverbs/" "source/latex/newverbs/" - "tex/latex/newverbs/") - (base32 - "02mhqgsfd13i1llhm0rgq3f9qs067jih2s15q1zvsfd5bhzls1pq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/newverbs/" "source/latex/newverbs/" + "tex/latex/newverbs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02mhqgsfd13i1llhm0rgq3f9qs067jih2s15q1zvsfd5bhzls1pq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -53869,11 +64597,16 @@ (define-public texlive-newverbs (setenv "TEXINPUTS" (string-append (getcwd) "/build:"))))))) (native-inputs (list - (texlive-origin - "ydocstrip.tex" "2023.0" - (list "tex/generic/ydoc/ydocstrip.tex") - (base32 - "1nixgvmw8c6jznhxys3yfzr3qw1lci8kyx54rs0shm6i63xjgr9i")))) + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/generic/ydoc/ydocstrip.tex")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nixgvmw8c6jznhxys3yfzr3qw1lci8kyx54rs0shm6i63xjgr9i"))))) (home-page "https://ctan.org/pkg/newverbs") (synopsis "Define new versions of @code{\\verb}") (description @@ -53891,13 +64624,18 @@ (define-public texlive-nodetree (package (name "texlive-nodetree") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/nodetree/" - "source/luatex/nodetree/" - "tex/luatex/nodetree/") - (base32 - "00lj7wykgc2r5pgijm9lxjrghq8bsx6whanzvsxcwf639mzv3528"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/nodetree/" + "source/luatex/nodetree/" + "tex/luatex/nodetree/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00lj7wykgc2r5pgijm9lxjrghq8bsx6whanzvsxcwf639mzv3528")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nodetree") @@ -53912,12 +64650,17 @@ (define-public texlive-nomencl (package (name "texlive-nomencl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nomencl/" "makeindex/nomencl/" - "source/latex/nomencl/" "tex/latex/nomencl/") - (base32 - "176lqab9ypsym7x7mk9d0pbqf3fl9iwi539zjqv3l6nbmxj9ga88"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nomencl/" "makeindex/nomencl/" + "source/latex/nomencl/" "tex/latex/nomencl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "176lqab9ypsym7x7mk9d0pbqf3fl9iwi539zjqv3l6nbmxj9ga88")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nomencl") @@ -53931,14 +64674,19 @@ (define-public texlive-norasi-c90 (package (name "texlive-norasi-c90") (version "2023.0") - (source (texlive-origin - name version - (list "dvips/norasi-c90/" - "fonts/map/dvips/norasi-c90/" - "fonts/tfm/public/norasi-c90/" - "source/fonts/norasi-c90/") - (base32 - "19ynw46dbk71sbzx6rna359gdddjmwl57gw3kfz3f9ywvhq01m1k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "dvips/norasi-c90/" + "fonts/map/dvips/norasi-c90/" + "fonts/tfm/public/norasi-c90/" + "source/fonts/norasi-c90/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19ynw46dbk71sbzx6rna359gdddjmwl57gw3kfz3f9ywvhq01m1k")))) (build-system texlive-build-system) (propagated-inputs (list texlive-fonts-tlwg)) (home-page "https://ctan.org/pkg/norasi-c90") @@ -53951,18 +64699,23 @@ (define-public texlive-noto (package (name "texlive-noto") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/noto/" - "fonts/enc/dvips/noto/" - "fonts/map/dvips/noto/" - "fonts/tfm/google/noto/" - "fonts/truetype/google/noto/" - "fonts/type1/google/noto/" - "fonts/vf/google/noto/" - "tex/latex/noto/") - (base32 - "14nf6xd85cb5s9f1sk8zzshgfhjda0r712dp592j8cb4s5v2hf7p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/noto/" + "fonts/enc/dvips/noto/" + "fonts/map/dvips/noto/" + "fonts/tfm/google/noto/" + "fonts/truetype/google/noto/" + "fonts/type1/google/noto/" + "fonts/vf/google/noto/" + "tex/latex/noto/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14nf6xd85cb5s9f1sk8zzshgfhjda0r712dp592j8cb4s5v2hf7p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/noto") @@ -53977,13 +64730,18 @@ (define-public texlive-novel (package (name "texlive-novel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/novel/" - "fonts/opentype/novel/" - "tex/lualatex/novel/") - (base32 - "0qg6rs54w1n1vr5dmi6vjks8xn8x04zngk8zz4cv0035jxn4irpc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/novel/" + "fonts/opentype/novel/" + "tex/lualatex/novel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qg6rs54w1n1vr5dmi6vjks8xn8x04zngk8zz4cv0035jxn4irpc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/novel") @@ -54000,12 +64758,17 @@ (define-public texlive-octavo (package (name "texlive-octavo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/octavo/" "source/latex/octavo/" - "tex/latex/octavo/") - (base32 - "10ycj2xg2v7cq4my51dcc749hrrkg2gd41xyrwv1dg1lp9vh7j4z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/octavo/" "source/latex/octavo/" + "tex/latex/octavo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10ycj2xg2v7cq4my51dcc749hrrkg2gd41xyrwv1dg1lp9vh7j4z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/octavo") @@ -54026,12 +64789,17 @@ (define-public texlive-odsfile (package (name "texlive-odsfile") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/odsfile/" - "tex/lualatex/odsfile/") - (base32 - "03zfzwjhrrsw8z9v8jsd730iiqbc44s38jra36b0il4xqgbknyqg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/odsfile/" + "tex/lualatex/odsfile/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03zfzwjhrrsw8z9v8jsd730iiqbc44s38jra36b0il4xqgbknyqg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/odsfile") @@ -54047,13 +64815,18 @@ (define-public texlive-pdftexcmds (package (name "texlive-pdftexcmds") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pdftexcmds/" - "source/generic/pdftexcmds/" - "tex/generic/pdftexcmds/") - (base32 - "0gad1vi0r5xw7gyj1cb2cp58j4dqrw4awcfxmfrna9xbz91g4sn9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pdftexcmds/" + "source/generic/pdftexcmds/" + "tex/generic/pdftexcmds/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gad1vi0r5xw7gyj1cb2cp58j4dqrw4awcfxmfrna9xbz91g4sn9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/pdftexcmds") @@ -54069,14 +64842,19 @@ (define-public texlive-philokalia (package (name "texlive-philokalia") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/philokalia/" - "fonts/opentype/public/philokalia/" - "source/xelatex/philokalia/" - "tex/xelatex/philokalia/") - (base32 - "1pcszddyyc4caqd1ahcl10rf1mn0m1lrdgn1gldv94cpa89653kg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/philokalia/" + "fonts/opentype/public/philokalia/" + "source/xelatex/philokalia/" + "tex/xelatex/philokalia/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pcszddyyc4caqd1ahcl10rf1mn0m1lrdgn1gldv94cpa89653kg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/philokalia") @@ -54091,12 +64869,17 @@ (define-public texlive-piechartmp (package (name "texlive-piechartmp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/piechartmp/" - "metapost/piechartmp/") - (base32 - "0xf83k85bwbdy4d1m23zyk5zjg9qw960q4rkgf2i1449w30gf3hp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/piechartmp/" + "metapost/piechartmp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xf83k85bwbdy4d1m23zyk5zjg9qw960q4rkgf2i1449w30gf3hp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/piechartmp") @@ -54113,11 +64896,16 @@ (define-public texlive-placeins (package (name "texlive-placeins") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/placeins/" "tex/latex/placeins/") - (base32 - "0785ppjhf4x3by61mskwz289nzvbbw6iw7n0fq2dckgywjw3p2mz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/placeins/" "tex/latex/placeins/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0785ppjhf4x3by61mskwz289nzvbbw6iw7n0fq2dckgywjw3p2mz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/placeins") @@ -54132,14 +64920,19 @@ (define-public texlive-psfrag (package (name "texlive-psfrag") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/psfrag/" - "dvips/psfrag/" - "source/latex/psfrag/" - "tex/latex/psfrag/") - (base32 - "06vp5x6rnl4gqwxzzynbl169q23k8pmaxjhb0lbzdcm3ihvzp47z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/psfrag/" + "dvips/psfrag/" + "source/latex/psfrag/" + "tex/latex/psfrag/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06vp5x6rnl4gqwxzzynbl169q23k8pmaxjhb0lbzdcm3ihvzp47z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/psfrag") @@ -54160,11 +64953,16 @@ (define-public texlive-psfrag-italian (package (name "texlive-psfrag-italian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/psfrag-italian/") - (base32 - "0ssx8rw7fwln02zzscywivnhizgrb6w05awscvv9gf9n1qj6avsf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/psfrag-italian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ssx8rw7fwln02zzscywivnhizgrb6w05awscvv9gf9n1qj6avsf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/psfrag-italian") @@ -54178,11 +64976,16 @@ (define-public texlive-pstool (package (name "texlive-pstool") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pstool/" "tex/latex/pstool/") - (base32 - "12clzcw2cl7g2chr2phgmmiwxw4859cln1gbx1wgp8bl9iw590nc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pstool/" "tex/latex/pstool/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12clzcw2cl7g2chr2phgmmiwxw4859cln1gbx1wgp8bl9iw590nc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pstool") @@ -54200,11 +65003,16 @@ (define-public texlive-ptext (package (name "texlive-ptext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/ptext/" "tex/xelatex/ptext/") - (base32 - "0ipb1mlg266rziznskdxi3iwi0s6374lp8ky0hhbi5llryg505p9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/ptext/" "tex/xelatex/ptext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ipb1mlg266rziznskdxi3iwi0s6374lp8ky0hhbi5llryg505p9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ptext") @@ -54219,13 +65027,18 @@ (define-public texlive-realscripts (package (name "texlive-realscripts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/realscripts/" - "source/latex/realscripts/" - "tex/latex/realscripts/") - (base32 - "1yk1v1ybd1zv1x6rc8qd2mbbwc5h91i44scnih6v2n5nrh61jfxb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/realscripts/" + "source/latex/realscripts/" + "tex/latex/realscripts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yk1v1ybd1zv1x6rc8qd2mbbwc5h91i44scnih6v2n5nrh61jfxb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/realscripts") @@ -54242,12 +65055,17 @@ (define-public texlive-refcount (package (name "texlive-refcount") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/refcount/" "source/latex/refcount/" - "tex/latex/refcount/") - (base32 - "128cvwdl4wcdshvs59yn5iljdxxdrc5jircbxav77y7kc3l33z7z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/refcount/" "source/latex/refcount/" + "tex/latex/refcount/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "128cvwdl4wcdshvs59yn5iljdxxdrc5jircbxav77y7kc3l33z7z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/refcount") @@ -54266,11 +65084,16 @@ (define-public texlive-repere (package (name "texlive-repere") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/repere/" "metapost/repere/") - (base32 - "06p184mgv0cac36pp1srrd80axvkxf155l3jf01dnvd2x1d7dwlk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/repere/" "metapost/repere/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06p184mgv0cac36pp1srrd80axvkxf155l3jf01dnvd2x1d7dwlk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/repere") @@ -54286,12 +65109,17 @@ (define-public texlive-revtex (package (name "texlive-revtex") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/revtex/" "doc/latex/revtex/" - "source/latex/revtex/" "tex/latex/revtex/") - (base32 - "0w4vmrghnhs8bgpbdp2rzsh4b7hgvldyzkd870wa27k9wk2lk6a1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/revtex/" "doc/latex/revtex/" + "source/latex/revtex/" "tex/latex/revtex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0w4vmrghnhs8bgpbdp2rzsh4b7hgvldyzkd870wa27k9wk2lk6a1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/revtex") @@ -54306,11 +65134,16 @@ (define-public texlive-roex (package (name "texlive-roex") (version "2023.0") - (source (texlive-origin - name version - (list "metafont/roex/" "source/metafont/roex/") - (base32 - "12w5wrrlk8rd4gx57646r01rb49ckmgnzhmx9385ll0sag8c9s2v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "metafont/roex/" "source/metafont/roex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12w5wrrlk8rd4gx57646r01rb49ckmgnzhmx9385ll0sag8c9s2v")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mf-ps") (synopsis "Metafont-PostScript conversions") @@ -54329,13 +65162,18 @@ (define-public texlive-roundrect (package (name "texlive-roundrect") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/roundrect/" - "metapost/roundrect/" - "source/metapost/roundrect/") - (base32 - "0bx6xfr49rrcrnbyw917fab2qi0x29h66ip4nyhw6477815ic0wq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/roundrect/" + "metapost/roundrect/" + "source/metapost/roundrect/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bx6xfr49rrcrnbyw917fab2qi0x29h66ip4nyhw6477815ic0wq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/roundrect") @@ -54350,12 +65188,17 @@ (define-public texlive-sauerj (package (name "texlive-sauerj") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sauerj/" "source/latex/sauerj/" - "tex/latex/sauerj/") - (base32 - "03dmw150qcravzndikijhq2a89sjdplxgi93fx0zxln2l4flvz5k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sauerj/" "source/latex/sauerj/" + "tex/latex/sauerj/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03dmw150qcravzndikijhq2a89sjdplxgi93fx0zxln2l4flvz5k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sauerj") @@ -54376,11 +65219,16 @@ (define-public texlive-sauter (package (name "texlive-sauter") (version "2023.0") - (source (texlive-origin - name version - (list "fonts/source/public/sauter/") - (base32 - "037skfr46198y0vczwcy6dzq9ry8w5imj1ih9nfy9mrb0hmj8caq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "fonts/source/public/sauter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "037skfr46198y0vczwcy6dzq9ry8w5imj1ih9nfy9mrb0hmj8caq")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sauter") (synopsis "Wide range of design sizes for CM fonts") @@ -54396,12 +65244,17 @@ (define-public texlive-selinput (package (name "texlive-selinput") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/selinput/" "source/latex/selinput/" - "tex/latex/selinput/") - (base32 - "0x8l98r6xzyi4lc909bv7ii2nbpff8j7j3q4z86l7rrjk1jkx9qi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/selinput/" "source/latex/selinput/" + "tex/latex/selinput/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0x8l98r6xzyi4lc909bv7ii2nbpff8j7j3q4z86l7rrjk1jkx9qi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/selinput") @@ -54415,21 +65268,26 @@ (define-public texlive-semaphor (package (name "texlive-semaphor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/semaphor/" - "fonts/afm/public/semaphor/" - "fonts/enc/dvips/semaphor/" - "fonts/map/dvips/semaphor/" - "fonts/opentype/public/semaphor/" - "fonts/source/public/semaphor/" - "fonts/tfm/public/semaphor/" - "fonts/type1/public/semaphor/" - "tex/context/third/semaphor/" - "tex/latex/semaphor/" - "tex/plain/semaphor/") - (base32 - "1yigah8x75fd13x0f6ncpp21ly75nyfz6h5y5sfc590n7wcm0gvr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/semaphor/" + "fonts/afm/public/semaphor/" + "fonts/enc/dvips/semaphor/" + "fonts/map/dvips/semaphor/" + "fonts/opentype/public/semaphor/" + "fonts/source/public/semaphor/" + "fonts/tfm/public/semaphor/" + "fonts/type1/public/semaphor/" + "tex/context/third/semaphor/" + "tex/latex/semaphor/" + "tex/plain/semaphor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yigah8x75fd13x0f6ncpp21ly75nyfz6h5y5sfc590n7wcm0gvr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -54445,11 +65303,16 @@ (define-public texlive-seminar (package (name "texlive-seminar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/seminar/" "tex/latex/seminar/") - (base32 - "1xm78f9qsy3zr1vllb8mgp1azhn7a2jaqkj2lkrsgc3m7ag9w9hh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/seminar/" "tex/latex/seminar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xm78f9qsy3zr1vllb8mgp1azhn7a2jaqkj2lkrsgc3m7ag9w9hh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/seminar") @@ -54468,11 +65331,16 @@ (define-public texlive-sepnum (package (name "texlive-sepnum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sepnum/" "tex/latex/sepnum/") - (base32 - "1vzjhb470imd1f5wlj32jysn825vyygq9xkscqdjaa9jby70a26x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sepnum/" "tex/latex/sepnum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vzjhb470imd1f5wlj32jysn825vyygq9xkscqdjaa9jby70a26x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sepnum") @@ -54490,13 +65358,18 @@ (define-public texlive-seqsplit (package (name "texlive-seqsplit") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/seqsplit/" - "source/latex/seqsplit/" - "tex/latex/seqsplit/") - (base32 - "0x6xcism9s9mhpr278xi4c1gimz3mlqnrpr40vkx5abglr0gzm0j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/seqsplit/" + "source/latex/seqsplit/" + "tex/latex/seqsplit/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0x6xcism9s9mhpr278xi4c1gimz3mlqnrpr40vkx5abglr0gzm0j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/seqsplit") @@ -54517,12 +65390,17 @@ (define-public texlive-shapes (package (name "texlive-shapes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/shapes/" "metapost/shapes/" - "source/metapost/shapes/") - (base32 - "0q93ycxjzmvp73z92rc7vlzvmijbj2w1ldq709r9jflk044lsrh2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/shapes/" "metapost/shapes/" + "source/metapost/shapes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q93ycxjzmvp73z92rc7vlzvmijbj2w1ldq709r9jflk044lsrh2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/shapes") @@ -54538,11 +65416,16 @@ (define-public texlive-short-math-guide (package (name "texlive-short-math-guide") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/short-math-guide/") - (base32 - "1wjcjgw0xk4zx57f364cpl57qpxj3lq4lahlkbk6iiin1h9v2prf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/short-math-guide/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wjcjgw0xk4zx57f364cpl57qpxj3lq4lahlkbk6iiin1h9v2prf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/short-math-guide") @@ -54560,12 +65443,17 @@ (define-public texlive-showexpl (package (name "texlive-showexpl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/showexpl/" "source/latex/showexpl/" - "tex/latex/showexpl/") - (base32 - "0vff1yk7a3f4csxibfk6r37s3h6n4wdpnk3qj4dsx7kh5zrcysha"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/showexpl/" "source/latex/showexpl/" + "tex/latex/showexpl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vff1yk7a3f4csxibfk6r37s3h6n4wdpnk3qj4dsx7kh5zrcysha")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/showexpl") @@ -54579,12 +65467,17 @@ (define-public texlive-simple-resume-cv (package (name "texlive-simple-resume-cv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/simple-resume-cv/" - "tex/xelatex/simple-resume-cv/") - (base32 - "07lqmjfjr58q7jgl59syv67hsy54rsig9f002wkwr1297z02k862"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/simple-resume-cv/" + "tex/xelatex/simple-resume-cv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07lqmjfjr58q7jgl59syv67hsy54rsig9f002wkwr1297z02k862")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/simple-resume-cv") @@ -54599,13 +65492,18 @@ (define-public texlive-simple-thesis-dissertation (package (name "texlive-simple-thesis-dissertation") (version "2023.0") - (source (texlive-origin - name version - (list - "doc/xelatex/simple-thesis-dissertation/Figures/" - "tex/xelatex/simple-thesis-dissertation/") - (base32 - "023bl8ic6bn86297wbxip5lm34wkbq1kcrizkmmsdz7cfxpn6637"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list + "doc/xelatex/simple-thesis-dissertation/Figures/" + "tex/xelatex/simple-thesis-dissertation/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "023bl8ic6bn86297wbxip5lm34wkbq1kcrizkmmsdz7cfxpn6637")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/simple-thesis-dissertation") @@ -54620,11 +65518,16 @@ (define-public texlive-simplified-latex (package (name "texlive-simplified-latex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/simplified-latex/") - (base32 - "1cgf1p7p2ikda1nb0c2vhhx7ai6rd973pz6a00pr9yanxsvghp6d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/simplified-latex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cgf1p7p2ikda1nb0c2vhhx7ai6rd973pz6a00pr9yanxsvghp6d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/simplified-latex") @@ -54638,12 +65541,17 @@ (define-public texlive-slideshow (package (name "texlive-slideshow") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/slideshow/" - "metapost/slideshow/") - (base32 - "07r58whn61nyxj0cldzf9bbwhh0kc72d6708ldf03q7sbf5zi37s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/slideshow/" + "metapost/slideshow/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07r58whn61nyxj0cldzf9bbwhh0kc72d6708ldf03q7sbf5zi37s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/slideshow") @@ -54657,12 +65565,17 @@ (define-public texlive-splines (package (name "texlive-splines") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/splines/" "metapost/splines/" - "source/metapost/splines/") - (base32 - "15pvr4vl5whcrij6gq3al5jaqrshvm2qybvxq7qx0gdxzfsli38z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/splines/" "metapost/splines/" + "source/metapost/splines/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15pvr4vl5whcrij6gq3al5jaqrshvm2qybvxq7qx0gdxzfsli38z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/splines") @@ -54677,12 +65590,17 @@ (define-public texlive-stackengine (package (name "texlive-stackengine") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/stackengine/" - "tex/latex/stackengine/") - (base32 - "0c12ygqxdb6vn1y03jzcjpmdp53r076hq3hgjzwy2ch1dw81cnpd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/stackengine/" + "tex/latex/stackengine/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c12ygqxdb6vn1y03jzcjpmdp53r076hq3hgjzwy2ch1dw81cnpd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-listofitems)) @@ -54700,11 +65618,16 @@ (define-public texlive-suanpan (package (name "texlive-suanpan") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/suanpan/" "metapost/suanpan/") - (base32 - "1ddhk8d98bc4l2xbx5w6kaynl4n125nnv4hadfp5s19vwcc6slqv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/suanpan/" "metapost/suanpan/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ddhk8d98bc4l2xbx5w6kaynl4n125nnv4hadfp5s19vwcc6slqv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/suanpan") @@ -54717,14 +65640,19 @@ (define-public texlive-synctex (package (name "texlive-synctex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/synctex.1" - "doc/man/man1/synctex.man1.pdf" - "doc/man/man5/synctex.5" - "doc/man/man5/synctex.man5.pdf") - (base32 - "1a2nlmbib8723jjhf6xxh5rpmnd5jv3cd69br4ihchbq5ipzircp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/synctex.1" + "doc/man/man1/synctex.man1.pdf" + "doc/man/man5/synctex.5" + "doc/man/man5/synctex.man5.pdf")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a2nlmbib8723jjhf6xxh5rpmnd5jv3cd69br4ihchbq5ipzircp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/synctex") @@ -54739,12 +65667,17 @@ (define-public texlive-tetragonos (package (name "texlive-tetragonos") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/tetragonos/" - "tex/xelatex/tetragonos/") - (base32 - "191727d2craai25847i2xfzlm04852afvrwdjsk3jjss46a43ixn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/tetragonos/" + "tex/xelatex/tetragonos/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "191727d2craai25847i2xfzlm04852afvrwdjsk3jjss46a43ixn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tetragonos") @@ -54758,12 +65691,17 @@ (define-public texlive-threeddice (package (name "texlive-threeddice") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/threeddice/" - "metapost/threeddice/") - (base32 - "1sj4f3bbxjzwbncxlvlbmsnfi7jkf5625gwhbqfh399vlh0nb56j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/threeddice/" + "metapost/threeddice/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sj4f3bbxjzwbncxlvlbmsnfi7jkf5625gwhbqfh399vlh0nb56j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/threeddice") @@ -54777,12 +65715,17 @@ (define-public texlive-textpath (package (name "texlive-textpath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/textpath/" - "metapost/textpath/" "tex/latex/textpath/") - (base32 - "07g7n0hjsvsk0cibprpqid43vvljjzagap07zbp2kirkiv7yq3k0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/textpath/" + "metapost/textpath/" "tex/latex/textpath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07g7n0hjsvsk0cibprpqid43vvljjzagap07zbp2kirkiv7yq3k0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/textpath") @@ -54797,13 +65740,18 @@ (define-public texlive-tocloft (package (name "texlive-tocloft") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tocloft/" - "source/latex/tocloft/" - "tex/latex/tocloft/") - (base32 - "1s09g02pq2zi5ywm3yhyp4lpzq77n9aahr6wnm1c0wb9zawq2mpk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tocloft/" + "source/latex/tocloft/" + "tex/latex/tocloft/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s09g02pq2zi5ywm3yhyp4lpzq77n9aahr6wnm1c0wb9zawq2mpk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/tocloft") @@ -54820,13 +65768,18 @@ (define-public texlive-tocvsec2 (package (name "texlive-tocvsec2") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tocvsec2/" - "source/latex/tocvsec2/" - "tex/latex/tocvsec2/") - (base32 - "0ybw8dra074pbl9l0ilp13naz73mgb57agy79bvmrb7v2r8a6zm7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tocvsec2/" + "source/latex/tocvsec2/" + "tex/latex/tocvsec2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ybw8dra074pbl9l0ilp13naz73mgb57agy79bvmrb7v2r8a6zm7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tocvsec2") @@ -54841,13 +65794,18 @@ (define-public texlive-transparent (package (name "texlive-transparent") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/transparent/" - "source/latex/transparent/" - "tex/latex/transparent/") - (base32 - "161lfx6yv8qgk76lz0j375swrk6012djay3sjxggrsx7l92qjvhd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/transparent/" + "source/latex/transparent/" + "tex/latex/transparent/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "161lfx6yv8qgk76lz0j375swrk6012djay3sjxggrsx7l92qjvhd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/transparent") @@ -54863,13 +65821,18 @@ (define-public texlive-trimspaces (package (name "texlive-trimspaces") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/trimspaces/" - "source/latex/trimspaces/" - "tex/latex/trimspaces/") - (base32 - "0if7pqaib533fbrj9r62mmr4h012hrpszdxs759rwhmyycikg6dk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/trimspaces/" + "source/latex/trimspaces/" + "tex/latex/trimspaces/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0if7pqaib533fbrj9r62mmr4h012hrpszdxs759rwhmyycikg6dk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -54898,13 +65861,18 @@ (define-public texlive-tufte-latex (package (name "texlive-tufte-latex") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/tufte-latex/" - "doc/latex/tufte-latex/" - "tex/latex/tufte-latex/") - (base32 - "16jqf8assirdj769rajrdb70w8rc0kyj0q07bs6v13kfil5h0bdp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/tufte-latex/" + "doc/latex/tufte-latex/" + "tex/latex/tufte-latex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16jqf8assirdj769rajrdb70w8rc0kyj0q07bs6v13kfil5h0bdp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -54925,12 +65893,17 @@ (define-public texlive-turkmen (package (name "texlive-turkmen") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/turkmen/" "source/latex/turkmen/" - "tex/latex/turkmen/") - (base32 - "0jgz9vkqpp853pxvhknafrwpl41h04j7fr1gfjrzqzcrdq7d855i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/turkmen/" "source/latex/turkmen/" + "tex/latex/turkmen/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jgz9vkqpp853pxvhknafrwpl41h04j7fr1gfjrzqzcrdq7d855i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/turkmen") @@ -54944,12 +65917,17 @@ (define-public texlive-ucharclasses (package (name "texlive-ucharclasses") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/ucharclasses/" - "tex/xelatex/ucharclasses/") - (base32 - "0pgzs730zqmcck693i7fq771p7szq6nqdxb9w8dy6l2b4zdql14m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/ucharclasses/" + "tex/xelatex/ucharclasses/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pgzs730zqmcck693i7fq771p7szq6nqdxb9w8dy6l2b4zdql14m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ucharclasses") @@ -54965,13 +65943,18 @@ (define-public texlive-undolabl (package (name "texlive-undolabl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/undolabl/" - "source/latex/undolabl/" - "tex/latex/undolabl/") - (base32 - "1pa1m610j46623wm59inxmaqpjhd9cfmbwmyh02pbmpqid47p9l1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/undolabl/" + "source/latex/undolabl/" + "tex/latex/undolabl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pa1m610j46623wm59inxmaqpjhd9cfmbwmyh02pbmpqid47p9l1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/undolabl") @@ -54985,12 +65968,17 @@ (define-public texlive-unicode-bidi (package (name "texlive-unicode-bidi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/unicode-bidi/" - "tex/xelatex/unicode-bidi/") - (base32 - "0anwaaf21qcdgni9z85hqap1wb4y9pv13p96x13w29hbqizmf69l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/unicode-bidi/" + "tex/xelatex/unicode-bidi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0anwaaf21qcdgni9z85hqap1wb4y9pv13p96x13w29hbqizmf69l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unicode-bidi") @@ -55004,13 +65992,18 @@ (define-public texlive-unimath-plain-xetex (package (name "texlive-unimath-plain-xetex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xetex/unimath-plain-xetex/" - "fonts/misc/xetex/fontmapping/unimath-plain-xetex/" - "tex/xetex/unimath-plain-xetex/") - (base32 - "0vqnqfklg1mj7mipgrfng0qq1i9psiqri0yh30ixrz8j6mkaqb35"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xetex/unimath-plain-xetex/" + "fonts/misc/xetex/fontmapping/unimath-plain-xetex/" + "tex/xetex/unimath-plain-xetex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vqnqfklg1mj7mipgrfng0qq1i9psiqri0yh30ixrz8j6mkaqb35")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unimath-plain-xetex") @@ -55024,12 +66017,17 @@ (define-public texlive-unisugar (package (name "texlive-unisugar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/unisugar/" - "tex/xelatex/unisugar/") - (base32 - "1bn88ghfn14am1grph1pjw9k0xy1rz8swzhsbxsxyzz6cqk9s161"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/unisugar/" + "tex/xelatex/unisugar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bn88ghfn14am1grph1pjw9k0xy1rz8swzhsbxsxyzz6cqk9s161")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unisugar") @@ -55045,12 +66043,17 @@ (define-public texlive-xebaposter (package (name "texlive-xebaposter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xebaposter/" - "tex/latex/xebaposter/") - (base32 - "18fnwfhfk3jzkp4yd0dfi49jnf8njccbhhd6k15pvghs4brd9hba"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xebaposter/" + "tex/latex/xebaposter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18fnwfhfk3jzkp4yd0dfi49jnf8njccbhhd6k15pvghs4brd9hba")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xebaposter") @@ -55064,12 +66067,17 @@ (define-public texlive-xechangebar (package (name "texlive-xechangebar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/xechangebar/" - "tex/xelatex/xechangebar/") - (base32 - "0a7b9bffh5b435gw4qxydmfrpizly79cjgjhhlgywwg6gibvxn4s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/xechangebar/" + "tex/xelatex/xechangebar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a7b9bffh5b435gw4qxydmfrpizly79cjgjhhlgywwg6gibvxn4s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xechangebar") @@ -55085,12 +66093,17 @@ (define-public texlive-xecolor (package (name "texlive-xecolor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/xecolor/" - "tex/xelatex/xecolor/") - (base32 - "0adzg2j1lmclr5zcs8da3m1b9q5xs50rxga6k2pzzxy2x0nh1xpi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/xecolor/" + "tex/xelatex/xecolor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0adzg2j1lmclr5zcs8da3m1b9q5xs50rxga6k2pzzxy2x0nh1xpi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xecolor") @@ -55105,11 +66118,16 @@ (define-public texlive-xecyr (package (name "texlive-xecyr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/xecyr/" "tex/xelatex/xecyr/") - (base32 - "07qvxfnwha6iqzcv84ws074jdi8jn60h42l93jn037n3zj2qxkg8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/xecyr/" "tex/xelatex/xecyr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07qvxfnwha6iqzcv84ws074jdi8jn60h42l93jn037n3zj2qxkg8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xecyr") @@ -55123,12 +66141,17 @@ (define-public texlive-xeindex (package (name "texlive-xeindex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/xeindex/" - "tex/xelatex/xeindex/") - (base32 - "1sps9lrzm9y2rrin5pkgzyk56c77xnydvp21ljmvsimqgafr5aqb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/xeindex/" + "tex/xelatex/xeindex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sps9lrzm9y2rrin5pkgzyk56c77xnydvp21ljmvsimqgafr5aqb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xeindex") @@ -55144,11 +66167,16 @@ (define-public texlive-xesearch (package (name "texlive-xesearch") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xetex/xesearch/" "tex/xetex/xesearch/") - (base32 - "13fdllqswyyvvyjqn0a4ld18dixxnn7zlpagsdaq8cl1svpaxpk5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xetex/xesearch/" "tex/xetex/xesearch/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13fdllqswyyvvyjqn0a4ld18dixxnn7zlpagsdaq8cl1svpaxpk5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xesearch") @@ -55166,13 +66194,18 @@ (define-public texlive-xespotcolor (package (name "texlive-xespotcolor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/xespotcolor/" - "source/xelatex/xespotcolor/" - "tex/xelatex/xespotcolor/") - (base32 - "0pqv4y2idcazwdy94ryyrk5s2g66sb7liy9hypqaq69symn8myf7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/xespotcolor/" + "source/xelatex/xespotcolor/" + "tex/xelatex/xespotcolor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pqv4y2idcazwdy94ryyrk5s2g66sb7liy9hypqaq69symn8myf7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xespotcolor") @@ -55187,12 +66220,17 @@ (define-public texlive-xetex-devanagari (package (name "texlive-xetex-devanagari") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xetex/xetex-devanagari/" - "fonts/misc/xetex/fontmapping/xetex-devanagari/") - (base32 - "17br9aq1af36wadq2cmndbb0z2jdhr1mn7jdb3cq642wwngcfi13"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xetex/xetex-devanagari/" + "fonts/misc/xetex/fontmapping/xetex-devanagari/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17br9aq1af36wadq2cmndbb0z2jdhr1mn7jdb3cq642wwngcfi13")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xetex-devanagari") @@ -55207,12 +66245,17 @@ (define-public texlive-xetex-itrans (package (name "texlive-xetex-itrans") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/xetex-itrans/" - "fonts/misc/xetex/fontmapping/xetex-itrans/") - (base32 - "1chx2s0p6y5p767cr23jh9x61axjrdnyc5lcvf7kyrg74cszsmql"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/xetex-itrans/" + "fonts/misc/xetex/fontmapping/xetex-itrans/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1chx2s0p6y5p767cr23jh9x61axjrdnyc5lcvf7kyrg74cszsmql")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xetex-itrans") @@ -55227,13 +66270,18 @@ (define-public texlive-xetex-pstricks (package (name "texlive-xetex-pstricks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xetex/xetex-pstricks/" - "tex/xelatex/xetex-pstricks/" - "tex/xetex/xetex-pstricks/") - (base32 - "195zjdxddlwl69gnp2x3jg3l8gn36mxsdbz03qs0r940frx533ls"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xetex/xetex-pstricks/" + "tex/xelatex/xetex-pstricks/" + "tex/xetex/xetex-pstricks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "195zjdxddlwl69gnp2x3jg3l8gn36mxsdbz03qs0r940frx533ls")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xetex-pstricks") @@ -55250,12 +66298,17 @@ (define-public texlive-xetex-tibetan (package (name "texlive-xetex-tibetan") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xetex/xetex-tibetan/" - "fonts/misc/xetex/fontmapping/xetex-tibetan/") - (base32 - "02z3jzf16hi9zj50lpf9map5f6ydvxw66f0k4n5ry88s7frbxwmw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xetex/xetex-tibetan/" + "fonts/misc/xetex/fontmapping/xetex-tibetan/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02z3jzf16hi9zj50lpf9map5f6ydvxw66f0k4n5ry88s7frbxwmw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xetex-tibetan") @@ -55269,12 +66322,17 @@ (define-public texlive-xetexfontinfo (package (name "texlive-xetexfontinfo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xetex/xetexfontinfo/" - "tex/xetex/xetexfontinfo/") - (base32 - "0x1llikcvwlf74anmvaks73gvd99xha9dg49zh75dwki0nwisn2j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xetex/xetexfontinfo/" + "tex/xetex/xetexfontinfo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0x1llikcvwlf74anmvaks73gvd99xha9dg49zh75dwki0nwisn2j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xetexfontinfo") @@ -55288,11 +66346,16 @@ (define-public texlive-xetexko (package (name "texlive-xetexko") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xetex/xetexko/" "tex/xetex/xetexko/") - (base32 - "1jp5caxnyjf5fnndszaqpzsgcm2rhk5iapnpf1ca6mvxbnpf1x5l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xetex/xetexko/" "tex/xetex/xetexko/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jp5caxnyjf5fnndszaqpzsgcm2rhk5iapnpf1ca6mvxbnpf1x5l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xetexko") @@ -55307,11 +66370,16 @@ (define-public texlive-xetexref (package (name "texlive-xetexref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xetex/xetexref/") - (base32 - "0d6xwyd09rrmd0pjvrdha05l1qldppd2k7wcpyfb475pd9q05r5r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xetex/xetexref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d6xwyd09rrmd0pjvrdha05l1qldppd2k7wcpyfb475pd9q05r5r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xetexref") @@ -55325,11 +66393,16 @@ (define-public texlive-xevlna (package (name "texlive-xevlna") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/xevlna/" "tex/xelatex/xevlna/") - (base32 - "0gwh1rd5s01rnb11nxk6nxwyqj32bi739p10hwqz3sw1hfy8mnfi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/xevlna/" "tex/xelatex/xevlna/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gwh1rd5s01rnb11nxk6nxwyqj32bi739p10hwqz3sw1hfy8mnfi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xevlna") @@ -55344,12 +66417,17 @@ (define-public texlive-currfile (package (name "texlive-currfile") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/currfile/" "source/latex/currfile/" - "tex/latex/currfile/") - (base32 - "0g28y2bwqnc3xfcp0ak7rxx0c40b88vl85pj7x5dccmvx0yrxy9n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/currfile/" "source/latex/currfile/" + "tex/latex/currfile/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0g28y2bwqnc3xfcp0ak7rxx0c40b88vl85pj7x5dccmvx0yrxy9n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ydoc)) @@ -55371,11 +66449,16 @@ (define-public texlive-cursolatex (package (name "texlive-cursolatex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cursolatex/") - (base32 - "048s5fg8c19s3zbl2dkmh8ffkicb8fd9n46m0iqrc39i0wrh7p12"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cursolatex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "048s5fg8c19s3zbl2dkmh8ffkicb8fd9n46m0iqrc39i0wrh7p12")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cursolatex") @@ -55389,11 +66472,16 @@ (define-public texlive-calrsfs (package (name "texlive-calrsfs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/calrsfs/" "tex/latex/calrsfs/") - (base32 - "0aqa0k0zzzicx5nynd29i9pdb7a4j6fvf1xwrbm4qg64pl55i6xa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/calrsfs/" "tex/latex/calrsfs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0aqa0k0zzzicx5nynd29i9pdb7a4j6fvf1xwrbm4qg64pl55i6xa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/calrsfs") @@ -55406,12 +66494,17 @@ (define-public texlive-capt-of (package (name "texlive-capt-of") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/capt-of/" "source/latex/capt-of/" - "tex/latex/capt-of/") - (base32 - "0bf0cdd9ca3kkqxqqkq6jalh5ybs60l80l5gfkl2whk2v4bnzfvz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/capt-of/" "source/latex/capt-of/" + "tex/latex/capt-of/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bf0cdd9ca3kkqxqqkq6jalh5ybs60l80l5gfkl2whk2v4bnzfvz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/capt-of") @@ -55427,12 +66520,17 @@ (define-public texlive-carlisle (package (name "texlive-carlisle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/carlisle/" "source/latex/carlisle/" - "tex/latex/carlisle/") - (base32 - "0kgbs8k6ma3kng2srwpzkla1c51ylzgb7yn8bib2zy46rmysrk86"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/carlisle/" "source/latex/carlisle/" + "tex/latex/carlisle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kgbs8k6ma3kng2srwpzkla1c51ylzgb7yn8bib2zy46rmysrk86")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/carlisle") @@ -55450,12 +66548,17 @@ (define-public texlive-catchfile (package (name "texlive-catchfile") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/catchfile/" "source/latex/catchfile/" - "tex/generic/catchfile/") - (base32 - "1dpxy64hs0bjp8d2dmikflc995vazf7fi6z92w51fnj2fidgl8gx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/catchfile/" "source/latex/catchfile/" + "tex/generic/catchfile/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dpxy64hs0bjp8d2dmikflc995vazf7fi6z92w51fnj2fidgl8gx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/macros/latex/contrib/catchfile") @@ -55468,11 +66571,16 @@ (define-public texlive-ddphonism (package (name "texlive-ddphonism") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ddphonism/" "tex/latex/ddphonism/") - (base32 - "1p02ai76nnh6042pnmqv4n30z6yxsvyyk2nb9jk7xlyyc87zzbdd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ddphonism/" "tex/latex/ddphonism/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p02ai76nnh6042pnmqv4n30z6yxsvyyk2nb9jk7xlyyc87zzbdd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ddphonism") @@ -55488,11 +66596,16 @@ (define-public texlive-doi (package (name "texlive-doi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/doi/" "tex/latex/doi/") - (base32 - "18z9922lqb3hliqn95h883fndqs4lgyi5yqbnq2932ya0imc3j7h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/doi/" "tex/latex/doi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18z9922lqb3hliqn95h883fndqs4lgyi5yqbnq2932ya0imc3j7h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/doi") @@ -55513,11 +66626,16 @@ (define-public texlive-etoolbox (package (name "texlive-etoolbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/etoolbox/" "tex/latex/etoolbox/") - (base32 - "070iaj540rglf0c80l0hjkwg6aa7qyskhh4iwyhf7n8vrg5cjjab"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/etoolbox/" "tex/latex/etoolbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "070iaj540rglf0c80l0hjkwg6aa7qyskhh4iwyhf7n8vrg5cjjab")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/etoolbox") @@ -55538,12 +66656,17 @@ (define-public texlive-fncychap (package (name "texlive-fncychap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fncychap/" - "tex/latex/fncychap/") - (base32 - "1javlws18ncrf7rz7qfbx1db9jwk45lm6sa0s67hlr6hqnyjxf94"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fncychap/" + "tex/latex/fncychap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1javlws18ncrf7rz7qfbx1db9jwk45lm6sa0s67hlr6hqnyjxf94")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fncychap") @@ -55561,12 +66684,17 @@ (define-public texlive-framed (package (name "texlive-framed") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/framed/" - "tex/latex/framed/") - (base32 - "09hlzjlhz3q3l62h6gj997pfx1hc4726frhcdc6y5g66c3gh621g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/framed/" + "tex/latex/framed/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09hlzjlhz3q3l62h6gj997pfx1hc4726frhcdc6y5g66c3gh621g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/framed") @@ -55589,13 +66717,18 @@ (define-public texlive-g-brief (package (name "texlive-g-brief") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/g-brief/" - "source/latex/g-brief/" - "tex/latex/g-brief/") - (base32 - "0sicgf3wjw5jymh5xjxby2hsilakhw2lqgywx0f2zax1z854xc2m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/g-brief/" + "source/latex/g-brief/" + "tex/latex/g-brief/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sicgf3wjw5jymh5xjxby2hsilakhw2lqgywx0f2zax1z854xc2m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/g-brief") @@ -55613,13 +66746,18 @@ (define-public texlive-galois (package (name "texlive-galois") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/galois/" - "source/latex/galois/" - "tex/latex/galois/") - (base32 - "1324nw1r1aj6khz6fvrhd1p1sinadrd83j0s2q2fhnsgwp6sw94f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/galois/" + "source/latex/galois/" + "tex/latex/galois/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1324nw1r1aj6khz6fvrhd1p1sinadrd83j0s2q2fhnsgwp6sw94f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/galois") @@ -55635,13 +66773,18 @@ (define-public texlive-gcite (package (name "texlive-gcite") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gcite/" - "source/latex/gcite/" - "tex/latex/gcite/") - (base32 - "0yb7sid13bx25yar3aw6pbf4jmmfi0gdmcd7ynf5hjh9qdfb3zyh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gcite/" + "source/latex/gcite/" + "tex/latex/gcite/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yb7sid13bx25yar3aw6pbf4jmmfi0gdmcd7ynf5hjh9qdfb3zyh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/gcite") @@ -55661,11 +66804,16 @@ (define-public texlive-gckanbun (package (name "texlive-gckanbun") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gckanbun/" "tex/latex/gckanbun/") - (base32 - "1hjp7nw2b34pkfxh6n2722zc83hjpn492q77gb063jzi79pgbprx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gckanbun/" "tex/latex/gckanbun/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hjp7nw2b34pkfxh6n2722zc83hjpn492q77gb063jzi79pgbprx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gckanbun") @@ -55679,12 +66827,17 @@ (define-public texlive-gentombow (package (name "texlive-gentombow") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gentombow/" - "tex/latex/gentombow/") - (base32 - "1pc1cxsxlnj9d2qnvm31r3cw15mf7fwr5dadd10473mww8bp8irf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gentombow/" + "tex/latex/gentombow/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pc1cxsxlnj9d2qnvm31r3cw15mf7fwr5dadd10473mww8bp8irf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gentombow") @@ -55710,13 +66863,18 @@ (define-public texlive-geometry (package (name "texlive-geometry") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/geometry/" - "source/latex/geometry/" - "tex/latex/geometry/") - (base32 - "09jwdrg4s1c0gqmx7s57byw5kc09cna3li85y9ix0vxa6f6iqzi1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/geometry/" + "source/latex/geometry/" + "tex/latex/geometry/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09jwdrg4s1c0gqmx7s57byw5kc09cna3li85y9ix0vxa6f6iqzi1")))) (build-system texlive-build-system) (outputs '("out" "doc")) (propagated-inputs (list texlive-graphics texlive-iftex)) @@ -55738,13 +66896,18 @@ (define-public texlive-mdwtools (package (name "texlive-mdwtools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mdwtools/" - "source/latex/mdwtools/" - "tex/latex/mdwtools/") - (base32 - "08wyw0k6r3fv7vdgwbcpq9ckifldy17fzhpar51s1qn0yib93zdg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mdwtools/" + "source/latex/mdwtools/" + "tex/latex/mdwtools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08wyw0k6r3fv7vdgwbcpq9ckifldy17fzhpar51s1qn0yib93zdg")))) (build-system texlive-build-system) (outputs '("out" "doc")) (home-page "https://www.ctan.org/pkg/mdwtools") @@ -55765,12 +66928,17 @@ (define-public texlive-makecmds (package (name "texlive-makecmds") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/makecmds/" "source/latex/makecmds/" - "tex/latex/makecmds/") - (base32 - "05y5n265in7mrbpgjxqg339l8r8dmp6lvl4k528pr3rkb8z94qaf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/makecmds/" "source/latex/makecmds/" + "tex/latex/makecmds/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05y5n265in7mrbpgjxqg339l8r8dmp6lvl4k528pr3rkb8z94qaf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list (texlive-updmap.cfg))) @@ -55786,17 +66954,22 @@ (define-public texlive-makeindex (package (name "texlive-makeindex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/makeindex.1" - "doc/man/man1/makeindex.man1.pdf" - "doc/man/man1/mkindex.1" - "doc/man/man1/mkindex.man1.pdf" - "doc/support/makeindex/" - "makeindex/base/" - "tex/plain/makeindex/") - (base32 - "0m01m0x1kf10yvzxgrkvpic0amsr0g6q2r2wsg5f4ngybq4y9gyi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/makeindex.1" + "doc/man/man1/makeindex.man1.pdf" + "doc/man/man1/mkindex.1" + "doc/man/man1/mkindex.man1.pdf" + "doc/support/makeindex/" + "makeindex/base/" + "tex/plain/makeindex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m01m0x1kf10yvzxgrkvpic0amsr0g6q2r2wsg5f4ngybq4y9gyi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-makeindex-bin)) @@ -55857,13 +67030,18 @@ (define-public texlive-marginfix (package (name "texlive-marginfix") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/marginfix/" - "source/latex/marginfix/" - "tex/latex/marginfix/") - (base32 - "0y6lmxm5ws2g0rqisvgdc8kg3whnvabrkl662sb4jvvaz02y3qdi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/marginfix/" + "source/latex/marginfix/" + "tex/latex/marginfix/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y6lmxm5ws2g0rqisvgdc8kg3whnvabrkl662sb4jvvaz02y3qdi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/marginfix") @@ -55882,12 +67060,17 @@ (define-public texlive-metalogo (package (name "texlive-metalogo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/metalogo/" "source/latex/metalogo/" - "tex/latex/metalogo/") - (base32 - "1xzy982kc7k5n7gy019rk4hbvxli2mlf4s7h7s11diasmh5fa2gf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/metalogo/" "source/latex/metalogo/" + "tex/latex/metalogo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xzy982kc7k5n7gy019rk4hbvxli2mlf4s7h7s11diasmh5fa2gf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/metalogo") @@ -55902,12 +67085,17 @@ (define-public texlive-paralist (package (name "texlive-paralist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/paralist/" "source/latex/paralist/" - "tex/latex/paralist/") - (base32 - "003gs7rjm97vqh903wdjys3ls96kx45w3s4qghjk1fdjx6qxd32l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/paralist/" "source/latex/paralist/" + "tex/latex/paralist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "003gs7rjm97vqh903wdjys3ls96kx45w3s4qghjk1fdjx6qxd32l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/paralist") @@ -55923,12 +67111,17 @@ (define-public texlive-polski (package (name "texlive-polski") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/polski/" "source/latex/polski/" - "tex/latex/polski/") - (base32 - "0rcqyq8a96dl61fi9yr201rpm93w70sq93872ngfgvnk5m19xy13"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/polski/" "source/latex/polski/" + "tex/latex/polski/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rcqyq8a96dl61fi9yr201rpm93w70sq93872ngfgvnk5m19xy13")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:build-targets #~(list "polski.ins"))) @@ -55951,14 +67144,19 @@ (define-public texlive-polyglossia (package (name "texlive-polyglossia") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/polyglossia/" - "fonts/misc/xetex/fontmapping/polyglossia/" - "source/latex/polyglossia/" - "tex/latex/polyglossia/") - (base32 - "15rqqf0yb09qcs6ibsrkg5jbpzicxkpbj211p6qkfl2fcrc1gndv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/polyglossia/" + "fonts/misc/xetex/fontmapping/polyglossia/" + "source/latex/polyglossia/" + "tex/latex/polyglossia/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15rqqf0yb09qcs6ibsrkg5jbpzicxkpbj211p6qkfl2fcrc1gndv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -56058,13 +67256,18 @@ (define-public texlive-przechlewski-book (package (name "texlive-przechlewski-book") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/przechlewski-book/" - "doc/latex/przechlewski-book/" - "tex/latex/przechlewski-book/") - (base32 - "06bsdpm26s3qqxhik185pkrxp0mx2n5jxndm14cd917drh162yr8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/przechlewski-book/" + "doc/latex/przechlewski-book/" + "tex/latex/przechlewski-book/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06bsdpm26s3qqxhik185pkrxp0mx2n5jxndm14cd917drh162yr8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/przechlewski-book") @@ -56078,14 +67281,19 @@ (define-public texlive-qpxqtx (package (name "texlive-qpxqtx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/qpxqtx/" - "fonts/tfm/public/qpxqtx/" - "fonts/vf/public/qpxqtx/" - "tex/generic/qpxqtx/") - (base32 - "0ksikdpzsv0rdnl5p536aw3625rlmzpgmhsycb8sbm9jlbrpxvi6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/qpxqtx/" + "fonts/tfm/public/qpxqtx/" + "fonts/vf/public/qpxqtx/" + "tex/generic/qpxqtx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ksikdpzsv0rdnl5p536aw3625rlmzpgmhsycb8sbm9jlbrpxvi6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/qpxqtx") @@ -56100,13 +67308,18 @@ (define-public texlive-supertabular (package (name "texlive-supertabular") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/supertabular/" - "source/latex/supertabular/" - "tex/latex/supertabular/") - (base32 - "1z4kyx20w2zvn6c5a7p702pxj254f2pwlk7x815gzlcc6563js6a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/supertabular/" + "source/latex/supertabular/" + "tex/latex/supertabular/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z4kyx20w2zvn6c5a7p702pxj254f2pwlk7x815gzlcc6563js6a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/supertabular") @@ -56124,11 +67337,16 @@ (define-public texlive-tap (package (name "texlive-tap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/tap/" "tex/generic/tap/") - (base32 - "18xfn4p90i0hw5h7am982jgqnsj7qyaijw20zjy3shwihgkaq7fs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/tap/" "tex/generic/tap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18xfn4p90i0hw5h7am982jgqnsj7qyaijw20zjy3shwihgkaq7fs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tap") @@ -56145,11 +67363,16 @@ (define-public texlive-texinfo (package (name "texlive-texinfo") (version "2023.0") - (source (texlive-origin - name version - (list "tex/texinfo/") - (base32 - "1wdrqwksbhxxx275mzhcr3mc67f76nbflplqs4y1xx67iw724dmx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/texinfo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wdrqwksbhxxx275mzhcr3mc67f76nbflplqs4y1xx67iw724dmx")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texinfo") (synopsis "Texinfo documentation system") @@ -56167,12 +67390,17 @@ (define-public texlive-textcase (package (name "texlive-textcase") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/textcase/" "source/latex/textcase/" - "tex/latex/textcase/") - (base32 - "15jb7r1p7vjm1i02lf5c9g5i7fcgkc7a6b59jhyzzk2l7ch41d7f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/textcase/" "source/latex/textcase/" + "tex/latex/textcase/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15jb7r1p7vjm1i02lf5c9g5i7fcgkc7a6b59jhyzzk2l7ch41d7f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/textcase") @@ -56196,13 +67424,18 @@ (define-public texlive-upquote (package (name "texlive-upquote") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/upquote/" - "source/latex/upquote/" - "tex/latex/upquote/") - (base32 - "1manbljqx2859wq9by6bpcx4rnxvc596a05d21cw464484f8a8z2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/upquote/" + "source/latex/upquote/" + "tex/latex/upquote/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1manbljqx2859wq9by6bpcx4rnxvc596a05d21cw464484f8a8z2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/upquote") @@ -56226,12 +67459,17 @@ (define-public texlive-anysize (package (name "texlive-anysize") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/anysize/" - "tex/latex/anysize/") - (base32 - "155s0v82zpkmv97kwqhhfw52230hka9zl3wzjw1d5ayxd4n11bxq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/anysize/" + "tex/latex/anysize/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "155s0v82zpkmv97kwqhhfw52230hka9zl3wzjw1d5ayxd4n11bxq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/anysize") @@ -56248,13 +67486,18 @@ (define-public texlive-appendix (package (name "texlive-appendix") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/appendix/" - "source/latex/appendix/" - "tex/latex/appendix/") - (base32 - "1vqkqpzs7bc6pbjnafakrwayjyfx9mvadrqxccdf549m8172qvzk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/appendix/" + "source/latex/appendix/" + "tex/latex/appendix/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vqkqpzs7bc6pbjnafakrwayjyfx9mvadrqxccdf549m8172qvzk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/appendix") @@ -56273,20 +67516,25 @@ (define-public texlive-bookman (package (name "texlive-bookman") (version "2023.0") - (source (texlive-origin - name version - (list "dvips/bookman/" - "fonts/afm/adobe/bookman/" - "fonts/afm/urw/bookman/" - "fonts/map/dvips/bookman/" - "fonts/tfm/adobe/bookman/" - "fonts/tfm/urw35vf/bookman/" - "fonts/type1/urw/bookman/" - "fonts/vf/adobe/bookman/" - "fonts/vf/urw35vf/bookman/" - "tex/latex/bookman/") - (base32 - "12wkjwpzxn1a1k3bb41gpnky1jjsh7gzj4xahsjd087fpmrsj9p9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "dvips/bookman/" + "fonts/afm/adobe/bookman/" + "fonts/afm/urw/bookman/" + "fonts/map/dvips/bookman/" + "fonts/tfm/adobe/bookman/" + "fonts/tfm/urw35vf/bookman/" + "fonts/type1/urw/bookman/" + "fonts/vf/adobe/bookman/" + "fonts/vf/urw35vf/bookman/" + "tex/latex/bookman/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12wkjwpzxn1a1k3bb41gpnky1jjsh7gzj4xahsjd087fpmrsj9p9")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/urw-base35") (synopsis "Replacement for Adobe's Bookman font") @@ -56299,13 +67547,18 @@ (define-public texlive-bookmark (package (name "texlive-bookmark") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bookmark/" - "source/latex/bookmark/" - "tex/latex/bookmark/") - (base32 - "111sjwabcbr8ry8fh94ywpzska032y8r4iz4waxa4kf5l3k0p4bs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bookmark/" + "source/latex/bookmark/" + "tex/latex/bookmark/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "111sjwabcbr8ry8fh94ywpzska032y8r4iz4waxa4kf5l3k0p4bs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:build-targets #~(list "bookmark.dtx"))) @@ -56323,13 +67576,18 @@ (define-public texlive-changebar (package (name "texlive-changebar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/changebar/" - "source/latex/changebar/" - "tex/latex/changebar/") - (base32 - "0k6r3f6xqbl5gr3i2kwh82lkbwk76gwyfvj7nsvzi1awjk84hqd2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/changebar/" + "source/latex/changebar/" + "tex/latex/changebar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k6r3f6xqbl5gr3i2kwh82lkbwk76gwyfvj7nsvzi1awjk84hqd2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/changebar") @@ -56348,12 +67606,17 @@ (define-public texlive-checkcites (package (name "texlive-checkcites") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/checkcites/" - "scripts/checkcites/") - (base32 - "0zfghyyq86xrbnb9bzl7z1p96s0n255b39v2srqslb2z37ppvjyz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/checkcites/" + "scripts/checkcites/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zfghyyq86xrbnb9bzl7z1p96s0n255b39v2srqslb2z37ppvjyz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/checkcites") @@ -56368,13 +67631,18 @@ (define-public texlive-chickenize (package (name "texlive-chickenize") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/chickenize/" - "source/luatex/chickenize/" - "tex/luatex/chickenize/") - (base32 - "055lkxc2igr0qh1lcdbnh2w0z92v3wkjgp1hpbbrj8r5kvpm7nvy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/chickenize/" + "source/luatex/chickenize/" + "tex/luatex/chickenize/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "055lkxc2igr0qh1lcdbnh2w0z92v3wkjgp1hpbbrj8r5kvpm7nvy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chickenize") @@ -56391,12 +67659,17 @@ (define-public texlive-chinese-jfm (package (name "texlive-chinese-jfm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/chinese-jfm/" - "tex/luatex/chinese-jfm/") - (base32 - "0ixlwivijp6vvzn2j3drr13hk0ylslcd9ws8df24abda93wjm35r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/chinese-jfm/" + "tex/luatex/chinese-jfm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ixlwivijp6vvzn2j3drr13hk0ylslcd9ws8df24abda93wjm35r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chinese-jfm") @@ -56412,12 +67685,17 @@ (define-public texlive-cloze (package (name "texlive-cloze") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/cloze/" "scripts/cloze/" - "source/luatex/cloze/" "tex/luatex/cloze/") - (base32 - "0i0bsflqgw14bik1r8qlx2287fx6lv8jmha57bx54d7icaswssf9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/cloze/" "scripts/cloze/" + "source/luatex/cloze/" "tex/luatex/cloze/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0i0bsflqgw14bik1r8qlx2287fx6lv8jmha57bx54d7icaswssf9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cloze") @@ -56432,12 +67710,17 @@ (define-public texlive-cmap (package (name "texlive-cmap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cmap/" - "tex/latex/cmap/") - (base32 - "1hag26l3g9mpmmy1kn7lrnfzzr8k0hpm259qp087smggykvsjc4v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cmap/" + "tex/latex/cmap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hag26l3g9mpmmy1kn7lrnfzzr8k0hpm259qp087smggykvsjc4v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cmap") @@ -56453,12 +67736,17 @@ (define-public texlive-colorprofiles (package (name "texlive-colorprofiles") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/colorprofiles/" - "tex/generic/colorprofiles/") - (base32 - "1nxbds0jhn5wvf50iy1a4mpfgk56587kqvs4wxf08ysvqx6xiaxv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/colorprofiles/" + "tex/generic/colorprofiles/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nxbds0jhn5wvf50iy1a4mpfgk56587kqvs4wxf08ysvqx6xiaxv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/colorprofiles") @@ -56473,12 +67761,17 @@ (define-public texlive-colortbl (package (name "texlive-colortbl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/colortbl/" "source/latex/colortbl/" - "tex/latex/colortbl/") - (base32 - "17hslagzpbi5jq08sjinrc3cv65m8g667mb2zlq89fq5ix9808vx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/colortbl/" "source/latex/colortbl/" + "tex/latex/colortbl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17hslagzpbi5jq08sjinrc3cv65m8g667mb2zlq89fq5ix9808vx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/colortbl") @@ -56494,12 +67787,17 @@ (define-public texlive-combofont (package (name "texlive-combofont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/combofont/" - "tex/lualatex/combofont/") - (base32 - "05p044znavjjd7cpgjx46i8n6b56rpybhixqs9yaam86nb70ha7n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/combofont/" + "tex/lualatex/combofont/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05p044znavjjd7cpgjx46i8n6b56rpybhixqs9yaam86nb70ha7n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/combofont") @@ -56513,12 +67811,17 @@ (define-public texlive-cstypo (package (name "texlive-cstypo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/cstypo/" - "tex/lualatex/cstypo/" "tex/luatex/cstypo/") - (base32 - "07cgcda6jcmkvhp90n4a8g4x98jmzwf4199gp6nh19718v6n15j8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/cstypo/" + "tex/lualatex/cstypo/" "tex/luatex/cstypo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07cgcda6jcmkvhp90n4a8g4x98jmzwf4199gp6nh19718v6n15j8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cstypo") @@ -56532,12 +67835,17 @@ (define-public texlive-fancybox (package (name "texlive-fancybox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fancybox/" - "tex/latex/fancybox/") - (base32 - "0pb1j0a1va8yhrzig7dwrd8jgq39mbcpygl810jhrv8pl473mfmn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fancybox/" + "tex/latex/fancybox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pb1j0a1va8yhrzig7dwrd8jgq39mbcpygl810jhrv8pl473mfmn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fancybox") @@ -56555,12 +67863,17 @@ (define-public texlive-fancyhdr (package (name "texlive-fancyhdr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fancyhdr/" "source/latex/fancyhdr/" - "tex/latex/fancyhdr/") - (base32 - "0asx5l8kx1zsvja5arnbspr37hwmmjp01837kfrsy7dsm8wfclgr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fancyhdr/" "source/latex/fancyhdr/" + "tex/latex/fancyhdr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0asx5l8kx1zsvja5arnbspr37hwmmjp01837kfrsy7dsm8wfclgr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fancyhdr") @@ -56577,11 +67890,16 @@ (define-public texlive-fancyhdr-it (package (name "texlive-fancyhdr-it") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fancyhdr-it/") - (base32 - "117826hd9zl15i8qf6d1pz2qz57l68a9nxqldxyk21acc29ifalr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fancyhdr-it/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "117826hd9zl15i8qf6d1pz2qz57l68a9nxqldxyk21acc29ifalr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fancyhdr-it") @@ -56595,13 +67913,18 @@ (define-public texlive-fancyref (package (name "texlive-fancyref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fancyref/" - "source/latex/fancyref/" - "tex/latex/fancyref/") - (base32 - "0njgl53f5farwbd8xkw8im8id0scf6agbfqcdjkbqlk540vdzwbp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fancyref/" + "source/latex/fancyref/" + "tex/latex/fancyref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0njgl53f5farwbd8xkw8im8id0scf6agbfqcdjkbqlk540vdzwbp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fancyref") @@ -56616,13 +67939,18 @@ (define-public texlive-float (package (name "texlive-float") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/float/" - "source/latex/float/" - "tex/latex/float/") - (base32 - "1rfyvk1n83zsmrrp0x643052nrjb00cj935d2cpm37x4pz649f5d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/float/" + "source/latex/float/" + "tex/latex/float/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rfyvk1n83zsmrrp0x643052nrjb00cj935d2cpm37x4pz649f5d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/float") @@ -56641,12 +67969,17 @@ (define-public texlive-footmisc (package (name "texlive-footmisc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/footmisc/" "source/latex/footmisc/" - "tex/latex/footmisc/") - (base32 - "1vs69z6hqvx9rxqqr0aqs56wvl0y0102szq954hb9gyqzwj2q225"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/footmisc/" "source/latex/footmisc/" + "tex/latex/footmisc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vs69z6hqvx9rxqqr0aqs56wvl0y0102szq954hb9gyqzwj2q225")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/footmisc") @@ -56666,13 +67999,18 @@ (define-public texlive-footnotehyper (package (name "texlive-footnotehyper") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/footnotehyper/" - "source/latex/footnotehyper/" - "tex/latex/footnotehyper/") - (base32 - "0f8d13zr07bl295rvpagj99s9fn4dgrcjzv1xpjmla3h6xhrv914"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/footnotehyper/" + "source/latex/footnotehyper/" + "tex/latex/footnotehyper/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f8d13zr07bl295rvpagj99s9fn4dgrcjzv1xpjmla3h6xhrv914")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/footnotehyper") @@ -56687,13 +68025,18 @@ (define-public texlive-letltxmacro (package (name "texlive-letltxmacro") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/letltxmacro/" - "source/latex/letltxmacro/" - "tex/latex/letltxmacro/") - (base32 - "16bmwsng9p80jf78sdmib24apwnw3raw306cs1ms50z5s9dsfdby"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/letltxmacro/" + "source/latex/letltxmacro/" + "tex/latex/letltxmacro/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16bmwsng9p80jf78sdmib24apwnw3raw306cs1ms50z5s9dsfdby")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/letltxmacro") @@ -56711,15 +68054,20 @@ (define-public texlive-frankenstein (package (name "texlive-frankenstein") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/frankenstein/" - "bibtex/bst/frankenstein/" - "doc/latex/frankenstein/" - "source/latex/frankenstein/" - "tex/latex/frankenstein/") - (base32 - "1x494vl4acl0bhfshs96ap8j47xk4m4njfincfhg2b0mi7l5mj1i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/frankenstein/" + "bibtex/bst/frankenstein/" + "doc/latex/frankenstein/" + "source/latex/frankenstein/" + "tex/latex/frankenstein/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x494vl4acl0bhfshs96ap8j47xk4m4njfincfhg2b0mi7l5mj1i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -56776,13 +68124,18 @@ (define-public texlive-kantlipsum (package (name "texlive-kantlipsum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/kantlipsum/" - "source/latex/kantlipsum/" - "tex/latex/kantlipsum/") - (base32 - "1bz08i8b7ihzd2qi4v9r9kjl2kr5a3l516lqb36spxyyrlmmwv4p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/kantlipsum/" + "source/latex/kantlipsum/" + "tex/latex/kantlipsum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bz08i8b7ihzd2qi4v9r9kjl2kr5a3l516lqb36spxyyrlmmwv4p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kantlipsum") @@ -56798,12 +68151,17 @@ (define-public texlive-kurdishlipsum (package (name "texlive-kurdishlipsum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/kurdishlipsum/" - "tex/xelatex/kurdishlipsum/") - (base32 - "0lpdjqbif0pqsb6pmg8jc8igdf06dzwn3yfxh19mnjfzslcxkcmk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/kurdishlipsum/" + "tex/xelatex/kurdishlipsum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lpdjqbif0pqsb6pmg8jc8igdf06dzwn3yfxh19mnjfzslcxkcmk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kurdishlipsum") @@ -56819,19 +68177,24 @@ (define-public texlive-kurier (package (name "texlive-kurier") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/kurier/" - "fonts/afm/nowacki/kurier/" - "fonts/enc/dvips/kurier/" - "fonts/map/dvips/kurier/" - "fonts/opentype/nowacki/kurier/" - "fonts/tfm/nowacki/kurier/" - "fonts/type1/nowacki/kurier/" - "tex/latex/kurier/" - "tex/plain/kurier/") - (base32 - "0j89iv0yyy33dyyka0w0v5jykl41sdn7plxrrxa91qmxzqvi2y67"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/kurier/" + "fonts/afm/nowacki/kurier/" + "fonts/enc/dvips/kurier/" + "fonts/map/dvips/kurier/" + "fonts/opentype/nowacki/kurier/" + "fonts/tfm/nowacki/kurier/" + "fonts/type1/nowacki/kurier/" + "tex/latex/kurier/" + "tex/plain/kurier/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0j89iv0yyy33dyyka0w0v5jykl41sdn7plxrrxa91qmxzqvi2y67")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kurier") @@ -56853,12 +68216,17 @@ (define-public texlive-lipsum (package (name "texlive-lipsum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lipsum/" "source/latex/lipsum/" - "tex/latex/lipsum/") - (base32 - "07kcma66p3s68baygzvgcmb7jvwaan7jj6s3hxmx42npcfsp57s3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lipsum/" "source/latex/lipsum/" + "tex/latex/lipsum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07kcma66p3s68baygzvgcmb7jvwaan7jj6s3hxmx42npcfsp57s3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lipsum") @@ -56874,12 +68242,17 @@ (define-public texlive-listings (package (name "texlive-listings") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/listings/" "source/latex/listings/" - "tex/latex/listings/") - (base32 - "12db0jnambf3j2c2drnbjz369iwssbbcd7yqjcv0wrzq284lzc0m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/listings/" "source/latex/listings/" + "tex/latex/listings/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12db0jnambf3j2c2drnbjz369iwssbbcd7yqjcv0wrzq284lzc0m")))) (outputs '("out" "doc")) (build-system texlive-build-system) ;; Do not build intermediate "lstdrvrs.ins". @@ -56897,13 +68270,18 @@ (define-public texlive-listingsutf8 (package (name "texlive-listingsutf8") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/listingsutf8/" - "source/latex/listingsutf8/" - "tex/latex/listingsutf8/") - (base32 - "152gzkzm7sl3bvggmmfcj1pw74vc40s2kpkbp01fd9i0d0v60wma"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/listingsutf8/" + "source/latex/listingsutf8/" + "tex/latex/listingsutf8/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "152gzkzm7sl3bvggmmfcj1pw74vc40s2kpkbp01fd9i0d0v60wma")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/listingsutf8") @@ -56922,12 +68300,17 @@ (define-public texlive-jknapltx (package (name "texlive-jknapltx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jknapltx/" - "tex/latex/jknapltx/") - (base32 - "0as43yqq123cacxhvp4sbdp4ka3cyp2spmxwayqny0fh5rsk6qaq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jknapltx/" + "tex/latex/jknapltx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0as43yqq123cacxhvp4sbdp4ka3cyp2spmxwayqny0fh5rsk6qaq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jknapltx") @@ -56950,13 +68333,18 @@ (define-public texlive-jmn (package (name "texlive-jmn") (version "2023.0") - (source (texlive-origin - name version - (list "fonts/afm/jmn/hans/" "fonts/enc/dvips/jmn/" - "fonts/map/dvips/jmn/" "fonts/tfm/jmn/hans/" - "fonts/type1/jmn/hans/") - (base32 - "0iq5ky3llx50smw80lpylv11jmqc51m5yrhlslz3sakmgdqgg1yi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "fonts/afm/jmn/hans/" "fonts/enc/dvips/jmn/" + "fonts/map/dvips/jmn/" "fonts/tfm/jmn/hans/" + "fonts/type1/jmn/hans/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0iq5ky3llx50smw80lpylv11jmqc51m5yrhlslz3sakmgdqgg1yi")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jmn") (synopsis "Special fonts for ConTeXt") @@ -56967,13 +68355,18 @@ (define-public texlive-kvoptions (package (name "texlive-kvoptions") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/kvoptions/" - "source/latex/kvoptions/" - "tex/latex/kvoptions/") - (base32 - "14f19c53s5m067vp25h7yk1f209h1xm352zkhzv6qk5xc0ckkbxm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/kvoptions/" + "source/latex/kvoptions/" + "tex/latex/kvoptions/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14f19c53s5m067vp25h7yk1f209h1xm352zkhzv6qk5xc0ckkbxm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/kvoptions") @@ -56989,13 +68382,18 @@ (define-public texlive-ekdosis (package (name "texlive-ekdosis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/ekdosis/" - "source/lualatex/ekdosis/" - "tex/lualatex/ekdosis/") - (base32 - "0bzydy6gcmikqsdiaji30a2ycifzaafbg0ccv5lq5an7rv2hajmj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/ekdosis/" + "source/lualatex/ekdosis/" + "tex/lualatex/ekdosis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bzydy6gcmikqsdiaji30a2ycifzaafbg0ccv5lq5an7rv2hajmj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ekdosis") @@ -57016,11 +68414,16 @@ (define-public texlive-emoji (package (name "texlive-emoji") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/emoji/" "tex/latex/emoji/") - (base32 - "17i2kjb1rlgj2ipg6bkni1n8l1yhhnm1m96ynj1nv8gkmgkfklal"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/emoji/" "tex/latex/emoji/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17i2kjb1rlgj2ipg6bkni1n8l1yhhnm1m96ynj1nv8gkmgkfklal")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/emoji") @@ -57034,12 +68437,17 @@ (define-public texlive-emojicite (package (name "texlive-emojicite") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/emojicite/" - "tex/lualatex/emojicite/") - (base32 - "0wfr4alglwhsp728fp91qxdmc9413c6k9j7hgg0qk3j4w464srbj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/emojicite/" + "tex/lualatex/emojicite/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wfr4alglwhsp728fp91qxdmc9413c6k9j7hgg0qk3j4w464srbj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/emojicite") @@ -57051,16 +68459,21 @@ (define-public texlive-enigma (package (name "texlive-enigma") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/enigma/enigma/" - "scripts/context/lua/third/enigma/mtx-t-enigma.lua/" - "tex/context/third/enigma/t-enigma.mkv/" - "tex/generic/enigma/" - "tex/latex/enigma/" - "tex/plain/enigma/") - (base32 - "1rnp2c903bfgq0gqshaccd1zxcb0zpbk2sh7w3lwynpp0zx8d435"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/enigma/enigma/" + "scripts/context/lua/third/enigma/mtx-t-enigma.lua/" + "tex/context/third/enigma/t-enigma.mkv/" + "tex/generic/enigma/" + "tex/latex/enigma/" + "tex/plain/enigma/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rnp2c903bfgq0gqshaccd1zxcb0zpbk2sh7w3lwynpp0zx8d435")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/enigma") @@ -57074,13 +68487,18 @@ (define-public texlive-ae (package (name "texlive-ae") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/ae/" "fonts/tfm/public/ae/" - "fonts/vf/public/ae/" "source/fonts/ae/" - "tex/latex/ae/") - (base32 - "1xkzg381y0avdq381r2m990wp27czkdff0qkvsp2n5q62yc0bdsw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/ae/" "fonts/tfm/public/ae/" + "fonts/vf/public/ae/" "source/fonts/ae/" + "tex/latex/ae/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xkzg381y0avdq381r2m990wp27czkdff0qkvsp2n5q62yc0bdsw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ae") @@ -57098,11 +68516,16 @@ (define-public texlive-aeguill (package (name "texlive-aeguill") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/aeguill/" "tex/latex/aeguill/") - (base32 - "0dbl2dky8gbax9blj0nvk23y2pwkmyikxnbbn27zivpamwc0j8nc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/aeguill/" "tex/latex/aeguill/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dbl2dky8gbax9blj0nvk23y2pwkmyikxnbbn27zivpamwc0j8nc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/aeguill") @@ -57118,11 +68541,16 @@ (define-public texlive-incgraph (package (name "texlive-incgraph") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/incgraph/" "tex/latex/incgraph/") - (base32 - "18ygl211wpnx433xy4v3jyl7wn9vn0dw23m709xs01kq7pwmsz3i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/incgraph/" "tex/latex/incgraph/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18ygl211wpnx433xy4v3jyl7wn9vn0dw23m709xs01kq7pwmsz3i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/incgraph") @@ -57140,17 +68568,22 @@ (define-public texlive-inconsolata (package (name "texlive-inconsolata") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/inconsolata/" - "fonts/enc/dvips/inconsolata/" - "fonts/map/dvips/inconsolata/" - "fonts/opentype/public/inconsolata/" - "fonts/tfm/public/inconsolata/" - "fonts/type1/public/inconsolata/" - "tex/latex/inconsolata/") - (base32 - "19lvma52vk7x8d7j4s9ymjwm3w2k08860fh6dkzn76scgpdm4wlb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/inconsolata/" + "fonts/enc/dvips/inconsolata/" + "fonts/map/dvips/inconsolata/" + "fonts/opentype/public/inconsolata/" + "fonts/tfm/public/inconsolata/" + "fonts/type1/public/inconsolata/" + "tex/latex/inconsolata/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19lvma52vk7x8d7j4s9ymjwm3w2k08860fh6dkzn76scgpdm4wlb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/inconsolata") @@ -57169,13 +68602,18 @@ (define-public texlive-innerscript (package (name "texlive-innerscript") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/innerscript/" - "source/lualatex/innerscript/" - "tex/lualatex/innerscript/") - (base32 - "1nq2il8av1169is3kbq761375vk4znb2cc3f8vk9ab3fh5vqkcjv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/innerscript/" + "source/lualatex/innerscript/" + "tex/lualatex/innerscript/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nq2il8av1169is3kbq761375vk4znb2cc3f8vk9ab3fh5vqkcjv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -57212,12 +68650,17 @@ (define-public texlive-interpreter (package (name "texlive-interpreter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/interpreter/" - "tex/luatex/interpreter/") - (base32 - "03h6bjhvbl3bfkiyssplivqmn2986asv8b1jvr1ahsh7p04bkk4j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/interpreter/" + "tex/luatex/interpreter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03h6bjhvbl3bfkiyssplivqmn2986asv8b1jvr1ahsh7p04bkk4j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/interpreter") @@ -57234,20 +68677,25 @@ (define-public texlive-times (package (name "texlive-times") (version "2023.0") - (source (texlive-origin - name version - (list "dvips/times/" - "fonts/afm/adobe/times/" - "fonts/afm/urw/times/" - "fonts/map/dvips/times/" - "fonts/tfm/adobe/times/" - "fonts/tfm/urw35vf/times/" - "fonts/type1/urw/times/" - "fonts/vf/adobe/times/" - "fonts/vf/urw35vf/times/" - "tex/latex/times/") - (base32 - "13g41a7vbkvsf7ki9dgl7qm100w382mnlqkcngwgl3axp6s5s8l0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "dvips/times/" + "fonts/afm/adobe/times/" + "fonts/afm/urw/times/" + "fonts/map/dvips/times/" + "fonts/tfm/adobe/times/" + "fonts/tfm/urw35vf/times/" + "fonts/type1/urw/times/" + "fonts/vf/adobe/times/" + "fonts/vf/urw35vf/times/" + "tex/latex/times/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13g41a7vbkvsf7ki9dgl7qm100w382mnlqkcngwgl3axp6s5s8l0")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/urw-base35") (synopsis "Replacement for Adobe's Times font") @@ -57263,20 +68711,25 @@ (define-public texlive-palatino (package (name "texlive-palatino") (version "2023.0") - (source (texlive-origin - name version - (list "dvips/palatino/" - "fonts/afm/adobe/palatino/" - "fonts/afm/urw/palatino/" - "fonts/map/dvips/palatino/" - "fonts/tfm/adobe/palatino/" - "fonts/tfm/urw35vf/palatino/" - "fonts/type1/urw/palatino/" - "fonts/vf/adobe/palatino/" - "fonts/vf/urw35vf/palatino/" - "tex/latex/palatino/") - (base32 - "12jc0av7v99857jigmva47qaxyllhpzsnqis10n0qya2kz44xf22"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "dvips/palatino/" + "fonts/afm/adobe/palatino/" + "fonts/afm/urw/palatino/" + "fonts/map/dvips/palatino/" + "fonts/tfm/adobe/palatino/" + "fonts/tfm/urw35vf/palatino/" + "fonts/type1/urw/palatino/" + "fonts/vf/adobe/palatino/" + "fonts/vf/urw35vf/palatino/" + "tex/latex/palatino/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12jc0av7v99857jigmva47qaxyllhpzsnqis10n0qya2kz44xf22")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/urw-base35") (synopsis "Replacement for Adobe's Palatino font") @@ -57292,18 +68745,23 @@ (define-public texlive-poltawski (package (name "texlive-poltawski") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/poltawski/" - "fonts/afm/gust/poltawski/" - "fonts/enc/dvips/poltawski/" - "fonts/map/dvips/poltawski/" - "fonts/opentype/gust/poltawski/" - "fonts/tfm/gust/poltawski/" - "fonts/type1/gust/poltawski/" - "tex/latex/poltawski/") - (base32 - "1cf8vxah8j6nnaq2lhmiy1q3dnq6swprfmizzxd6y67sc60rznzm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/poltawski/" + "fonts/afm/gust/poltawski/" + "fonts/enc/dvips/poltawski/" + "fonts/map/dvips/poltawski/" + "fonts/opentype/gust/poltawski/" + "fonts/tfm/gust/poltawski/" + "fonts/type1/gust/poltawski/" + "tex/latex/poltawski/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cf8vxah8j6nnaq2lhmiy1q3dnq6swprfmizzxd6y67sc60rznzm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/poltawski") @@ -57327,20 +68785,25 @@ (define-public texlive-zapfchan (package (name "texlive-zapfchan") (version "2023.0") - (source (texlive-origin - name version - (list "dvips/zapfchan/" - "fonts/afm/adobe/zapfchan/" - "fonts/afm/urw/zapfchan/" - "fonts/map/dvips/zapfchan/" - "fonts/tfm/adobe/zapfchan/" - "fonts/tfm/urw35vf/zapfchan/" - "fonts/type1/urw/zapfchan/" - "fonts/vf/adobe/zapfchan/" - "fonts/vf/urw35vf/zapfchan/" - "tex/latex/zapfchan/") - (base32 - "1753lvv2bq29g43s4chc884n742695agvgal0b99gsrvlkyfp8gn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "dvips/zapfchan/" + "fonts/afm/adobe/zapfchan/" + "fonts/afm/urw/zapfchan/" + "fonts/map/dvips/zapfchan/" + "fonts/tfm/adobe/zapfchan/" + "fonts/tfm/urw35vf/zapfchan/" + "fonts/type1/urw/zapfchan/" + "fonts/vf/adobe/zapfchan/" + "fonts/vf/urw35vf/zapfchan/" + "tex/latex/zapfchan/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1753lvv2bq29g43s4chc884n742695agvgal0b99gsrvlkyfp8gn")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/urw-base35") (synopsis "Replacement for Adobe's Zapf Chancery font") @@ -57353,18 +68816,23 @@ (define-public texlive-zapfding (package (name "texlive-zapfding") (version "2023.0") - (source (texlive-origin - name version - (list "dvips/zapfding/" - "fonts/afm/adobe/zapfding/" - "fonts/afm/urw/zapfding/" - "fonts/map/dvips/zapfding/" - "fonts/tfm/adobe/zapfding/" - "fonts/tfm/urw35vf/zapfding/" - "fonts/type1/urw/zapfding/" - "tex/latex/zapfding/") - (base32 - "17mls8wilz9api9ivsbcczpiqp1f39qy8wa6ajssi8zhnc5lq7zn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "dvips/zapfding/" + "fonts/afm/adobe/zapfding/" + "fonts/afm/urw/zapfding/" + "fonts/map/dvips/zapfding/" + "fonts/tfm/adobe/zapfding/" + "fonts/tfm/urw35vf/zapfding/" + "fonts/type1/urw/zapfding/" + "tex/latex/zapfding/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17mls8wilz9api9ivsbcczpiqp1f39qy8wa6ajssi8zhnc5lq7zn")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/urw-base35") (synopsis "Replacement for Adobe's Zapfding font") @@ -57378,12 +68846,17 @@ (define-public texlive-zbmath-review-template (package (name "texlive-zbmath-review-template") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/zbmath-review-template/" - "tex/xelatex/zbmath-review-template/") - (base32 - "1m5q03vjscla4wmy9fr3kl23pk8zmqw760i89zg62pj4np8vyplj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/zbmath-review-template/" + "tex/xelatex/zbmath-review-template/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m5q03vjscla4wmy9fr3kl23pk8zmqw760i89zg62pj4np8vyplj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zbmath-review-template") @@ -57398,28 +68871,33 @@ (define-public texlive-zhmetrics (package (name "texlive-zhmetrics") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/zhmetrics/" - "fonts/tfm/zhmetrics/cyberb/" - "fonts/tfm/zhmetrics/gbk/" - "fonts/tfm/zhmetrics/gbkfs/" - "fonts/tfm/zhmetrics/gbkhei/" - "fonts/tfm/zhmetrics/gbkkai/" - "fonts/tfm/zhmetrics/gbkli/" - "fonts/tfm/zhmetrics/gbksong/" - "fonts/tfm/zhmetrics/gbkyou/" - "fonts/tfm/zhmetrics/unifs/" - "fonts/tfm/zhmetrics/unihei/" - "fonts/tfm/zhmetrics/unikai/" - "fonts/tfm/zhmetrics/unili/" - "fonts/tfm/zhmetrics/unisong/" - "fonts/tfm/zhmetrics/uniyou/" - "source/fonts/zhmetrics/" - "tex/generic/zhmetrics/" - "tex/latex/zhmetrics/") - (base32 - "0953rxs3k3vil9aq9v8hacwbnchz73ql8xp0dp0ynpw6v8iabxyg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/zhmetrics/" + "fonts/tfm/zhmetrics/cyberb/" + "fonts/tfm/zhmetrics/gbk/" + "fonts/tfm/zhmetrics/gbkfs/" + "fonts/tfm/zhmetrics/gbkhei/" + "fonts/tfm/zhmetrics/gbkkai/" + "fonts/tfm/zhmetrics/gbkli/" + "fonts/tfm/zhmetrics/gbksong/" + "fonts/tfm/zhmetrics/gbkyou/" + "fonts/tfm/zhmetrics/unifs/" + "fonts/tfm/zhmetrics/unihei/" + "fonts/tfm/zhmetrics/unikai/" + "fonts/tfm/zhmetrics/unili/" + "fonts/tfm/zhmetrics/unisong/" + "fonts/tfm/zhmetrics/uniyou/" + "source/fonts/zhmetrics/" + "tex/generic/zhmetrics/" + "tex/latex/zhmetrics/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0953rxs3k3vil9aq9v8hacwbnchz73ql8xp0dp0ynpw6v8iabxyg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zhmetrics") @@ -57436,13 +68914,18 @@ (define-public texlive-zhmetrics-uptex (package (name "texlive-zhmetrics-uptex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/zhmetrics-uptex/" - "fonts/tfm/public/zhmetrics-uptex/" - "fonts/vf/public/zhmetrics-uptex/") - (base32 - "1598l2k32g8nvxqzbgc6mzsib4v0pmsn9h221r4m1d95vm3n0pvd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/zhmetrics-uptex/" + "fonts/tfm/public/zhmetrics-uptex/" + "fonts/vf/public/zhmetrics-uptex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1598l2k32g8nvxqzbgc6mzsib4v0pmsn9h221r4m1d95vm3n0pvd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zhmetrics-uptex") @@ -57457,13 +68940,18 @@ (define-public texlive-zhnumber (package (name "texlive-zhnumber") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/zhnumber/" - "source/latex/zhnumber/" - "tex/latex/zhnumber/") - (base32 - "170lwb97ji9zgmmayzxmpawjkzk50g7rwqmwr11w72zfqkc2v9g2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/zhnumber/" + "source/latex/zhnumber/" + "tex/latex/zhnumber/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "170lwb97ji9zgmmayzxmpawjkzk50g7rwqmwr11w72zfqkc2v9g2")))) (outputs '("out" "doc")) (build-system texlive-build-system) ;; FIXME: I couldn't find how to build this package from source. @@ -57481,14 +68969,19 @@ (define-public texlive-zhspacing (package (name "texlive-zhspacing") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/zhspacing/" - "tex/context/third/zhspacing/" - "tex/generic/zhspacing/" - "tex/xelatex/zhspacing/") - (base32 - "02hwa7yjwb6wxkkib83mjdbara5zcsixbp5xlawri8n9ah54vxjm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/zhspacing/" + "tex/context/third/zhspacing/" + "tex/generic/zhspacing/" + "tex/xelatex/zhspacing/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02hwa7yjwb6wxkkib83mjdbara5zcsixbp5xlawri8n9ah54vxjm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zhspacing") @@ -57504,12 +68997,17 @@ (define-public texlive-zref (package (name "texlive-zref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/zref/" "source/latex/zref/" - "tex/latex/zref/") - (base32 - "188m3xb2q471mmm54akpdbj65n9sz70n0krapnrbwa8glxjrvlxk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/zref/" "source/latex/zref/" + "tex/latex/zref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "188m3xb2q471mmm54akpdbj65n9sz70n0krapnrbwa8glxjrvlxk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://github.com/ho-tex/zref") @@ -57528,17 +69026,22 @@ (define-public texlive-rsfs (package (name "texlive-rsfs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/rsfs/" - "fonts/afm/public/rsfs/" - "fonts/map/dvips/rsfs/" - "fonts/source/public/rsfs/" - "fonts/tfm/public/rsfs/" - "fonts/type1/public/rsfs/" - "tex/plain/rsfs/") - (base32 - "1sa32wnsj84wbwqji1fb4k9ik99dy5ji7zz4v0xbd7306agyhns5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/rsfs/" + "fonts/afm/public/rsfs/" + "fonts/map/dvips/rsfs/" + "fonts/source/public/rsfs/" + "fonts/tfm/public/rsfs/" + "fonts/type1/public/rsfs/" + "tex/plain/rsfs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sa32wnsj84wbwqji1fb4k9ik99dy5ji7zz4v0xbd7306agyhns5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-cm texlive-metafont)) @@ -57559,11 +69062,16 @@ (define-public texlive-es-tex-faq (package (name "texlive-es-tex-faq") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/es-tex-faq/") - (base32 - "0wp5jx1qs4yp3y4qpwqhpw7rnilw3vb2z5xb4lzwph6zw27jf6sd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/es-tex-faq/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wp5jx1qs4yp3y4qpwqhpw7rnilw3vb2z5xb4lzwph6zw27jf6sd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/faq-es") @@ -57577,12 +69085,17 @@ (define-public texlive-eskd (package (name "texlive-eskd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eskd/" "source/latex/eskd/" - "tex/latex/eskd/") - (base32 - "1q83pvycckrmyaiwwg3mcl77jy5wrcy8jy7kz004x7asq2p0a2ls"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eskd/" "source/latex/eskd/" + "tex/latex/eskd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q83pvycckrmyaiwwg3mcl77jy5wrcy8jy7kz004x7asq2p0a2ls")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eskd") @@ -57597,11 +69110,16 @@ (define-public texlive-eskdx (package (name "texlive-eskdx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eskdx/" "tex/latex/eskdx/") - (base32 - "07c9gbvgr4455s5sfsdjxbbdllx2lhmb5d1c2sdk7rpkvjh64lv8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eskdx/" "tex/latex/eskdx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07c9gbvgr4455s5sfsdjxbbdllx2lhmb5d1c2sdk7rpkvjh64lv8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eskdx") @@ -57616,12 +69134,17 @@ (define-public texlive-eso-pic (package (name "texlive-eso-pic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eso-pic/" "source/latex/eso-pic/" - "tex/latex/eso-pic/") - (base32 - "05bqm4x209wji0q6xk1jrjp0nzqafp44dlq30hlpcagrggjb3d9s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eso-pic/" "source/latex/eso-pic/" + "tex/latex/eso-pic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05bqm4x209wji0q6xk1jrjp0nzqafp44dlq30hlpcagrggjb3d9s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eso-pic") @@ -57638,12 +69161,17 @@ (define-public texlive-eepic (package (name "texlive-eepic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eepic/" - "tex/latex/eepic/") - (base32 - "16v8j3f8bgww9adddpfzpwd5q9kvak7xnp5kkvkrvhw8vshdspaa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eepic/" + "tex/latex/eepic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16v8j3f8bgww9adddpfzpwd5q9kvak7xnp5kkvkrvhw8vshdspaa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/eepic") @@ -57662,11 +69190,16 @@ (define-public texlive-enotez (package (name "texlive-enotez") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/enotez/" "tex/latex/enotez/") - (base32 - "0498zr9niylpj9q5ndnj52lb06cj0b424yyq587vqhckxq4l24ik"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/enotez/" "tex/latex/enotez/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0498zr9niylpj9q5ndnj52lb06cj0b424yyq587vqhckxq4l24ik")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/enotez") @@ -57682,11 +69215,16 @@ (define-public texlive-endnotes (package (name "texlive-endnotes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/endnotes/" "tex/latex/endnotes/") - (base32 - "1s7j5sg8fbhifng0gfqnghbvalbbh0p7j9v06r660w089364ypwz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/endnotes/" "tex/latex/endnotes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s7j5sg8fbhifng0gfqnghbvalbbh0p7j9v06r660w089364ypwz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/endnotes") @@ -57702,12 +69240,17 @@ (define-public texlive-endnotesj (package (name "texlive-endnotesj") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/endnotesj/" - "tex/latex/endnotesj/") - (base32 - "1yv8jzvps79svd4013f6cpm41mh3mx2m64jx7bv01ryqdgjzq2g9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/endnotesj/" + "tex/latex/endnotesj/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yv8jzvps79svd4013f6cpm41mh3mx2m64jx7bv01ryqdgjzq2g9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/endnotesj") @@ -57722,11 +69265,16 @@ (define-public texlive-enumitem (package (name "texlive-enumitem") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/enumitem/" "tex/latex/enumitem/") - (base32 - "0qwbyjb4a82qjxrfmz06v3w5vly75id4ix4sw7lz2az68kz080dv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/enumitem/" "tex/latex/enumitem/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qwbyjb4a82qjxrfmz06v3w5vly75id4ix4sw7lz2az68kz080dv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/enumitem") @@ -57746,13 +69294,18 @@ (define-public texlive-multido (package (name "texlive-multido") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/multido/" - "source/generic/multido/" - "tex/generic/multido/" "tex/latex/multido/") - (base32 - "1vwf2naw5bgs93s2gcmf226f60ws9z6cmw6gi1562fs8vg4mnjsh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/multido/" + "source/generic/multido/" + "tex/generic/multido/" "tex/latex/multido/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vwf2naw5bgs93s2gcmf226f60ws9z6cmw6gi1562fs8vg4mnjsh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/multido") @@ -57768,13 +69321,18 @@ (define-public texlive-multirow (package (name "texlive-multirow") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/multirow/" - "source/latex/multirow/" - "tex/latex/multirow/") - (base32 - "18xnxqbkkzblngws1ydmkiwfrf9gvrriqrjpb6g6kmaxciwypqd6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/multirow/" + "source/latex/multirow/" + "tex/latex/multirow/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18xnxqbkkzblngws1ydmkiwfrf9gvrriqrjpb6g6kmaxciwypqd6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/multirow") @@ -57792,13 +69350,18 @@ (define-public texlive-overpic (package (name "texlive-overpic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/overpic/" - "source/latex/overpic/" - "tex/latex/overpic/") - (base32 - "0z6jkn54b4yfk2ia8cxcb5is3qyg64r0na05ixd8xbirrks9ir7w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/overpic/" + "source/latex/overpic/" + "tex/latex/overpic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z6jkn54b4yfk2ia8cxcb5is3qyg64r0na05ixd8xbirrks9ir7w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/overpic") @@ -57817,13 +69380,18 @@ (define-public texlive-parskip (package (name "texlive-parskip") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/parskip/" - "source/latex/parskip/" - "tex/latex/parskip/") - (base32 - "18yygddxv3kblvf4jhzqa8h1js0n8g1bw723r6ss2hlz4lj64kf0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/parskip/" + "source/latex/parskip/" + "tex/latex/parskip/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18yygddxv3kblvf4jhzqa8h1js0n8g1bw723r6ss2hlz4lj64kf0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/parskip") @@ -57840,13 +69408,18 @@ (define-public texlive-pbox (package (name "texlive-pbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pbox/" - "source/latex/pbox/" - "tex/latex/pbox/") - (base32 - "104x4y22msgxhnlz2x331zq7rw28v129s5ym1jqhsk685izb3hcl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pbox/" + "source/latex/pbox/" + "tex/latex/pbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "104x4y22msgxhnlz2x331zq7rw28v129s5ym1jqhsk685izb3hcl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pbox") @@ -57863,12 +69436,17 @@ (define-public texlive-pdfpages (package (name "texlive-pdfpages") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfpages/" "source/latex/pdfpages/" - "tex/latex/pdfpages/") - (base32 - "0ihihrrim9fwmgkmrqxmss4wjcv8mv1gr2cpigihlzl6q6iqggjx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfpages/" "source/latex/pdfpages/" + "tex/latex/pdfpages/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ihihrrim9fwmgkmrqxmss4wjcv8mv1gr2cpigihlzl6q6iqggjx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -57890,12 +69468,17 @@ (define-public texlive-stix2-otf (package (name "texlive-stix2-otf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/stix2-otf/" - "fonts/opentype/public/stix2-otf/") - (base32 - "05xqlg61rkfky34x7mc92203z440kanr7bwpmw1djq2y36ql3p1l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/stix2-otf/" + "fonts/opentype/public/stix2-otf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05xqlg61rkfky34x7mc92203z440kanr7bwpmw1djq2y36ql3p1l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/stix2-otf") @@ -57912,12 +69495,17 @@ (define-public texlive-sidecap (package (name "texlive-sidecap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sidecap/" "source/latex/sidecap/" - "tex/latex/sidecap/") - (base32 - "1h4ysw90dpvnj0x1j9krx40078kyzzs4ynpjz7y50v9hwrrrynjk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sidecap/" "source/latex/sidecap/" + "tex/latex/sidecap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1h4ysw90dpvnj0x1j9krx40078kyzzs4ynpjz7y50v9hwrrrynjk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -57937,18 +69525,23 @@ (define-public texlive-stmaryrd (package (name "texlive-stmaryrd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/stmaryrd/" - "fonts/afm/public/stmaryrd/" - "fonts/map/dvips/stmaryrd/" - "fonts/source/public/stmaryrd/" - "fonts/tfm/public/stmaryrd/" - "fonts/type1/public/stmaryrd/" - "source/fonts/stmaryrd/" - "tex/latex/stmaryrd/") - (base32 - "0ljrxbf2p301p4cmadf2w0qb5idvgmx4j6y3kq7qg2v8x4maqqj4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/stmaryrd/" + "fonts/afm/public/stmaryrd/" + "fonts/map/dvips/stmaryrd/" + "fonts/source/public/stmaryrd/" + "fonts/tfm/public/stmaryrd/" + "fonts/type1/public/stmaryrd/" + "source/fonts/stmaryrd/" + "tex/latex/stmaryrd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ljrxbf2p301p4cmadf2w0qb5idvgmx4j6y3kq7qg2v8x4maqqj4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -57978,12 +69571,17 @@ (define-public texlive-subfig (package (name "texlive-subfig") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/subfig/" "source/latex/subfig/" - "tex/latex/subfig/") - (base32 - "0bq1328pb1ak91j7q8n1kh2fncr742lvff7apgf8kkxzxjfg2z9r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/subfig/" "source/latex/subfig/" + "tex/latex/subfig/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bq1328pb1ak91j7q8n1kh2fncr742lvff7apgf8kkxzxjfg2z9r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -58003,20 +69601,25 @@ (define-public texlive-subfigure (package (name "texlive-subfigure") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/subfigure/" - "source/latex/subfigure/" - "tex/latex/subfigure/") - (base32 - "1327ygajf6gza5msvhfjjnk6r3sw7vb7rxg23v4gx4dmyxqfqrbi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/subfigure/" + "source/latex/subfigure/" + "tex/latex/subfigure/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1327ygajf6gza5msvhfjjnk6r3sw7vb7rxg23v4gx4dmyxqfqrbi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) (home-page "https://ctan.org/pkg/subfigure") (synopsis "Deprecated: Figures divided into subfigures") (description - "This (deprecated) package provides support for the manipulation and + "This (deprecated) package provides support for the manipulation and reference of small, or sub, figures and tables within a single figure or table environment. It is convenient to use this package when your subfigures are to be separately captioned, referenced, or are to be included in the @@ -58025,7 +69628,7 @@ (define-public texlive-subfigure argument is used as the caption for that subfigure. The package is now considered obsolete: it was superseded by @code{subfig}, but users may find the more recent @code{subcaption} package more satisfactory.") - (license license:lppl))) + (license license:lppl))) (define-deprecated-package texlive-latex-subfigure texlive-subfigure) @@ -58033,12 +69636,17 @@ (define-public texlive-tabulary (package (name "texlive-tabulary") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tabulary/" "source/latex/tabulary/" - "tex/latex/tabulary/") - (base32 - "00afi9r5264rhfy5kg73fk763i7wm6bvzkmrlg7n17fwl6hx0sa1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tabulary/" "source/latex/tabulary/" + "tex/latex/tabulary/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00afi9r5264rhfy5kg73fk763i7wm6bvzkmrlg7n17fwl6hx0sa1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tabulary") @@ -58059,11 +69667,16 @@ (define-public texlive-tamethebeast (package (name "texlive-tamethebeast") (version "2023.0") - (source (texlive-origin - name version - (list "doc/bibtex/tamethebeast/") - (base32 - "13shw7hcimckn7pp8pj0cr1zsi1wq6r400x1v6akpmwwjxkw09g5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/bibtex/tamethebeast/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13shw7hcimckn7pp8pj0cr1zsi1wq6r400x1v6akpmwwjxkw09g5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tamethebeast") @@ -58077,11 +69690,16 @@ (define-public texlive-tds (package (name "texlive-tds") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/tds/" "doc/info/tds.info") - (base32 - "04lhavbayyisxxqfm1vpfq38xx1xwkn136hdnjaa3szky2xyn3yh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/tds/" "doc/info/tds.info")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04lhavbayyisxxqfm1vpfq38xx1xwkn136hdnjaa3szky2xyn3yh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tds") @@ -58096,11 +69714,16 @@ (define-public texlive-tex-font-errors-cheatsheet (package (name "texlive-tex-font-errors-cheatsheet") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tex-font-errors-cheatsheet/") - (base32 - "0pfd5qphmizhxb2p4gg6809xcx1rlfkwqa6vs4f74457chcwljwn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tex-font-errors-cheatsheet/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pfd5qphmizhxb2p4gg6809xcx1rlfkwqa6vs4f74457chcwljwn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tex-font-errors-cheatsheet") @@ -58115,11 +69738,16 @@ (define-public texlive-tex-nutshell (package (name "texlive-tex-nutshell") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/tex-nutshell/") - (base32 - "1pc9hx4fzk0k6lwab6galf7gxm55x4z250dymsmbz4fan76xk51x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/tex-nutshell/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pc9hx4fzk0k6lwab6galf7gxm55x4z250dymsmbz4fan76xk51x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tex-nutshell") @@ -58135,11 +69763,16 @@ (define-public texlive-tex-overview (package (name "texlive-tex-overview") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tex-overview/") - (base32 - "1agfya9rwvyjvip0alvibimz75jivpf19hp4jvlv7z0n9m26m9jd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tex-overview/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1agfya9rwvyjvip0alvibimz75jivpf19hp4jvlv7z0n9m26m9jd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tex-overview") @@ -58153,11 +69786,16 @@ (define-public texlive-tex-refs (package (name "texlive-tex-refs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/tex-refs/") - (base32 - "1w7hcd3qsdhmb2siakjg2hm3h6kxa90ncsaif9spr4xkxs03ib6l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/tex-refs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1w7hcd3qsdhmb2siakjg2hm3h6kxa90ncsaif9spr4xkxs03ib6l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tex-references") @@ -58172,11 +69810,16 @@ (define-public texlive-tex-vpat (package (name "texlive-tex-vpat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tex-vpat/") - (base32 - "16nfvhzzg46vk6pqli6spxq9y9r0manqd5b7b4k6r9lssdqxf8ld"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tex-vpat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16nfvhzzg46vk6pqli6spxq9y9r0manqd5b7b4k6r9lssdqxf8ld")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tex-vpat") @@ -58190,11 +69833,16 @@ (define-public texlive-texbytopic (package (name "texlive-texbytopic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/texbytopic/") - (base32 - "0pnh1hsd6k434c8i1xdjq3ywrwylmryrsl86d6h7i1cnmzz4pwlx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/texbytopic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pnh1hsd6k434c8i1xdjq3ywrwylmryrsl86d6h7i1cnmzz4pwlx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texbytopic") @@ -58210,11 +69858,16 @@ (define-public texlive-texonly (package (name "texlive-texonly") (version "2023.0") - (source (texlive-origin - name version - (list "doc/plain/texonly/") - (base32 - "0h40f8hj03ha0ilpj2fx5kzzvdv0yplmr4528s2rmmy62l9kgdkd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/plain/texonly/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h40f8hj03ha0ilpj2fx5kzzvdv0yplmr4528s2rmmy62l9kgdkd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texonly") @@ -58228,12 +69881,17 @@ (define-public texlive-threeparttable (package (name "texlive-threeparttable") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/threeparttable/" - "tex/latex/threeparttable/") - (base32 - "05i50k1y736m52903nz4kf2xl23w6y7rrzyacs4kgd1w6kmjm6f7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/threeparttable/" + "tex/latex/threeparttable/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05i50k1y736m52903nz4kf2xl23w6y7rrzyacs4kgd1w6kmjm6f7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/threeparttable") @@ -58250,14 +69908,19 @@ (define-public texlive-thumbpdf (package (name "texlive-thumbpdf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/thumbpdf/" - "doc/man/man1/thumbpdf.1" - "doc/man/man1/thumbpdf.man1.pdf" - "scripts/thumbpdf/" "tex/generic/thumbpdf/") - (base32 - "0ya18440rpkav0z1zddzii9jh2swybicj87413l5iin2acrssw42"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/thumbpdf/" + "doc/man/man1/thumbpdf.1" + "doc/man/man1/thumbpdf.man1.pdf" + "scripts/thumbpdf/" "tex/generic/thumbpdf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ya18440rpkav0z1zddzii9jh2swybicj87413l5iin2acrssw42")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "thumbpdf.pl"))) @@ -58276,11 +69939,16 @@ (define-public texlive-titlepages (package (name "texlive-titlepages") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/titlepages/") - (base32 - "17ib7rpb2dhb2m724x66fdzddv8cqd808wxy5kkvx0vb3rl27hyh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/titlepages/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17ib7rpb2dhb2m724x66fdzddv8cqd808wxy5kkvx0vb3rl27hyh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/titlepages") @@ -58295,11 +69963,16 @@ (define-public texlive-tlc2 (package (name "texlive-tlc2") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tlc2/") - (base32 - "1ysb233rjb8gpl9s35qql1dny5rj6fn8ssy2dqdqsn5xj9pdasyy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tlc2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ysb233rjb8gpl9s35qql1dny5rj6fn8ssy2dqdqsn5xj9pdasyy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tlc2-examples") @@ -58313,11 +69986,16 @@ (define-public texlive-tlc3-examples (package (name "texlive-tlc3-examples") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tlc3-examples/") - (base32 - "01ny6r3ycji0af0cdywn2fmxd0fyz3y7afdnn983a5gy1j9rza7v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tlc3-examples/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01ny6r3ycji0af0cdywn2fmxd0fyz3y7afdnn983a5gy1j9rza7v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tlc3-examples") @@ -58332,11 +70010,16 @@ (define-public texlive-tlmgr-intro-zh-cn (package (name "texlive-tlmgr-intro-zh-cn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/tlmgr-intro-zh-cn/") - (base32 - "127fad3aq66rnn4jkccyw7qc8pdcwapyjb6lj9kn49nqcy3jm6nk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/tlmgr-intro-zh-cn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "127fad3aq66rnn4jkccyw7qc8pdcwapyjb6lj9kn49nqcy3jm6nk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tlmgr-intro-zh-cn") @@ -58351,11 +70034,16 @@ (define-public texlive-tlmgrbasics (package (name "texlive-tlmgrbasics") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/tlmgrbasics/") - (base32 - "0zychfw7zvx7pj8zp89zg0rjablm8p6ja2nibbdbgvan0gfc1m97"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/tlmgrbasics/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zychfw7zvx7pj8zp89zg0rjablm8p6ja2nibbdbgvan0gfc1m97")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tlmgrbasics") @@ -58370,18 +70058,23 @@ (define-public texlive-txfonts (package (name "texlive-txfonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/txfonts/" - "fonts/afm/public/txfonts/" - "fonts/enc/dvips/txfonts/" - "fonts/map/dvips/txfonts/" - "fonts/tfm/public/txfonts/" - "fonts/type1/public/txfonts/" - "fonts/vf/public/txfonts/" - "tex/latex/txfonts/") - (base32 - "017zjas5y1zlyq0iy4x6mv1qbz23xcy3y5xs0crj6zdnfvnccqgp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/txfonts/" + "fonts/afm/public/txfonts/" + "fonts/enc/dvips/txfonts/" + "fonts/map/dvips/txfonts/" + "fonts/tfm/public/txfonts/" + "fonts/type1/public/txfonts/" + "fonts/vf/public/txfonts/" + "tex/latex/txfonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "017zjas5y1zlyq0iy4x6mv1qbz23xcy3y5xs0crj6zdnfvnccqgp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/txfonts") @@ -58408,13 +70101,18 @@ (define-public texlive-typehtml (package (name "texlive-typehtml") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/typehtml/" - "source/latex/typehtml/" - "tex/latex/typehtml/") - (base32 - "1nmdh2mhkzdqs5y4k95g9il6vz4rgndzhkikiilknkwg1a04rrzi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/typehtml/" + "source/latex/typehtml/" + "tex/latex/typehtml/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nmdh2mhkzdqs5y4k95g9il6vz4rgndzhkikiilknkwg1a04rrzi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/typehtml") @@ -58428,19 +70126,24 @@ (define-public texlive-iwona (package (name "texlive-iwona") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/iwona/" - "fonts/afm/nowacki/iwona/" - "fonts/enc/dvips/iwona/" - "fonts/map/dvips/iwona/" - "fonts/opentype/nowacki/iwona/" - "fonts/tfm/nowacki/iwona/" - "fonts/type1/nowacki/iwona/" - "tex/latex/iwona/" - "tex/plain/iwona/") - (base32 - "1gk80zj711rcnk06cvszic7lpm06nj47kbypg13rpijdzfsvmi8m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/iwona/" + "fonts/afm/nowacki/iwona/" + "fonts/enc/dvips/iwona/" + "fonts/map/dvips/iwona/" + "fonts/opentype/nowacki/iwona/" + "fonts/tfm/nowacki/iwona/" + "fonts/type1/nowacki/iwona/" + "tex/latex/iwona/" + "tex/plain/iwona/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gk80zj711rcnk06cvszic7lpm06nj47kbypg13rpijdzfsvmi8m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/iwona") @@ -58460,17 +70163,22 @@ (define-public texlive-jadetex (package (name "texlive-jadetex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/jadetex.1" - "doc/man/man1/jadetex.man1.pdf" - "doc/man/man1/pdfjadetex.1" - "doc/man/man1/pdfjadetex.man1.pdf" - "doc/otherformats/jadetex/base/" - "source/jadetex/base/" - "tex/jadetex/base/") - (base32 - "0acan496ixymwjvygcd5rx5pmz4p5vffzkmazdryw1kpilhiixcx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/jadetex.1" + "doc/man/man1/jadetex.man1.pdf" + "doc/man/man1/pdfjadetex.1" + "doc/man/man1/pdfjadetex.man1.pdf" + "doc/otherformats/jadetex/base/" + "source/jadetex/base/" + "tex/jadetex/base/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0acan496ixymwjvygcd5rx5pmz4p5vffzkmazdryw1kpilhiixcx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -58558,12 +70266,17 @@ (define-public texlive-japanese-mathformulas (package (name "texlive-japanese-mathformulas") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/japanese-mathformulas/" - "tex/lualatex/japanese-mathformulas/") - (base32 - "0a5kqgkl89m5yc9zgkhlz44dvvi52jfaja3lwcf7g7q039k2h6fg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/japanese-mathformulas/" + "tex/lualatex/japanese-mathformulas/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a5kqgkl89m5yc9zgkhlz44dvvi52jfaja3lwcf7g7q039k2h6fg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/japanese-mathformulas") @@ -58578,16 +70291,21 @@ (define-public texlive-japanese-otf (package (name "texlive-japanese-otf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/japanese-otf/" - "fonts/ofm/public/japanese-otf/" - "fonts/tfm/public/japanese-otf/" - "fonts/vf/public/japanese-otf/" - "source/fonts/japanese-otf/" - "tex/platex/japanese-otf/") - (base32 - "125z1fi13dnksngsc442n6fcmicv7hhrxrq8anzxax4ic3dqfvha"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/japanese-otf/" + "fonts/ofm/public/japanese-otf/" + "fonts/tfm/public/japanese-otf/" + "fonts/vf/public/japanese-otf/" + "source/fonts/japanese-otf/" + "tex/platex/japanese-otf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "125z1fi13dnksngsc442n6fcmicv7hhrxrq8anzxax4ic3dqfvha")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/japanese-otf") @@ -58601,12 +70319,17 @@ (define-public texlive-jieeetran (package (name "texlive-jieeetran") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/jieeetran/" - "doc/bibtex/jieeetran/") - (base32 - "122g618j9wli9amx9c82whjp81i5cpjz1mj4pnmyfa8x5mfdh6dp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/jieeetran/" + "doc/bibtex/jieeetran/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "122g618j9wli9amx9c82whjp81i5cpjz1mj4pnmyfa8x5mfdh6dp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jieeetran") @@ -58622,16 +70345,21 @@ (define-public texlive-jlreq (package (name "texlive-jlreq") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jlreq/" - "fonts/tfm/public/jlreq/" - "fonts/vf/public/jlreq/" - "source/latex/jlreq/" - "tex/latex/jlreq/" - "tex/luatex/jlreq/") - (base32 - "11jyj5mcyd9yxhb7mnm7naaaj26cgdk5iqkwna20109pcc2qy0wz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jlreq/" + "fonts/tfm/public/jlreq/" + "fonts/vf/public/jlreq/" + "source/latex/jlreq/" + "tex/latex/jlreq/" + "tex/luatex/jlreq/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11jyj5mcyd9yxhb7mnm7naaaj26cgdk5iqkwna20109pcc2qy0wz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jlreq") @@ -58647,14 +70375,19 @@ (define-public texlive-jlreq-deluxe (package (name "texlive-jlreq-deluxe") (version "2023.0") - (source (texlive-origin - name version - (list "doc/platex/jlreq-deluxe/" - "fonts/tfm/public/jlreq-deluxe/" - "fonts/vf/public/jlreq-deluxe/" - "tex/platex/jlreq-deluxe/") - (base32 - "0l80iqgsnhvqisrkhgflwpxs5fqyz2ddv6vp3b17vnxvymyzzvg4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/platex/jlreq-deluxe/" + "fonts/tfm/public/jlreq-deluxe/" + "fonts/vf/public/jlreq-deluxe/" + "tex/platex/jlreq-deluxe/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l80iqgsnhvqisrkhgflwpxs5fqyz2ddv6vp3b17vnxvymyzzvg4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jlreq-deluxe") @@ -58668,12 +70401,17 @@ (define-public texlive-jpneduenumerate (package (name "texlive-jpneduenumerate") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jpneduenumerate/" - "tex/latex/jpneduenumerate/") - (base32 - "0ndg4ig5bg9ns2pxcf070c7jyh7d7r3r7c7xg5d99k3qlg4vkd9n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jpneduenumerate/" + "tex/latex/jpneduenumerate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ndg4ig5bg9ns2pxcf070c7jyh7d7r3r7c7xg5d99k3qlg4vkd9n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jpneduenumerate") @@ -58688,12 +70426,17 @@ (define-public texlive-jpnedumathsymbols (package (name "texlive-jpnedumathsymbols") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jpnedumathsymbols/" - "tex/latex/jpnedumathsymbols/") - (base32 - "0ap370bp831xxrq45zllyrbhhxs0yv3qb1l5pkpvgsildfk5rk7m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jpnedumathsymbols/" + "tex/latex/jpnedumathsymbols/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ap370bp831xxrq45zllyrbhhxs0yv3qb1l5pkpvgsildfk5rk7m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jpnedumathsymbols") @@ -58708,11 +70451,16 @@ (define-public texlive-kanbun (package (name "texlive-kanbun") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/kanbun/" "tex/latex/kanbun/") - (base32 - "1a922jly8f791r4jbz4097h8js5z29435zphm5i52pvkl6p245wy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/kanbun/" "tex/latex/kanbun/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a922jly8f791r4jbz4097h8js5z29435zphm5i52pvkl6p245wy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kanbun") @@ -58728,18 +70476,23 @@ (define-public texlive-libertine (package (name "texlive-libertine") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/libertine/" - "fonts/enc/dvips/libertine/" - "fonts/map/dvips/libertine/" - "fonts/opentype/public/libertine/" - "fonts/tfm/public/libertine/" - "fonts/type1/public/libertine/" - "fonts/vf/public/libertine/" - "tex/latex/libertine/") - (base32 - "04bb0v1fp9adcgx6s4zc0fs5z4f85ihbhbkk9zf5pf0ni3gy70fd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/libertine/" + "fonts/enc/dvips/libertine/" + "fonts/map/dvips/libertine/" + "fonts/opentype/public/libertine/" + "fonts/tfm/public/libertine/" + "fonts/type1/public/libertine/" + "fonts/vf/public/libertine/" + "tex/latex/libertine/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04bb0v1fp9adcgx6s4zc0fs5z4f85ihbhbkk9zf5pf0ni3gy70fd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -58762,12 +70515,17 @@ (define-public texlive-librarian (package (name "texlive-librarian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/librarian/" - "tex/generic/librarian/") - (base32 - "1a40ac9vg2niafg6dd2iv0c5nrxqxz8vhh2awdw756xsd0znb5n0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/librarian/" + "tex/generic/librarian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a40ac9vg2niafg6dd2iv0c5nrxqxz8vhh2awdw756xsd0znb5n0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/librarian") @@ -58786,19 +70544,24 @@ (define-public texlive-dejavu (package (name "texlive-dejavu") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/dejavu/" - "fonts/afm/public/dejavu/" - "fonts/enc/dvips/dejavu/" - "fonts/map/dvips/dejavu/" - "fonts/tfm/public/dejavu/" - "fonts/truetype/public/dejavu/" - "fonts/type1/public/dejavu/" - "fonts/vf/public/dejavu/" - "tex/latex/dejavu/") - (base32 - "0y4qf5jl0xncah9nkcaalmy69wwq02n3j895zp71n2p0nfi24aka"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/dejavu/" + "fonts/afm/public/dejavu/" + "fonts/enc/dvips/dejavu/" + "fonts/map/dvips/dejavu/" + "fonts/tfm/public/dejavu/" + "fonts/truetype/public/dejavu/" + "fonts/type1/public/dejavu/" + "fonts/vf/public/dejavu/" + "tex/latex/dejavu/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y4qf5jl0xncah9nkcaalmy69wwq02n3j895zp71n2p0nfi24aka")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dejavu") @@ -58815,11 +70578,16 @@ (define-public texlive-titlesec (package (name "texlive-titlesec") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/titlesec/" "tex/latex/titlesec/") - (base32 - "0331f6f6sv6sfn4dx7qhx2fgnj9lf3hgbqkh603paqpknfmfjyfm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/titlesec/" "tex/latex/titlesec/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0331f6f6sv6sfn4dx7qhx2fgnj9lf3hgbqkh603paqpknfmfjyfm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/titlesec") @@ -58838,12 +70606,17 @@ (define-public texlive-type1cm (package (name "texlive-type1cm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/type1cm/" "source/latex/type1cm/" - "tex/latex/type1cm/") - (base32 - "1922af5xvhrh4l8rqwz3bjd1gqvzfkxrfim28rpnvbx4n7jl6sdh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/type1cm/" "source/latex/type1cm/" + "tex/latex/type1cm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1922af5xvhrh4l8rqwz3bjd1gqvzfkxrfim28rpnvbx4n7jl6sdh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/type1cm") @@ -58865,27 +70638,32 @@ (define-public texlive-lh (package (name "texlive-lh") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/lh/" - "fonts/source/lh/base/" - "fonts/source/lh/lh-XSlav/" - "fonts/source/lh/lh-conc/" - "fonts/source/lh/lh-lcy/" - "fonts/source/lh/lh-ot2/" - "fonts/source/lh/lh-t2a/" - "fonts/source/lh/lh-t2b/" - "fonts/source/lh/lh-t2c/" - "fonts/source/lh/lh-t2d/" - "fonts/source/lh/lh-x2/" - "fonts/source/lh/nont2/" - "fonts/source/lh/specific/" - "source/fonts/lh/" - "source/latex/lh/" - "tex/latex/lh/" - "tex/plain/lh/") - (base32 - "0cqwns4zy1847fn3dp8z3wbfpy4dl05cr065nk9k65fmp7wksnjk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/lh/" + "fonts/source/lh/base/" + "fonts/source/lh/lh-XSlav/" + "fonts/source/lh/lh-conc/" + "fonts/source/lh/lh-lcy/" + "fonts/source/lh/lh-ot2/" + "fonts/source/lh/lh-t2a/" + "fonts/source/lh/lh-t2b/" + "fonts/source/lh/lh-t2c/" + "fonts/source/lh/lh-t2d/" + "fonts/source/lh/lh-x2/" + "fonts/source/lh/nont2/" + "fonts/source/lh/specific/" + "source/fonts/lh/" + "source/latex/lh/" + "tex/latex/lh/" + "tex/plain/lh/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cqwns4zy1847fn3dp8z3wbfpy4dl05cr065nk9k65fmp7wksnjk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-cm texlive-ec texlive-metafont)) @@ -58910,18 +70688,23 @@ (define-public texlive-marvosym (package (name "texlive-marvosym") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/marvosym/" - "fonts/afm/public/marvosym/" - "fonts/map/dvips/marvosym/" - "fonts/tfm/public/marvosym/" - "fonts/truetype/public/marvosym/" - "fonts/type1/public/marvosym/" - "source/fonts/marvosym/" - "tex/latex/marvosym/") - (base32 - "16s5ibpw6c9d3vzc82hfn90dg643xlracivikdbr9s43f2ayak41"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/marvosym/" + "fonts/afm/public/marvosym/" + "fonts/map/dvips/marvosym/" + "fonts/tfm/public/marvosym/" + "fonts/truetype/public/marvosym/" + "fonts/type1/public/marvosym/" + "source/fonts/marvosym/" + "tex/latex/marvosym/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16s5ibpw6c9d3vzc82hfn90dg643xlracivikdbr9s43f2ayak41")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/marvosym") @@ -58940,25 +70723,30 @@ (define-public texlive-metapost (package (name "texlive-metapost") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/dvitomp.1" - "doc/man/man1/dvitomp.man1.pdf" - "doc/man/man1/mpost.1" - "doc/man/man1/mpost.man1.pdf" - "doc/metapost/base/" - "fonts/afm/metapost/" - "fonts/enc/dvips/metapost/" - "fonts/map/dvips/metapost/" - "fonts/tfm/metapost/" - "fonts/type1/metapost/" - "metapost/base/" - "metapost/config/" - "metapost/misc/" - "metapost/support/charlib/" - "tex/generic/metapost/") - (base32 - "0i6mjq59n7vll81m7r2k83x0q6xx7cg6qcia46298zqc0b0l3qb0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/dvitomp.1" + "doc/man/man1/dvitomp.man1.pdf" + "doc/man/man1/mpost.1" + "doc/man/man1/mpost.man1.pdf" + "doc/metapost/base/" + "fonts/afm/metapost/" + "fonts/enc/dvips/metapost/" + "fonts/map/dvips/metapost/" + "fonts/tfm/metapost/" + "fonts/type1/metapost/" + "metapost/base/" + "metapost/config/" + "metapost/misc/" + "metapost/support/charlib/" + "tex/generic/metapost/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0i6mjq59n7vll81m7r2k83x0q6xx7cg6qcia46298zqc0b0l3qb0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-kpathsea texlive-metapost-bin)) @@ -59002,12 +70790,17 @@ (define-public texlive-acmart (package (name "texlive-acmart") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/acmart/" "doc/latex/acmart/" - "source/latex/acmart/" "tex/latex/acmart/") - (base32 - "0g27q3r7w83347az77d64xbcxzr9rl64a2qq8l0xs6drfpsq0llb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/acmart/" "doc/latex/acmart/" + "source/latex/acmart/" "tex/latex/acmart/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0g27q3r7w83347az77d64xbcxzr9rl64a2qq8l0xs6drfpsq0llb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/acmart") @@ -59023,11 +70816,16 @@ (define-public texlive-varwidth (package (name "texlive-varwidth") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/varwidth/" "tex/latex/varwidth/") - (base32 - "0jcrv4klcjpl17ml0zyqfvkrq6qwn2imxv8syqs5m6qk0fk7hg6l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/varwidth/" "tex/latex/varwidth/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jcrv4klcjpl17ml0zyqfvkrq6qwn2imxv8syqs5m6qk0fk7hg6l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/varwidth") @@ -59044,12 +70842,17 @@ (define-public texlive-wasy (package (name "texlive-wasy") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/wasy/" "fonts/source/public/wasy/" - "fonts/tfm/public/wasy/" "tex/plain/wasy/") - (base32 - "1swzxgld3lndi5q0q6zkwbw06ndh13fvp04as7zpwyhh646s0hbx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/wasy/" "fonts/source/public/wasy/" + "fonts/tfm/public/wasy/" "tex/plain/wasy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1swzxgld3lndi5q0q6zkwbw06ndh13fvp04as7zpwyhh646s0hbx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-cm texlive-metafont)) @@ -59064,14 +70867,19 @@ (define-public texlive-wasy-type1 (package (name "texlive-wasy-type1") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/wasy-type1/" - "fonts/afm/public/wasy-type1/" - "fonts/map/dvips/wasy-type1/" - "fonts/type1/public/wasy-type1/") - (base32 - "01xwryijs787ab4ayfsj44ylf72s0zkm49zm0yk4ghs4vck2qvq3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/wasy-type1/" + "fonts/afm/public/wasy-type1/" + "fonts/map/dvips/wasy-type1/" + "fonts/type1/public/wasy-type1/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01xwryijs787ab4ayfsj44ylf72s0zkm49zm0yk4ghs4vck2qvq3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-wasy)) @@ -59086,12 +70894,17 @@ (define-public texlive-wasysym (package (name "texlive-wasysym") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/wasysym/" "source/latex/wasysym/" - "tex/latex/wasysym/") - (base32 - "1n0rrrh510hy04a4fkxqh7skwfhp3xiiji78cw3mc65g06h1jyjc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/wasysym/" "source/latex/wasysym/" + "tex/latex/wasysym/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n0rrrh510hy04a4fkxqh7skwfhp3xiiji78cw3mc65g06h1jyjc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/wasysym") @@ -59109,12 +70922,17 @@ (define-public texlive-willowtreebook (package (name "texlive-willowtreebook") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/willowtreebook/" - "tex/latex/willowtreebook/") - (base32 - "1rv6pmyl02fpysviz4mvz9az9bgk96p6s7mbi9ykxxp74xzh8jik"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/willowtreebook/" + "tex/latex/willowtreebook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rv6pmyl02fpysviz4mvz9az9bgk96p6s7mbi9ykxxp74xzh8jik")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/willowtreebook") @@ -59130,11 +70948,16 @@ (define-public texlive-wrapfig (package (name "texlive-wrapfig") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/wrapfig/" "tex/latex/wrapfig/") - (base32 - "0wk1vp0dqsp597xzsqbwj8xk80v7d77qmpjir84n54f920rf9ka9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/wrapfig/" "tex/latex/wrapfig/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wk1vp0dqsp597xzsqbwj8xk80v7d77qmpjir84n54f920rf9ka9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/wrapfig") @@ -59151,13 +70974,18 @@ (define-public texlive-ucharcat (package (name "texlive-ucharcat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ucharcat/" - "source/latex/ucharcat/" - "tex/latex/ucharcat/") - (base32 - "0r6mphnn26053vb4bgw1zjhw7y7xjavii9hnn7607cbscnx5f9di"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ucharcat/" + "source/latex/ucharcat/" + "tex/latex/ucharcat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r6mphnn26053vb4bgw1zjhw7y7xjavii9hnn7607cbscnx5f9di")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ucharcat") @@ -59174,12 +71002,17 @@ (define-public texlive-ucs (package (name "texlive-ucs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ucs/" "fonts/enc/dvips/ucs/" - "source/latex/ucs/" "tex/latex/ucs/") - (base32 - "1viisfamsf0x984ak53dwznhw0yhb394xv66rbfaml6igizvkj83"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ucs/" "fonts/enc/dvips/ucs/" + "source/latex/ucs/" "tex/latex/ucs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1viisfamsf0x984ak53dwznhw0yhb394xv66rbfaml6igizvkj83")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ucs") @@ -59200,12 +71033,17 @@ (define-public texlive-preview (package (name "texlive-preview") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/preview/" "source/latex/preview/" - "tex/latex/preview/") - (base32 - "05ixx2il8xajakh1nkpf7qjczc1kvniiimv585b3gkg6fwx92wzb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/preview/" "source/latex/preview/" + "tex/latex/preview/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05ixx2il8xajakh1nkpf7qjczc1kvniiimv585b3gkg6fwx92wzb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/preview") @@ -59226,12 +71064,17 @@ (define-public texlive-acronym (package (name "texlive-acronym") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/acronym/" "source/latex/acronym/" - "tex/latex/acronym/") - (base32 - "0p2sws3qy7wv0v6bsy6c5j36n9s1ps7b1z7dmg1370schrjpqnfh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/acronym/" "source/latex/acronym/" + "tex/latex/acronym/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p2sws3qy7wv0v6bsy6c5j36n9s1ps7b1z7dmg1370schrjpqnfh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/acronym") @@ -59250,21 +71093,26 @@ (define-public texlive-pdftex (package (name "texlive-pdftex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/pdfetex.1" - "doc/man/man1/pdfetex.man1.pdf" - "doc/man/man1/pdftex.1" - "doc/man/man1/pdftex.man1.pdf" - "doc/pdftex/" - "fonts/map/dvips/dummy-space/" - "fonts/tfm/public/pdftex/" - "fonts/type1/public/pdftex/" - "scripts/simpdftex/" - "tex/generic/config/pdftex-dvi.tex" - "tex/generic/pdftex/") - (base32 - "1fp8w8pkxqcv6n8y0zy2rdclm2hcyx4zv93h0fmqai1yvgcx6yh6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/pdfetex.1" + "doc/man/man1/pdfetex.man1.pdf" + "doc/man/man1/pdftex.1" + "doc/man/man1/pdftex.man1.pdf" + "doc/pdftex/" + "fonts/map/dvips/dummy-space/" + "fonts/tfm/public/pdftex/" + "fonts/type1/public/pdftex/" + "scripts/simpdftex/" + "tex/generic/config/pdftex-dvi.tex" + "tex/generic/pdftex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fp8w8pkxqcv6n8y0zy2rdclm2hcyx4zv93h0fmqai1yvgcx6yh6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -59308,11 +71156,16 @@ (define-public texlive-biber (package (name "texlive-biber") (version "2023.0") - (source (texlive-origin - name version - (list "doc/bibtex/biber/" "source/bibtex/biber/") - (base32 - "0i1hqr9zb7b9d1zjlyg4awa6mkyq6wnrb6z4689j1rg07vnbd7mw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/bibtex/biber/" "source/bibtex/biber/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0i1hqr9zb7b9d1zjlyg4awa6mkyq6wnrb6z4689j1rg07vnbd7mw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -59682,12 +71535,17 @@ (define-public texlive-media9 (package (name "texlive-media9") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/media9/" "source/latex/media9/" - "tex/latex/media9/") - (base32 - "1hzwan5y199a6za32h7bn653f2pzd91z9idrq8xdz6fjhns3fcdr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/media9/" "source/latex/media9/" + "tex/latex/media9/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hzwan5y199a6za32h7bn653f2pzd91z9idrq8xdz6fjhns3fcdr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/media9") @@ -59710,11 +71568,16 @@ (define-public texlive-ocgx2 (package (name "texlive-ocgx2") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ocgx2/" "tex/latex/ocgx2/") - (base32 - "0jpvwy6sp7almdbhxizz22h3jxgfnsl4nirs93p7y1lqdgc4srl4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ocgx2/" "tex/latex/ocgx2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jpvwy6sp7almdbhxizz22h3jxgfnsl4nirs93p7y1lqdgc4srl4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ocgx2") @@ -59734,16 +71597,21 @@ (define-public texlive-optex (package (name "texlive-optex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/optex.1" - "doc/man/man1/optex.man1.pdf" - "doc/optex/base/" - "tex/optex/base/" - "tex/optex/demo/" - "tex/optex/pkg/") - (base32 - "0bcrj9wrimcd2pxrcfk7x3vkhxzij4422l19a8j4h299lkq3pbx0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/optex.1" + "doc/man/man1/optex.man1.pdf" + "doc/optex/base/" + "tex/optex/base/" + "tex/optex/demo/" + "tex/optex/pkg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bcrj9wrimcd2pxrcfk7x3vkhxzij4422l19a8j4h299lkq3pbx0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:create-formats #~(list "optex"))) @@ -59770,12 +71638,17 @@ (define-public texlive-ms (package (name "texlive-ms") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ms/" "source/latex/ms/" - "tex/latex/ms/") - (base32 - "1cgrpx5mybiirjjdmni8kvqdg37dwfkixq3h9ami0mgxqqqfl2x3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ms/" "source/latex/ms/" + "tex/latex/ms/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cgrpx5mybiirjjdmni8kvqdg37dwfkixq3h9ami0mgxqqqfl2x3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -59793,12 +71666,17 @@ (define-public texlive-ncctools (package (name "texlive-ncctools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ncctools/" "source/latex/ncctools/" - "tex/latex/ncctools/") - (base32 - "1g3fpvrg6kx2ns97ih6iwdk0rcbxlv043x8rdppxdincl2lvbdx5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ncctools/" "source/latex/ncctools/" + "tex/latex/ncctools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1g3fpvrg6kx2ns97ih6iwdk0rcbxlv043x8rdppxdincl2lvbdx5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ncctools") @@ -59839,20 +71717,25 @@ (define-public texlive-ncntrsbk (package (name "texlive-ncntrsbk") (version "2023.0") - (source (texlive-origin - name version - (list "dvips/ncntrsbk/" - "fonts/afm/adobe/ncntrsbk/" - "fonts/afm/urw/ncntrsbk/" - "fonts/map/dvips/ncntrsbk/" - "fonts/tfm/adobe/ncntrsbk/" - "fonts/tfm/urw35vf/ncntrsbk/" - "fonts/type1/urw/ncntrsbk/" - "fonts/vf/adobe/ncntrsbk/" - "fonts/vf/urw35vf/ncntrsbk/" - "tex/latex/ncntrsbk/") - (base32 - "0i6a48zbn9lg4pwbw8ya2wjjgppwac816fnbpmahm67kknx4d7ij"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "dvips/ncntrsbk/" + "fonts/afm/adobe/ncntrsbk/" + "fonts/afm/urw/ncntrsbk/" + "fonts/map/dvips/ncntrsbk/" + "fonts/tfm/adobe/ncntrsbk/" + "fonts/tfm/urw35vf/ncntrsbk/" + "fonts/type1/urw/ncntrsbk/" + "fonts/vf/adobe/ncntrsbk/" + "fonts/vf/urw35vf/ncntrsbk/" + "tex/latex/ncntrsbk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0i6a48zbn9lg4pwbw8ya2wjjgppwac816fnbpmahm67kknx4d7ij")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/urw-base35") (synopsis "Replacement for Adobe's New Century Schoolbook font") @@ -59865,12 +71748,17 @@ (define-public texlive-numprint (package (name "texlive-numprint") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/numprint/" "source/latex/numprint/" - "tex/latex/numprint/") - (base32 - "1rqbqj4ffcfxxxxbs100pdslaiimwzgg19mf2qzcmm5snxwrf7zj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/numprint/" "source/latex/numprint/" + "tex/latex/numprint/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rqbqj4ffcfxxxxbs100pdslaiimwzgg19mf2qzcmm5snxwrf7zj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/numprint") @@ -59894,12 +71782,18 @@ (define-public texlive-needspace (package (name "texlive-needspace") (version "2023.0") - (source (texlive-origin name version - (list "doc/latex/needspace/" - "source/latex/needspace/" - "tex/latex/needspace/") - (base32 - "12hbvv1w6b1k29qjvp72bkpnzsxpvrimzshllwinrxh9rx1mn550"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/needspace/" + "source/latex/needspace/" + "tex/latex/needspace/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12hbvv1w6b1k29qjvp72bkpnzsxpvrimzshllwinrxh9rx1mn550")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -59918,13 +71812,18 @@ (define-public texlive-changepage (package (name "texlive-changepage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/changepage/" - "source/latex/changepage/" - "tex/latex/changepage/") - (base32 - "0g9zlbqrgxh3p2vys2s84i8v590qi4fbpppp5lkaqc1di8kw60lm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/changepage/" + "source/latex/changepage/" + "tex/latex/changepage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0g9zlbqrgxh3p2vys2s84i8v590qi4fbpppp5lkaqc1di8kw60lm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -59945,12 +71844,17 @@ (define-public texlive-eukdate (package (name "texlive-eukdate") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eukdate/" "source/latex/eukdate/" - "tex/latex/eukdate/") - (base32 - "1bz32l4500y4sx7ighpcvzfh0z45lzyyxm1dq1knmhdsv46gqaxi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eukdate/" "source/latex/eukdate/" + "tex/latex/eukdate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bz32l4500y4sx7ighpcvzfh0z45lzyyxm1dq1knmhdsv46gqaxi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eukdate") @@ -59969,12 +71873,17 @@ (define-public texlive-euler (package (name "texlive-euler") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/euler/" "source/latex/euler/" - "tex/latex/euler/") - (base32 - "0xd4lniaj243jvmlgfan7rp1zx308cfvpdd02nvvqpdnrwc69irk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/euler/" "source/latex/euler/" + "tex/latex/euler/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xd4lniaj243jvmlgfan7rp1zx308cfvpdd02nvvqpdnrwc69irk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/euler") @@ -59992,11 +71901,16 @@ (define-public texlive-extsizes (package (name "texlive-extsizes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/extsizes/" "tex/latex/extsizes/") - (base32 - "1akxh0x8y1rhmpq8qzqi2bpbm1ffy8x0212jkyib7gm1i1d9ijgl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/extsizes/" "tex/latex/extsizes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1akxh0x8y1rhmpq8qzqi2bpbm1ffy8x0212jkyib7gm1i1d9ijgl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/extsizes") @@ -60013,11 +71927,16 @@ (define-public texlive-ulem (package (name "texlive-ulem") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/ulem/" "tex/generic/ulem/") - (base32 - "0wcfnw5h6lsg2ilvkkf7mns8jgcn0n5sh45iznfsb49pfb4mming"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/ulem/" "tex/generic/ulem/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wcfnw5h6lsg2ilvkkf7mns8jgcn0n5sh45iznfsb49pfb4mming")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ulem") @@ -60034,12 +71953,17 @@ (define-public texlive-pdfarticle (package (name "texlive-pdfarticle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/pdfarticle/" - "tex/lualatex/pdfarticle/") - (base32 - "16cy8n3hws1gm3bsv3h4mwnpvaajiy5sj6hpchy0r9hq28liara4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/pdfarticle/" + "tex/lualatex/pdfarticle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16cy8n3hws1gm3bsv3h4mwnpvaajiy5sj6hpchy0r9hq28liara4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfarticle") @@ -60053,12 +71977,17 @@ (define-public texlive-pdfextra (package (name "texlive-pdfextra") (version "2023.0") - (source (texlive-origin - name version - (list "doc/optex/pdfextra/" "tex/luatex/pdfextra/" - "tex/optex/pdfextra/") - (base32 - "0vv7vidcvi6c9bg9rdp00d324d3xfyazpwlc7l4vggz1w6n8l96y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/optex/pdfextra/" "tex/luatex/pdfextra/" + "tex/optex/pdfextra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vv7vidcvi6c9bg9rdp00d324d3xfyazpwlc7l4vggz1w6n8l96y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfextra") @@ -60076,12 +72005,17 @@ (define-public texlive-penlight (package (name "texlive-penlight") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/penlight/" - "tex/luatex/penlight/") - (base32 - "1jdq8x0rbknlvrlh2wc7q5gd463xhi845ajkkiirz65n23m7wyg6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/penlight/" + "tex/luatex/penlight/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jdq8x0rbknlvrlh2wc7q5gd463xhi845ajkkiirz65n23m7wyg6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/penlight") @@ -60095,29 +72029,34 @@ (define-public texlive-pgf (package (name "texlive-pgf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pgf/" - "tex/context/third/pgf/basiclayer/" - "tex/context/third/pgf/frontendlayer/" - "tex/context/third/pgf/math/" - "tex/context/third/pgf/systemlayer/" - "tex/context/third/pgf/utilities/" - "tex/generic/pgf/" - "tex/latex/pgf/basiclayer/" - "tex/latex/pgf/compatibility/" - "tex/latex/pgf/doc/" - "tex/latex/pgf/frontendlayer/" - "tex/latex/pgf/math/" - "tex/latex/pgf/systemlayer/" - "tex/latex/pgf/utilities/" - "tex/plain/pgf/basiclayer/" - "tex/plain/pgf/frontendlayer/" - "tex/plain/pgf/math/" - "tex/plain/pgf/systemlayer/" - "tex/plain/pgf/utilities/") - (base32 - "16kdxcyk60i1c8y3i3d0v2076kapg2vs2pd4pbb434w3vjf8jfm5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pgf/" + "tex/context/third/pgf/basiclayer/" + "tex/context/third/pgf/frontendlayer/" + "tex/context/third/pgf/math/" + "tex/context/third/pgf/systemlayer/" + "tex/context/third/pgf/utilities/" + "tex/generic/pgf/" + "tex/latex/pgf/basiclayer/" + "tex/latex/pgf/compatibility/" + "tex/latex/pgf/doc/" + "tex/latex/pgf/frontendlayer/" + "tex/latex/pgf/math/" + "tex/latex/pgf/systemlayer/" + "tex/latex/pgf/utilities/" + "tex/plain/pgf/basiclayer/" + "tex/plain/pgf/frontendlayer/" + "tex/plain/pgf/math/" + "tex/plain/pgf/systemlayer/" + "tex/plain/pgf/utilities/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16kdxcyk60i1c8y3i3d0v2076kapg2vs2pd4pbb434w3vjf8jfm5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -60147,13 +72086,18 @@ (define-public texlive-piton (package (name "texlive-piton") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/piton/" - "source/lualatex/piton/" - "tex/lualatex/piton/") - (base32 - "123ir1hnla5klkvb13qw1mkfnpbwk61lxli0851qf33g72c8qc4r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/piton/" + "source/lualatex/piton/" + "tex/lualatex/piton/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "123ir1hnla5klkvb13qw1mkfnpbwk61lxli0851qf33g72c8qc4r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/piton") @@ -60167,13 +72111,18 @@ (define-public texlive-placeat (package (name "texlive-placeat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/placeat/" "scripts/placeat/" - "source/lualatex/placeat/" - "tex/lualatex/placeat/") - (base32 - "0lwr71sxrs1idy2nqqn2xsi3pmgv0hyfkhhiyir53cix203n18aq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/placeat/" "scripts/placeat/" + "source/lualatex/placeat/" + "tex/lualatex/placeat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lwr71sxrs1idy2nqqn2xsi3pmgv0hyfkhhiyir53cix203n18aq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/placeat") @@ -60190,12 +72139,17 @@ (define-public texlive-plantuml (package (name "texlive-plantuml") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/plantuml/" - "tex/lualatex/plantuml/") - (base32 - "00ram4dm1n7v9xd50xhvp1jxih4y431sq05snqaxj292ib0yh5b8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/plantuml/" + "tex/lualatex/plantuml/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00ram4dm1n7v9xd50xhvp1jxih4y431sq05snqaxj292ib0yh5b8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/plantuml") @@ -60212,12 +72166,17 @@ (define-public texlive-pyluatex (package (name "texlive-pyluatex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/pyluatex/" - "tex/lualatex/pyluatex/") - (base32 - "0dwqi0m3qf6s41wpavngq1c4wn8yjfas798r4a53wr20y3ajhqnn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/pyluatex/" + "tex/lualatex/pyluatex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dwqi0m3qf6s41wpavngq1c4wn8yjfas798r4a53wr20y3ajhqnn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pyluatex") @@ -60237,13 +72196,18 @@ (define-public texlive-pythontex (package (name "texlive-pythontex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pythontex/" "scripts/pythontex/" - "source/latex/pythontex/" - "tex/latex/pythontex/") - (base32 - "161kyk3sg7fnp9wxjmb1c9xbw0az0dxw2izipdyz0378ciqhqjfw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pythontex/" "scripts/pythontex/" + "source/latex/pythontex/" + "tex/latex/pythontex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "161kyk3sg7fnp9wxjmb1c9xbw0az0dxw2izipdyz0378ciqhqjfw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "depythontex.py" "pythontex.py"))) @@ -60273,13 +72237,18 @@ (define-public texlive-koma-script (package (name "texlive-koma-script") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/koma-script/" - "source/latex/koma-script/doc/" - "tex/latex/koma-script/") - (base32 - "192jlijzrqipdi2bxg1562259zxivpzm8clbnpr0fk1rr1nc2lz1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/koma-script/" + "source/latex/koma-script/doc/" + "tex/latex/koma-script/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "192jlijzrqipdi2bxg1562259zxivpzm8clbnpr0fk1rr1nc2lz1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-footmisc)) @@ -60302,11 +72271,16 @@ (define-public texlive-koma-script-examples (package (name "texlive-koma-script-examples") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/koma-script-examples/") - (base32 - "1s95a3vgjxrn34cpcinkyr1yw2rj8s2973np71yxrwzi9dqdjpn1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/koma-script-examples/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s95a3vgjxrn34cpcinkyr1yw2rj8s2973np71yxrwzi9dqdjpn1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/koma-script-examples") @@ -60322,12 +72296,17 @@ (define-public texlive-atbegshi (package (name "texlive-atbegshi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/atbegshi/" "source/latex/atbegshi/" - "tex/generic/atbegshi/") - (base32 - "0vd90wdjwj5w4g4xka4nms3rgixjw63iwf0hj0v1akcfflwvgn69"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/atbegshi/" "source/latex/atbegshi/" + "tex/generic/atbegshi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vd90wdjwj5w4g4xka4nms3rgixjw63iwf0hj0v1akcfflwvgn69")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:texlive-latex-bin? #f)) @@ -60347,13 +72326,18 @@ (define-public texlive-bigintcalc (package (name "texlive-bigintcalc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bigintcalc/" - "source/latex/bigintcalc/" - "tex/generic/bigintcalc/") - (base32 - "1cyv4mcvx83ab782l6h2f86a63ipm845r7hv1m6f1z2336vy7rc5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bigintcalc/" + "source/latex/bigintcalc/" + "tex/generic/bigintcalc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cyv4mcvx83ab782l6h2f86a63ipm845r7hv1m6f1z2336vy7rc5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bigintcalc") @@ -60369,12 +72353,17 @@ (define-public texlive-bitset (package (name "texlive-bitset") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bitset/" "source/latex/bitset/" - "tex/generic/bitset/") - (base32 - "1q7vk5gr5a4vaa3l20j178cg2q7a99rxdiyxhzpx9a6lfqfkjddz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bitset/" "source/latex/bitset/" + "tex/generic/bitset/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q7vk5gr5a4vaa3l20j178cg2q7a99rxdiyxhzpx9a6lfqfkjddz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-bigintcalc)) @@ -60392,12 +72381,17 @@ (define-public texlive-etexcmds (package (name "texlive-etexcmds") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/etexcmds/" "source/latex/etexcmds/" - "tex/generic/etexcmds/") - (base32 - "13cf1fs5x9d8749b2jgxmgnkrx0r4hwpl389r15kq3ldz9jfl627"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/etexcmds/" "source/latex/etexcmds/" + "tex/generic/etexcmds/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13cf1fs5x9d8749b2jgxmgnkrx0r4hwpl389r15kq3ldz9jfl627")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/etexcmds") @@ -60415,13 +72409,18 @@ (define-public texlive-etextools (package (name "texlive-etextools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/etextools/" - "source/latex/etextools/" - "tex/latex/etextools/") - (base32 - "0bfcc8g8q5v1nyqmrg8n17hv4k8yvhsplansvriccpmvyx0w9y9d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/etextools/" + "source/latex/etextools/" + "tex/latex/etextools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bfcc8g8q5v1nyqmrg8n17hv4k8yvhsplansvriccpmvyx0w9y9d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/etextools") @@ -60438,13 +72437,18 @@ (define-public texlive-gettitlestring (package (name "texlive-gettitlestring") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gettitlestring/" - "source/latex/gettitlestring/" - "tex/generic/gettitlestring/") - (base32 - "1vbvmwrpsvy37gbwdmsqbbsicjiww3i0bh1yqnb75jiya9an0sjb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gettitlestring/" + "source/latex/gettitlestring/" + "tex/generic/gettitlestring/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vbvmwrpsvy37gbwdmsqbbsicjiww3i0bh1yqnb75jiya9an0sjb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gettitlestring") @@ -60461,13 +72465,18 @@ (define-public texlive-infwarerr (package (name "texlive-infwarerr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/infwarerr/" - "source/latex/infwarerr/" - "tex/generic/infwarerr/") - (base32 - "0lpcrpf3d6xfdp68ri22126x57mvmq5dpj9np68ph8p8lhvhqdjd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/infwarerr/" + "source/latex/infwarerr/" + "tex/generic/infwarerr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lpcrpf3d6xfdp68ri22126x57mvmq5dpj9np68ph8p8lhvhqdjd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/infwarerr") @@ -60485,12 +72494,17 @@ (define-public texlive-intcalc (package (name "texlive-intcalc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/intcalc/" "source/latex/intcalc/" - "tex/generic/intcalc/") - (base32 - "15alwp9cr8wasfajs3p201p7nqml37vly9mpg1j5l6xv95javk7x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/intcalc/" "source/latex/intcalc/" + "tex/generic/intcalc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15alwp9cr8wasfajs3p201p7nqml37vly9mpg1j5l6xv95javk7x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/intcalc") @@ -60506,13 +72520,18 @@ (define-public texlive-kvdefinekeys (package (name "texlive-kvdefinekeys") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/kvdefinekeys/" - "source/latex/kvdefinekeys/" - "tex/generic/kvdefinekeys/") - (base32 - "1026h223ph3nzhs6jqbasa0bzsrdg3zgllfcwwcavfzb5i6p9jdf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/kvdefinekeys/" + "source/latex/kvdefinekeys/" + "tex/generic/kvdefinekeys/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1026h223ph3nzhs6jqbasa0bzsrdg3zgllfcwwcavfzb5i6p9jdf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kvdefinekeys") @@ -60528,13 +72547,18 @@ (define-public texlive-kvsetkeys (package (name "texlive-kvsetkeys") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/kvsetkeys/" - "source/latex/kvsetkeys/" - "tex/latex/kvsetkeys/") - (base32 - "0c4f4sgb3xpxmvphrvzbyqa2vl7sp2j52hb99spmpbqwgj9j61qx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/kvsetkeys/" + "source/latex/kvsetkeys/" + "tex/latex/kvsetkeys/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c4f4sgb3xpxmvphrvzbyqa2vl7sp2j52hb99spmpbqwgj9j61qx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kvsetkeys") @@ -60552,12 +72576,17 @@ (define-public texlive-listofitems (package (name "texlive-listofitems") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/listofitems/" - "tex/generic/listofitems/") - (base32 - "0yy0hw3631shf9rrdiyywr7hs7dvrhvz2a2vkzbwalnyrqdwbyh5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/listofitems/" + "tex/generic/listofitems/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yy0hw3631shf9rrdiyywr7hs7dvrhvz2a2vkzbwalnyrqdwbyh5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/listofitems") @@ -60574,13 +72603,18 @@ (define-public texlive-ltxcmds (package (name "texlive-ltxcmds") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/ltxcmds/" - "source/generic/ltxcmds/" - "tex/generic/ltxcmds/") - (base32 - "1izcw9jl64iij541183hc156sjwamvxm7q9fkpfnz8sppyg31fkb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/ltxcmds/" + "source/generic/ltxcmds/" + "tex/generic/ltxcmds/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1izcw9jl64iij541183hc156sjwamvxm7q9fkpfnz8sppyg31fkb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ltxcmds") @@ -60597,11 +72631,16 @@ (define-public texlive-ltxmisc (package (name "texlive-ltxmisc") (version "2023.0") - (source (texlive-origin - name version - (list "tex/latex/ltxmisc/") - (base32 - "14llkpla8gpx7q6a53sd8a0a42wgk93fg4mbl6pc0v7v1kjblr5m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/latex/ltxmisc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14llkpla8gpx7q6a53sd8a0a42wgk93fg4mbl6pc0v7v1kjblr5m")))) (build-system texlive-build-system) (arguments (list #:phases @@ -60623,13 +72662,18 @@ (define-public texlive-pdfescape (package (name "texlive-pdfescape") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfescape/" - "source/latex/pdfescape/" - "tex/generic/pdfescape/") - (base32 - "16a0rdmpa4wxh6gyf46qwfgyh399rwdind2wc89phqd50ky9b5m4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfescape/" + "source/latex/pdfescape/" + "tex/generic/pdfescape/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16a0rdmpa4wxh6gyf46qwfgyh399rwdind2wc89phqd50ky9b5m4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfescape") @@ -60646,13 +72690,18 @@ (define-public texlive-uniquecounter (package (name "texlive-uniquecounter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uniquecounter/" - "source/latex/uniquecounter/" - "tex/generic/uniquecounter/") - (base32 - "1ll3iwk8x44l3qx1dhna399ngg66vbllivv8i3lwzriwkx22xbf3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uniquecounter/" + "source/latex/uniquecounter/" + "tex/generic/uniquecounter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ll3iwk8x44l3qx1dhna399ngg66vbllivv8i3lwzriwkx22xbf3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uniquecounter") @@ -60669,11 +72718,16 @@ (define-public texlive-readarray (package (name "texlive-readarray") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/readarray/" "tex/latex/readarray/") - (base32 - "0iy3m20761mp83g59qpx9l20bg3fvm28l64vq735rcha7yqbhf22"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/readarray/" "tex/latex/readarray/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0iy3m20761mp83g59qpx9l20bg3fvm28l64vq735rcha7yqbhf22")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/readarray") @@ -60691,12 +72745,17 @@ (define-public texlive-verbatimbox (package (name "texlive-verbatimbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/verbatimbox/" - "tex/latex/verbatimbox/") - (base32 - "00n3x075ya3s2qwmcz2vvn8x70pbbgj2cbwz0ifw89jrc4ljisgi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/verbatimbox/" + "tex/latex/verbatimbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00n3x075ya3s2qwmcz2vvn8x70pbbgj2cbwz0ifw89jrc4ljisgi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://www.ctan.org/pkg/verbatimbox") @@ -60716,13 +72775,18 @@ (define-public texlive-verifica (package (name "texlive-verifica") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/verifica/" - "source/latex/verifica/" - "tex/latex/verifica/") - (base32 - "1q7kdx7rywc98sdgycj33v8w3a3rk30qil5nqh9h0kgmc7a91mpc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/verifica/" + "source/latex/verifica/" + "tex/latex/verifica/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q7kdx7rywc98sdgycj33v8w3a3rk30qil5nqh9h0kgmc7a91mpc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/verifica") @@ -60738,11 +72802,16 @@ (define-public texlive-exam-zh (package (name "texlive-exam-zh") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/exam-zh/" "tex/latex/exam-zh/") - (base32 - "1p0zy0y2c75mq84n3bqbd39hw1phiyfl22q0fzid58v5ngcf0ip1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/exam-zh/" "tex/latex/exam-zh/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p0zy0y2c75mq84n3bqbd39hw1phiyfl22q0fzid58v5ngcf0ip1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/exam-zh") @@ -60758,11 +72827,16 @@ (define-public texlive-examplep (package (name "texlive-examplep") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/examplep/" "tex/latex/examplep/") - (base32 - "0afbl77i57hxngc3l0czdzmmkhcgh2l4h2dpbg9ax9p9dv8c006n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/examplep/" "tex/latex/examplep/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0afbl77i57hxngc3l0czdzmmkhcgh2l4h2dpbg9ax9p9dv8c006n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/examplep") @@ -60786,12 +72860,17 @@ (define-public texlive-xunicode (package (name "texlive-xunicode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/xunicode/" - "tex/xelatex/xunicode/") - (base32 - "1d96i8kd2lhbykc3rxy2jjvws404f2vy1cvdcp5bdr6l9m72q1fa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/xunicode/" + "tex/xelatex/xunicode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d96i8kd2lhbykc3rxy2jjvws404f2vy1cvdcp5bdr6l9m72q1fa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-tipa)) @@ -60810,19 +72889,24 @@ (define-public texlive-xypic (package (name "texlive-xypic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/xypic/" - "dvips/xypic/" - "fonts/afm/public/xypic/" - "fonts/enc/dvips/xypic/" - "fonts/map/dvips/xypic/" - "fonts/source/public/xypic/" - "fonts/tfm/public/xypic/" - "fonts/type1/public/xypic/" - "tex/generic/xypic/") - (base32 - "09b51bbm189xh7039h5n8nmab5nn2bybhh26qjn08763m80zdhjg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/xypic/" + "dvips/xypic/" + "fonts/afm/public/xypic/" + "fonts/enc/dvips/xypic/" + "fonts/map/dvips/xypic/" + "fonts/source/public/xypic/" + "fonts/tfm/public/xypic/" + "fonts/type1/public/xypic/" + "tex/generic/xypic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09b51bbm189xh7039h5n8nmab5nn2bybhh26qjn08763m80zdhjg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-cm texlive-metafont)) @@ -60843,11 +72927,16 @@ (define-public texlive-xypic-tut-pt (package (name "texlive-xypic-tut-pt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/xypic-tut-pt/") - (base32 - "0d9ivdz5jnhnh3pg8qb2jn7qfxad06hxff65scyhdd6wbsfaizi9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/xypic-tut-pt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d9ivdz5jnhnh3pg8qb2jn7qfxad06hxff65scyhdd6wbsfaizi9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xypic-tut-pt") @@ -60859,16 +72948,21 @@ (define-public texlive-bibtex (package (name "texlive-bibtex") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/base/" - "bibtex/bst/base/" - "doc/bibtex/base/" - "doc/man/man1/bibtex.1" - "doc/man/man1/bibtex.man1.pdf" - "tex/generic/bibtex/") - (base32 - "0iyaxab3wyhy3nw0id892aklpqf17z1cl85v4m3rjy5nmb8darn9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/base/" + "bibtex/bst/base/" + "doc/bibtex/base/" + "doc/man/man1/bibtex.1" + "doc/man/man1/bibtex.man1.pdf" + "tex/generic/bibtex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0iyaxab3wyhy3nw0id892aklpqf17z1cl85v4m3rjy5nmb8darn9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-bibtex-bin texlive-kpathsea)) @@ -60908,18 +73002,23 @@ (define-public texlive-charissil (package (name "texlive-charissil") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/charissil/" - "fonts/enc/dvips/charissil/" - "fonts/map/dvips/charissil/" - "fonts/tfm/SIL/charissil/" - "fonts/truetype/SIL/charissil/" - "fonts/type1/SIL/charissil/" - "fonts/vf/SIL/charissil/" - "tex/latex/charissil/") - (base32 - "0hdwxbck39xjkyq981fm3zxxkjw753mnr05jb7h7824k9x9wpfsl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/charissil/" + "fonts/enc/dvips/charissil/" + "fonts/map/dvips/charissil/" + "fonts/tfm/SIL/charissil/" + "fonts/truetype/SIL/charissil/" + "fonts/type1/SIL/charissil/" + "fonts/vf/SIL/charissil/" + "tex/latex/charissil/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hdwxbck39xjkyq981fm3zxxkjw753mnr05jb7h7824k9x9wpfsl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/charissil") @@ -60934,15 +73033,20 @@ (define-public texlive-charter (package (name "texlive-charter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/charter/" - "fonts/afm/bitstrea/charter/" - "fonts/tfm/bitstrea/charter/" - "fonts/type1/bitstrea/charter/" - "fonts/vf/bitstrea/charter/") - (base32 - "09l5ymgz48s3hyn776l01g3isk3dnhrj1vdavdw4qq4kfxxpqdn9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/charter/" + "fonts/afm/bitstrea/charter/" + "fonts/tfm/bitstrea/charter/" + "fonts/type1/bitstrea/charter/" + "fonts/vf/bitstrea/charter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09l5ymgz48s3hyn776l01g3isk3dnhrj1vdavdw4qq4kfxxpqdn9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -60963,11 +73067,16 @@ (define-public texlive-chngcntr (package (name "texlive-chngcntr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chngcntr/" "tex/latex/chngcntr/") - (base32 - "0ag1hb1vkl0xdzslp6f0j59dijwr9k9kq7vaada148241q0hflbj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chngcntr/" "tex/latex/chngcntr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ag1hb1vkl0xdzslp6f0j59dijwr9k9kq7vaada148241q0hflbj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chngcntr") @@ -60982,172 +73091,177 @@ (define-public texlive-context (package (name "texlive-context") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/context/mkii/" - "context/data/scite/context/" - "context/data/texworks/" - "context/data/vscode/" - "doc/context/documents/general/leaflets/" - "doc/context/documents/general/magazines/" - "doc/context/documents/general/manuals/" - "doc/context/documents/general/qrcs/" - "doc/context/examples/calculator/" - "doc/context/examples/clock/" - "doc/context/presentations/" - "doc/context/scripts/mkii/" - "doc/context/scripts/mkiv/" - "doc/context/sources/general/leaflets/" - "doc/context/sources/general/magazines/" - "doc/context/sources/general/manuals/" - "doc/man/man1/context.1" - "doc/man/man1/context.man1.pdf" - "doc/man/man1/luatools.1" - "doc/man/man1/luatools.man1.pdf" - "doc/man/man1/mtx-babel.1" - "doc/man/man1/mtx-babel.man1.pdf" - "doc/man/man1/mtx-base.1" - "doc/man/man1/mtx-base.man1.pdf" - "doc/man/man1/mtx-bibtex.1" - "doc/man/man1/mtx-bibtex.man1.pdf" - "doc/man/man1/mtx-cache.1" - "doc/man/man1/mtx-cache.man1.pdf" - "doc/man/man1/mtx-chars.1" - "doc/man/man1/mtx-chars.man1.pdf" - "doc/man/man1/mtx-check.1" - "doc/man/man1/mtx-check.man1.pdf" - "doc/man/man1/mtx-colors.1" - "doc/man/man1/mtx-colors.man1.pdf" - "doc/man/man1/mtx-context.1" - "doc/man/man1/mtx-context.man1.pdf" - "doc/man/man1/mtx-dvi.1" - "doc/man/man1/mtx-dvi.man1.pdf" - "doc/man/man1/mtx-epub.1" - "doc/man/man1/mtx-epub.man1.pdf" - "doc/man/man1/mtx-evohome.1" - "doc/man/man1/mtx-evohome.man1.pdf" - "doc/man/man1/mtx-fcd.1" - "doc/man/man1/mtx-fcd.man1.pdf" - "doc/man/man1/mtx-flac.1" - "doc/man/man1/mtx-flac.man1.pdf" - "doc/man/man1/mtx-fonts.1" - "doc/man/man1/mtx-fonts.man1.pdf" - "doc/man/man1/mtx-grep.1" - "doc/man/man1/mtx-grep.man1.pdf" - "doc/man/man1/mtx-interface.1" - "doc/man/man1/mtx-interface.man1.pdf" - "doc/man/man1/mtx-metapost.1" - "doc/man/man1/mtx-metapost.man1.pdf" - "doc/man/man1/mtx-modules.1" - "doc/man/man1/mtx-modules.man1.pdf" - "doc/man/man1/mtx-package.1" - "doc/man/man1/mtx-package.man1.pdf" - "doc/man/man1/mtx-patterns.1" - "doc/man/man1/mtx-patterns.man1.pdf" - "doc/man/man1/mtx-pdf.1" - "doc/man/man1/mtx-pdf.man1.pdf" - "doc/man/man1/mtx-plain.1" - "doc/man/man1/mtx-plain.man1.pdf" - "doc/man/man1/mtx-profile.1" - "doc/man/man1/mtx-profile.man1.pdf" - "doc/man/man1/mtx-rsync.1" - "doc/man/man1/mtx-rsync.man1.pdf" - "doc/man/man1/mtx-scite.1" - "doc/man/man1/mtx-scite.man1.pdf" - "doc/man/man1/mtx-server.1" - "doc/man/man1/mtx-server.man1.pdf" - "doc/man/man1/mtx-spell.1" - "doc/man/man1/mtx-spell.man1.pdf" - "doc/man/man1/mtx-texworks.1" - "doc/man/man1/mtx-texworks.man1.pdf" - "doc/man/man1/mtx-timing.1" - "doc/man/man1/mtx-timing.man1.pdf" - "doc/man/man1/mtx-tools.1" - "doc/man/man1/mtx-tools.man1.pdf" - "doc/man/man1/mtx-unicode.1" - "doc/man/man1/mtx-unicode.man1.pdf" - "doc/man/man1/mtx-unzip.1" - "doc/man/man1/mtx-unzip.man1.pdf" - "doc/man/man1/mtx-update.1" - "doc/man/man1/mtx-update.man1.pdf" - "doc/man/man1/mtx-vscode.1" - "doc/man/man1/mtx-vscode.man1.pdf" - "doc/man/man1/mtx-watch.1" - "doc/man/man1/mtx-watch.man1.pdf" - "doc/man/man1/mtx-youless.1" - "doc/man/man1/mtx-youless.man1.pdf" - "doc/man/man1/mtxrun.1" - "doc/man/man1/mtxrun.man1.pdf" - "fonts/afm/hoekwater/context/" - "fonts/cid/fontforge/" - "fonts/map/dvips/context/" - "fonts/map/luatex/context/" - "fonts/map/pdftex/context/" - "fonts/misc/xetex/fontmapping/context/" - "fonts/tfm/hoekwater/context/" - "fonts/type1/hoekwater/context/" - "metapost/context/base/common/" - "metapost/context/base/mpiv/" - "metapost/context/base/mpxl/" - "metapost/context/fonts/mpiv/" - "scripts/context/lua/context.lua" - "scripts/context/lua/mtx-babel.lua" - "scripts/context/lua/mtx-base.lua" - "scripts/context/lua/mtx-bibtex.lua" - "scripts/context/lua/mtx-cache.lua" - "scripts/context/lua/mtx-chars.lua" - "scripts/context/lua/mtx-check.lua" - "scripts/context/lua/mtx-colors.lua" - "scripts/context/lua/mtx-context.lua" - "scripts/context/lua/mtx-context.xml" - "scripts/context/lua/mtx-convert.lua" - "scripts/context/lua/mtx-ctan.lua" - "scripts/context/lua/mtx-dvi.lua" - "scripts/context/lua/mtx-epub.lua" - "scripts/context/lua/mtx-evohome.lua" - "scripts/context/lua/mtx-fcd.lua" - "scripts/context/lua/mtx-flac.lua" - "scripts/context/lua/mtx-fonts.lua" - "scripts/context/lua/mtx-grep.lua" - "scripts/context/lua/mtx-install.lua" - "scripts/context/lua/mtx-interface.lua" - "scripts/context/lua/mtx-kpse.lua" - "scripts/context/lua/mtx-metapost.lua" - "scripts/context/lua/mtx-mk-help.lua" - "scripts/context/lua/mtx-modules.lua" - "scripts/context/lua/mtx-package.lua" - "scripts/context/lua/mtx-patterns.lua" - "scripts/context/lua/mtx-pdf.lua" - "scripts/context/lua/mtx-plain.lua" - "scripts/context/lua/mtx-profile.lua" - "scripts/context/lua/mtx-rsync.lua" - "scripts/context/lua/mtx-scite.lua" - "scripts/context/lua/mtx-server-ctx-fonttest.lua" - "scripts/context/lua/mtx-server-ctx-help.lua" - "scripts/context/lua/mtx-server-ctx-startup.lua" - "scripts/context/lua/mtx-server.lua" - "scripts/context/lua/mtx-spell.lua" - "scripts/context/lua/mtx-synctex.lua" - "scripts/context/lua/mtx-texworks.lua" - "scripts/context/lua/mtx-tools.lua" - "scripts/context/lua/mtx-unicode.lua" - "scripts/context/lua/mtx-unzip.lua" - "scripts/context/lua/mtx-update.lua" - "scripts/context/lua/mtx-vscode.lua" - "scripts/context/lua/mtx-watch.lua" - "scripts/context/lua/mtx-youless.lua" - "scripts/context/lua/mtxlibs.lua" - "scripts/context/lua/mtxrun.lua" - "scripts/context/perl/makempy.pl" - "scripts/context/perl/path_tre.pm" - "scripts/context/perl/pdftrimwhite.pl" - "scripts/context/perl/texfind.pl" - "scripts/context/perl/texfont.pl" - "tex/context/" - "tex/generic/context/luatex/" - "tex/latex/context/ppchtex/") - (base32 - "0v452m4qi0963crr2fv211fi3a4c74l6b9p8brkcfg29fif7a846"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/context/mkii/" + "context/data/scite/context/" + "context/data/texworks/" + "context/data/vscode/" + "doc/context/documents/general/leaflets/" + "doc/context/documents/general/magazines/" + "doc/context/documents/general/manuals/" + "doc/context/documents/general/qrcs/" + "doc/context/examples/calculator/" + "doc/context/examples/clock/" + "doc/context/presentations/" + "doc/context/scripts/mkii/" + "doc/context/scripts/mkiv/" + "doc/context/sources/general/leaflets/" + "doc/context/sources/general/magazines/" + "doc/context/sources/general/manuals/" + "doc/man/man1/context.1" + "doc/man/man1/context.man1.pdf" + "doc/man/man1/luatools.1" + "doc/man/man1/luatools.man1.pdf" + "doc/man/man1/mtx-babel.1" + "doc/man/man1/mtx-babel.man1.pdf" + "doc/man/man1/mtx-base.1" + "doc/man/man1/mtx-base.man1.pdf" + "doc/man/man1/mtx-bibtex.1" + "doc/man/man1/mtx-bibtex.man1.pdf" + "doc/man/man1/mtx-cache.1" + "doc/man/man1/mtx-cache.man1.pdf" + "doc/man/man1/mtx-chars.1" + "doc/man/man1/mtx-chars.man1.pdf" + "doc/man/man1/mtx-check.1" + "doc/man/man1/mtx-check.man1.pdf" + "doc/man/man1/mtx-colors.1" + "doc/man/man1/mtx-colors.man1.pdf" + "doc/man/man1/mtx-context.1" + "doc/man/man1/mtx-context.man1.pdf" + "doc/man/man1/mtx-dvi.1" + "doc/man/man1/mtx-dvi.man1.pdf" + "doc/man/man1/mtx-epub.1" + "doc/man/man1/mtx-epub.man1.pdf" + "doc/man/man1/mtx-evohome.1" + "doc/man/man1/mtx-evohome.man1.pdf" + "doc/man/man1/mtx-fcd.1" + "doc/man/man1/mtx-fcd.man1.pdf" + "doc/man/man1/mtx-flac.1" + "doc/man/man1/mtx-flac.man1.pdf" + "doc/man/man1/mtx-fonts.1" + "doc/man/man1/mtx-fonts.man1.pdf" + "doc/man/man1/mtx-grep.1" + "doc/man/man1/mtx-grep.man1.pdf" + "doc/man/man1/mtx-interface.1" + "doc/man/man1/mtx-interface.man1.pdf" + "doc/man/man1/mtx-metapost.1" + "doc/man/man1/mtx-metapost.man1.pdf" + "doc/man/man1/mtx-modules.1" + "doc/man/man1/mtx-modules.man1.pdf" + "doc/man/man1/mtx-package.1" + "doc/man/man1/mtx-package.man1.pdf" + "doc/man/man1/mtx-patterns.1" + "doc/man/man1/mtx-patterns.man1.pdf" + "doc/man/man1/mtx-pdf.1" + "doc/man/man1/mtx-pdf.man1.pdf" + "doc/man/man1/mtx-plain.1" + "doc/man/man1/mtx-plain.man1.pdf" + "doc/man/man1/mtx-profile.1" + "doc/man/man1/mtx-profile.man1.pdf" + "doc/man/man1/mtx-rsync.1" + "doc/man/man1/mtx-rsync.man1.pdf" + "doc/man/man1/mtx-scite.1" + "doc/man/man1/mtx-scite.man1.pdf" + "doc/man/man1/mtx-server.1" + "doc/man/man1/mtx-server.man1.pdf" + "doc/man/man1/mtx-spell.1" + "doc/man/man1/mtx-spell.man1.pdf" + "doc/man/man1/mtx-texworks.1" + "doc/man/man1/mtx-texworks.man1.pdf" + "doc/man/man1/mtx-timing.1" + "doc/man/man1/mtx-timing.man1.pdf" + "doc/man/man1/mtx-tools.1" + "doc/man/man1/mtx-tools.man1.pdf" + "doc/man/man1/mtx-unicode.1" + "doc/man/man1/mtx-unicode.man1.pdf" + "doc/man/man1/mtx-unzip.1" + "doc/man/man1/mtx-unzip.man1.pdf" + "doc/man/man1/mtx-update.1" + "doc/man/man1/mtx-update.man1.pdf" + "doc/man/man1/mtx-vscode.1" + "doc/man/man1/mtx-vscode.man1.pdf" + "doc/man/man1/mtx-watch.1" + "doc/man/man1/mtx-watch.man1.pdf" + "doc/man/man1/mtx-youless.1" + "doc/man/man1/mtx-youless.man1.pdf" + "doc/man/man1/mtxrun.1" + "doc/man/man1/mtxrun.man1.pdf" + "fonts/afm/hoekwater/context/" + "fonts/cid/fontforge/" + "fonts/map/dvips/context/" + "fonts/map/luatex/context/" + "fonts/map/pdftex/context/" + "fonts/misc/xetex/fontmapping/context/" + "fonts/tfm/hoekwater/context/" + "fonts/type1/hoekwater/context/" + "metapost/context/base/common/" + "metapost/context/base/mpiv/" + "metapost/context/base/mpxl/" + "metapost/context/fonts/mpiv/" + "scripts/context/lua/context.lua" + "scripts/context/lua/mtx-babel.lua" + "scripts/context/lua/mtx-base.lua" + "scripts/context/lua/mtx-bibtex.lua" + "scripts/context/lua/mtx-cache.lua" + "scripts/context/lua/mtx-chars.lua" + "scripts/context/lua/mtx-check.lua" + "scripts/context/lua/mtx-colors.lua" + "scripts/context/lua/mtx-context.lua" + "scripts/context/lua/mtx-context.xml" + "scripts/context/lua/mtx-convert.lua" + "scripts/context/lua/mtx-ctan.lua" + "scripts/context/lua/mtx-dvi.lua" + "scripts/context/lua/mtx-epub.lua" + "scripts/context/lua/mtx-evohome.lua" + "scripts/context/lua/mtx-fcd.lua" + "scripts/context/lua/mtx-flac.lua" + "scripts/context/lua/mtx-fonts.lua" + "scripts/context/lua/mtx-grep.lua" + "scripts/context/lua/mtx-install.lua" + "scripts/context/lua/mtx-interface.lua" + "scripts/context/lua/mtx-kpse.lua" + "scripts/context/lua/mtx-metapost.lua" + "scripts/context/lua/mtx-mk-help.lua" + "scripts/context/lua/mtx-modules.lua" + "scripts/context/lua/mtx-package.lua" + "scripts/context/lua/mtx-patterns.lua" + "scripts/context/lua/mtx-pdf.lua" + "scripts/context/lua/mtx-plain.lua" + "scripts/context/lua/mtx-profile.lua" + "scripts/context/lua/mtx-rsync.lua" + "scripts/context/lua/mtx-scite.lua" + "scripts/context/lua/mtx-server-ctx-fonttest.lua" + "scripts/context/lua/mtx-server-ctx-help.lua" + "scripts/context/lua/mtx-server-ctx-startup.lua" + "scripts/context/lua/mtx-server.lua" + "scripts/context/lua/mtx-spell.lua" + "scripts/context/lua/mtx-synctex.lua" + "scripts/context/lua/mtx-texworks.lua" + "scripts/context/lua/mtx-tools.lua" + "scripts/context/lua/mtx-unicode.lua" + "scripts/context/lua/mtx-unzip.lua" + "scripts/context/lua/mtx-update.lua" + "scripts/context/lua/mtx-vscode.lua" + "scripts/context/lua/mtx-watch.lua" + "scripts/context/lua/mtx-youless.lua" + "scripts/context/lua/mtxlibs.lua" + "scripts/context/lua/mtxrun.lua" + "scripts/context/perl/makempy.pl" + "scripts/context/perl/path_tre.pm" + "scripts/context/perl/pdftrimwhite.pl" + "scripts/context/perl/texfind.pl" + "scripts/context/perl/texfont.pl" + "tex/context/" + "tex/generic/context/luatex/" + "tex/latex/context/ppchtex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0v452m4qi0963crr2fv211fi3a4c74l6b9p8brkcfg29fif7a846")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -61201,13 +73315,18 @@ (define-public texlive-context-account (package (name "texlive-context-account") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/account/" - "tex/context/interface/third/" - "tex/context/third/account/") - (base32 - "0pcl7yiajm4q87f05kd6wyxhvdzvsy4hyvy24aihzlmhwrww0c9c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/account/" + "tex/context/interface/third/" + "tex/context/third/account/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pcl7yiajm4q87f05kd6wyxhvdzvsy4hyvy24aihzlmhwrww0c9c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61221,12 +73340,17 @@ (define-public texlive-context-algorithmic (package (name "texlive-context-algorithmic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/algorithmic/" - "tex/context/third/algorithmic/") - (base32 - "0l2k8a3g3yrirbiwp741h1fisbprhbl2kwzbmd71fij1a80sqfaw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/algorithmic/" + "tex/context/third/algorithmic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l2k8a3g3yrirbiwp741h1fisbprhbl2kwzbmd71fij1a80sqfaw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61240,13 +73364,18 @@ (define-public texlive-context-animation (package (name "texlive-context-animation") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/animation/" - "tex/context/interface/third/" - "tex/context/third/animation/") - (base32 - "156zpxjb4c7qaibn7wjw13ysqyqg3m7pb8x3r3fzs6m83gp6r46c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/animation/" + "tex/context/interface/third/" + "tex/context/third/animation/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "156zpxjb4c7qaibn7wjw13ysqyqg3m7pb8x3r3fzs6m83gp6r46c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61261,13 +73390,18 @@ (define-public texlive-context-annotation (package (name "texlive-context-annotation") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/annotation/" - "tex/context/interface/third/" - "tex/context/third/annotation/") - (base32 - "1b908rj51dbpicdiwwycb36wscxl1asmsmccrzcfbdji189kf6ck"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/annotation/" + "tex/context/interface/third/" + "tex/context/third/annotation/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b908rj51dbpicdiwwycb36wscxl1asmsmccrzcfbdji189kf6ck")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61282,12 +73416,17 @@ (define-public texlive-context-bnf (package (name "texlive-context-bnf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/bnf/" - "tex/context/third/bnf/") - (base32 - "0m7144pgwk1707g7na96dx4apl6il73zzcvq7qd6lmhij3m96nv8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/bnf/" + "tex/context/third/bnf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m7144pgwk1707g7na96dx4apl6il73zzcvq7qd6lmhij3m96nv8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61306,12 +73445,17 @@ (define-public texlive-context-chromato (package (name "texlive-context-chromato") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/chromato/" - "tex/context/third/chromato/") - (base32 - "0p32iqgd6cbjx5y9ahs59f1q05js2s66nr84bjhzd37vzzl9acxs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/chromato/" + "tex/context/third/chromato/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p32iqgd6cbjx5y9ahs59f1q05js2s66nr84bjhzd37vzzl9acxs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61324,12 +73468,17 @@ (define-public texlive-context-cmscbf (package (name "texlive-context-cmscbf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/cmscbf/" - "tex/context/third/cmscbf/") - (base32 - "0p0xgqr2pqxmhq7mzrzfyn8c37vr1xm273jz99lxzqpc7pxs37cp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/cmscbf/" + "tex/context/third/cmscbf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p0xgqr2pqxmhq7mzrzfyn8c37vr1xm273jz99lxzqpc7pxs37cp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61345,12 +73494,17 @@ (define-public texlive-context-cmttbf (package (name "texlive-context-cmttbf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/cmttbf/" - "tex/context/third/cmttbf/") - (base32 - "0c88d2h6sn2l8s1lvy18h8vd6hc7im5gd85ilway4gq2nhvl4ahw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/cmttbf/" + "tex/context/third/cmttbf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c88d2h6sn2l8s1lvy18h8vd6hc7im5gd85ilway4gq2nhvl4ahw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61365,12 +73519,17 @@ (define-public texlive-context-construction-plan (package (name "texlive-context-construction-plan") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/construction-plan/" - "tex/context/third/construction-plan/") - (base32 - "0nch7bwmal1lbsv4h5jwpavif5cx7096jr7m1g2pfjn4qy9slpgs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/construction-plan/" + "tex/context/third/construction-plan/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nch7bwmal1lbsv4h5jwpavif5cx7096jr7m1g2pfjn4qy9slpgs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61384,13 +73543,18 @@ (define-public texlive-context-cyrillicnumbers (package (name "texlive-context-cyrillicnumbers") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/cyrillicnumbers/" - "tex/context/interface/third/" - "tex/context/third/cyrillicnumbers/") - (base32 - "0vg3czh7vhwr9pg8iqmry4fd6kkmimpvsf0sdnvf73p7jkn5478y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/cyrillicnumbers/" + "tex/context/interface/third/" + "tex/context/third/cyrillicnumbers/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vg3czh7vhwr9pg8iqmry4fd6kkmimpvsf0sdnvf73p7jkn5478y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61405,12 +73569,17 @@ (define-public texlive-context-degrade (package (name "texlive-context-degrade") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/degrade/" - "tex/context/third/degrade/") - (base32 - "10bny5ipa8sn6wk1k6238f5q7mazlyz9hgfi2d7hspghnfg3sm3g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/degrade/" + "tex/context/third/degrade/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10bny5ipa8sn6wk1k6238f5q7mazlyz9hgfi2d7hspghnfg3sm3g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61424,13 +73593,18 @@ (define-public texlive-context-fancybreak (package (name "texlive-context-fancybreak") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/fancybreak/" - "tex/context/interface/third/" - "tex/context/third/fancybreak/") - (base32 - "0v29i2c77ycvl412mwmlyijss4s31c0sbxz7m7ln9vqy0xh3hv5i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/fancybreak/" + "tex/context/interface/third/" + "tex/context/third/fancybreak/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0v29i2c77ycvl412mwmlyijss4s31c0sbxz7m7ln9vqy0xh3hv5i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61446,12 +73620,17 @@ (define-public texlive-context-filter (package (name "texlive-context-filter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/filter/" - "tex/context/third/filter/") - (base32 - "03nv2zd3aiv9lkq0bwq6awibn1acjprkc6b6jr5jslcyy4sw3k7w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/filter/" + "tex/context/third/filter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03nv2zd3aiv9lkq0bwq6awibn1acjprkc6b6jr5jslcyy4sw3k7w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61471,12 +73650,17 @@ (define-public texlive-context-french (package (name "texlive-context-french") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/french/" - "tex/context/third/french/") - (base32 - "06x7dfsc1vrb49zl9xlhlyfavijgpc53hc0yhj5yc6vph8zbq0df"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/french/" + "tex/context/third/french/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06x7dfsc1vrb49zl9xlhlyfavijgpc53hc0yhj5yc6vph8zbq0df")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61490,13 +73674,18 @@ (define-public texlive-context-fullpage (package (name "texlive-context-fullpage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/fullpage/" - "tex/context/interface/third/" - "tex/context/third/fullpage/") - (base32 - "1phxzaayy8dpxhfg7xj66ms3xgrdfdc3hv18wy92havcky5gq9wc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/fullpage/" + "tex/context/interface/third/" + "tex/context/third/fullpage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1phxzaayy8dpxhfg7xj66ms3xgrdfdc3hv18wy92havcky5gq9wc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61511,12 +73700,17 @@ (define-public texlive-context-gantt (package (name "texlive-context-gantt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/gantt/" - "tex/context/third/gantt/") - (base32 - "0r6gwxqg4pvrgz5z1bsdknahdqhjfjdkdnl148awsg49apqrrbwi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/gantt/" + "tex/context/third/gantt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r6gwxqg4pvrgz5z1bsdknahdqhjfjdkdnl148awsg49apqrrbwi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context texlive-hatching)) @@ -61530,13 +73724,18 @@ (define-public texlive-context-gnuplot (package (name "texlive-context-gnuplot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/gnuplot/" - "metapost/context/third/gnuplot/" - "tex/context/third/gnuplot/") - (base32 - "0bmzww4sq8n37aipy6cvplcblxwlbmpl0by2sqysc3pdyxnixg41"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/gnuplot/" + "metapost/context/third/gnuplot/" + "tex/context/third/gnuplot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bmzww4sq8n37aipy6cvplcblxwlbmpl0by2sqysc3pdyxnixg41")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61552,12 +73751,17 @@ (define-public texlive-context-handlecsv (package (name "texlive-context-handlecsv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/handlecsv/" - "tex/context/third/handlecsv/") - (base32 - "0g5lxyj7v64mvfdhw96sqwjgxcka1nh6glbv040rrkx1p3j2r55x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/handlecsv/" + "tex/context/third/handlecsv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0g5lxyj7v64mvfdhw96sqwjgxcka1nh6glbv040rrkx1p3j2r55x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61571,12 +73775,17 @@ (define-public texlive-context-layout (package (name "texlive-context-layout") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/layout/" - "tex/context/third/layout/") - (base32 - "1zl26r94yizzpxzilkwv90xbr61ddxm7fabwpgbkrci0idc9ksv0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/layout/" + "tex/context/third/layout/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zl26r94yizzpxzilkwv90xbr61ddxm7fabwpgbkrci0idc9ksv0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61592,14 +73801,19 @@ (define-public texlive-context-letter (package (name "texlive-context-letter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/letter/" - "tex/context/interface/third/" - "tex/context/third/letter/base/" - "tex/context/third/letter/style/") - (base32 - "1bygisva06mj7kqcwdyk9mp247dv8v0qxgh2g1a451q8sqnk52yl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/letter/" + "tex/context/interface/third/" + "tex/context/third/letter/base/" + "tex/context/third/letter/style/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bygisva06mj7kqcwdyk9mp247dv8v0qxgh2g1a451q8sqnk52yl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61615,13 +73829,18 @@ (define-public texlive-context-lettrine (package (name "texlive-context-lettrine") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/lettrine/" - "tex/context/interface/third/" - "tex/context/third/lettrine/") - (base32 - "0mhzvnn6ffysfq9qxdj1a6prplppzsh4pb7x2di2r87pnkxwa7f2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/lettrine/" + "tex/context/interface/third/" + "tex/context/third/lettrine/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mhzvnn6ffysfq9qxdj1a6prplppzsh4pb7x2di2r87pnkxwa7f2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61635,13 +73854,18 @@ (define-public texlive-context-mathsets (package (name "texlive-context-mathsets") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/mathsets/" - "tex/context/interface/third/" - "tex/context/third/mathsets/") - (base32 - "15azsj3fv57yz9q1rrdp0cmjpz9p83aq5mwxkanppiy9sw1dny3b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/mathsets/" + "tex/context/interface/third/" + "tex/context/third/mathsets/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15azsj3fv57yz9q1rrdp0cmjpz9p83aq5mwxkanppiy9sw1dny3b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61657,14 +73881,19 @@ (define-public texlive-context-rst (package (name "texlive-context-rst") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/rst/" - "scripts/context/lua/third/rst/" - "tex/context/interface/third/" - "tex/context/third/rst/") - (base32 - "0dfviz3pww0k9ffhiqw0dywj9fs3wkmqavb98z2cq1ldw09fbh01"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/rst/" + "scripts/context/lua/third/rst/" + "tex/context/interface/third/" + "tex/context/third/rst/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dfviz3pww0k9ffhiqw0dywj9fs3wkmqavb98z2cq1ldw09fbh01")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61679,12 +73908,17 @@ (define-public texlive-context-ruby (package (name "texlive-context-ruby") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/ruby/" - "tex/context/third/ruby/") - (base32 - "0dgyvsxxfll5zayp0bfb7ixzh7df4bm3yz7z2w974yjlrd17acm0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/ruby/" + "tex/context/third/ruby/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dgyvsxxfll5zayp0bfb7ixzh7df4bm3yz7z2w974yjlrd17acm0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61701,12 +73935,17 @@ (define-public texlive-context-simplefonts (package (name "texlive-context-simplefonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/simplefonts/" - "tex/context/third/simplefonts/") - (base32 - "1yxxgxnxhg006pq8incc6s6rj7jvvl1mkrdagpvc63lc709ih56s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/simplefonts/" + "tex/context/third/simplefonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yxxgxnxhg006pq8incc6s6rj7jvvl1mkrdagpvc63lc709ih56s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61721,14 +73960,19 @@ (define-public texlive-context-simpleslides (package (name "texlive-context-simpleslides") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/simpleslides/" - "scripts/context/lua/third/simpleslides/" - "tex/context/interface/third/" - "tex/context/third/simpleslides/") - (base32 - "0vbh26ym42ayxwis6wbkmf07sy167g9kzg5ls889j2f2zn5rf4pr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/simpleslides/" + "scripts/context/lua/third/simpleslides/" + "tex/context/interface/third/" + "tex/context/third/simpleslides/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vbh26ym42ayxwis6wbkmf07sy167g9kzg5ls889j2f2zn5rf4pr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61748,13 +73992,18 @@ (define-public texlive-context-title (package (name "texlive-context-title") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/title/" - "tex/context/interface/third/" - "tex/context/third/title/") - (base32 - "1ah7b5lgqq668s17d5glnl2bwyzh7idsdib4ijxarx7ahph06jx2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/title/" + "tex/context/interface/third/" + "tex/context/third/title/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ah7b5lgqq668s17d5glnl2bwyzh7idsdib4ijxarx7ahph06jx2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61771,14 +74020,19 @@ (define-public texlive-context-transliterator (package (name "texlive-context-transliterator") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/transliterator/" - "scripts/context/lua/third/transliterator/" - "tex/context/interface/third/" - "tex/context/third/transliterator/") - (base32 - "0hrj6sjldi7chqdnf300bs1q9s92v9sl2mfx3h0644mzjgjxw7s1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/transliterator/" + "scripts/context/lua/third/transliterator/" + "tex/context/interface/third/" + "tex/context/third/transliterator/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hrj6sjldi7chqdnf300bs1q9s92v9sl2mfx3h0644mzjgjxw7s1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61794,12 +74048,17 @@ (define-public texlive-context-typearea (package (name "texlive-context-typearea") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/typearea/" - "tex/context/third/typearea/") - (base32 - "0np4yn0kjq1m7rrhcfxrai18qk19051188sfn9lrvphj604s7sna"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/typearea/" + "tex/context/third/typearea/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0np4yn0kjq1m7rrhcfxrai18qk19051188sfn9lrvphj604s7sna")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61814,12 +74073,17 @@ (define-public texlive-context-typescripts (package (name "texlive-context-typescripts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/typescripts/" - "tex/context/third/typescripts/") - (base32 - "0kz3flqyzg2p7lvr7yy1h1nmk368glzxxhwirizn5g4xv5sdf27b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/typescripts/" + "tex/context/third/typescripts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kz3flqyzg2p7lvr7yy1h1nmk368glzxxhwirizn5g4xv5sdf27b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61835,12 +74099,17 @@ (define-public texlive-context-vim (package (name "texlive-context-vim") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/vim/" - "tex/context/third/vim/") - (base32 - "03cwdqkrx6bgcikmyxrwkyac3jmz7i50cavgb6r8b26zrsm522ca"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/vim/" + "tex/context/third/vim/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03cwdqkrx6bgcikmyxrwkyac3jmz7i50cavgb6r8b26zrsm522ca")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context texlive-context-filter)) @@ -61861,13 +74130,18 @@ (define-public texlive-context-visualcounter (package (name "texlive-context-visualcounter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/visualcounter/" - "source/context/third/visualcounter/" - "tex/context/third/visualcounter/") - (base32 - "0rq2zqrvbidwngc4jyv4ay84y5l854z1shk08cjlvnlbsgrg7lmk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/visualcounter/" + "source/context/third/visualcounter/" + "tex/context/third/visualcounter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rq2zqrvbidwngc4jyv4ay84y5l854z1shk08cjlvnlbsgrg7lmk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-context)) @@ -61883,11 +74157,16 @@ (define-public texlive-beamer (package (name "texlive-beamer") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamer/" "tex/latex/beamer/") - (base32 - "0v5ix5dybf6j2mj9sp5598vdbm4bm1m50nmhj6qsk8faj78g562w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamer/" "tex/latex/beamer/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0v5ix5dybf6j2mj9sp5598vdbm4bm1m50nmhj6qsk8faj78g562w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -61924,11 +74203,16 @@ (define-public texlive-beamer-tut-pt (package (name "texlive-beamer-tut-pt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamer-tut-pt/") - (base32 - "0ayh3kbh11l4nyyzp2kcwzn0phqhzawppy044iyl1wwwc2v3zx5b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamer-tut-pt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ayh3kbh11l4nyyzp2kcwzn0phqhzawppy044iyl1wwwc2v3zx5b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamer-tut-pt") @@ -61942,12 +74226,17 @@ (define-public texlive-xmpincl (package (name "texlive-xmpincl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xmpincl/" "source/latex/xmpincl/" - "tex/latex/xmpincl/") - (base32 - "1wc48qark5hd593jh3mx1yryxsdcq5hbaxyrhwcaxzgqivdli34p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xmpincl/" "source/latex/xmpincl/" + "tex/latex/xmpincl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wc48qark5hd593jh3mx1yryxsdcq5hbaxyrhwcaxzgqivdli34p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xmpincl") @@ -61965,12 +74254,17 @@ (define-public texlive-pdfx (package (name "texlive-pdfx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfx/" "source/latex/pdfx/" - "tex/latex/pdfx/") - (base32 - "1z4j4d92k2fjmf8jfap4zn7ij97d9rz2jcs9aslcac07ag4x5bdp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfx/" "source/latex/pdfx/" + "tex/latex/pdfx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z4j4d92k2fjmf8jfap4zn7ij97d9rz2jcs9aslcac07ag4x5bdp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -61994,12 +74288,17 @@ (define-public texlive-yamlvars (package (name "texlive-yamlvars") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/yamlvars/" - "tex/lualatex/yamlvars/") - (base32 - "0r9xqjbag1kvyiz369nbz1w15ij5b3bw9msxrnz4864wn2b50cf0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/yamlvars/" + "tex/lualatex/yamlvars/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r9xqjbag1kvyiz369nbz1w15ij5b3bw9msxrnz4864wn2b50cf0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/yamlvars") @@ -62013,11 +74312,16 @@ (define-public texlive-yax (package (name "texlive-yax") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/yax/" "tex/generic/yax/") - (base32 - "01hv550qkmxw63m41v4qykfiracvzvjwxk49y6fc6abg89hfvsj6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/yax/" "tex/generic/yax/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01hv550qkmxw63m41v4qykfiracvzvjwxk49y6fc6abg89hfvsj6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/yax") @@ -62036,12 +74340,17 @@ (define-public texlive-ydoc (package (name "texlive-ydoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ydoc/" "source/latex/ydoc/" - "tex/generic/ydoc/" "tex/latex/ydoc/") - (base32 - "00v7vlv7z2xy4sy2zd4arlndjqvgjsqar3i22vdnld4flb03jqb8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ydoc/" "source/latex/ydoc/" + "tex/generic/ydoc/" "tex/latex/ydoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00v7vlv7z2xy4sy2zd4arlndjqvgjsqar3i22vdnld4flb03jqb8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -62070,11 +74379,16 @@ (define-public texlive-yet-another-guide-latex2e (package (name "texlive-yet-another-guide-latex2e") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/yet-another-guide-latex2e/") - (base32 - "1bxpk66cfmqc6g0d29vvfd4d6y83nhdxsb9gsfwqbh38yr6rlq1b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/yet-another-guide-latex2e/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bxpk66cfmqc6g0d29vvfd4d6y83nhdxsb9gsfwqbh38yr6rlq1b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/yet-another-guide-latex2e") @@ -62091,12 +74405,17 @@ (define-public texlive-pstricks (package (name "texlive-pstricks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pstricks/" "dvips/pstricks/" - "tex/generic/pstricks/" "tex/latex/pstricks/") - (base32 - "0hyd8rx0a11mwd13fa10s3h3jq3xymff57p7ks6cnryy2860aizq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pstricks/" "dvips/pstricks/" + "tex/generic/pstricks/" "tex/latex/pstricks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hyd8rx0a11mwd13fa10s3h3jq3xymff57p7ks6cnryy2860aizq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "http://www.ctan.org/pkg/pstricks-base") @@ -62115,12 +74434,17 @@ (define-public texlive-pst-2dplot (package (name "texlive-pst-2dplot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-2dplot/" - "tex/latex/pst-2dplot/") - (base32 - "1lq39hdlqf4af16lx7qrs6x2hj10rsashgd3yl8659346a2mq75a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-2dplot/" + "tex/latex/pst-2dplot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lq39hdlqf4af16lx7qrs6x2hj10rsashgd3yl8659346a2mq75a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-2dplot") @@ -62135,13 +74459,18 @@ (define-public texlive-pst-3d (package (name "texlive-pst-3d") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-3d/" "dvips/pst-3d/" - "source/generic/pst-3d/" - "tex/generic/pst-3d/" "tex/latex/pst-3d/") - (base32 - "12gpsg14glcjavlwsb7g0dkxcax89z2adkx7p29cpzvssnimdj50"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-3d/" "dvips/pst-3d/" + "source/generic/pst-3d/" + "tex/generic/pst-3d/" "tex/latex/pst-3d/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12gpsg14glcjavlwsb7g0dkxcax89z2adkx7p29cpzvssnimdj50")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-3d") @@ -62155,14 +74484,19 @@ (define-public texlive-pst-3dplot (package (name "texlive-pst-3dplot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-3dplot/" - "dvips/pst-3dplot/" - "tex/generic/pst-3dplot/" - "tex/latex/pst-3dplot/") - (base32 - "0k49c4kc126zacv2p2crdv00l50cg6kfpdnsa9m223naigifzf22"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-3dplot/" + "dvips/pst-3dplot/" + "tex/generic/pst-3dplot/" + "tex/latex/pst-3dplot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k49c4kc126zacv2p2crdv00l50cg6kfpdnsa9m223naigifzf22")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-3dplot") @@ -62178,14 +74512,19 @@ (define-public texlive-pst-abspos (package (name "texlive-pst-abspos") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-abspos/" - "source/generic/pst-abspos/" - "tex/generic/pst-abspos/" - "tex/latex/pst-abspos/") - (base32 - "12k786hfhp8vrq4a6a6caf6fi1p16hd79r3lf19d5vcyykppdcm8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-abspos/" + "source/generic/pst-abspos/" + "tex/generic/pst-abspos/" + "tex/latex/pst-abspos/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12k786hfhp8vrq4a6a6caf6fi1p16hd79r3lf19d5vcyykppdcm8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-abspos") @@ -62200,12 +74539,17 @@ (define-public texlive-pst-am (package (name "texlive-pst-am") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-am/" - "source/generic/pst-am/" "tex/latex/pst-am/") - (base32 - "1dyhjycy6ccamxcp65761gbszxpvxdsiirqbpljkywsbynwfcn6q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-am/" + "source/generic/pst-am/" "tex/latex/pst-am/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dyhjycy6ccamxcp65761gbszxpvxdsiirqbpljkywsbynwfcn6q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-am") @@ -62220,14 +74564,19 @@ (define-public texlive-pst-antiprism (package (name "texlive-pst-antiprism") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-antiprism/" - "dvips/pst-antiprism/" - "tex/generic/pst-antiprism/" - "tex/latex/pst-antiprism/") - (base32 - "158691m8i8zd0w7d7vsbmkjm4y1ixfvj4j7bxszcw67cz2q2cmyi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-antiprism/" + "dvips/pst-antiprism/" + "tex/generic/pst-antiprism/" + "tex/latex/pst-antiprism/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "158691m8i8zd0w7d7vsbmkjm4y1ixfvj4j7bxszcw67cz2q2cmyi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-antiprism") @@ -62241,13 +74590,18 @@ (define-public texlive-pst-arrow (package (name "texlive-pst-arrow") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-arrow/" - "tex/generic/pst-arrow/" - "tex/latex/pst-arrow/") - (base32 - "1z216b5189f390mdzxxcc240i0iav13nicqjqwcn31f4j4wclpzj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-arrow/" + "tex/generic/pst-arrow/" + "tex/latex/pst-arrow/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z216b5189f390mdzxxcc240i0iav13nicqjqwcn31f4j4wclpzj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-arrow") @@ -62261,12 +74615,17 @@ (define-public texlive-pst-asr (package (name "texlive-pst-asr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-asr/" - "tex/generic/pst-asr/" "tex/latex/pst-asr/") - (base32 - "0hxp905d2r4j2z8hfbl9v45xid20lm41k8xy52fdj5grpshhg2z1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-asr/" + "tex/generic/pst-asr/" "tex/latex/pst-asr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hxp905d2r4j2z8hfbl9v45xid20lm41k8xy52fdj5grpshhg2z1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-asr") @@ -62279,12 +74638,17 @@ (define-public texlive-pst-bar (package (name "texlive-pst-bar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-bar/" "dvips/pst-bar/" - "tex/generic/pst-bar/" "tex/latex/pst-bar/") - (base32 - "19x8a3r09m28g6mpa98rz94274yahajznkkqarzwh1n8v54bb7hd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-bar/" "dvips/pst-bar/" + "tex/generic/pst-bar/" "tex/latex/pst-bar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19x8a3r09m28g6mpa98rz94274yahajznkkqarzwh1n8v54bb7hd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-bar") @@ -62299,14 +74663,19 @@ (define-public texlive-pst-barcode (package (name "texlive-pst-barcode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-barcode/" - "dvips/pst-barcode/" - "tex/generic/pst-barcode/" - "tex/latex/pst-barcode/") - (base32 - "10990hhhj961rizfffplx8v3rhnv7knm8nz2zd1aqp686fr3fkgv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-barcode/" + "dvips/pst-barcode/" + "tex/generic/pst-barcode/" + "tex/latex/pst-barcode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10990hhhj961rizfffplx8v3rhnv7knm8nz2zd1aqp686fr3fkgv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-barcode") @@ -62323,14 +74692,19 @@ (define-public texlive-pst-bezier (package (name "texlive-pst-bezier") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-bezier/" - "dvips/pst-bezier/" - "tex/generic/pst-bezier/" - "tex/latex/pst-bezier/") - (base32 - "181232snaqfjdc5mzazsdgjvmjn27pcfx45mydkk0cpp61kdr9yk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-bezier/" + "dvips/pst-bezier/" + "tex/generic/pst-bezier/" + "tex/latex/pst-bezier/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "181232snaqfjdc5mzazsdgjvmjn27pcfx45mydkk0cpp61kdr9yk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-bezier") @@ -62345,14 +74719,19 @@ (define-public texlive-pst-blur (package (name "texlive-pst-blur") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-blur/" "dvips/pst-blur/" - "source/generic/pst-blur/" - "tex/generic/pst-blur/" - "tex/latex/pst-blur/") - (base32 - "1zz5ixznkl3i59zlv9lxz7f1cfqwbar3qjy5x4323gmzjw2k9f8m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-blur/" "dvips/pst-blur/" + "source/generic/pst-blur/" + "tex/generic/pst-blur/" + "tex/latex/pst-blur/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zz5ixznkl3i59zlv9lxz7f1cfqwbar3qjy5x4323gmzjw2k9f8m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-blur") @@ -62366,14 +74745,19 @@ (define-public texlive-pst-bspline (package (name "texlive-pst-bspline") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-bspline/" - "dvips/pst-bspline/" - "tex/generic/pst-bspline/" - "tex/latex/pst-bspline/") - (base32 - "0djf1izf9779lgmbw5zhcz7k5hf8ay96nlgdgpsm1zj4ncwkpibg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-bspline/" + "dvips/pst-bspline/" + "tex/generic/pst-bspline/" + "tex/latex/pst-bspline/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0djf1izf9779lgmbw5zhcz7k5hf8ay96nlgdgpsm1zj4ncwkpibg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-bspline") @@ -62389,12 +74773,17 @@ (define-public texlive-pst-calculate (package (name "texlive-pst-calculate") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-calculate/" - "tex/latex/pst-calculate/") - (base32 - "19yi0n8p4gj2p16nsk8f3i02a9adlqssyv57r67dc0qh6a0ipa9k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-calculate/" + "tex/latex/pst-calculate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19yi0n8p4gj2p16nsk8f3i02a9adlqssyv57r67dc0qh6a0ipa9k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-calculate") @@ -62409,12 +74798,17 @@ (define-public texlive-pst-calendar (package (name "texlive-pst-calendar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pst-calendar/" - "tex/latex/pst-calendar/") - (base32 - "07vc1jxrr0n0iwjx6qjww53xji1pv42dvlc2ghi1r14nypgm8j5n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pst-calendar/" + "tex/latex/pst-calendar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07vc1jxrr0n0iwjx6qjww53xji1pv42dvlc2ghi1r14nypgm8j5n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-calendar") @@ -62430,12 +74824,17 @@ (define-public texlive-pst-cie (package (name "texlive-pst-cie") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-cie/" "dvips/pst-cie/" - "tex/generic/pst-cie/" "tex/latex/pst-cie/") - (base32 - "0g5yry8m935idznwn486gn75vjyhbdzs2w99l0szh95026kd4f0a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-cie/" "dvips/pst-cie/" + "tex/generic/pst-cie/" "tex/latex/pst-cie/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0g5yry8m935idznwn486gn75vjyhbdzs2w99l0szh95026kd4f0a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-cie") @@ -62449,13 +74848,18 @@ (define-public texlive-pst-circ (package (name "texlive-pst-circ") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-circ/" "dvips/pst-circ/" - "tex/generic/pst-circ/" - "tex/latex/pst-circ/") - (base32 - "0255xcjhm0jcgw352cmdn8d8062g2mihfzhii20zh4j0zznmk7hj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-circ/" "dvips/pst-circ/" + "tex/generic/pst-circ/" + "tex/latex/pst-circ/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0255xcjhm0jcgw352cmdn8d8062g2mihfzhii20zh4j0zznmk7hj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-circ") @@ -62472,13 +74876,18 @@ (define-public texlive-pst-coil (package (name "texlive-pst-coil") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-coil/" "dvips/pst-coil/" - "tex/generic/pst-coil/" - "tex/latex/pst-coil/") - (base32 - "0d3wqrv19zc9qwp3gbr32siad408z4g23k5861p0hqy2hw8f908q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-coil/" "dvips/pst-coil/" + "tex/generic/pst-coil/" + "tex/latex/pst-coil/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d3wqrv19zc9qwp3gbr32siad408z4g23k5861p0hqy2hw8f908q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-coil") @@ -62492,13 +74901,18 @@ (define-public texlive-pst-contourplot (package (name "texlive-pst-contourplot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-contourplot/" - "tex/generic/pst-contourplot/" - "tex/latex/pst-contourplot/") - (base32 - "00nqg59x1x3nh30cclqjdyyyjzinyl9czjfywznh68dzari1fvqk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-contourplot/" + "tex/generic/pst-contourplot/" + "tex/latex/pst-contourplot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00nqg59x1x3nh30cclqjdyyyjzinyl9czjfywznh68dzari1fvqk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-contourplot") @@ -62515,12 +74929,17 @@ (define-public texlive-pst-cox (package (name "texlive-pst-cox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-cox/" "dvips/pst-cox/" - "tex/generic/pst-cox/" "tex/latex/pst-cox/") - (base32 - "1bw2qmsc735q3ji4h7l166s37wcpd6s4fvi98ggagndm29mcbia3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-cox/" "dvips/pst-cox/" + "tex/generic/pst-cox/" "tex/latex/pst-cox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bw2qmsc735q3ji4h7l166s37wcpd6s4fvi98ggagndm29mcbia3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-cox") @@ -62547,13 +74966,18 @@ (define-public texlive-pst-dart (package (name "texlive-pst-dart") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-dart/" - "tex/generic/pst-dart/" - "tex/latex/pst-dart/") - (base32 - "1834hxlg4hfqmrl6k5i2c1jimzd0lcdi6x82b8lfj8dhnddlbgzr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-dart/" + "tex/generic/pst-dart/" + "tex/latex/pst-dart/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1834hxlg4hfqmrl6k5i2c1jimzd0lcdi6x82b8lfj8dhnddlbgzr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-dart") @@ -62567,13 +74991,18 @@ (define-public texlive-pst-dbicons (package (name "texlive-pst-dbicons") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-dbicons/" - "source/generic/pst-dbicons/" - "tex/latex/pst-dbicons/") - (base32 - "0pzfahir5vvxw28095myqppfpyik7agzncm9vm42gvldw45byr4q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-dbicons/" + "source/generic/pst-dbicons/" + "tex/latex/pst-dbicons/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pzfahir5vvxw28095myqppfpyik7agzncm9vm42gvldw45byr4q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-dbicons") @@ -62589,14 +75018,19 @@ (define-public texlive-pst-diffraction (package (name "texlive-pst-diffraction") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-diffraction/" - "source/generic/pst-diffraction/" - "tex/generic/pst-diffraction/" - "tex/latex/pst-diffraction/") - (base32 - "1wi67md3046nj0arqi1wmbgdhdrsnfqgmmb0ayk2iswfhvx32myr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-diffraction/" + "source/generic/pst-diffraction/" + "tex/generic/pst-diffraction/" + "tex/latex/pst-diffraction/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wi67md3046nj0arqi1wmbgdhdrsnfqgmmb0ayk2iswfhvx32myr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-diffraction") @@ -62616,15 +75050,20 @@ (define-public texlive-pst-electricfield (package (name "texlive-pst-electricfield") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-electricfield/" - "dvips/pst-electricfield/" - "source/generic/pst-electricfield/" - "tex/generic/pst-electricfield/" - "tex/latex/pst-electricfield/") - (base32 - "1awc5nqp7giqmczx1xd1y78j5vgsw7y8m767mbhgs5j12j3yl4yd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-electricfield/" + "dvips/pst-electricfield/" + "source/generic/pst-electricfield/" + "tex/generic/pst-electricfield/" + "tex/latex/pst-electricfield/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1awc5nqp7giqmczx1xd1y78j5vgsw7y8m767mbhgs5j12j3yl4yd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-electricfield") @@ -62639,13 +75078,18 @@ (define-public texlive-pst-eps (package (name "texlive-pst-eps") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-eps/" - "source/generic/pst-eps/" - "tex/generic/pst-eps/" "tex/latex/pst-eps/") - (base32 - "1lf106rw3w6gicn6021jpj4bgbpgjyixp64l9aqqxn6ip6vm4yh3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-eps/" + "source/generic/pst-eps/" + "tex/generic/pst-eps/" "tex/latex/pst-eps/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lf106rw3w6gicn6021jpj4bgbpgjyixp64l9aqqxn6ip6vm4yh3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-eps") @@ -62660,13 +75104,18 @@ (define-public texlive-pst-eucl (package (name "texlive-pst-eucl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-eucl/" "dvips/pst-eucl/" - "tex/generic/pst-eucl/" - "tex/latex/pst-eucl/") - (base32 - "070f7chfvj65mhhdnghblhlq0ywvy76bw17dcb8519ixra6p4f4d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-eucl/" "dvips/pst-eucl/" + "tex/generic/pst-eucl/" + "tex/latex/pst-eucl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "070f7chfvj65mhhdnghblhlq0ywvy76bw17dcb8519ixra6p4f4d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-eucl") @@ -62682,11 +75131,16 @@ (define-public texlive-pst-eucl-translation-bg (package (name "texlive-pst-eucl-translation-bg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pst-eucl-translation-bg/") - (base32 - "06c9ajnfl01sl81z5r8a5lzmaygq9rdmgym2v40y7xp7z033gwwv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pst-eucl-translation-bg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06c9ajnfl01sl81z5r8a5lzmaygq9rdmgym2v40y7xp7z033gwwv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-eucl-translation-bg") @@ -62700,11 +75154,16 @@ (define-public texlive-pst-exa (package (name "texlive-pst-exa") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pst-exa/" "tex/latex/pst-exa/") - (base32 - "1jbkk5nircdv0mas1vbydqhca1r5vcmrxyyi5xwzi1qhfbw3xa8g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pst-exa/" "tex/latex/pst-exa/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jbkk5nircdv0mas1vbydqhca1r5vcmrxyyi5xwzi1qhfbw3xa8g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-exa") @@ -62718,13 +75177,18 @@ (define-public texlive-pst-feyn (package (name "texlive-pst-feyn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-feyn/" "dvips/pst-feyn/" - "tex/generic/pst-feyn/" - "tex/latex/pst-feyn/") - (base32 - "08m8pwl5kk2rs835pnksap8ld6ir0chlbswchgpvks229i6gkrj0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-feyn/" "dvips/pst-feyn/" + "tex/generic/pst-feyn/" + "tex/latex/pst-feyn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08m8pwl5kk2rs835pnksap8ld6ir0chlbswchgpvks229i6gkrj0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-feyn") @@ -62738,13 +75202,18 @@ (define-public texlive-pst-fill (package (name "texlive-pst-fill") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-fill/" - "tex/generic/pst-fill/" - "tex/latex/pst-fill/") - (base32 - "0anzq671nsprckhy92ybp2y93g5f2z1s0qja9wx2mrjpb4xq8ng0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-fill/" + "tex/generic/pst-fill/" + "tex/latex/pst-fill/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0anzq671nsprckhy92ybp2y93g5f2z1s0qja9wx2mrjpb4xq8ng0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-fill") @@ -62758,12 +75227,17 @@ (define-public texlive-pst-fit (package (name "texlive-pst-fit") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-fit/" - "tex/generic/pst-fit/" "tex/latex/pst-fit/") - (base32 - "0w2vnd6zb9vdrqbk256ynr7lg7p9ps53rrdq9l999bw8f8vip1as"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-fit/" + "tex/generic/pst-fit/" "tex/latex/pst-fit/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0w2vnd6zb9vdrqbk256ynr7lg7p9ps53rrdq9l999bw8f8vip1as")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-fit") @@ -62778,12 +75252,17 @@ (define-public texlive-pst-flags (package (name "texlive-pst-flags") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pst-flags/" - "tex/latex/pst-flags/") - (base32 - "13078q4mg1r8hg5zvywfasfz26phcr9dvsw4s05spc116b8fz9gn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pst-flags/" + "tex/latex/pst-flags/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13078q4mg1r8hg5zvywfasfz26phcr9dvsw4s05spc116b8fz9gn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-flags") @@ -62802,14 +75281,19 @@ (define-public texlive-pst-fr3d (package (name "texlive-pst-fr3d") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-fr3d/" - "source/generic/pst-fr3d/" - "tex/generic/pst-fr3d/" - "tex/latex/pst-fr3d/") - (base32 - "0y8xsq6wklpygzf0lfdy683vkdrglw5jl00qyfwk6rl08wb4l17y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-fr3d/" + "source/generic/pst-fr3d/" + "tex/generic/pst-fr3d/" + "tex/latex/pst-fr3d/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y8xsq6wklpygzf0lfdy683vkdrglw5jl00qyfwk6rl08wb4l17y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-fr3d") @@ -62824,14 +75308,19 @@ (define-public texlive-pst-fractal (package (name "texlive-pst-fractal") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-fractal/" - "dvips/pst-fractal/" - "tex/generic/pst-fractal/" - "tex/latex/pst-fractal/") - (base32 - "0jc9zwjp23l6njr7y63jh0xv4a6qy2610bb88fdiwdsqnh70gs72"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-fractal/" + "dvips/pst-fractal/" + "tex/generic/pst-fractal/" + "tex/latex/pst-fractal/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jc9zwjp23l6njr7y63jh0xv4a6qy2610bb88fdiwdsqnh70gs72")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-fractal") @@ -62847,13 +75336,18 @@ (define-public texlive-pst-fun (package (name "texlive-pst-fun") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-fun/" "dvips/pst-fun/" - "source/generic/pst-fun/" - "tex/generic/pst-fun/" "tex/latex/pst-fun/") - (base32 - "070nv0yv0rcfvx36xmya953pk89whrr26irvy0ccb41k66fvw5j1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-fun/" "dvips/pst-fun/" + "source/generic/pst-fun/" + "tex/generic/pst-fun/" "tex/latex/pst-fun/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "070nv0yv0rcfvx36xmya953pk89whrr26irvy0ccb41k66fvw5j1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-fun") @@ -62868,13 +75362,18 @@ (define-public texlive-pst-func (package (name "texlive-pst-func") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-func/" "dvips/pst-func/" - "tex/generic/pst-func/" - "tex/latex/pst-func/") - (base32 - "01ibjcyb71l5wqm0x2vq3i4by7q0hp6jmghyw9gkrapmdlwqig5q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-func/" "dvips/pst-func/" + "tex/generic/pst-func/" + "tex/latex/pst-func/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01ibjcyb71l5wqm0x2vq3i4by7q0hp6jmghyw9gkrapmdlwqig5q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-func") @@ -62909,13 +75408,18 @@ (define-public texlive-pst-gantt (package (name "texlive-pst-gantt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-gantt/" - "tex/generic/pst-gantt/" - "tex/latex/pst-gantt/") - (base32 - "1ziahdc0r8pkxxn6p6ijrx1diihkbbrmwbbc1pzi1sddqg05l5sc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-gantt/" + "tex/generic/pst-gantt/" + "tex/latex/pst-gantt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ziahdc0r8pkxxn6p6ijrx1diihkbbrmwbbc1pzi1sddqg05l5sc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-gantt") @@ -62929,12 +75433,17 @@ (define-public texlive-pst-geo (package (name "texlive-pst-geo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-geo/" "dvips/pst-geo/" - "tex/generic/pst-geo/" "tex/latex/pst-geo/") - (base32 - "1zqmjjg9zmmzjqmhx2jwcc761f1rrxcchsnrd5s686f9p6z4w7c6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-geo/" "dvips/pst-geo/" + "tex/generic/pst-geo/" "tex/latex/pst-geo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zqmjjg9zmmzjqmhx2jwcc761f1rrxcchsnrd5s686f9p6z4w7c6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-geo") @@ -62958,13 +75467,18 @@ (define-public texlive-pst-geometrictools (package (name "texlive-pst-geometrictools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-geometrictools/" - "tex/generic/pst-geometrictools/" - "tex/latex/pst-geometrictools/") - (base32 - "14mhyjq8w3llkyjij274n5sdwbp3ak2xi6q6ggqdakgn032a7yhn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-geometrictools/" + "tex/generic/pst-geometrictools/" + "tex/latex/pst-geometrictools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14mhyjq8w3llkyjij274n5sdwbp3ak2xi6q6ggqdakgn032a7yhn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-geometrictools") @@ -62978,14 +75492,19 @@ (define-public texlive-pst-gr3d (package (name "texlive-pst-gr3d") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-gr3d/" - "source/latex/pst-gr3d/" - "tex/generic/pst-gr3d/" - "tex/latex/pst-gr3d/") - (base32 - "0pppd4l4yrdgy0vss8l2kndd0cg9nxip7d7vcyrfr0cz9kw0z45n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-gr3d/" + "source/latex/pst-gr3d/" + "tex/generic/pst-gr3d/" + "tex/latex/pst-gr3d/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pppd4l4yrdgy0vss8l2kndd0cg9nxip7d7vcyrfr0cz9kw0z45n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-gr3d") @@ -63000,13 +75519,18 @@ (define-public texlive-pst-grad (package (name "texlive-pst-grad") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-grad/" "dvips/pst-grad/" - "tex/generic/pst-grad/" - "tex/latex/pst-grad/") - (base32 - "10b8b7mb6c1kkwvwrq31zwmn184qprd69ckypp0gs5s1nz9klc4l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-grad/" "dvips/pst-grad/" + "tex/generic/pst-grad/" + "tex/latex/pst-grad/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10b8b7mb6c1kkwvwrq31zwmn184qprd69ckypp0gs5s1nz9klc4l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-grad") @@ -63021,12 +75545,17 @@ (define-public texlive-pst-graphicx (package (name "texlive-pst-graphicx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-graphicx/" - "tex/generic/pst-graphicx/") - (base32 - "0x1053a92hi1msbmw7s0222k0vfg28172qrinz3hdv94igaxi38q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-graphicx/" + "tex/generic/pst-graphicx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0x1053a92hi1msbmw7s0222k0vfg28172qrinz3hdv94igaxi38q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-graphicx") @@ -63041,12 +75570,17 @@ (define-public texlive-pst-hsb (package (name "texlive-pst-hsb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-hsb/" - "tex/generic/pst-hsb/" "tex/latex/pst-hsb/") - (base32 - "0cv81bbkg2yhszjs2y7b5vs241y272by5mcb7adg347jzyrs8s74"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-hsb/" + "tex/generic/pst-hsb/" "tex/latex/pst-hsb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cv81bbkg2yhszjs2y7b5vs241y272by5mcb7adg347jzyrs8s74")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-hsb") @@ -63061,13 +75595,18 @@ (define-public texlive-pst-infixplot (package (name "texlive-pst-infixplot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-infixplot/" - "tex/generic/pst-infixplot/" - "tex/latex/pst-infixplot/") - (base32 - "07yqjzznayk3pjbsaxjz5b63hiabmkdywv2h6kshpjqmh2q1zi6w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-infixplot/" + "tex/generic/pst-infixplot/" + "tex/latex/pst-infixplot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07yqjzznayk3pjbsaxjz5b63hiabmkdywv2h6kshpjqmh2q1zi6w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-infixplot") @@ -63085,15 +75624,20 @@ (define-public texlive-pst-intersect (package (name "texlive-pst-intersect") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pst-intersect/" - "dvips/pst-intersect/" - "source/latex/pst-intersect/" - "tex/generic/pst-intersect/" - "tex/latex/pst-intersect/") - (base32 - "157yqj923kikm8abiv3giyf9rrr6cw0jwqj37ri5ya5iyxlfvmmv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pst-intersect/" + "dvips/pst-intersect/" + "source/latex/pst-intersect/" + "tex/generic/pst-intersect/" + "tex/latex/pst-intersect/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "157yqj923kikm8abiv3giyf9rrr6cw0jwqj37ri5ya5iyxlfvmmv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-intersect") @@ -63107,13 +75651,18 @@ (define-public texlive-pst-jtree (package (name "texlive-pst-jtree") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-jtree/" - "tex/generic/pst-jtree/" - "tex/latex/pst-jtree/") - (base32 - "07vzx418syv1v04z1552k9iwjz4b4kmw7g2m1i4nqdfg2lvina8s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-jtree/" + "tex/generic/pst-jtree/" + "tex/latex/pst-jtree/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07vzx418syv1v04z1552k9iwjz4b4kmw7g2m1i4nqdfg2lvina8s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-jtree") @@ -63126,13 +75675,18 @@ (define-public texlive-pst-knot (package (name "texlive-pst-knot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-knot/" "dvips/pst-knot/" - "tex/generic/pst-knot/" - "tex/latex/pst-knot/") - (base32 - "1b69m4qwd37vd3x734r4hp4wzsirsp6k5m87yqmxlhlkrf0wmrwc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-knot/" "dvips/pst-knot/" + "tex/generic/pst-knot/" + "tex/latex/pst-knot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b69m4qwd37vd3x734r4hp4wzsirsp6k5m87yqmxlhlkrf0wmrwc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-knot") @@ -63146,13 +75700,18 @@ (define-public texlive-pst-labo (package (name "texlive-pst-labo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-labo/" - "tex/generic/pst-labo/" - "tex/latex/pst-labo/") - (base32 - "10c2qv2fpijb49yn7p00b116icimhiva5kq0bfgj2975y90fncjb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-labo/" + "tex/generic/pst-labo/" + "tex/latex/pst-labo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10c2qv2fpijb49yn7p00b116icimhiva5kq0bfgj2975y90fncjb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-labo") @@ -63167,12 +75726,17 @@ (define-public texlive-pst-layout (package (name "texlive-pst-layout") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pst-layout/" - "tex/latex/pst-layout/") - (base32 - "1f07j551kiajqyrfjlsj7xk40zv18ik2b3fih5iyzkf4zk4f650r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pst-layout/" + "tex/latex/pst-layout/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1f07j551kiajqyrfjlsj7xk40zv18ik2b3fih5iyzkf4zk4f650r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-layout") @@ -63186,14 +75750,19 @@ (define-public texlive-pst-lens (package (name "texlive-pst-lens") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-lens/" - "source/generic/pst-lens/" - "tex/generic/pst-lens/" - "tex/latex/pst-lens/") - (base32 - "0h2930i4izgfjk96445yiwsk6x8cg5cl4zlqrg5rsv7nr2k8njy3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-lens/" + "source/generic/pst-lens/" + "tex/generic/pst-lens/" + "tex/latex/pst-lens/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h2930i4izgfjk96445yiwsk6x8cg5cl4zlqrg5rsv7nr2k8njy3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-lens") @@ -63208,15 +75777,20 @@ (define-public texlive-pst-light3d (package (name "texlive-pst-light3d") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-light3d/" - "dvips/pst-light3d/" - "source/generic/pst-light3d/" - "tex/generic/pst-light3d/" - "tex/latex/pst-light3d/") - (base32 - "0kwdbf64m2kmplk4r7ifxckajh3d5sgjini70fmababnrp1g8nzf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-light3d/" + "dvips/pst-light3d/" + "source/generic/pst-light3d/" + "tex/generic/pst-light3d/" + "tex/latex/pst-light3d/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kwdbf64m2kmplk4r7ifxckajh3d5sgjini70fmababnrp1g8nzf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-light3d") @@ -63230,14 +75804,19 @@ (define-public texlive-pst-lsystem (package (name "texlive-pst-lsystem") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-lsystem/" - "dvips/pst-lsystem/" - "tex/generic/pst-lsystem/" - "tex/latex/pst-lsystem/") - (base32 - "1k3krdcfqa5cyzaq0jp8dzil6arfvs5ah2mp87460pl2wvfza0lr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-lsystem/" + "dvips/pst-lsystem/" + "tex/generic/pst-lsystem/" + "tex/latex/pst-lsystem/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1k3krdcfqa5cyzaq0jp8dzil6arfvs5ah2mp87460pl2wvfza0lr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-lsystem") @@ -63253,14 +75832,19 @@ (define-public texlive-pst-magneticfield (package (name "texlive-pst-magneticfield") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-magneticfield/" - "dvips/pst-magneticfield/" - "tex/generic/pst-magneticfield/" - "tex/latex/pst-magneticfield/") - (base32 - "0gxz7yfj16b23lwn5pq68r8yb6klm7xhmq5m0addmrq1dvb3id5n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-magneticfield/" + "dvips/pst-magneticfield/" + "tex/generic/pst-magneticfield/" + "tex/latex/pst-magneticfield/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gxz7yfj16b23lwn5pq68r8yb6klm7xhmq5m0addmrq1dvb3id5n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-magneticfield") @@ -63275,14 +75859,19 @@ (define-public texlive-pst-marble (package (name "texlive-pst-marble") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-marble/" - "dvips/pst-marble/" - "tex/generic/pst-marble/" - "tex/latex/pst-marble/") - (base32 - "1j5jags1m4wwwfkd25n57q49ggdwc7b9qjp8da4q255yf0i54w91"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-marble/" + "dvips/pst-marble/" + "tex/generic/pst-marble/" + "tex/latex/pst-marble/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j5jags1m4wwwfkd25n57q49ggdwc7b9qjp8da4q255yf0i54w91")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-marble") @@ -63294,13 +75883,18 @@ (define-public texlive-pst-math (package (name "texlive-pst-math") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-math/" "dvips/pst-math/" - "tex/generic/pst-math/" - "tex/latex/pst-math/") - (base32 - "1h9fg3wz7k28kgmlanli8jzz8kqif11lf0y50w5wxrnaasdmh1ib"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-math/" "dvips/pst-math/" + "tex/generic/pst-math/" + "tex/latex/pst-math/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1h9fg3wz7k28kgmlanli8jzz8kqif11lf0y50w5wxrnaasdmh1ib")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-math") @@ -63321,14 +75915,19 @@ (define-public texlive-pst-mirror (package (name "texlive-pst-mirror") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-mirror/" - "dvips/pst-mirror/" - "tex/generic/pst-mirror/" - "tex/latex/pst-mirror/") - (base32 - "0b2q1islf9mwphzcs6g04vq69hlmyisx4rb5fb77yiw3na5xlnq0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-mirror/" + "dvips/pst-mirror/" + "tex/generic/pst-mirror/" + "tex/latex/pst-mirror/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b2q1islf9mwphzcs6g04vq69hlmyisx4rb5fb77yiw3na5xlnq0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-mirror") @@ -63342,13 +75941,18 @@ (define-public texlive-pst-moire (package (name "texlive-pst-moire") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-moire/" "dvips/pst-moire/" - "tex/generic/pst-moire/" - "tex/latex/pst-moire/") - (base32 - "0i2p5b2cfhnbmszcs5ydlk4nfxhwgl84kq148kpg6cx07gg8rr6l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-moire/" "dvips/pst-moire/" + "tex/generic/pst-moire/" + "tex/latex/pst-moire/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0i2p5b2cfhnbmszcs5ydlk4nfxhwgl84kq148kpg6cx07gg8rr6l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-moire") @@ -63360,13 +75964,18 @@ (define-public texlive-pst-node (package (name "texlive-pst-node") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-node/" "dvips/pst-node/" - "tex/generic/pst-node/" - "tex/latex/pst-node/") - (base32 - "0w9j1l5hlid98sp6hm7ny0z3nh6jcccvxglprq0wr08w89zb7dmz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-node/" "dvips/pst-node/" + "tex/generic/pst-node/" + "tex/latex/pst-node/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0w9j1l5hlid98sp6hm7ny0z3nh6jcccvxglprq0wr08w89zb7dmz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-node") @@ -63383,14 +75992,19 @@ (define-public texlive-pst-ob3d (package (name "texlive-pst-ob3d") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-ob3d/" - "source/generic/pst-ob3d/" - "tex/generic/pst-ob3d/" - "tex/latex/pst-ob3d/") - (base32 - "1j6y3v4x5gkshzxnmklwl2hqbz7nr904v1qa1dr9l4m814p2jhcc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-ob3d/" + "source/generic/pst-ob3d/" + "tex/generic/pst-ob3d/" + "tex/latex/pst-ob3d/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j6y3v4x5gkshzxnmklwl2hqbz7nr904v1qa1dr9l4m814p2jhcc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-ob3d") @@ -63405,12 +76019,17 @@ (define-public texlive-pst-ode (package (name "texlive-pst-ode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-ode/" "dvips/pst-ode/" - "tex/generic/pst-ode/" "tex/latex/pst-ode/") - (base32 - "0mx6wsdl4m0nr6848qpyfi6rn7x1nsqljnflsp0yk010r0vsmid5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-ode/" "dvips/pst-ode/" + "tex/generic/pst-ode/" "tex/latex/pst-ode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mx6wsdl4m0nr6848qpyfi6rn7x1nsqljnflsp0yk010r0vsmid5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-ode") @@ -63432,14 +76051,19 @@ (define-public texlive-pst-optexp (package (name "texlive-pst-optexp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pst-optexp/" "dvips/pst-optexp/" - "makeindex/pst-optexp/" - "source/latex/pst-optexp/" - "tex/latex/pst-optexp/") - (base32 - "0m835c700a6bxd8r8m84injzz862j1xdxbbh8waxh97yrfwmhp45"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pst-optexp/" "dvips/pst-optexp/" + "makeindex/pst-optexp/" + "source/latex/pst-optexp/" + "tex/latex/pst-optexp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m835c700a6bxd8r8m84injzz862j1xdxbbh8waxh97yrfwmhp45")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-optexp") @@ -63457,13 +76081,18 @@ (define-public texlive-pst-optic (package (name "texlive-pst-optic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-optic/" - "tex/generic/pst-optic/" - "tex/latex/pst-optic/") - (base32 - "1qgxqygcfv3v6wkf6igkyp5aimp9f9nvfyizcwlxlxr32mjvvbly"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-optic/" + "tex/generic/pst-optic/" + "tex/latex/pst-optic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qgxqygcfv3v6wkf6igkyp5aimp9f9nvfyizcwlxlxr32mjvvbly")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-optic") @@ -63477,13 +76106,18 @@ (define-public texlive-pst-osci (package (name "texlive-pst-osci") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-osci/" - "tex/generic/pst-osci/" - "tex/latex/pst-osci/") - (base32 - "0h7wnpm26z8v904yj0wvadrjsh3j5fsn73ihilxhb4zd88zqib99"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-osci/" + "tex/generic/pst-osci/" + "tex/latex/pst-osci/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h7wnpm26z8v904yj0wvadrjsh3j5fsn73ihilxhb4zd88zqib99")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-osci") @@ -63500,12 +76134,17 @@ (define-public texlive-pst-ovl (package (name "texlive-pst-ovl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-ovl/" "dvips/pst-ovl/" - "tex/generic/pst-ovl/" "tex/latex/pst-ovl/") - (base32 - "0v9f4k475cm922y7i2x6w6p1w3nnbaw69rniznwap9bhliv0ynfg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-ovl/" "dvips/pst-ovl/" + "tex/generic/pst-ovl/" "tex/latex/pst-ovl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0v9f4k475cm922y7i2x6w6p1w3nnbaw69rniznwap9bhliv0ynfg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-ovl") @@ -63519,13 +76158,18 @@ (define-public texlive-pst-pad (package (name "texlive-pst-pad") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-pad/" - "source/generic/pst-pad/" - "tex/generic/pst-pad/" "tex/latex/pst-pad/") - (base32 - "1vvgjf2g9dynjg1y6dm1d47v40sga4a34ngyy3h5lfmy58860jri"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-pad/" + "source/generic/pst-pad/" + "tex/generic/pst-pad/" "tex/latex/pst-pad/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vvgjf2g9dynjg1y6dm1d47v40sga4a34ngyy3h5lfmy58860jri")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-pad") @@ -63543,12 +76187,17 @@ (define-public texlive-pst-pdf (package (name "texlive-pst-pdf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pst-pdf/" "scripts/pst-pdf/" - "source/latex/pst-pdf/" "tex/latex/pst-pdf/") - (base32 - "1as5q9p6z9y3ps3hm8v8par18xmxmhrcxmknpl6rhjq0wbyjlj26"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pst-pdf/" "scripts/pst-pdf/" + "source/latex/pst-pdf/" "tex/latex/pst-pdf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1as5q9p6z9y3ps3hm8v8par18xmxmhrcxmknpl6rhjq0wbyjlj26")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "ps4pdf"))) @@ -63567,14 +76216,19 @@ (define-public texlive-pst-pdgr (package (name "texlive-pst-pdgr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-pdgr/" - "source/generic/pst-pdgr/" - "tex/generic/pst-pdgr/" - "tex/latex/pst-pdgr/") - (base32 - "08v28601j7ygp7d8xliwhfbrl2gh93ikf6kbl4p86wfxsbxlhg0c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-pdgr/" + "source/generic/pst-pdgr/" + "tex/generic/pst-pdgr/" + "tex/latex/pst-pdgr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08v28601j7ygp7d8xliwhfbrl2gh93ikf6kbl4p86wfxsbxlhg0c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-pdgr") @@ -63592,13 +76246,18 @@ (define-public texlive-pst-perspective (package (name "texlive-pst-perspective") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-perspective/" - "tex/generic/pst-perspective/" - "tex/latex/pst-perspective/") - (base32 - "0dm7qqar0kjnc68xwhp7vn4m8bcsmzcs6qzh61ainbls7gni5aq8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-perspective/" + "tex/generic/pst-perspective/" + "tex/latex/pst-perspective/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dm7qqar0kjnc68xwhp7vn4m8bcsmzcs6qzh61ainbls7gni5aq8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-perspective") @@ -63612,13 +76271,18 @@ (define-public texlive-pst-platon (package (name "texlive-pst-platon") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-platon/" - "source/generic/pst-platon/" - "tex/latex/pst-platon/") - (base32 - "0a4w47varc1i22h5iwd49c0clwb2k8hdlva5l6nfmc889wgwp0d7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-platon/" + "source/generic/pst-platon/" + "tex/latex/pst-platon/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a4w47varc1i22h5iwd49c0clwb2k8hdlva5l6nfmc889wgwp0d7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-platon") @@ -63632,13 +76296,18 @@ (define-public texlive-pst-plot (package (name "texlive-pst-plot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-plot/" - "tex/generic/pst-plot/" - "tex/latex/pst-plot/") - (base32 - "12jrn04nxfhw07y86pjkr6bbvdvwcnhfxr6aj9ni13383dxcwl7j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-plot/" + "tex/generic/pst-plot/" + "tex/latex/pst-plot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12jrn04nxfhw07y86pjkr6bbvdvwcnhfxr6aj9ni13383dxcwl7j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-plot") @@ -63652,12 +76321,17 @@ (define-public texlive-pst-poker (package (name "texlive-pst-poker") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pst-poker/" - "tex/latex/pst-poker/") - (base32 - "0c1v75rxw717hvjgzb4i0ahk7acmqpgl9czaihvw36r9yaicsm5n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pst-poker/" + "tex/latex/pst-poker/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c1v75rxw717hvjgzb4i0ahk7acmqpgl9czaihvw36r9yaicsm5n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-poker") @@ -63671,13 +76345,18 @@ (define-public texlive-pst-poly (package (name "texlive-pst-poly") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-poly/" - "tex/generic/pst-poly/" - "tex/latex/pst-poly/") - (base32 - "1fasd2y6vv28id1w858kq4rc3qd46rkds9z7vi8k102aqvv9as8n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-poly/" + "tex/generic/pst-poly/" + "tex/latex/pst-poly/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fasd2y6vv28id1w858kq4rc3qd46rkds9z7vi8k102aqvv9as8n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-poly") @@ -63694,13 +76373,18 @@ (define-public texlive-pst-pulley (package (name "texlive-pst-pulley") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-pulley/" - "tex/generic/pst-pulley/" - "tex/latex/pst-pulley/") - (base32 - "1n1kv743vxjw8b6nqrlivb3m3pg3z9kw56bzxij438p5him3sdaa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-pulley/" + "tex/generic/pst-pulley/" + "tex/latex/pst-pulley/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n1kv743vxjw8b6nqrlivb3m3pg3z9kw56bzxij438p5him3sdaa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-pulley") @@ -63714,13 +76398,18 @@ (define-public texlive-pst-qtree (package (name "texlive-pst-qtree") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-qtree/" - "tex/generic/pst-qtree/" - "tex/latex/pst-qtree/") - (base32 - "1hdmv4lar1hdg9bh049kmsjqd14rdv2066qrcaacwmd39nh816z5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-qtree/" + "tex/generic/pst-qtree/" + "tex/latex/pst-qtree/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hdmv4lar1hdg9bh049kmsjqd14rdv2066qrcaacwmd39nh816z5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-qtree") @@ -63732,13 +76421,18 @@ (define-public texlive-pst-rputover (package (name "texlive-pst-rputover") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-rputover/" - "tex/generic/pst-rputover/" - "tex/latex/pst-rputover/") - (base32 - "1d25sdhvira5vlibgv3r51dk64jplqbpf4fdimh2l1flq5h0d9dw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-rputover/" + "tex/generic/pst-rputover/" + "tex/latex/pst-rputover/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d25sdhvira5vlibgv3r51dk64jplqbpf4fdimh2l1flq5h0d9dw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-rputover") @@ -63752,14 +76446,19 @@ (define-public texlive-pst-rubans (package (name "texlive-pst-rubans") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-rubans/" - "source/generic/pst-rubans/" - "tex/generic/pst-rubans/" - "tex/latex/pst-rubans/") - (base32 - "1izpw60jm4w8xgd5aiqc7qxhjd0js1g9k9anwbpni9sn1qma66zs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-rubans/" + "source/generic/pst-rubans/" + "tex/generic/pst-rubans/" + "tex/latex/pst-rubans/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1izpw60jm4w8xgd5aiqc7qxhjd0js1g9k9anwbpni9sn1qma66zs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-rubans") @@ -63776,14 +76475,19 @@ (define-public texlive-pst-shell (package (name "texlive-pst-shell") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-shell/" "dvips/pst-shell/" - "source/generic/pst-shell/" - "tex/generic/pst-shell/" - "tex/latex/pst-shell/") - (base32 - "18w5csarnjv3ws554vjw2zlmpc5mcd03fc8fircv0pbxxl53l11r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-shell/" "dvips/pst-shell/" + "source/generic/pst-shell/" + "tex/generic/pst-shell/" + "tex/latex/pst-shell/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18w5csarnjv3ws554vjw2zlmpc5mcd03fc8fircv0pbxxl53l11r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-shell") @@ -63799,13 +76503,18 @@ (define-public texlive-pst-sigsys (package (name "texlive-pst-sigsys") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-sigsys/" - "tex/generic/pst-sigsys/" - "tex/latex/pst-sigsys/") - (base32 - "18g1s1afh3lnkb3993k1ypkzbb4a88jw5paclwgyn59yqjq8x737"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-sigsys/" + "tex/generic/pst-sigsys/" + "tex/latex/pst-sigsys/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18g1s1afh3lnkb3993k1ypkzbb4a88jw5paclwgyn59yqjq8x737")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-sigsys") @@ -63824,14 +76533,19 @@ (define-public texlive-pst-slpe (package (name "texlive-pst-slpe") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-slpe/" "dvips/pst-slpe/" - "source/generic/pst-slpe/" - "tex/generic/pst-slpe/" - "tex/latex/pst-slpe/") - (base32 - "12m6iss3hqsngq2dk7n3d1zz6z2rq4j2w1di9l26hpzly2mdp26n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-slpe/" "dvips/pst-slpe/" + "source/generic/pst-slpe/" + "tex/generic/pst-slpe/" + "tex/latex/pst-slpe/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12m6iss3hqsngq2dk7n3d1zz6z2rq4j2w1di9l26hpzly2mdp26n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-slpe") @@ -63855,14 +76569,19 @@ (define-public texlive-pst-solarsystem (package (name "texlive-pst-solarsystem") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-solarsystem/" - "dvips/pst-solarsystem/" - "tex/generic/pst-solarsystem/" - "tex/latex/pst-solarsystem/") - (base32 - "147mbrir52fl1ra3qqwlmmgk7789nrpr9hh015kc07mx10zfmc5x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-solarsystem/" + "dvips/pst-solarsystem/" + "tex/generic/pst-solarsystem/" + "tex/latex/pst-solarsystem/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "147mbrir52fl1ra3qqwlmmgk7789nrpr9hh015kc07mx10zfmc5x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-solarsystem") @@ -63880,14 +76599,19 @@ (define-public texlive-pst-solides3d (package (name "texlive-pst-solides3d") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-solides3d/" - "dvips/pst-solides3d/" - "tex/generic/pst-solides3d/" - "tex/latex/pst-solides3d/") - (base32 - "1w6qpaw5k6x5c90k15q3r397f3ai7fd443yzwif2fhkqb2wjv3k8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-solides3d/" + "dvips/pst-solides3d/" + "tex/generic/pst-solides3d/" + "tex/latex/pst-solides3d/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1w6qpaw5k6x5c90k15q3r397f3ai7fd443yzwif2fhkqb2wjv3k8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-solides3d") @@ -63912,13 +76636,18 @@ (define-public texlive-pst-soroban (package (name "texlive-pst-soroban") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-soroban/" - "source/generic/pst-soroban/" - "tex/latex/pst-soroban/") - (base32 - "1cpmqgaj1h2dh3acypm9xkjinmlw9wd40n1s2vdab5ascvprbr6n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-soroban/" + "source/generic/pst-soroban/" + "tex/latex/pst-soroban/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cpmqgaj1h2dh3acypm9xkjinmlw9wd40n1s2vdab5ascvprbr6n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-soroban") @@ -63932,14 +76661,19 @@ (define-public texlive-pst-spectra (package (name "texlive-pst-spectra") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-spectra/" - "dvips/pst-spectra/" - "tex/generic/pst-spectra/" - "tex/latex/pst-spectra/") - (base32 - "0l88wag5i1jy6pd1lx3s9cijiymzdgwvl52hkarc84d8qpn53wcw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-spectra/" + "dvips/pst-spectra/" + "tex/generic/pst-spectra/" + "tex/latex/pst-spectra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l88wag5i1jy6pd1lx3s9cijiymzdgwvl52hkarc84d8qpn53wcw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-spectra") @@ -63954,14 +76688,19 @@ (define-public texlive-pst-spinner (package (name "texlive-pst-spinner") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-spinner/" - "dvips/pst-spinner/" - "tex/generic/pst-spinner/" - "tex/latex/pst-spinner/") - (base32 - "0fm70v1kgjs32pvyvcnh2j47clqgdr4hll4j7fr935584d604g49"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-spinner/" + "dvips/pst-spinner/" + "tex/generic/pst-spinner/" + "tex/latex/pst-spinner/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fm70v1kgjs32pvyvcnh2j47clqgdr4hll4j7fr935584d604g49")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-spinner") @@ -63976,13 +76715,18 @@ (define-public texlive-pst-stru (package (name "texlive-pst-stru") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-stru/" - "tex/generic/pst-stru/" - "tex/latex/pst-stru/") - (base32 - "1zxf0bj43picgd86bwgc38d8valpx0fn0pr3pgfv2kn42r2pampj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-stru/" + "tex/generic/pst-stru/" + "tex/latex/pst-stru/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zxf0bj43picgd86bwgc38d8valpx0fn0pr3pgfv2kn42r2pampj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-stru") @@ -63996,11 +76740,16 @@ (define-public texlive-pst-support (package (name "texlive-pst-support") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-support/") - (base32 - "1470n03zanpw35dnfzyjqm7d5lgddrimypz28x0zsk9nqpamnqnv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-support/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1470n03zanpw35dnfzyjqm7d5lgddrimypz28x0zsk9nqpamnqnv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-support") @@ -64014,14 +76763,19 @@ (define-public texlive-pst-text (package (name "texlive-pst-text") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-text/" - "dvips/pst-text/" - "tex/generic/pst-text/" - "tex/latex/pst-text/") - (base32 - "146fpzd1xlqi94q5r48z8ni8qww713yh6nwkbr9pw27mjrqdadb9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-text/" + "dvips/pst-text/" + "tex/generic/pst-text/" + "tex/latex/pst-text/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "146fpzd1xlqi94q5r48z8ni8qww713yh6nwkbr9pw27mjrqdadb9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "http://www.ctan.org/pkg/pst-text") @@ -64035,14 +76789,19 @@ (define-public texlive-pst-thick (package (name "texlive-pst-thick") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-thick/" - "source/generic/pst-thick/" - "tex/generic/pst-thick/" - "tex/latex/pst-thick/") - (base32 - "1clg9ahhg3zg91phlp2ni1j5m6pb68bdk74glh398r8y2gj2b5fb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-thick/" + "source/generic/pst-thick/" + "tex/generic/pst-thick/" + "tex/latex/pst-thick/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1clg9ahhg3zg91phlp2ni1j5m6pb68bdk74glh398r8y2gj2b5fb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-thick") @@ -64056,13 +76815,18 @@ (define-public texlive-pst-tools (package (name "texlive-pst-tools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-tools/" "dvips/pst-tools/" - "tex/generic/pst-tools/" - "tex/latex/pst-tools/") - (base32 - "1ws149np6121mc7msw32wkc6pn528ldsd5g95w4n4vcm6r54pmgq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-tools/" "dvips/pst-tools/" + "tex/generic/pst-tools/" + "tex/latex/pst-tools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ws149np6121mc7msw32wkc6pn528ldsd5g95w4n4vcm6r54pmgq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-tools") @@ -64076,13 +76840,18 @@ (define-public texlive-pst-tree (package (name "texlive-pst-tree") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-tree/" - "tex/generic/pst-tree/" - "tex/latex/pst-tree/") - (base32 - "1vznc4qyjpnni3smdxlpqi7h3qxd13kv5pigvlly0zq676n6gw8n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-tree/" + "tex/generic/pst-tree/" + "tex/latex/pst-tree/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vznc4qyjpnni3smdxlpqi7h3qxd13kv5pigvlly0zq676n6gw8n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-tree") @@ -64096,14 +76865,19 @@ (define-public texlive-pst-turtle (package (name "texlive-pst-turtle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-turtle/" - "dvips/pst-turtle/" - "tex/generic/pst-turtle/" - "tex/latex/pst-turtle/") - (base32 - "0mgpjs9jkgfx0hbd9l5jw60rf0vpdkv933ksjlwcjlh98y9gay4c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-turtle/" + "dvips/pst-turtle/" + "tex/generic/pst-turtle/" + "tex/latex/pst-turtle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mgpjs9jkgfx0hbd9l5jw60rf0vpdkv933ksjlwcjlh98y9gay4c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-turtle") @@ -64116,13 +76890,18 @@ (define-public texlive-pst-tvz (package (name "texlive-pst-tvz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-tvz/" - "source/generic/pst-tvz/" - "tex/generic/pst-tvz/" "tex/latex/pst-tvz/") - (base32 - "1xpzvfgngv5r5cdnvip87wr1i0pmrc6ibwi5gzmibfzl64w7vkqr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-tvz/" + "source/generic/pst-tvz/" + "tex/generic/pst-tvz/" "tex/latex/pst-tvz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xpzvfgngv5r5cdnvip87wr1i0pmrc6ibwi5gzmibfzl64w7vkqr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-tvz") @@ -64137,13 +76916,18 @@ (define-public texlive-pst-uml (package (name "texlive-pst-uml") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-uml/" - "source/generic/pst-uml/" - "tex/latex/pst-uml/") - (base32 - "0sgsyg9gk4wxgz7r44h6a7f5f7gl5b522f864n0kv35cgmwnzyr7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-uml/" + "source/generic/pst-uml/" + "tex/latex/pst-uml/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sgsyg9gk4wxgz7r44h6a7f5f7gl5b522f864n0kv35cgmwnzyr7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-multido)) @@ -64159,13 +76943,18 @@ (define-public texlive-pst-vectorian (package (name "texlive-pst-vectorian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pst-vectorian/" - "dvips/pst-vectorian/" - "tex/latex/pst-vectorian/") - (base32 - "0knvzl4gqz79jzvb4w7a9ka1iiz5f3pjivnwvwmd1kmibykqwb67"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pst-vectorian/" + "dvips/pst-vectorian/" + "tex/latex/pst-vectorian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0knvzl4gqz79jzvb4w7a9ka1iiz5f3pjivnwvwmd1kmibykqwb67")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-vectorian") @@ -64179,13 +76968,18 @@ (define-public texlive-pst-vehicle (package (name "texlive-pst-vehicle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-vehicle/" - "tex/generic/pst-vehicle/" - "tex/latex/pst-vehicle/") - (base32 - "1b0s5fy4w4k2q486sdwlrh649n99k9s5hy5m2v01lh7qnjl1z4c3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-vehicle/" + "tex/generic/pst-vehicle/" + "tex/latex/pst-vehicle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b0s5fy4w4k2q486sdwlrh649n99k9s5hy5m2v01lh7qnjl1z4c3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-vehicle") @@ -64200,12 +76994,17 @@ (define-public texlive-pst-venn (package (name "texlive-pst-venn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pst-venn/" - "tex/latex/pst-venn/") - (base32 - "0gz7sxwycqd71yy8jln7h3v064mrzhh1852fc7b785v55x8kna2n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pst-venn/" + "tex/latex/pst-venn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gz7sxwycqd71yy8jln7h3v064mrzhh1852fc7b785v55x8kna2n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-venn") @@ -64219,12 +77018,17 @@ (define-public texlive-pst-vowel (package (name "texlive-pst-vowel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pst-vowel/" - "tex/latex/pst-vowel/") - (base32 - "0p0qnfbmd1lh21nk6xq246xr6y50q0y55rdcq3i9vkg4j7kkkfy6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pst-vowel/" + "tex/latex/pst-vowel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p0qnfbmd1lh21nk6xq246xr6y50q0y55rdcq3i9vkg4j7kkkfy6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pst-vowel") @@ -64239,11 +77043,16 @@ (define-public texlive-pst2pdf (package (name "texlive-pst2pdf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/pst2pdf/" "scripts/pst2pdf/") - (base32 - "0yihyrnwwpad5hf8yrjqljpwsnj6kcbb6y6cfnxwxbi1c5pf1jk9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/pst2pdf/" "scripts/pst2pdf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yihyrnwwpad5hf8yrjqljpwsnj6kcbb6y6cfnxwxbi1c5pf1jk9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "pst2pdf.pl"))) @@ -64264,14 +77073,19 @@ (define-public texlive-pstricks-add (package (name "texlive-pstricks-add") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/pstricks-add/" - "dvips/pstricks-add/" - "tex/generic/pstricks-add/" - "tex/latex/pstricks-add/") - (base32 - "18khs28v3dg5z7215k0yv7hxna9x5nh09hlrw2fc4nhmzymy2kjg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/pstricks-add/" + "dvips/pstricks-add/" + "tex/generic/pstricks-add/" + "tex/latex/pstricks-add/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18khs28v3dg5z7215k0yv7hxna9x5nh09hlrw2fc4nhmzymy2kjg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pstricks-add") @@ -64290,11 +77104,16 @@ (define-public texlive-pstricks-calcnotes (package (name "texlive-pstricks-calcnotes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pstricks_calcnotes/") - (base32 - "00vgcdf73p4143dfjcvs4b5v4phvisv76ink3iiijl6s6f9zbmy3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pstricks_calcnotes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00vgcdf73p4143dfjcvs4b5v4phvisv76ink3iiijl6s6f9zbmy3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pstricks-calcnotes") @@ -64309,13 +77128,18 @@ (define-public texlive-marginnote (package (name "texlive-marginnote") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/marginnote/" - "source/latex/marginnote/" - "tex/latex/marginnote/") - (base32 - "1drmscvd14akcv7n6wl3d3cnj18cwkd7z7rm2gg7z43b89s7kdqr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/marginnote/" + "source/latex/marginnote/" + "tex/latex/marginnote/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1drmscvd14akcv7n6wl3d3cnj18cwkd7z7rm2gg7z43b89s7kdqr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/marginnote") @@ -64330,12 +77154,17 @@ (define-public texlive-tabu (package (name "texlive-tabu") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tabu/" "source/latex/tabu/" - "tex/latex/tabu/") - (base32 - "0mixyrqavipq4ni38z42x3579cdjbz54cp2qqb4q4yhfbl0a4pka"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tabu/" "source/latex/tabu/" + "tex/latex/tabu/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mixyrqavipq4ni38z42x3579cdjbz54cp2qqb4q4yhfbl0a4pka")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-varwidth)) @@ -64351,12 +77180,17 @@ (define-public texlive-uml (package (name "texlive-uml") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uml/" "source/latex/uml/" - "tex/latex/uml/") - (base32 - "039kg3xk03cm4xfsaj33kx1j5hjqy9330zxamqyzs1jnp8xgcfdz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uml/" "source/latex/uml/" + "tex/latex/uml/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "039kg3xk03cm4xfsaj33kx1j5hjqy9330zxamqyzs1jnp8xgcfdz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uml") @@ -64372,12 +77206,17 @@ (define-public texlive-vaucanson-g (package (name "texlive-vaucanson-g") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/vaucanson-g/" - "tex/generic/vaucanson-g/") - (base32 - "18ig6kszjr2jfr3hvq18clq8ccxbv2zw280pw20mphfjh6rjwbrj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/vaucanson-g/" + "tex/generic/vaucanson-g/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18ig6kszjr2jfr3hvq18clq8ccxbv2zw280pw20mphfjh6rjwbrj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/vaucanson-g") @@ -64392,12 +77231,17 @@ (define-public texlive-vocaltract (package (name "texlive-vocaltract") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/vocaltract/" - "tex/latex/vocaltract/") - (base32 - "072b712bhfxq429jh4r9d786nwpdyl8rlbm6ds4nf9asxg2lg9wr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/vocaltract/" + "tex/latex/vocaltract/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "072b712bhfxq429jh4r9d786nwpdyl8rlbm6ds4nf9asxg2lg9wr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/vocaltract") @@ -64416,12 +77260,17 @@ (define-public texlive-xkeyval (package (name "texlive-xkeyval") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xkeyval/" "source/latex/xkeyval/" - "tex/generic/xkeyval/" "tex/latex/xkeyval/") - (base32 - "0nclsazny3hnzsi2vcixh2g1gsj5lvwxls1v569rms8ykgd9v7z8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xkeyval/" "source/latex/xkeyval/" + "tex/generic/xkeyval/" "tex/latex/xkeyval/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nclsazny3hnzsi2vcixh2g1gsj5lvwxls1v569rms8ykgd9v7z8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -64468,12 +77317,17 @@ (define-public texlive-scikgtex (package (name "texlive-scikgtex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/scikgtex/" - "tex/lualatex/scikgtex/") - (base32 - "0p7y7qd5kmlhr4v72x8krxihzjm80fkb65wh28rr2r54rw8ag3hc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/scikgtex/" + "tex/lualatex/scikgtex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p7y7qd5kmlhr4v72x8krxihzjm80fkb65wh28rr2r54rw8ag3hc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scikgtex") @@ -64491,12 +77345,17 @@ (define-public texlive-selnolig (package (name "texlive-selnolig") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/selnolig/" - "tex/lualatex/selnolig/") - (base32 - "0xx3agmd7ply84jjx1kcg4jpix7qg1y3wrd2kr7dv74jw5cffrfq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/selnolig/" + "tex/lualatex/selnolig/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xx3agmd7ply84jjx1kcg4jpix7qg1y3wrd2kr7dv74jw5cffrfq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/selnolig") @@ -64511,12 +77370,17 @@ (define-public texlive-showhyphenation (package (name "texlive-showhyphenation") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/showhyphenation/" - "tex/lualatex/showhyphenation/") - (base32 - "0v8rjr828pzcn85zqbrw3fnrfyvn7cscqyg5mm08wyay990lkhny"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/showhyphenation/" + "tex/lualatex/showhyphenation/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0v8rjr828pzcn85zqbrw3fnrfyvn7cscqyg5mm08wyay990lkhny")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/showhyphenation") @@ -64533,12 +77397,17 @@ (define-public texlive-showkerning (package (name "texlive-showkerning") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/showkerning/" - "tex/lualatex/showkerning/") - (base32 - "0kd20scd9mv7zmsfz9wy321j07fwkll94cbfpqllzn0jk80qgxgm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/showkerning/" + "tex/lualatex/showkerning/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kd20scd9mv7zmsfz9wy321j07fwkll94cbfpqllzn0jk80qgxgm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/showkerning") @@ -64555,12 +77424,17 @@ (define-public texlive-spacekern (package (name "texlive-spacekern") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/spacekern/" - "tex/lualatex/spacekern/") - (base32 - "0rmdg9daqp0fallznsqsr0475z7cw0djhxq6dwkyk5yg8ii9c6s9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/spacekern/" + "tex/lualatex/spacekern/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rmdg9daqp0fallznsqsr0475z7cw0djhxq6dwkyk5yg8ii9c6s9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/spacekern") @@ -64575,12 +77449,17 @@ (define-public texlive-spelling (package (name "texlive-spelling") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/spelling/" "scripts/spelling/" - "tex/luatex/spelling/") - (base32 - "1pg4jz1rxpjc9648b53zbnwrn59id9iv8b1jfwl6nqj58q285w7q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/spelling/" "scripts/spelling/" + "tex/luatex/spelling/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pg4jz1rxpjc9648b53zbnwrn59id9iv8b1jfwl6nqj58q285w7q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/spelling") @@ -64597,13 +77476,18 @@ (define-public texlive-standalone (package (name "texlive-standalone") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/standalone/" - "source/latex/standalone/" - "tex/latex/standalone/") - (base32 - "055mz0r837ipb6f0v7lp2imwpy1zh0i45wkd5f1dbpjpb9gf7qny"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/standalone/" + "source/latex/standalone/" + "tex/latex/standalone/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "055mz0r837ipb6f0v7lp2imwpy1zh0i45wkd5f1dbpjpb9gf7qny")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ydoc)) @@ -64629,12 +77513,17 @@ (define-public texlive-stricttex (package (name "texlive-stricttex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/stricttex/" - "tex/lualatex/stricttex/") - (base32 - "1ddlcwj1bnj6zrkljkz3jywgri34f4g9gshbwd0lzz4nz03v82rv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/stricttex/" + "tex/lualatex/stricttex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ddlcwj1bnj6zrkljkz3jywgri34f4g9gshbwd0lzz4nz03v82rv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/stricttex") @@ -64650,12 +77539,17 @@ (define-public texlive-siunitx (package (name "texlive-siunitx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/siunitx/" "source/latex/siunitx/" - "tex/latex/siunitx/") - (base32 - "14rgn7lm5iy15jxcdwrkkp6rmi569x1x7qir82k89xl49k1rr2d1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/siunitx/" "source/latex/siunitx/" + "tex/latex/siunitx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14rgn7lm5iy15jxcdwrkkp6rmi569x1x7qir82k89xl49k1rr2d1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-l3kernel texlive-l3packages)) @@ -64680,12 +77574,17 @@ (define-public texlive-booktabs (package (name "texlive-booktabs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/booktabs/" "source/latex/booktabs/" - "tex/latex/booktabs/") - (base32 - "0pv2kv4hgayqfcij2sz1jmk6kbxqccyaksz8xlw5kvqrbag9vxm3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/booktabs/" "source/latex/booktabs/" + "tex/latex/booktabs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pv2kv4hgayqfcij2sz1jmk6kbxqccyaksz8xlw5kvqrbag9vxm3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/booktabs") @@ -64701,11 +77600,16 @@ (define-public texlive-csquotes (package (name "texlive-csquotes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/csquotes/" "tex/latex/csquotes/") - (base32 - "0657rvaciq5h4qp2hg9d2w2i663p5cnxygi6dj9w61463m4nkpy6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/csquotes/" "tex/latex/csquotes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0657rvaciq5h4qp2hg9d2w2i663p5cnxygi6dj9w61463m4nkpy6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-etoolbox)) @@ -64728,11 +77632,16 @@ (define-public texlive-csquotes-de (package (name "texlive-csquotes-de") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/csquotes-de/") - (base32 - "087c08c44811vd8p00l1xrkg5w6fsl8as64jq83m6gf1hfan9w4c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/csquotes-de/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "087c08c44811vd8p00l1xrkg5w6fsl8as64jq83m6gf1hfan9w4c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/csquotes-de") @@ -64745,12 +77654,17 @@ (define-public texlive-dhua (package (name "texlive-dhua") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dhua/" "source/latex/dhua/" - "tex/latex/dhua/") - (base32 - "0npf0bz5cdl6a98gc4l66v0hxwgg94af31bdrz8xai6r4vwjbzhl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dhua/" "source/latex/dhua/" + "tex/latex/dhua/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0npf0bz5cdl6a98gc4l66v0hxwgg94af31bdrz8xai6r4vwjbzhl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dhua") @@ -64764,13 +77678,18 @@ (define-public texlive-dtk-bibliography (package (name "texlive-dtk-bibliography") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/dtk-bibliography/" - "doc/bibtex/dtk-bibliography/" - "tex/latex/dtk-bibliography/") - (base32 - "1mrlm2yrzrafq2xhk6mc70wc55ngrxylhxrl3qmgz0yxag5yspn8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/dtk-bibliography/" + "doc/bibtex/dtk-bibliography/" + "tex/latex/dtk-bibliography/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mrlm2yrzrafq2xhk6mc70wc55ngrxylhxrl3qmgz0yxag5yspn8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dtk-bibliography") @@ -64784,11 +77703,16 @@ (define-public texlive-etdipa (package (name "texlive-etdipa") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/etdipa/") - (base32 - "1jp35apalaa1lh44dbn1zayavv1n3wkm0v69hgy8vdz73yp5yvhz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/etdipa/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jp35apalaa1lh44dbn1zayavv1n3wkm0v69hgy8vdz73yp5yvhz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/etdipa") @@ -64804,11 +77728,16 @@ (define-public texlive-etoolbox-de (package (name "texlive-etoolbox-de") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/etoolbox-de/") - (base32 - "1vchha7ymvj51jfnvl76rxv466lzfpxr6xcvwafxhi78w4bk9yry"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/etoolbox-de/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vchha7ymvj51jfnvl76rxv466lzfpxr6xcvwafxhi78w4bk9yry")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/etoolbox-de") @@ -64821,12 +77750,17 @@ (define-public texlive-fifinddo-info (package (name "texlive-fifinddo-info") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fifinddo-info/" - "source/latex/fifinddo-info/") - (base32 - "0m95qyd5kbaa2x8rpjwr6f9c76ajg6l49igzw9yb0hcrwwg7cni6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fifinddo-info/" + "source/latex/fifinddo-info/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m95qyd5kbaa2x8rpjwr6f9c76ajg6l49igzw9yb0hcrwwg7cni6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fifinddo-info") @@ -64841,13 +77775,18 @@ (define-public texlive-german (package (name "texlive-german") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/german/" - "source/generic/german/" - "tex/generic/german/") - (base32 - "0n17j7rc69kxgs3b2cyxjb8hsh6bc9aydxf90x98rdc2ardl9idg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/german/" + "source/generic/german/" + "tex/generic/german/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0n17j7rc69kxgs3b2cyxjb8hsh6bc9aydxf90x98rdc2ardl9idg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/german") @@ -64861,12 +77800,17 @@ (define-public texlive-germbib (package (name "texlive-germbib") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/germbib/" "doc/bibtex/germbib/" - "tex/latex/germbib/") - (base32 - "1mc95h4ndzbg2q30vsq2rx9v0a8f0q0vhmjiz709lllkmj6n402p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/germbib/" "doc/bibtex/germbib/" + "tex/latex/germbib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mc95h4ndzbg2q30vsq2rx9v0a8f0q0vhmjiz709lllkmj6n402p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/germbib") @@ -64883,11 +77827,16 @@ (define-public texlive-germkorr (package (name "texlive-germkorr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/germkorr/" "tex/latex/germkorr/") - (base32 - "0qgh3j97dljwh7625m577jcsvqhfkas3jn4q09m05jsjfxb7n2bx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/germkorr/" "tex/latex/germkorr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qgh3j97dljwh7625m577jcsvqhfkas3jn4q09m05jsjfxb7n2bx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/germkorr") @@ -64901,13 +77850,18 @@ (define-public texlive-hausarbeit-jura (package (name "texlive-hausarbeit-jura") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hausarbeit-jura/" - "source/latex/hausarbeit-jura/" - "tex/latex/hausarbeit-jura/") - (base32 - "14raizfrrfnwdgwaq9irxdkg2mg280csjcirsxjq4rpdwqg2nkwh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hausarbeit-jura/" + "source/latex/hausarbeit-jura/" + "tex/latex/hausarbeit-jura/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14raizfrrfnwdgwaq9irxdkg2mg280csjcirsxjq4rpdwqg2nkwh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hausarbeit-jura") @@ -64924,11 +77878,16 @@ (define-public texlive-logreq (package (name "texlive-logreq") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/logreq/" "tex/latex/logreq/") - (base32 - "13difccs3cxlkqlnhw286yb0c7mifrxfd402a2x5wwxv0m1kgfqd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/logreq/" "tex/latex/logreq/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13difccs3cxlkqlnhw286yb0c7mifrxfd402a2x5wwxv0m1kgfqd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-etoolbox)) @@ -64950,13 +77909,18 @@ (define-public texlive-biblatex (package (name "texlive-biblatex") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/biblatex/biblatex/" - "bibtex/bst/biblatex/" "doc/latex/biblatex/" - "tex/latex/biblatex/") - (base32 - "08wvsdwcixj50kklv4zwjs9rpjmhwzxxd242hvyi6lzkd7r0fnq4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/biblatex/biblatex/" + "bibtex/bst/biblatex/" "doc/latex/biblatex/" + "tex/latex/biblatex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08wvsdwcixj50kklv4zwjs9rpjmhwzxxd242hvyi6lzkd7r0fnq4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -64983,12 +77947,17 @@ (define-public texlive-biblatex-apa (package (name "texlive-biblatex-apa") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biblatex-apa/" - "tex/latex/biblatex-apa/") - (base32 - "1igzmgzfchn54zkb78fwsdk2lqs2pp0ydzzcmk1cydhmsfrjya4l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biblatex-apa/" + "tex/latex/biblatex-apa/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1igzmgzfchn54zkb78fwsdk2lqs2pp0ydzzcmk1cydhmsfrjya4l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biblatex-apa") @@ -65004,12 +77973,17 @@ (define-public texlive-truthtable (package (name "texlive-truthtable") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/truthtable/" - "tex/lualatex/truthtable/") - (base32 - "193326nni5xnjkz9hhc1pjzkv0qrbz73irz6vixd8igpbavi2dzv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/truthtable/" + "tex/lualatex/truthtable/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "193326nni5xnjkz9hhc1pjzkv0qrbz73irz6vixd8igpbavi2dzv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/truthtable") @@ -65025,13 +77999,18 @@ (define-public texlive-todonotes (package (name "texlive-todonotes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/todonotes/" - "source/latex/todonotes/" - "tex/latex/todonotes/") - (base32 - "0gw9ny0s048kq78m2njrv2m6y4z0rck58i9nc892vl93h7gi4p1v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/todonotes/" + "source/latex/todonotes/" + "tex/latex/todonotes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gw9ny0s048kq78m2njrv2m6y4z0rck58i9nc892vl93h7gi4p1v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -65048,12 +78027,17 @@ (define-public texlive-tsvtemplate (package (name "texlive-tsvtemplate") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/tsvtemplate/" - "tex/luatex/tsvtemplate/") - (base32 - "05q1vfsy9w0pmc489dl995iqr9srdv107mj89nlc269m3wjnwn7a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/tsvtemplate/" + "tex/luatex/tsvtemplate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05q1vfsy9w0pmc489dl995iqr9srdv107mj89nlc269m3wjnwn7a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tsvtemplate") @@ -65068,12 +78052,17 @@ (define-public texlive-typewriter (package (name "texlive-typewriter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/typewriter/" - "tex/lualatex/typewriter/") - (base32 - "00c53vbm8fchjggi3h1w49y07ma4cmmliqx2bhkvis6qsqgddw5f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/typewriter/" + "tex/lualatex/typewriter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00c53vbm8fchjggi3h1w49y07ma4cmmliqx2bhkvis6qsqgddw5f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/typewriter") @@ -65088,12 +78077,17 @@ (define-public texlive-uninormalize (package (name "texlive-uninormalize") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/uninormalize/" - "tex/lualatex/uninormalize/") - (base32 - "1c4pki1yw5599s9nyj1ir7j26mgbhf1iw7m44685d8la9vbzv8dm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/uninormalize/" + "tex/lualatex/uninormalize/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c4pki1yw5599s9nyj1ir7j26mgbhf1iw7m44685d8la9vbzv8dm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uninormalize") @@ -65107,12 +78101,17 @@ (define-public texlive-units (package (name "texlive-units") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/units/" "source/latex/units/" - "tex/latex/units/") - (base32 - "1mrdsg55f40cvarrx84gbhrnsk8mlv915nll17lnfzfapgmvjsbl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/units/" "source/latex/units/" + "tex/latex/units/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mrdsg55f40cvarrx84gbhrnsk8mlv915nll17lnfzfapgmvjsbl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/units") @@ -65127,13 +78126,18 @@ (define-public texlive-microtype (package (name "texlive-microtype") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/microtype/" - "source/latex/microtype/" - "tex/latex/microtype/") - (base32 - "039v1dw3n4lnd8ipazlkb7p5abqcrigjayx797ggh3ak8dcqwlli"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/microtype/" + "source/latex/microtype/" + "tex/latex/microtype/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "039v1dw3n4lnd8ipazlkb7p5abqcrigjayx797ggh3ak8dcqwlli")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/microtype") @@ -65155,11 +78159,16 @@ (define-public texlive-microtype-de (package (name "texlive-microtype-de") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/microtype-de/") - (base32 - "069d2f0jcg9m4fv8dli2dr9ags9gz6mkwy6fzz37ns4jzrqfsvwi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/microtype-de/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "069d2f0jcg9m4fv8dli2dr9ags9gz6mkwy6fzz37ns4jzrqfsvwi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/microtype-de") @@ -65173,12 +78182,17 @@ (define-public texlive-minitoc (package (name "texlive-minitoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/minitoc/" - "tex/latex/minitoc/") - (base32 - "0yd1na5b9m7z1j87a5fjwjqddfpiblfbpzcv0vlvql6lwh38mii7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/minitoc/" + "tex/latex/minitoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yd1na5b9m7z1j87a5fjwjqddfpiblfbpzcv0vlvql6lwh38mii7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/minitoc") @@ -65197,12 +78211,17 @@ (define-public texlive-minted (package (name "texlive-minted") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/minted/" "source/latex/minted/" - "tex/latex/minted/") - (base32 - "1z2vagia7sbfa134qj3dfdkppy0v4yjykaj594c6z9qy1z5jn5mc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/minted/" "source/latex/minted/" + "tex/latex/minted/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z2vagia7sbfa134qj3dfdkppy0v4yjykaj594c6z9qy1z5jn5mc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -65234,12 +78253,17 @@ (define-public texlive-caption (package (name "texlive-caption") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/caption/" "source/latex/caption/" - "tex/latex/caption/") - (base32 - "1hgd52dxm35k63jb2vxrkghlaq41h89bwbqyihaim2h06kmnpb0r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/caption/" "source/latex/caption/" + "tex/latex/caption/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hgd52dxm35k63jb2vxrkghlaq41h89bwbqyihaim2h06kmnpb0r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/caption") @@ -65258,19 +78282,24 @@ (define-public texlive-symbol (package (name "texlive-symbol") (version "2023.0") - (source (texlive-origin - name version - (list "dvips/symbol/" - "fonts/afm/adobe/symbol/" - "fonts/afm/urw/symbol/" - "fonts/map/dvips/symbol/" - "fonts/tfm/adobe/symbol/" - "fonts/tfm/monotype/symbol/" - "fonts/tfm/urw35vf/symbol/" - "fonts/type1/urw/symbol/" - "tex/latex/symbol/") - (base32 - "1pdkpr86bhia5hcmf7q3nhvklnsga4mqqrrirgl8a7al7x6q3ivs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "dvips/symbol/" + "fonts/afm/adobe/symbol/" + "fonts/afm/urw/symbol/" + "fonts/map/dvips/symbol/" + "fonts/tfm/adobe/symbol/" + "fonts/tfm/monotype/symbol/" + "fonts/tfm/urw35vf/symbol/" + "fonts/type1/urw/symbol/" + "tex/latex/symbol/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pdkpr86bhia5hcmf7q3nhvklnsga4mqqrrirgl8a7al7x6q3ivs")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/urw-base35") (synopsis "Replacement for Adobe's Symbol font") @@ -65283,16 +78312,21 @@ (define-public texlive-mathpazo (package (name "texlive-mathpazo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mathpazo/" - "fonts/afm/public/mathpazo/" - "fonts/tfm/public/mathpazo/" - "fonts/type1/public/mathpazo/" - "fonts/vf/public/mathpazo/" - "source/latex/mathpazo/") - (base32 - "0g10rjgg1kb78lgyxmwjrkgpy24yq3v0m47h6zhbc68rrmmawvwp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mathpazo/" + "fonts/afm/public/mathpazo/" + "fonts/tfm/public/mathpazo/" + "fonts/type1/public/mathpazo/" + "fonts/vf/public/mathpazo/" + "source/latex/mathpazo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0g10rjgg1kb78lgyxmwjrkgpy24yq3v0m47h6zhbc68rrmmawvwp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-fpl texlive-palatino)) @@ -65313,12 +78347,17 @@ (define-public texlive-mathspec (package (name "texlive-mathspec") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/mathspec/" - "tex/xelatex/mathspec/") - (base32 - "0bfdzlim2kkvfzs8p7brwlc46qy41hvxb72xr53ijg2kplsqmkh8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/mathspec/" + "tex/xelatex/mathspec/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bfdzlim2kkvfzs8p7brwlc46qy41hvxb72xr53ijg2kplsqmkh8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mathspec") @@ -65332,13 +78371,18 @@ (define-public texlive-mathtools (package (name "texlive-mathtools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mathtools/" - "source/latex/mathtools/" - "tex/latex/mathtools/") - (base32 - "11rs5wd1m5f3y309gdlq47vj3xzs8m87qlbd7b6glhq8lx8wfbd6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mathtools/" + "source/latex/mathtools/" + "tex/latex/mathtools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11rs5wd1m5f3y309gdlq47vj3xzs8m87qlbd7b6glhq8lx8wfbd6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mathtools") @@ -65367,12 +78411,17 @@ (define-public texlive-memoir (package (name "texlive-memoir") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/memoir/" "makeindex/memoir/" - "source/latex/memoir/" "tex/latex/memoir/") - (base32 - "10jf0kiwvgrki8az04b57v0ffm6b3jj1rz3q6fgxhnrbsd68iphr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/memoir/" "makeindex/memoir/" + "source/latex/memoir/" "tex/latex/memoir/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10jf0kiwvgrki8az04b57v0ffm6b3jj1rz3q6fgxhnrbsd68iphr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/memoir") @@ -65390,11 +78439,16 @@ (define-public texlive-milog (package (name "texlive-milog") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/milog/" "tex/latex/milog/") - (base32 - "1114i8hgs84nnvmkiy8azbh6rgk0gjzp387idvvkx651vcyc82kf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/milog/" "tex/latex/milog/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1114i8hgs84nnvmkiy8azbh6rgk0gjzp387idvvkx651vcyc82kf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/milog") @@ -65413,12 +78467,17 @@ (define-public texlive-fp (package (name "texlive-fp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fp/" "tex/latex/fp/" - "tex/plain/fp/") - (base32 - "1q555fx71cf88sn3npzb0j2i10ak920k0qc9ccdygz99vqg10dad"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fp/" "tex/latex/fp/" + "tex/plain/fp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q555fx71cf88sn3npzb0j2i10ak920k0qc9ccdygz99vqg10dad")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fp") @@ -65432,12 +78491,17 @@ (define-public texlive-fpl (package (name "texlive-fpl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/fpl/" "fonts/afm/public/fpl/" - "fonts/type1/public/fpl/" "source/fonts/fpl/") - (base32 - "02gkl516z9kn8xqs269pdkqn37sxm8ib0pcs43s4rs2rhyyl5z68"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/fpl/" "fonts/afm/public/fpl/" + "fonts/type1/public/fpl/" "source/fonts/fpl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02gkl516z9kn8xqs269pdkqn37sxm8ib0pcs43s4rs2rhyyl5z68")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fpl") @@ -65453,31 +78517,36 @@ (define-public texlive-arabxetex (package (name "texlive-arabxetex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/arabxetex/" - "fonts/misc/xetex/fontmapping/arabxetex/" - "source/xelatex/arabxetex/" - "tex/xelatex/arabxetex/") - (base32 - "097lh7ksw9rg93f1c7a4fqglgfpydf1qp3sbgy9xfgszcdpknmrk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/arabxetex/" + "fonts/misc/xetex/fontmapping/arabxetex/" + "source/xelatex/arabxetex/" + "tex/xelatex/arabxetex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "097lh7ksw9rg93f1c7a4fqglgfpydf1qp3sbgy9xfgszcdpknmrk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "xelatex" #:phases - #~(modify-phases %standard-phases - ;; Use dummy fonts to avoid pulling in needless dependencies. - ;; We're only interested in building the package, not the - ;; documentation. - (add-after 'unpack 'change-fonts - (lambda _ - (substitute* "source/xelatex/arabxetex/arabxetex.dtx" - (("(newfontfamily.*?\\{)[^}]+}" _ prefix) - (string-append prefix "FreeSans}")) - (("(set(main|mono|sans)font(\\[.*?])?\\{)[^}]+}" _ prefix) - (string-append prefix "FreeSans}")))))))) + #~(modify-phases %standard-phases + ;; Use dummy fonts to avoid pulling in needless dependencies. + ;; We're only interested in building the package, not the + ;; documentation. + (add-after 'unpack 'change-fonts + (lambda _ + (substitute* "source/xelatex/arabxetex/arabxetex.dtx" + (("(newfontfamily.*?\\{)[^}]+}" _ prefix) + (string-append prefix "FreeSans}")) + (("(set(main|mono|sans)font(\\[.*?])?\\{)[^}]+}" _ prefix) + (string-append prefix "FreeSans}")))))))) (native-inputs (list fontconfig font-gnu-freefont @@ -65515,19 +78584,24 @@ (define-public texlive-arev (package (name "texlive-arev") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/arev/" - "fonts/afm/public/arev/" - "fonts/enc/dvips/arev/" - "fonts/map/dvips/arev/" - "fonts/tfm/public/arev/" - "fonts/type1/public/arev/" - "fonts/vf/public/arev/" - "source/fonts/arev/" - "tex/latex/arev/") - (base32 - "1a0zw9vc6z0shxvb4kdhfqdhwpzph5hm9v7klpchlisabvk421y1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/arev/" + "fonts/afm/public/arev/" + "fonts/enc/dvips/arev/" + "fonts/map/dvips/arev/" + "fonts/tfm/public/arev/" + "fonts/type1/public/arev/" + "fonts/vf/public/arev/" + "source/fonts/arev/" + "tex/latex/arev/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a0zw9vc6z0shxvb4kdhfqdhwpzph5hm9v7klpchlisabvk421y1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/arev") @@ -65550,12 +78624,17 @@ (define-public texlive-awesomebox (package (name "texlive-awesomebox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/awesomebox/" - "tex/latex/awesomebox/") - (base32 - "0jmxhas12fs30x2csv1rbsjr71a60fv2r3i5q7xd5n9zmmrnh32f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/awesomebox/" + "tex/latex/awesomebox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jmxhas12fs30x2csv1rbsjr71a60fv2r3i5q7xd5n9zmmrnh32f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/awesomebox") @@ -65570,35 +78649,40 @@ (define-public texlive-mathdesign (package (name "texlive-mathdesign") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/mathdesign/" - "dvips/mathdesign/" - "fonts/enc/dvips/mathdesign/" - "fonts/map/dvips/mathdesign/" - "fonts/tfm/public/mathdesign/mdbch/" - "fonts/tfm/public/mathdesign/mdgreek/" - "fonts/tfm/public/mathdesign/mdici/" - "fonts/tfm/public/mathdesign/mdpgd/" - "fonts/tfm/public/mathdesign/mdpus/" - "fonts/tfm/public/mathdesign/mdput/" - "fonts/tfm/public/mathdesign/mdugm/" - "fonts/type1/public/mathdesign/mdbch/" - "fonts/type1/public/mathdesign/mdici/" - "fonts/type1/public/mathdesign/mdpgd/" - "fonts/type1/public/mathdesign/mdpus/" - "fonts/type1/public/mathdesign/mdput/" - "fonts/type1/public/mathdesign/mdugm/" - "fonts/vf/public/mathdesign/mdbch/" - "fonts/vf/public/mathdesign/mdgreek/" - "fonts/vf/public/mathdesign/mdici/" - "fonts/vf/public/mathdesign/mdpgd/" - "fonts/vf/public/mathdesign/mdpus/" - "fonts/vf/public/mathdesign/mdput/" - "fonts/vf/public/mathdesign/mdugm/" - "tex/latex/mathdesign/") - (base32 - "0jcby2sd0l3ank2drxc0qcf5d1cwa8idzh4g91h4nxk8zrzxj8nr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/mathdesign/" + "dvips/mathdesign/" + "fonts/enc/dvips/mathdesign/" + "fonts/map/dvips/mathdesign/" + "fonts/tfm/public/mathdesign/mdbch/" + "fonts/tfm/public/mathdesign/mdgreek/" + "fonts/tfm/public/mathdesign/mdici/" + "fonts/tfm/public/mathdesign/mdpgd/" + "fonts/tfm/public/mathdesign/mdpus/" + "fonts/tfm/public/mathdesign/mdput/" + "fonts/tfm/public/mathdesign/mdugm/" + "fonts/type1/public/mathdesign/mdbch/" + "fonts/type1/public/mathdesign/mdici/" + "fonts/type1/public/mathdesign/mdpgd/" + "fonts/type1/public/mathdesign/mdpus/" + "fonts/type1/public/mathdesign/mdput/" + "fonts/type1/public/mathdesign/mdugm/" + "fonts/vf/public/mathdesign/mdbch/" + "fonts/vf/public/mathdesign/mdgreek/" + "fonts/vf/public/mathdesign/mdici/" + "fonts/vf/public/mathdesign/mdpgd/" + "fonts/vf/public/mathdesign/mdpus/" + "fonts/vf/public/mathdesign/mdput/" + "fonts/vf/public/mathdesign/mdugm/" + "tex/latex/mathdesign/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jcby2sd0l3ank2drxc0qcf5d1cwa8idzh4g91h4nxk8zrzxj8nr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mathdesign") @@ -65616,17 +78700,22 @@ (define-public texlive-bera (package (name "texlive-bera") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/bera/" - "fonts/afm/public/bera/" - "fonts/map/dvips/bera/" - "fonts/tfm/public/bera/" - "fonts/type1/public/bera/" - "fonts/vf/public/bera/" - "tex/latex/bera/") - (base32 - "1pkmhhr6ah44xhipjr7nianv03hr4w4bn45xcvp264yw6ymqzqwr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/bera/" + "fonts/afm/public/bera/" + "fonts/map/dvips/bera/" + "fonts/tfm/public/bera/" + "fonts/type1/public/bera/" + "fonts/vf/public/bera/" + "tex/latex/bera/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pkmhhr6ah44xhipjr7nianv03hr4w4bn45xcvp264yw6ymqzqwr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bera") @@ -65642,18 +78731,23 @@ (define-public texlive-fourier (package (name "texlive-fourier") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/fourier/" - "fonts/afm/public/fourier/" - "fonts/map/dvips/fourier/" - "fonts/opentype/public/fourier/" - "fonts/tfm/public/fourier/" - "fonts/type1/public/fourier/" - "fonts/vf/public/fourier/" - "tex/latex/fourier/") - (base32 - "10nw0s3820mf4nv4b655cfvm8asjb1q71yd21cnm8zjxj0xpcrpx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/fourier/" + "fonts/afm/public/fourier/" + "fonts/map/dvips/fourier/" + "fonts/opentype/public/fourier/" + "fonts/tfm/public/fourier/" + "fonts/type1/public/fourier/" + "fonts/vf/public/fourier/" + "tex/latex/fourier/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10nw0s3820mf4nv4b655cfvm8asjb1q71yd21cnm8zjxj0xpcrpx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fourier") @@ -65671,14 +78765,19 @@ (define-public texlive-utopia (package (name "texlive-utopia") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/utopia/" "fonts/afm/adobe/utopia/" - "fonts/tfm/adobe/utopia/" - "fonts/type1/adobe/utopia/" - "fonts/vf/adobe/utopia/") - (base32 - "113wgkfz4z0ls2grxxfj17l42a1yv9r5ipcd0156xnfsrqvqzxfc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/utopia/" "fonts/afm/adobe/utopia/" + "fonts/tfm/adobe/utopia/" + "fonts/type1/adobe/utopia/" + "fonts/vf/adobe/utopia/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "113wgkfz4z0ls2grxxfj17l42a1yv9r5ipcd0156xnfsrqvqzxfc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/utopia") @@ -65695,12 +78794,17 @@ (define-public texlive-fontaxes (package (name "texlive-fontaxes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fontaxes/" "source/latex/fontaxes/" - "tex/latex/fontaxes/") - (base32 - "1d9ji2qvjf1ky8l6rfqbag2hw61r0hyjxkzsp18s4pckyq4dqwdm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fontaxes/" "source/latex/fontaxes/" + "tex/latex/fontaxes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d9ji2qvjf1ky8l6rfqbag2hw61r0hyjxkzsp18s4pckyq4dqwdm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fontaxes") @@ -65716,12 +78820,17 @@ (define-public texlive-preprint (package (name "texlive-preprint") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/preprint/" "source/latex/preprint/" - "tex/latex/preprint/") - (base32 - "198xwg6mll3yndc1kf79l6zgnq3nsk7fsh3rlj28nipd26ysw6lq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/preprint/" "source/latex/preprint/" + "tex/latex/preprint/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "198xwg6mll3yndc1kf79l6zgnq3nsk7fsh3rlj28nipd26ysw6lq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/preprint") @@ -65738,11 +78847,16 @@ (define-public texlive-mweights (package (name "texlive-mweights") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mweights/" "tex/latex/mweights/") - (base32 - "12493g3yz06mhiybnphqbp49fjzy36clzw63b74mkfhsg1pq7h1b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mweights/" "tex/latex/mweights/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12493g3yz06mhiybnphqbp49fjzy36clzw63b74mkfhsg1pq7h1b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mweights") @@ -65761,18 +78875,23 @@ (define-public texlive-cabin (package (name "texlive-cabin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cabin/" - "fonts/enc/dvips/cabin/" - "fonts/map/dvips/cabin/" - "fonts/opentype/impallari/cabin/" - "fonts/tfm/impallari/cabin/" - "fonts/type1/impallari/cabin/" - "fonts/vf/impallari/cabin/" - "tex/latex/cabin/") - (base32 - "1l4s50l8rjmfrknffgy1c84dg8m9rg96817rs3b3cqk97c3l25zy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cabin/" + "fonts/enc/dvips/cabin/" + "fonts/map/dvips/cabin/" + "fonts/opentype/impallari/cabin/" + "fonts/tfm/impallari/cabin/" + "fonts/type1/impallari/cabin/" + "fonts/vf/impallari/cabin/" + "tex/latex/cabin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l4s50l8rjmfrknffgy1c84dg8m9rg96817rs3b3cqk97c3l25zy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cabin") @@ -65793,19 +78912,24 @@ (define-public texlive-newtx (package (name "texlive-newtx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/newtx/" - "fonts/afm/public/newtx/" - "fonts/enc/dvips/newtx/" - "fonts/map/dvips/newtx/" - "fonts/opentype/public/newtx/" - "fonts/tfm/public/newtx/" - "fonts/type1/public/newtx/" - "fonts/vf/public/newtx/" - "tex/latex/newtx/") - (base32 - "0lbkip5nwrc0sf1alhc8b4dh6ymvn48l5sv71qjzrc1qg2jnw29b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/newtx/" + "fonts/afm/public/newtx/" + "fonts/enc/dvips/newtx/" + "fonts/map/dvips/newtx/" + "fonts/opentype/public/newtx/" + "fonts/tfm/public/newtx/" + "fonts/type1/public/newtx/" + "fonts/vf/public/newtx/" + "tex/latex/newtx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lbkip5nwrc0sf1alhc8b4dh6ymvn48l5sv71qjzrc1qg2jnw29b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-kastrup)) @@ -65825,19 +78949,24 @@ (define-public texlive-xcharter (package (name "texlive-xcharter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/xcharter/" - "fonts/afm/public/xcharter/" - "fonts/enc/dvips/xcharter/" - "fonts/map/dvips/xcharter/" - "fonts/opentype/public/xcharter/" - "fonts/tfm/public/xcharter/" - "fonts/type1/public/xcharter/" - "fonts/vf/public/xcharter/" - "tex/latex/xcharter/") - (base32 - "178mmdr9ji346cnmwas22vhbm38izb1sy5164a5h250kgm287v2c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/xcharter/" + "fonts/afm/public/xcharter/" + "fonts/enc/dvips/xcharter/" + "fonts/map/dvips/xcharter/" + "fonts/opentype/public/xcharter/" + "fonts/tfm/public/xcharter/" + "fonts/type1/public/xcharter/" + "fonts/vf/public/xcharter/" + "tex/latex/xcharter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "178mmdr9ji346cnmwas22vhbm38izb1sy5164a5h250kgm287v2c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xcharter") @@ -65855,17 +78984,22 @@ (define-public texlive-ly1 (package (name "texlive-ly1") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ly1/" - "fonts/enc/dvips/ly1/" - "fonts/map/dvips/ly1/" - "fonts/tfm/adobe/ly1/" - "fonts/vf/adobe/ly1/" - "tex/latex/ly1/" - "tex/plain/ly1/") - (base32 - "0mwk8bfpvpzbwjw3jd6plw0w7kykpb499fv50a9bqxh0jqcyh0j5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ly1/" + "fonts/enc/dvips/ly1/" + "fonts/map/dvips/ly1/" + "fonts/tfm/adobe/ly1/" + "fonts/vf/adobe/ly1/" + "tex/latex/ly1/" + "tex/plain/ly1/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mwk8bfpvpzbwjw3jd6plw0w7kykpb499fv50a9bqxh0jqcyh0j5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ly1") @@ -65881,11 +79015,16 @@ (define-public texlive-section (package (name "texlive-section") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/section/" "tex/latex/section/") - (base32 - "0gjajhlwwgyqnmw9bzr0l7dsq12mdhgv8sdkm86m4zn107qab0p9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/section/" "tex/latex/section/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gjajhlwwgyqnmw9bzr0l7dsq12mdhgv8sdkm86m4zn107qab0p9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/section") @@ -65899,12 +79038,17 @@ (define-public texlive-sectsty (package (name "texlive-sectsty") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sectsty/" "source/latex/sectsty/" - "tex/latex/sectsty/") - (base32 - "1h7zi622s84vqjl6bi4g6iv639jz9m2imz4g7y1qpc0zdw1mlqv4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sectsty/" "source/latex/sectsty/" + "tex/latex/sectsty/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1h7zi622s84vqjl6bi4g6iv639jz9m2imz4g7y1qpc0zdw1mlqv4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -65920,13 +79064,18 @@ (define-public texlive-morefloats (package (name "texlive-morefloats") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/morefloats/" - "source/latex/morefloats/" - "tex/latex/morefloats/") - (base32 - "0y8rd3ys71ys9cab172wwhrmbs9b52wqrj6d3p0iy3075z93h51c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/morefloats/" + "source/latex/morefloats/" + "tex/latex/morefloats/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y8rd3ys71ys9cab172wwhrmbs9b52wqrj6d3p0iy3075z93h51c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/morefloats") @@ -65944,12 +79093,17 @@ (define-public texlive-ifmtarg (package (name "texlive-ifmtarg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ifmtarg/" "source/latex/ifmtarg/" - "tex/latex/ifmtarg/") - (base32 - "19bfi12j5ra19k6vjd1q5fjsm68vipa7ida7pg9pf15l5pxwbgqz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ifmtarg/" "source/latex/ifmtarg/" + "tex/latex/ifmtarg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19bfi12j5ra19k6vjd1q5fjsm68vipa7ida7pg9pf15l5pxwbgqz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -65965,12 +79119,17 @@ (define-public texlive-pagenote (package (name "texlive-pagenote") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pagenote/" "source/latex/pagenote/" - "tex/latex/pagenote/") - (base32 - "1dffh7ac13w3gs94lvfxgw1i4k6cfkrpcyikj1sfrqaivrxpmqpi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pagenote/" "source/latex/pagenote/" + "tex/latex/pagenote/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dffh7ac13w3gs94lvfxgw1i4k6cfkrpcyikj1sfrqaivrxpmqpi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pagenote") @@ -65984,12 +79143,17 @@ (define-public texlive-pagesel (package (name "texlive-pagesel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pagesel/" "source/latex/pagesel/" - "tex/latex/pagesel/") - (base32 - "1x4nb53d5gm0vrhiinaqf6ai63bgjpbw0b5kk3c2f6j6gfvp0n53"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pagesel/" "source/latex/pagesel/" + "tex/latex/pagesel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x4nb53d5gm0vrhiinaqf6ai63bgjpbw0b5kk3c2f6j6gfvp0n53")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pagesel") @@ -66003,12 +79167,17 @@ (define-public texlive-titling (package (name "texlive-titling") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/titling/" "source/latex/titling/" - "tex/latex/titling/") - (base32 - "1wp5r6wwrz1nx3wrmc0hxjfapqppcb126l4wmmzh14sfb1py7mz4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/titling/" "source/latex/titling/" + "tex/latex/titling/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wp5r6wwrz1nx3wrmc0hxjfapqppcb126l4wmmzh14sfb1py7mz4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -66027,13 +79196,18 @@ (define-public texlive-ifoddpage (package (name "texlive-ifoddpage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ifoddpage/" - "source/latex/ifoddpage/" - "tex/latex/ifoddpage/") - (base32 - "0mxi28lf97l4zg5kcv524b29n5r167yczrhgy132hql866vkdvyr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ifoddpage/" + "source/latex/ifoddpage/" + "tex/latex/ifoddpage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mxi28lf97l4zg5kcv524b29n5r167yczrhgy132hql866vkdvyr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ydoc)) @@ -66052,12 +79226,17 @@ (define-public texlive-storebox (package (name "texlive-storebox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/storebox/" "source/latex/storebox/" - "tex/latex/storebox/") - (base32 - "1vbjq9aq2kbncq1dn4rk7jspfb6kcxk66h49z0xz1qix5yg94gmx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/storebox/" "source/latex/storebox/" + "tex/latex/storebox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vbjq9aq2kbncq1dn4rk7jspfb6kcxk66h49z0xz1qix5yg94gmx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ydoc)) @@ -66075,13 +79254,18 @@ (define-public texlive-collectbox (package (name "texlive-collectbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/collectbox/" - "source/latex/collectbox/" - "tex/latex/collectbox/") - (base32 - "0mn0hdzjhbmziqqh2k7knfz816lxbjil0zld0n30qi3ila5v3gk6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/collectbox/" + "source/latex/collectbox/" + "tex/latex/collectbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mn0hdzjhbmziqqh2k7knfz816lxbjil0zld0n30qi3ila5v3gk6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ydoc)) @@ -70893,12 +84077,17 @@ (define-public texlive-grfext (package (name "texlive-grfext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/grfext/" "source/latex/grfext/" - "tex/latex/grfext/") - (base32 - "1x35r10mkjg8dzx7aj99y4dwyf69jgs41qwapdx523lbglywmgxp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/grfext/" "source/latex/grfext/" + "tex/latex/grfext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x35r10mkjg8dzx7aj99y4dwyf69jgs41qwapdx523lbglywmgxp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/grfext") @@ -70912,12 +84101,17 @@ (define-public texlive-addliga (package (name "texlive-addliga") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/addliga/" - "tex/lualatex/addliga/") - (base32 - "1gbdbwskba1rf3bmvwms3i3crj3dcqqg69wdzfdyy1a6ml05qpc7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/addliga/" + "tex/lualatex/addliga/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gbdbwskba1rf3bmvwms3i3crj3dcqqg69wdzfdyy1a6ml05qpc7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/addliga") @@ -70932,11 +84126,16 @@ (define-public texlive-adigraph (package (name "texlive-adigraph") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/adigraph/" "tex/latex/adigraph/") - (base32 - "0qzljcd1g0a9mwj0nrqc2xbka9si27a5d9hg3y7kk73n50zsxv5x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/adigraph/" "tex/latex/adigraph/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qzljcd1g0a9mwj0nrqc2xbka9si27a5d9hg3y7kk73n50zsxv5x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/adigraph") @@ -70951,13 +84150,18 @@ (define-public texlive-adjustbox (package (name "texlive-adjustbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/adjustbox/" - "source/latex/adjustbox/" - "tex/latex/adjustbox/") - (base32 - "02iqc3i3n3d16xx8hgfy5s28h26fhnqf1f4kcxap6rssr165jj3h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/adjustbox/" + "source/latex/adjustbox/" + "tex/latex/adjustbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02iqc3i3n3d16xx8hgfy5s28h26fhnqf1f4kcxap6rssr165jj3h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ydoc)) @@ -70980,13 +84184,18 @@ (define-public texlive-aobs-tikz (package (name "texlive-aobs-tikz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/aobs-tikz/" - "source/latex/aobs-tikz/" - "tex/latex/aobs-tikz/") - (base32 - "04p3ghywqb3nr91vh6l39f8z9gbb3r6ca6yvq3nrcsqarxypfqny"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/aobs-tikz/" + "source/latex/aobs-tikz/" + "tex/latex/aobs-tikz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04p3ghywqb3nr91vh6l39f8z9gbb3r6ca6yvq3nrcsqarxypfqny")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/aobs-tikz") @@ -71000,11 +84209,16 @@ (define-public texlive-askmaps (package (name "texlive-askmaps") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/askmaps/" "tex/latex/askmaps/") - (base32 - "0l61gq2i1di9zn6s2nf5sn0pdp3z78rij17sgjywy0xka43znhlk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/askmaps/" "tex/latex/askmaps/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l61gq2i1di9zn6s2nf5sn0pdp3z78rij17sgjywy0xka43znhlk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/askmaps") @@ -71020,12 +84234,17 @@ (define-public texlive-asyfig (package (name "texlive-asyfig") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/asyfig/" "source/latex/asyfig/" - "tex/latex/asyfig/") - (base32 - "0116a920z8hq3v50gmgh3f8diq7307wx0zsh2pmznw7gkvn6rn4k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/asyfig/" "source/latex/asyfig/" + "tex/latex/asyfig/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0116a920z8hq3v50gmgh3f8diq7307wx0zsh2pmznw7gkvn6rn4k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -71045,13 +84264,18 @@ (define-public texlive-asypictureb (package (name "texlive-asypictureb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/asypictureb/" - "source/latex/asypictureb/" - "tex/latex/asypictureb/") - (base32 - "1djlphr3iz0l0x2pf8abd251q78rml6435f6ng7fa553anwgwya9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/asypictureb/" + "source/latex/asypictureb/" + "tex/latex/asypictureb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1djlphr3iz0l0x2pf8abd251q78rml6435f6ng7fa553anwgwya9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/asypictureb") @@ -71070,12 +84294,17 @@ (define-public texlive-auto-pst-pdf-lua (package (name "texlive-auto-pst-pdf-lua") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/auto-pst-pdf-lua/" - "tex/latex/auto-pst-pdf-lua/") - (base32 - "1wkhdg47qjpc0yv47z1jmrmpnq8zic6bqfmay3ry6lvv47f775z1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/auto-pst-pdf-lua/" + "tex/latex/auto-pst-pdf-lua/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wkhdg47qjpc0yv47z1jmrmpnq8zic6bqfmay3ry6lvv47f775z1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-iftex)) @@ -71092,11 +84321,16 @@ (define-public texlive-autoarea (package (name "texlive-autoarea") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/autoarea/" "tex/latex/autoarea/") - (base32 - "09a9wiihb397ljasnkxrqygsi34bd9a5spq8h3njf6awra2x2m6c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/autoarea/" "tex/latex/autoarea/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09a9wiihb397ljasnkxrqygsi34bd9a5spq8h3njf6awra2x2m6c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pictex-autoarea") @@ -71112,11 +84346,16 @@ (define-public texlive-bardiag (package (name "texlive-bardiag") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bardiag/" "tex/latex/bardiag/") - (base32 - "1iy0cr24ki93jlnmzr1fgqa7jqg0zhxds422cz322zwr19936zz9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bardiag/" "tex/latex/bardiag/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1iy0cr24ki93jlnmzr1fgqa7jqg0zhxds422cz322zwr19936zz9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bardiag") @@ -71131,12 +84370,17 @@ (define-public texlive-barracuda (package (name "texlive-barracuda") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/barracuda/" "scripts/barracuda/" - "tex/luatex/barracuda/") - (base32 - "1v318nbbbp2klp0rykzb3skqqw4hhj1hbliigmp3qh34iiq3wqh0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/barracuda/" "scripts/barracuda/" + "tex/luatex/barracuda/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v318nbbbp2klp0rykzb3skqqw4hhj1hbliigmp3qh34iiq3wqh0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/barracuda") @@ -71152,13 +84396,18 @@ (define-public texlive-beamerswitch (package (name "texlive-beamerswitch") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamerswitch/" - "source/latex/beamerswitch/" - "tex/latex/beamerswitch/") - (base32 - "1kz257kv9fdy9fvphd8sx1k0swsynrl6kxqidnh8lp70k8f24ggj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamerswitch/" + "source/latex/beamerswitch/" + "tex/latex/beamerswitch/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kz257kv9fdy9fvphd8sx1k0swsynrl6kxqidnh8lp70k8f24ggj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamerswitch") @@ -71177,12 +84426,17 @@ (define-public texlive-bezierplot (package (name "texlive-bezierplot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/bezierplot/" - "tex/lualatex/bezierplot/") - (base32 - "125gdb9d160g729v3fbsrsrw5abk34jwa4x43yil0mzjls2aq550"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/bezierplot/" + "tex/lualatex/bezierplot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "125gdb9d160g729v3fbsrsrw5abk34jwa4x43yil0mzjls2aq550")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bezierplot") @@ -71201,13 +84455,18 @@ (define-public texlive-binarytree (package (name "texlive-binarytree") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/binarytree/" - "source/latex/binarytree/" - "tex/latex/binarytree/") - (base32 - "1lip6npfggc6p14hhpwn1g52xmyyb5rp34znb437frks4n1bk66s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/binarytree/" + "source/latex/binarytree/" + "tex/latex/binarytree/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lip6npfggc6p14hhpwn1g52xmyyb5rp34znb437frks4n1bk66s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/binarytree") @@ -71225,13 +84484,18 @@ (define-public texlive-blochsphere (package (name "texlive-blochsphere") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/blochsphere/" - "source/latex/blochsphere/" - "tex/latex/blochsphere/") - (base32 - "03gl19r0cc1ajychh6f31bdjqpmmlk0cxg1akxg3h47yrf2np245"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/blochsphere/" + "source/latex/blochsphere/" + "tex/latex/blochsphere/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03gl19r0cc1ajychh6f31bdjqpmmlk0cxg1akxg3h47yrf2np245")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/blochsphere") @@ -71248,11 +84512,16 @@ (define-public texlive-bloques (package (name "texlive-bloques") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bloques/" "tex/latex/bloques/") - (base32 - "10mxqjfljcphg4nifg8xy3s6k49vxvxhs5s805640npc8jgmbf64"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bloques/" "tex/latex/bloques/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10mxqjfljcphg4nifg8xy3s6k49vxvxhs5s805640npc8jgmbf64")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bloques") @@ -71266,12 +84535,17 @@ (define-public texlive-blox (package (name "texlive-blox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/blox/" "source/latex/blox/" - "tex/latex/blox/") - (base32 - "0xkv6rvkbchkwgfam5kiymng0xnc4vja5xb3b5d89rngdr041xwk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/blox/" "source/latex/blox/" + "tex/latex/blox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xkv6rvkbchkwgfam5kiymng0xnc4vja5xb3b5d89rngdr041xwk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -71296,12 +84570,17 @@ (define-public texlive-bodegraph (package (name "texlive-bodegraph") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bodegraph/" - "tex/latex/bodegraph/") - (base32 - "0r89cnn42yyxpvbxfasalwfdmcq0aksdm3cmqy9wfv4qnc48wmcd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bodegraph/" + "tex/latex/bodegraph/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r89cnn42yyxpvbxfasalwfdmcq0aksdm3cmqy9wfv4qnc48wmcd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bodegraph") @@ -71316,12 +84595,17 @@ (define-public texlive-bondgraph (package (name "texlive-bondgraph") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bondgraph/" - "tex/latex/bondgraph/") - (base32 - "165fgkcybazd2jqgcfqc8hh8askl1hdv86d8bz5b1s4aff95hv24"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bondgraph/" + "tex/latex/bondgraph/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "165fgkcybazd2jqgcfqc8hh8askl1hdv86d8bz5b1s4aff95hv24")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bondgraph") @@ -71333,13 +84617,18 @@ (define-public texlive-bondgraphs (package (name "texlive-bondgraphs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bondgraphs/" - "source/latex/bondgraphs/" - "tex/latex/bondgraphs/") - (base32 - "1gisr9f2n3mwf2qaqdj9sjmxscrpa9zrb9jm7v5l96ba8kqqw6hx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bondgraphs/" + "source/latex/bondgraphs/" + "tex/latex/bondgraphs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gisr9f2n3mwf2qaqdj9sjmxscrpa9zrb9jm7v5l96ba8kqqw6hx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bondgraphs") @@ -71355,12 +84644,17 @@ (define-public texlive-braids (package (name "texlive-braids") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/braids/" "source/latex/braids/" - "tex/latex/braids/") - (base32 - "1ld7kzr96bh7gdjllxn888j92p7j1l4b1krlp8dmhy6fq3a2qn22"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/braids/" "source/latex/braids/" + "tex/latex/braids/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ld7kzr96bh7gdjllxn888j92p7j1l4b1krlp8dmhy6fq3a2qn22")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/braids") @@ -71376,11 +84670,16 @@ (define-public texlive-bxeepic (package (name "texlive-bxeepic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bxeepic/" "tex/latex/bxeepic/") - (base32 - "1zxmysbnv4s47qx0yajr9h62x8azjh660811yd4qcv0ih9mcdyy7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bxeepic/" "tex/latex/bxeepic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zxmysbnv4s47qx0yajr9h62x8azjh660811yd4qcv0ih9mcdyy7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxeepic") @@ -71393,13 +84692,18 @@ (define-public texlive-byo-twemojis (package (name "texlive-byo-twemojis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/byo-twemojis/" - "source/latex/byo-twemojis/" - "tex/latex/byo-twemojis/") - (base32 - "0wnl6jcwrkxvzfsq04kabxanraa8zi08fjg4a1b7cqpawiphf8jp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/byo-twemojis/" + "source/latex/byo-twemojis/" + "tex/latex/byo-twemojis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wnl6jcwrkxvzfsq04kabxanraa8zi08fjg4a1b7cqpawiphf8jp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/byo-twemojis") @@ -71415,12 +84719,17 @@ (define-public texlive-byrne (package (name "texlive-byrne") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/byrne/" "metapost/byrne/" - "tex/latex/byrne/") - (base32 - "1h4543pimjsv30phinbhs8070ymqaf43vd2wx1yhjmwsqj4fcjmc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/byrne/" "metapost/byrne/" + "tex/latex/byrne/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1h4543pimjsv30phinbhs8070ymqaf43vd2wx1yhjmwsqj4fcjmc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/byrne") @@ -71439,12 +84748,17 @@ (define-public texlive-cachepic (package (name "texlive-cachepic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cachepic/" "scripts/cachepic/" - "tex/latex/cachepic/") - (base32 - "0kc713pig67igi0h294k692lmm12mx611z3v73awsf5xv14ms3yx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cachepic/" "scripts/cachepic/" + "tex/latex/cachepic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kc713pig67igi0h294k692lmm12mx611z3v73awsf5xv14ms3yx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "cachepic.tlu"))) @@ -71461,11 +84775,16 @@ (define-public texlive-callouts (package (name "texlive-callouts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/callouts/" "tex/latex/callouts/") - (base32 - "1yb2vc1wiffap0dbq0jw40ax9kmk6np269ayij67vcmg0iqnmb11"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/callouts/" "tex/latex/callouts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yb2vc1wiffap0dbq0jw40ax9kmk6np269ayij67vcmg0iqnmb11")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/callouts") @@ -71480,12 +84799,17 @@ (define-public texlive-celtic (package (name "texlive-celtic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/celtic/" "source/latex/celtic/" - "tex/latex/celtic/") - (base32 - "0zqz87y0wx5v50qnzvz6gqsz1z81ikcj4ma8mwgclrfyazpll9d0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/celtic/" "source/latex/celtic/" + "tex/latex/celtic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zqz87y0wx5v50qnzvz6gqsz1z81ikcj4ma8mwgclrfyazpll9d0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/celtic") @@ -71498,12 +84822,17 @@ (define-public texlive-chemfig (package (name "texlive-chemfig") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/chemfig/" - "tex/generic/chemfig/") - (base32 - "01mai7drwm3y4i3yj4fkwqjyzwlr4dvq467lwdzsbj3dl5fxwgpg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/chemfig/" + "tex/generic/chemfig/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01mai7drwm3y4i3yj4fkwqjyzwlr4dvq467lwdzsbj3dl5fxwgpg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chemfig") @@ -71519,12 +84848,17 @@ (define-public texlive-circuit-macros (package (name "texlive-circuit-macros") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/circuit-macros/" - "tex/latex/circuit-macros/") - (base32 - "0f1k951bm18m0y2b6hjmz5x8gsl7sdqa2ky4sdnv4fkwwmh1icw5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/circuit-macros/" + "tex/latex/circuit-macros/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f1k951bm18m0y2b6hjmz5x8gsl7sdqa2ky4sdnv4fkwwmh1icw5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/circuit-macros") @@ -71547,16 +84881,21 @@ (define-public texlive-circuitikz (package (name "texlive-circuitikz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/context/third/circuitikz/" - "doc/generic/circuitikz/" - "doc/latex/circuitikz/" - "tex/context/third/circuitikz/" - "tex/generic/circuitikz/" - "tex/latex/circuitikz/") - (base32 - "1vgsrr94wqab264vkqwdm29k1a18x03rb30jff0p7zgm3gn54z17"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/context/third/circuitikz/" + "doc/generic/circuitikz/" + "doc/latex/circuitikz/" + "tex/context/third/circuitikz/" + "tex/generic/circuitikz/" + "tex/latex/circuitikz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vgsrr94wqab264vkqwdm29k1a18x03rb30jff0p7zgm3gn54z17")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/circuitikz") @@ -71572,12 +84911,17 @@ (define-public texlive-coffeestains (package (name "texlive-coffeestains") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/coffeestains/" - "tex/latex/coffeestains/") - (base32 - "0nc2nmxg378gg16q6gxj68w94fl3nd5lcgk2fq9hp17mg6q27gsc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/coffeestains/" + "tex/latex/coffeestains/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nc2nmxg378gg16q6gxj68w94fl3nd5lcgk2fq9hp17mg6q27gsc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/coffeestains") @@ -71593,13 +84937,18 @@ (define-public texlive-combinedgraphics (package (name "texlive-combinedgraphics") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/combinedgraphics/" - "source/latex/combinedgraphics/" - "tex/latex/combinedgraphics/") - (base32 - "1jb0bc5s8kn5aplgmry94laj92c2h16xv77km6fz0pcd4wvpng6i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/combinedgraphics/" + "source/latex/combinedgraphics/" + "tex/latex/combinedgraphics/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jb0bc5s8kn5aplgmry94laj92c2h16xv77km6fz0pcd4wvpng6i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/combinedgraphics") @@ -71619,12 +84968,17 @@ (define-public texlive-curve (package (name "texlive-curve") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/curve/" "source/latex/curve/" - "tex/latex/curve/") - (base32 - "0780i6zr24v30ixn6zcalqr2pdp5jkxk8ksfw090aaq03wpxmggg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/curve/" "source/latex/curve/" + "tex/latex/curve/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0780i6zr24v30ixn6zcalqr2pdp5jkxk8ksfw090aaq03wpxmggg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -71646,12 +85000,17 @@ (define-public texlive-curve2e (package (name "texlive-curve2e") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/curve2e/" "source/latex/curve2e/" - "tex/latex/curve2e/") - (base32 - "0fa2xp3yh1bv8ivxf48ywiwi9wjgq0bnvnyc2rcy73wczwilsyk4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/curve2e/" "source/latex/curve2e/" + "tex/latex/curve2e/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fa2xp3yh1bv8ivxf48ywiwi9wjgq0bnvnyc2rcy73wczwilsyk4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/curve2e") @@ -71669,12 +85028,17 @@ (define-public texlive-curves (package (name "texlive-curves") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/curves/" "source/latex/curves/" - "tex/latex/curves/") - (base32 - "1diwxq6maizcnmwr6shnl044cvhnd7c2f55avgsyap6ds5wv86wn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/curves/" "source/latex/curves/" + "tex/latex/curves/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1diwxq6maizcnmwr6shnl044cvhnd7c2f55avgsyap6ds5wv86wn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/curves") @@ -71691,11 +85055,16 @@ (define-public texlive-dcpic (package (name "texlive-dcpic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/dcpic/" "tex/generic/dcpic/") - (base32 - "1s4292g12r2vrnsdj4qsa9jgj9ndgdg7h27n2ig3mf305h5h5hfr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/dcpic/" "tex/generic/dcpic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s4292g12r2vrnsdj4qsa9jgj9ndgdg7h27n2ig3mf305h5h5hfr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dcpic") @@ -71712,11 +85081,16 @@ (define-public texlive-diagmac2 (package (name "texlive-diagmac2") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/diagmac2/" "tex/latex/diagmac2/") - (base32 - "002p9qmrbbkqc72iippnjhxmb7yybx06xr6bs76hg04pzvh5a49f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/diagmac2/" "tex/latex/diagmac2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "002p9qmrbbkqc72iippnjhxmb7yybx06xr6bs76hg04pzvh5a49f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/diagmac2") @@ -71730,11 +85104,16 @@ (define-public texlive-ditaa (package (name "texlive-ditaa") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ditaa/" "tex/latex/ditaa/") - (base32 - "1dk915p169hnpy9888kpslawhkmlipbkdrsnk1pajypcl7jyrniw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ditaa/" "tex/latex/ditaa/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dk915p169hnpy9888kpslawhkmlipbkdrsnk1pajypcl7jyrniw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ditaa") @@ -71748,11 +85127,16 @@ (define-public texlive-doc-pictex (package (name "texlive-doc-pictex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/doc-pictex/") - (base32 - "0fdvqhkgi5j33rx0r4fifj69f4smn5w0n99vx90a3fw15qzxsg5y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/doc-pictex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fdvqhkgi5j33rx0r4fifj69f4smn5w0n99vx90a3fw15qzxsg5y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/doc-pictex") @@ -71768,11 +85152,16 @@ (define-public texlive-dot2texi (package (name "texlive-dot2texi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dot2texi/" "tex/latex/dot2texi/") - (base32 - "1m8774ds3hsky4nk0krj4a582fyznrxdfbfma5z8hp083nrlm469"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dot2texi/" "tex/latex/dot2texi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m8774ds3hsky4nk0krj4a582fyznrxdfbfma5z8hp083nrlm469")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dot2texi") @@ -71789,12 +85178,17 @@ (define-public texlive-dottex (package (name "texlive-dottex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dottex/" "source/latex/dottex/" - "tex/latex/dottex/") - (base32 - "0lk3ylbbgq2glni6qp6spmn8mr2qv4q1b06raadsb7hh75p1r218"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dottex/" "source/latex/dottex/" + "tex/latex/dottex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lk3ylbbgq2glni6qp6spmn8mr2qv4q1b06raadsb7hh75p1r218")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dottex") @@ -71809,12 +85203,17 @@ (define-public texlive-doulossil (package (name "texlive-doulossil") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/doulossil/" - "fonts/truetype/public/doulossil/") - (base32 - "0frhwpm7xzhhz83wpmlrwgz3c3bpvhm8pa0b6vkdgm8qj799irrb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/doulossil/" + "fonts/truetype/public/doulossil/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0frhwpm7xzhhz83wpmlrwgz3c3bpvhm8pa0b6vkdgm8qj799irrb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/doulossil") @@ -71827,12 +85226,17 @@ (define-public texlive-dpcircling (package (name "texlive-dpcircling") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dpcircling/" - "tex/latex/dpcircling/") - (base32 - "0wpskh9rixgjvn4h5kand9ggiqa2mqca5fc0l565pxq8a9sq2bm0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dpcircling/" + "tex/latex/dpcircling/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wpskh9rixgjvn4h5kand9ggiqa2mqca5fc0l565pxq8a9sq2bm0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dpcircling") @@ -71850,11 +85254,16 @@ (define-public texlive-dratex (package (name "texlive-dratex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/dratex/" "tex/generic/dratex/") - (base32 - "02qpchj2ws1d9d80284k7akzafbgdm358qxd41ms21rszyzdj11c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/dratex/" "tex/generic/dratex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02qpchj2ws1d9d80284k7akzafbgdm358qxd41ms21rszyzdj11c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dratex") @@ -71868,11 +85277,16 @@ (define-public texlive-drs (package (name "texlive-drs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/drs/" "tex/latex/drs/") - (base32 - "0vvwbn1qxxh42v1jjvk3nra79zv0lz0fyrj5c6q8yjppn2rj10h0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/drs/" "tex/latex/drs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vvwbn1qxxh42v1jjvk3nra79zv0lz0fyrj5c6q8yjppn2rj10h0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/drs") @@ -71890,12 +85304,17 @@ (define-public texlive-duotenzor (package (name "texlive-duotenzor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/duotenzor/" - "tex/latex/duotenzor/") - (base32 - "1l99ah5p2cp1qikk3jrbn1xrs6fz23c9h7wqc228jnrkmni7kn98"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/duotenzor/" + "tex/latex/duotenzor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l99ah5p2cp1qikk3jrbn1xrs6fz23c9h7wqc228jnrkmni7kn98")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/duotenzor") @@ -71910,12 +85329,17 @@ (define-public texlive-dynkin-diagrams (package (name "texlive-dynkin-diagrams") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dynkin-diagrams/" - "tex/latex/dynkin-diagrams/") - (base32 - "0s2bf8l51ngpf9bg8vx8s4xa0dmdxj02h0hcyf23kh58xpxvmylh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dynkin-diagrams/" + "tex/latex/dynkin-diagrams/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s2bf8l51ngpf9bg8vx8s4xa0dmdxj02h0hcyf23kh58xpxvmylh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dynkin-diagrams") @@ -71929,12 +85353,17 @@ (define-public texlive-ecgdraw (package (name "texlive-ecgdraw") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ecgdraw/" "source/latex/ecgdraw/" - "tex/latex/ecgdraw/") - (base32 - "16kbmf9fckms0vhi41h2p6k8znv6plzwn4f2j374zmpqphq1m3il"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ecgdraw/" "source/latex/ecgdraw/" + "tex/latex/ecgdraw/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16kbmf9fckms0vhi41h2p6k8znv6plzwn4f2j374zmpqphq1m3il")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -71956,12 +85385,17 @@ (define-public texlive-ellipse (package (name "texlive-ellipse") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ellipse/" "source/latex/ellipse/" - "tex/latex/ellipse/") - (base32 - "0biya15r55hr41vnqsviqqsqlb7p47i2n814dahfs0r65vlfnz23"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ellipse/" "source/latex/ellipse/" + "tex/latex/ellipse/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0biya15r55hr41vnqsviqqsqlb7p47i2n814dahfs0r65vlfnz23")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ellipse") @@ -71976,13 +85410,18 @@ (define-public texlive-elocalloc (package (name "texlive-elocalloc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/elocalloc/" - "source/latex/elocalloc/" - "tex/latex/elocalloc/") - (base32 - "121hpnka88y6laayjbhgiphbqn8qv42024bjda21qcc076s4b632"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/elocalloc/" + "source/latex/elocalloc/" + "tex/latex/elocalloc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "121hpnka88y6laayjbhgiphbqn8qv42024bjda21qcc076s4b632")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/elocalloc") @@ -71997,12 +85436,17 @@ (define-public texlive-endofproofwd (package (name "texlive-endofproofwd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/endofproofwd/" - "tex/latex/endofproofwd/common/") - (base32 - "0lgygqfzklf3l0pijas4g1489p3k5hwb0nwijz7fmva6c7sn124i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/endofproofwd/" + "tex/latex/endofproofwd/common/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lgygqfzklf3l0pijas4g1489p3k5hwb0nwijz7fmva6c7sn124i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/endofproofwd") @@ -72016,12 +85460,17 @@ (define-public texlive-epspdfconversion (package (name "texlive-epspdfconversion") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/epspdfconversion/" - "tex/latex/epspdfconversion/") - (base32 - "1czh9ppkgk9lxw4imagnwm4b88vylr4vwhzb1k63ik749h047kg2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/epspdfconversion/" + "tex/latex/epspdfconversion/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1czh9ppkgk9lxw4imagnwm4b88vylr4vwhzb1k63ik749h047kg2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/epspdfconversion") @@ -72036,12 +85485,17 @@ (define-public texlive-esk (package (name "texlive-esk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/esk/" "source/latex/esk/" - "tex/latex/esk/") - (base32 - "0hx58ajinbfc6axd4xbj395vyhr7mj247fvlzfjx71hcg9jnwkp4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/esk/" "source/latex/esk/" + "tex/latex/esk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hx58ajinbfc6axd4xbj395vyhr7mj247fvlzfjx71hcg9jnwkp4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/esk") @@ -72060,12 +85514,17 @@ (define-public texlive-euflag (package (name "texlive-euflag") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/euflag/" "source/latex/euflag/" - "tex/latex/euflag/") - (base32 - "0dhbz79grhdls4cl7idk0hvr6vddniwgn1h21f5bvxqcv1xj0d8v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/euflag/" "source/latex/euflag/" + "tex/latex/euflag/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dhbz79grhdls4cl7idk0hvr6vddniwgn1h21f5bvxqcv1xj0d8v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/euflag") @@ -72081,12 +85540,17 @@ (define-public texlive-fast-diagram (package (name "texlive-fast-diagram") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fast-diagram/" - "tex/latex/fast-diagram/") - (base32 - "03ygmgh6gnlkn7dwnwyifv946ja6yswm3gdgv7ad39h5s0ay99hy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fast-diagram/" + "tex/latex/fast-diagram/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03ygmgh6gnlkn7dwnwyifv946ja6yswm3gdgv7ad39h5s0ay99hy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fast-diagram") @@ -72101,12 +85565,17 @@ (define-public texlive-fig4latex (package (name "texlive-fig4latex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/fig4latex/" - "scripts/fig4latex/") - (base32 - "0z4dnd369q1ynpb3xd4pwyhmysn78zx8izq7va1s5kpwdr2hdj99"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/fig4latex/" + "scripts/fig4latex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z4dnd369q1ynpb3xd4pwyhmysn78zx8izq7va1s5kpwdr2hdj99")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -72125,11 +85594,16 @@ (define-public texlive-figchild (package (name "texlive-figchild") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/figchild/" "tex/latex/figchild/") - (base32 - "1q02q8cpkjwjqlykjq64vm65shqm6bn281j2jsv7qnay19lqmd3n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/figchild/" "tex/latex/figchild/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q02q8cpkjwjqlykjq64vm65shqm6bn281j2jsv7qnay19lqmd3n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/figchild") @@ -72147,11 +85621,16 @@ (define-public texlive-figput (package (name "texlive-figput") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/figput/" "tex/latex/figput/") - (base32 - "0ckwbrsl5075902pmmjp1r3n31pdpbqvydh69vq6mkfwk3ipp4gj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/figput/" "tex/latex/figput/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ckwbrsl5075902pmmjp1r3n31pdpbqvydh69vq6mkfwk3ipp4gj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/figput") @@ -72167,12 +85646,17 @@ (define-public texlive-fitbox (package (name "texlive-fitbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fitbox/" "source/latex/fitbox/" - "tex/latex/fitbox/") - (base32 - "0li1nvwv8ifw1dkfsqgnhapkagndibs75lp03byxnwrmc99r7a2y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fitbox/" "source/latex/fitbox/" + "tex/latex/fitbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0li1nvwv8ifw1dkfsqgnhapkagndibs75lp03byxnwrmc99r7a2y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fitbox") @@ -72188,13 +85672,18 @@ (define-public texlive-flowchart (package (name "texlive-flowchart") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/flowchart/" - "source/latex/flowchart/" - "tex/latex/flowchart/") - (base32 - "1r0n7wr7ljhlvyhmm7f85h1c5imj9iqy7afv4mjy1ychcaws233w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/flowchart/" + "source/latex/flowchart/" + "tex/latex/flowchart/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r0n7wr7ljhlvyhmm7f85h1c5imj9iqy7afv4mjy1ychcaws233w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/flowchart") @@ -72209,12 +85698,17 @@ (define-public texlive-forest (package (name "texlive-forest") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/forest/" "makeindex/forest/" - "source/latex/forest/" "tex/latex/forest/") - (base32 - "00zyxfi59kglnby7l24l1bz08afv7r9qc1wifcxrb6s5xygj42zs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/forest/" "makeindex/forest/" + "source/latex/forest/" "tex/latex/forest/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00zyxfi59kglnby7l24l1bz08afv7r9qc1wifcxrb6s5xygj42zs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -72242,11 +85736,16 @@ (define-public texlive-gates (package (name "texlive-gates") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/gates/" "tex/generic/gates/") - (base32 - "0brcms8qbnsyiqnnqxyzqp12z1xpvfzb5hgh6kqm28904lr84i4g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/gates/" "tex/generic/gates/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0brcms8qbnsyiqnnqxyzqp12z1xpvfzb5hgh6kqm28904lr84i4g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gates") @@ -72270,12 +85769,17 @@ (define-public texlive-genealogytree (package (name "texlive-genealogytree") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/genealogytree/" - "tex/latex/genealogytree/") - (base32 - "10h12qgjrh37ax1grpkyas5blf3s4g6bfp6g5d9x7y1ddfpxjmix"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/genealogytree/" + "tex/latex/genealogytree/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10h12qgjrh37ax1grpkyas5blf3s4g6bfp6g5d9x7y1ddfpxjmix")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/genealogytree") @@ -72294,12 +85798,17 @@ (define-public texlive-getmap (package (name "texlive-getmap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/getmap/" "scripts/getmap/" - "tex/latex/getmap/") - (base32 - "12pip7a1pibjlbllkrbz0fss0i5zdd8x1pbvzzbwn6rb3ragqwl9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/getmap/" "scripts/getmap/" + "tex/latex/getmap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12pip7a1pibjlbllkrbz0fss0i5zdd8x1pbvzzbwn6rb3ragqwl9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -72318,13 +85827,18 @@ (define-public texlive-gnuplottex (package (name "texlive-gnuplottex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gnuplottex/" - "source/latex/gnuplottex/" - "tex/latex/gnuplottex/") - (base32 - "1c99xc24bqp0j1xy31ayna4xmdsyshs9fjarb8cmn4m3ffwvlrmw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gnuplottex/" + "source/latex/gnuplottex/" + "tex/latex/gnuplottex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c99xc24bqp0j1xy31ayna4xmdsyshs9fjarb8cmn4m3ffwvlrmw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gnuplottex") @@ -72343,13 +85857,18 @@ (define-public texlive-gradientframe (package (name "texlive-gradientframe") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gradientframe/" - "source/latex/gradientframe/" - "tex/latex/gradientframe/") - (base32 - "0qy3ri6fdgzdslaaa7gakswvpc299xyarm8ng4cs8w64q14675r1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gradientframe/" + "source/latex/gradientframe/" + "tex/latex/gradientframe/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qy3ri6fdgzdslaaa7gakswvpc299xyarm8ng4cs8w64q14675r1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -72371,11 +85890,16 @@ (define-public texlive-grafcet (package (name "texlive-grafcet") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/grafcet/" "tex/latex/grafcet/") - (base32 - "1swrap90i4l3a6azvy40b991zkqvyfw2z3mk6cq727yplmr1hkwk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/grafcet/" "tex/latex/grafcet/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1swrap90i4l3a6azvy40b991zkqvyfw2z3mk6cq727yplmr1hkwk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/grafcet") @@ -72390,12 +85914,17 @@ (define-public texlive-graph35 (package (name "texlive-graph35") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/graph35/" "source/latex/graph35/" - "tex/latex/graph35/") - (base32 - "0012mfpl8cxqm0grmgazixqbgicfgzr4z891zgjw60xy6df8qhwb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/graph35/" "source/latex/graph35/" + "tex/latex/graph35/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0012mfpl8cxqm0grmgazixqbgicfgzr4z891zgjw60xy6df8qhwb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/graph35") @@ -72410,12 +85939,17 @@ (define-public texlive-graphicxpsd (package (name "texlive-graphicxpsd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/graphicxpsd/" - "tex/latex/graphicxpsd/") - (base32 - "04fll1h90rl75bqbkhjp2yp8bragfkv5rj2kwrbbi6p7zq9nfrpn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/graphicxpsd/" + "tex/latex/graphicxpsd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04fll1h90rl75bqbkhjp2yp8bragfkv5rj2kwrbbi6p7zq9nfrpn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/graphicxpsd") @@ -72430,13 +85964,18 @@ (define-public texlive-graphviz (package (name "texlive-graphviz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/graphviz/" - "source/latex/graphviz/" - "tex/latex/graphviz/") - (base32 - "0abg1cmzr449gd5pbg3ppgf35xixjyszy3jxnrg37kqly7c26l6s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/graphviz/" + "source/latex/graphviz/" + "tex/latex/graphviz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0abg1cmzr449gd5pbg3ppgf35xixjyszy3jxnrg37kqly7c26l6s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/graphviz") @@ -72449,13 +85988,18 @@ (define-public texlive-gtrlib-largetrees (package (name "texlive-gtrlib-largetrees") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gtrlib-largetrees/" - "source/latex/gtrlib-largetrees/" - "tex/latex/gtrlib-largetrees/") - (base32 - "0yfc18v919brdj6psah8q9hsjpqs8zalnz3ridrhgir98x0l8wq9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gtrlib-largetrees/" + "source/latex/gtrlib-largetrees/" + "tex/latex/gtrlib-largetrees/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yfc18v919brdj6psah8q9hsjpqs8zalnz3ridrhgir98x0l8wq9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gtrlib-largetrees") @@ -72470,12 +86014,17 @@ (define-public texlive-harveyballs (package (name "texlive-harveyballs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/harveyballs/" - "tex/latex/harveyballs/") - (base32 - "15zng922zyc0jiq8yrdgl3gwj1gvdqk71zc1bcc8gl08j4y0cxgi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/harveyballs/" + "tex/latex/harveyballs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15zng922zyc0jiq8yrdgl3gwj1gvdqk71zc1bcc8gl08j4y0cxgi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/harveyballs") @@ -72489,11 +86038,16 @@ (define-public texlive-here (package (name "texlive-here") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/here/" "tex/latex/here/") - (base32 - "0pmjh9xvwmv6cf775lzfagf9wziwrgx6fri4jjhl4mzkxmxhsnpp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/here/" "tex/latex/here/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pmjh9xvwmv6cf775lzfagf9wziwrgx6fri4jjhl4mzkxmxhsnpp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/here") @@ -72511,12 +86065,17 @@ (define-public texlive-hf-tikz (package (name "texlive-hf-tikz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hf-tikz/" "source/latex/hf-tikz/" - "tex/latex/hf-tikz/") - (base32 - "02zkax3k50rb080yn5bwy12680y0mdzddv9an3wgsycl9ycxrmi8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hf-tikz/" "source/latex/hf-tikz/" + "tex/latex/hf-tikz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02zkax3k50rb080yn5bwy12680y0mdzddv9an3wgsycl9ycxrmi8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hf-tikz") @@ -72530,12 +86089,17 @@ (define-public texlive-hobby (package (name "texlive-hobby") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hobby/" "source/latex/hobby/" - "tex/latex/hobby/") - (base32 - "1y0np4xpra136y2rqlwsifas33avfrv1psr8nxa92m7vmpd7l7fg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hobby/" "source/latex/hobby/" + "tex/latex/hobby/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1y0np4xpra136y2rqlwsifas33avfrv1psr8nxa92m7vmpd7l7fg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hobby") @@ -72550,11 +86114,16 @@ (define-public texlive-hvfloat (package (name "texlive-hvfloat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hvfloat/" "tex/latex/hvfloat/") - (base32 - "0qfmgxn77vzb9jv3njfpzbqrs2c31z6kl89nwmr3la4kphb7y91w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hvfloat/" "tex/latex/hvfloat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qfmgxn77vzb9jv3njfpzbqrs2c31z6kl89nwmr3la4kphb7y91w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hvfloat") @@ -72569,13 +86138,18 @@ (define-public texlive-inlinedef (package (name "texlive-inlinedef") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/inlinedef/" - "source/latex/inlinedef/" - "tex/latex/inlinedef/") - (base32 - "0ys2pb8dmgg41nwh9r9qhmxlfw5wxrfwryvdx1ppab4ndi138baw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/inlinedef/" + "source/latex/inlinedef/" + "tex/latex/inlinedef/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ys2pb8dmgg41nwh9r9qhmxlfw5wxrfwryvdx1ppab4ndi138baw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/inlinedef") @@ -72597,11 +86171,16 @@ (define-public texlive-istgame (package (name "texlive-istgame") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/istgame/" "tex/latex/istgame/") - (base32 - "00hpr45s31bhvhhzmgm49knjb8jb3v53gd0w87rlx9ghll38lg0m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/istgame/" "tex/latex/istgame/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00hpr45s31bhvhhzmgm49knjb8jb3v53gd0w87rlx9ghll38lg0m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/istgame") @@ -72619,11 +86198,16 @@ (define-public texlive-kblocks (package (name "texlive-kblocks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/kblocks/" "tex/latex/kblocks/") - (base32 - "0x85k295bxn4b3i083qmfvjvz2nqrh1r4r6njn491lgsfymyc0pq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/kblocks/" "tex/latex/kblocks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0x85k295bxn4b3i083qmfvjvz2nqrh1r4r6njn491lgsfymyc0pq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kblocks") @@ -72639,12 +86223,17 @@ (define-public texlive-kinematikz (package (name "texlive-kinematikz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/kinematikz/" - "tex/latex/kinematikz/") - (base32 - "0cg1s59xq8dkfzhnf9mh2lgyrwnlwgpqf1wjwqqnscvds85s52l2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/kinematikz/" + "tex/latex/kinematikz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cg1s59xq8dkfzhnf9mh2lgyrwnlwgpqf1wjwqqnscvds85s52l2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kinematikz") @@ -72663,18 +86252,23 @@ (define-public texlive-knitting (package (name "texlive-knitting") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/knitting/" - "fonts/afm/public/knitting/" - "fonts/map/dvips/knitting/" - "fonts/source/public/knitting/" - "fonts/tfm/public/knitting/" - "fonts/type1/public/knitting/" - "tex/latex/knitting/" - "tex/plain/knitting/") - (base32 - "106p9wx4zdkz609kxsyk4zjdb0zvhnwihlnrqd1wh2p5ij7mv7vx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/knitting/" + "fonts/afm/public/knitting/" + "fonts/map/dvips/knitting/" + "fonts/source/public/knitting/" + "fonts/tfm/public/knitting/" + "fonts/type1/public/knitting/" + "tex/latex/knitting/" + "tex/plain/knitting/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "106p9wx4zdkz609kxsyk4zjdb0zvhnwihlnrqd1wh2p5ij7mv7vx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -72691,12 +86285,17 @@ (define-public texlive-knittingpattern (package (name "texlive-knittingpattern") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/knittingpattern/" - "tex/latex/knittingpattern/") - (base32 - "0q52213yj08bhhgwr622ss3gwhx3l1yvgv0a2g3arhp3a8iq2g9a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/knittingpattern/" + "tex/latex/knittingpattern/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q52213yj08bhhgwr622ss3gwhx3l1yvgv0a2g3arhp3a8iq2g9a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/knittingpattern") @@ -72712,11 +86311,16 @@ (define-public texlive-ladder (package (name "texlive-ladder") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ladder/" "tex/latex/ladder/") - (base32 - "0wm0c75g6k8pb9kqdbw7rmbhs9sjdq8pn01nsaxfv2zqxnbc1znz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ladder/" "tex/latex/ladder/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wm0c75g6k8pb9kqdbw7rmbhs9sjdq8pn01nsaxfv2zqxnbc1znz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ladder") @@ -72730,12 +86334,17 @@ (define-public texlive-qrcode (package (name "texlive-qrcode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/qrcode/" "source/latex/qrcode/" - "tex/latex/qrcode/") - (base32 - "197v18lsvb90i07gxvc6mrmn1z63q8v0wvcnbk8dnn3hhabpn16y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/qrcode/" "source/latex/qrcode/" + "tex/latex/qrcode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "197v18lsvb90i07gxvc6mrmn1z63q8v0wvcnbk8dnn3hhabpn16y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/qrcode") @@ -72749,11 +86358,16 @@ (define-public texlive-tcolorbox (package (name "texlive-tcolorbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tcolorbox/" "tex/latex/tcolorbox/") - (base32 - "1vygwa4y9mc7qgwf5awi0aa5c5kakbdcsl5kry0ldr1lkaxs1j8w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tcolorbox/" "tex/latex/tcolorbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vygwa4y9mc7qgwf5awi0aa5c5kakbdcsl5kry0ldr1lkaxs1j8w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tcolorbox") @@ -72771,12 +86385,17 @@ (define-public texlive-ebproof (package (name "texlive-ebproof") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ebproof/" "source/latex/ebproof/" - "tex/latex/ebproof/") - (base32 - "1a3203jgxsgihfgb6wwm0gfpaxbf1lg5axcakan9rj316xrrj4lc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ebproof/" "source/latex/ebproof/" + "tex/latex/ebproof/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a3203jgxsgihfgb6wwm0gfpaxbf1lg5axcakan9rj316xrrj4lc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ebproof") @@ -72795,12 +86414,17 @@ (define-public texlive-bussproofs (package (name "texlive-bussproofs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bussproofs/" - "tex/latex/bussproofs/") - (base32 - "1gb8y9g89fqw1kix4d2vb7mj440vlb8hnpsa3jqpk9yicndwcyk6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bussproofs/" + "tex/latex/bussproofs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gb8y9g89fqw1kix4d2vb7mj440vlb8hnpsa3jqpk9yicndwcyk6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bussproofs") @@ -72816,12 +86440,17 @@ (define-public texlive-euenc (package (name "texlive-euenc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/euenc/" "source/latex/euenc/" - "tex/latex/euenc/") - (base32 - "0vhqxhj1v68rhi08xivps8icxmlcq9mv8slqmsmf2qhvzj6x6qx3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/euenc/" "source/latex/euenc/" + "tex/latex/euenc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vhqxhj1v68rhi08xivps8icxmlcq9mv8slqmsmf2qhvzj6x6qx3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -72845,12 +86474,17 @@ (define-public texlive-euro (package (name "texlive-euro") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/euro/" "source/latex/euro/" - "tex/latex/euro/") - (base32 - "1bmswsw4clzrrgxmk473ghsdbnw6zwa2rgbjs32i1i5c37026yfi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/euro/" "source/latex/euro/" + "tex/latex/euro/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bmswsw4clzrrgxmk473ghsdbnw6zwa2rgbjs32i1i5c37026yfi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/euro") @@ -72866,13 +86500,18 @@ (define-public texlive-euro-ce (package (name "texlive-euro-ce") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/euro-ce/" - "fonts/source/public/euro-ce/" - "fonts/tfm/public/euro-ce/") - (base32 - "0vyh6ln2wdn42g5r1rg0gqf6q39ny7ldv2b6ikw8b029bdg5079p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/euro-ce/" + "fonts/source/public/euro-ce/" + "fonts/tfm/public/euro-ce/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vyh6ln2wdn42g5r1rg0gqf6q39ny7ldv2b6ikw8b029bdg5079p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -72887,16 +86526,21 @@ (define-public texlive-eurosym (package (name "texlive-eurosym") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/eurosym/" - "fonts/map/dvips/eurosym/" - "fonts/source/public/eurosym/" - "fonts/tfm/public/eurosym/" - "fonts/type1/public/eurosym/" - "tex/latex/eurosym/") - (base32 - "0ml24rxbl1yir4s3fjjxm0z7axklc3p33syg41b76zc7hck9mk8s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/eurosym/" + "fonts/map/dvips/eurosym/" + "fonts/source/public/eurosym/" + "fonts/tfm/public/eurosym/" + "fonts/type1/public/eurosym/" + "tex/latex/eurosym/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ml24rxbl1yir4s3fjjxm0z7axklc3p33syg41b76zc7hck9mk8s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-cm texlive-metafont)) @@ -72914,12 +86558,17 @@ (define-public texlive-kanaparser (package (name "texlive-kanaparser") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/kanaparser/" - "tex/luatex/kanaparser/") - (base32 - "0bcvxkdb2y60w7c0swi3f8yncli0yswalrdzxjv7h0xp21c202hp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/kanaparser/" + "tex/luatex/kanaparser/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bcvxkdb2y60w7c0swi3f8yncli0yswalrdzxjv7h0xp21c202hp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kanaparser") @@ -72938,13 +86587,18 @@ (define-public texlive-kastrup (package (name "texlive-kastrup") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/kastrup/" - "source/generic/kastrup/" - "tex/generic/kastrup/") - (base32 - "0sbf4xw1jsh9pbjhqw3f0bg067f0rhf936wfnqpzj9kp2167n41j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/kastrup/" + "source/generic/kastrup/" + "tex/generic/kastrup/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sbf4xw1jsh9pbjhqw3f0bg067f0rhf936wfnqpzj9kp2167n41j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/binhex") @@ -72961,11 +86615,16 @@ (define-public texlive-translation-arsclassica-de (package (name "texlive-translation-arsclassica-de") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/translation-arsclassica-de/") - (base32 - "1ix5lafy3ay2bc9zkkbqw2rrw6ng3izb8d9p6rki6h2j7n0qj47s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/translation-arsclassica-de/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ix5lafy3ay2bc9zkkbqw2rrw6ng3izb8d9p6rki6h2j7n0qj47s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/translation-arsclassica-de") @@ -72978,11 +86637,16 @@ (define-public texlive-translation-biblatex-de (package (name "texlive-translation-biblatex-de") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/translation-biblatex-de/") - (base32 - "1ygbz7prjg6pdiqm7lknnk8a9ar05xvpdam38piivif3d3yk5bg1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/translation-biblatex-de/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ygbz7prjg6pdiqm7lknnk8a9ar05xvpdam38piivif3d3yk5bg1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/translation-biblatex-de") @@ -72996,11 +86660,16 @@ (define-public texlive-translation-chemsym-de (package (name "texlive-translation-chemsym-de") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/translation-chemsym-de/") - (base32 - "01liazqafs3lh9ppipw6i6sljcjzr31nq70r83qgknqmb9j0yfl0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/translation-chemsym-de/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01liazqafs3lh9ppipw6i6sljcjzr31nq70r83qgknqmb9j0yfl0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/translation-chemsym-de") @@ -73013,11 +86682,16 @@ (define-public texlive-translation-ecv-de (package (name "texlive-translation-ecv-de") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/translation-ecv-de/") - (base32 - "06b4vhsgdphi6kdh5x4a2kl74b64z3y5qzxcpkn0hj40038z1av7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/translation-ecv-de/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06b4vhsgdphi6kdh5x4a2kl74b64z3y5qzxcpkn0hj40038z1av7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/translation-ecv-de") @@ -73029,11 +86703,16 @@ (define-public texlive-translation-enumitem-de (package (name "texlive-translation-enumitem-de") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/translation-enumitem-de/") - (base32 - "121raikamd33gabvbgwygrc8hyi3qhvx4hhv4h8wq2chrglj37dq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/translation-enumitem-de/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "121raikamd33gabvbgwygrc8hyi3qhvx4hhv4h8wq2chrglj37dq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/translation-enumitem-de") @@ -73046,11 +86725,16 @@ (define-public texlive-translation-europecv-de (package (name "texlive-translation-europecv-de") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/translation-europecv-de/") - (base32 - "0n3x8g6k3qq3f4drkhzygz4khxyw6isgxmz963xqp91s0y667gws"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/translation-europecv-de/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0n3x8g6k3qq3f4drkhzygz4khxyw6isgxmz963xqp91s0y667gws")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/translation-europecv-de") @@ -73063,11 +86747,16 @@ (define-public texlive-translation-filecontents-de (package (name "texlive-translation-filecontents-de") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/translation-filecontents-de/") - (base32 - "0d2ds8kc98yd1can0gzcngm7gsn2gwhriaxnnds5kz3z3al71gkc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/translation-filecontents-de/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d2ds8kc98yd1can0gzcngm7gsn2gwhriaxnnds5kz3z3al71gkc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/translation-filecontents-de") @@ -73080,11 +86769,16 @@ (define-public texlive-translation-moreverb-de (package (name "texlive-translation-moreverb-de") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/translation-moreverb-de/") - (base32 - "1jbpmvcm9q73kh09mhrbsb2wlycwwm4n8il342hz4jd15gwhmy8f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/translation-moreverb-de/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jbpmvcm9q73kh09mhrbsb2wlycwwm4n8il342hz4jd15gwhmy8f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/translation-moreverb-de") @@ -73097,12 +86791,17 @@ (define-public texlive-translations (package (name "texlive-translations") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/translations/" - "tex/latex/translations/") - (base32 - "16jcpb6afjqcqb8hn47dip2w7l9hg7q1vspg791sp1r1dsn81yf4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/translations/" + "tex/latex/translations/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16jcpb6afjqcqb8hn47dip2w7l9hg7q1vspg791sp1r1dsn81yf4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/translations") @@ -73125,12 +86824,17 @@ (define-public texlive-translator (package (name "texlive-translator") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/translator/" - "tex/latex/translator/") - (base32 - "0vmg4w5spl98y9r4h6p89xa43xxfqmv5qlc3sf7kjkyp58px8axs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/translator/" + "tex/latex/translator/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vmg4w5spl98y9r4h6p89xa43xxfqmv5qlc3sf7kjkyp58px8axs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/translator") @@ -73148,11 +86852,16 @@ (define-public texlive-texapi (package (name "texlive-texapi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/texapi/" "tex/generic/texapi/") - (base32 - "0ivg2a2pgl6bmb2242cjjcz7n9cs514dp1r8c89mva2zlm9l323j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/texapi/" "tex/generic/texapi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ivg2a2pgl6bmb2242cjjcz7n9cs514dp1r8c89mva2zlm9l323j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texapi") @@ -73169,12 +86878,17 @@ (define-public texlive-textpos (package (name "texlive-textpos") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/textpos/" "source/latex/textpos/" - "tex/latex/textpos/") - (base32 - "0spxbk9w69kcmgib33nq2x7ls8566fg214rcmkb126yyn7jqg567"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/textpos/" "source/latex/textpos/" + "tex/latex/textpos/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0spxbk9w69kcmgib33nq2x7ls8566fg214rcmkb126yyn7jqg567")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/textpos") @@ -73192,14 +86906,19 @@ (define-public texlive-udesoftec (package (name "texlive-udesoftec") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/udesoftec/" - "doc/latex/udesoftec/" - "source/latex/udesoftec/" - "tex/latex/udesoftec/") - (base32 - "02ja6n570hc1521anr12lkgc5xrcfg97lxca2pylwgi5bfkbsr0b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/udesoftec/" + "doc/latex/udesoftec/" + "source/latex/udesoftec/" + "tex/latex/udesoftec/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02ja6n570hc1521anr12lkgc5xrcfg97lxca2pylwgi5bfkbsr0b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/udesoftec") @@ -73215,20 +86934,25 @@ (define-public texlive-uhc (package (name "texlive-uhc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/uhc/umj/" - "dvips/uhc/" - "fonts/afm/uhc/umj/" - "fonts/map/dvips/uhc/" - "fonts/tfm/uhc/umj/" - "fonts/tfm/uhc/uwmj/" - "fonts/tfm/uhc/wmj/" - "fonts/type1/uhc/umj/" - "fonts/vf/uhc/uwmj/" - "fonts/vf/uhc/wmj/") - (base32 - "1hpqdzmz4xrcgk443lysif8yk52rbra8rh6cjjfr4kibyfpy77p3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/uhc/umj/" + "dvips/uhc/" + "fonts/afm/uhc/umj/" + "fonts/map/dvips/uhc/" + "fonts/tfm/uhc/umj/" + "fonts/tfm/uhc/uwmj/" + "fonts/tfm/uhc/wmj/" + "fonts/type1/uhc/umj/" + "fonts/vf/uhc/uwmj/" + "fonts/vf/uhc/wmj/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hpqdzmz4xrcgk443lysif8yk52rbra8rh6cjjfr4kibyfpy77p3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uhc") @@ -73242,11 +86966,16 @@ (define-public texlive-uhrzeit (package (name "texlive-uhrzeit") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uhrzeit/" "tex/latex/uhrzeit/") - (base32 - "18qms6ych9q8bras2ajkl4z3dmnrp07gpzizywz206c3i1any3rc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uhrzeit/" "tex/latex/uhrzeit/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18qms6ych9q8bras2ajkl4z3dmnrp07gpzizywz206c3i1any3rc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uhrzeit") @@ -73261,12 +86990,17 @@ (define-public texlive-umlaute (package (name "texlive-umlaute") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/umlaute/" "source/latex/umlaute/" - "tex/latex/umlaute/") - (base32 - "1fz2v0p8a46car0iga8m0si7ampff8hqpsmc9v2miqqzmdlqcqcj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/umlaute/" "source/latex/umlaute/" + "tex/latex/umlaute/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fz2v0p8a46car0iga8m0si7ampff8hqpsmc9v2miqqzmdlqcqcj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/umlaute") @@ -73283,13 +87017,18 @@ (define-public texlive-unicode-math (package (name "texlive-unicode-math") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/unicode-math/" - "source/latex/unicode-math/" - "tex/latex/unicode-math/") - (base32 - "0w5gp11ccc486lckzag63arg97g1r0zkf29bdnnk13pz4r5m2lgx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/unicode-math/" + "source/latex/unicode-math/" + "tex/latex/unicode-math/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0w5gp11ccc486lckzag63arg97g1r0zkf29bdnnk13pz4r5m2lgx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "xelatex")) @@ -73320,11 +87059,16 @@ (define-public texlive-voss-mathcol (package (name "texlive-voss-mathcol") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/voss-mathcol/") - (base32 - "1c7kzk2m2i8f6vqywnzfvcmv11ckanhcjxf72p4rgivw8f0lbwjm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/voss-mathcol/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c7kzk2m2i8f6vqywnzfvcmv11ckanhcjxf72p4rgivw8f0lbwjm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/voss-mathcol") @@ -73340,11 +87084,16 @@ (define-public texlive-xifthen (package (name "texlive-xifthen") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xifthen/" "tex/latex/xifthen/") - (base32 - "0b33mlmnxsj5mi06v2w2zgamk51mgv1lxdr1cax8nkpn9g7n9axw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xifthen/" "tex/latex/xifthen/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b33mlmnxsj5mi06v2w2zgamk51mgv1lxdr1cax8nkpn9g7n9axw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xifthen") @@ -73363,18 +87112,24 @@ (define-public texlive-xindy (name "texlive-xindy") (version "2023.0") (source - (texlive-origin name version - (list "doc/man/man1/tex2xindy.1" - "doc/man/man1/tex2xindy.man1.pdf" - "doc/man/man1/texindy.1" - "doc/man/man1/texindy.man1.pdf" - "doc/man/man1/xindy.1" - "doc/man/man1/xindy.man1.pdf" - "doc/xindy/" - "scripts/xindy/" - "xindy/") - (base32 - "12j2bi0wwp1hyxr1427hhigqmhsd1fyg90bvghxkm1qck85r24vf"))) + (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/tex2xindy.1" + "doc/man/man1/tex2xindy.man1.pdf" + "doc/man/man1/texindy.1" + "doc/man/man1/texindy.man1.pdf" + "doc/man/man1/xindy.1" + "doc/man/man1/xindy.man1.pdf" + "doc/xindy/" + "scripts/xindy/" + "xindy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12j2bi0wwp1hyxr1427hhigqmhsd1fyg90bvghxkm1qck85r24vf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-xindy-bin)) @@ -73453,11 +87208,16 @@ (define-public texlive-xindy-persian (package (name "texlive-xindy-persian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/xindy-persian/") - (base32 - "04w3h65215slnakk5w19m94xmj9cjx01izbk9xijifv5l6dqh447"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/xindy-persian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04w3h65215slnakk5w19m94xmj9cjx01izbk9xijifv5l6dqh447")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xindy-persian") @@ -73470,12 +87230,17 @@ (define-public texlive-xits (package (name "texlive-xits") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/xits/" - "fonts/opentype/public/xits/") - (base32 - "1359zgi8r4mwjv273zmc5jghyy4i54amkrmkq80z67x4kx092724"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/xits/" + "fonts/opentype/public/xits/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1359zgi8r4mwjv273zmc5jghyy4i54amkrmkq80z67x4kx092724")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xits") @@ -73491,13 +87256,18 @@ (define-public texlive-ntgclass (package (name "texlive-ntgclass") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ntgclass/" - "source/latex/ntgclass/" - "tex/latex/ntgclass/") - (base32 - "04rvr1gldp87nqplmnqkwi3l9jclsjaawj5rym72gy6sw9snpmck"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ntgclass/" + "source/latex/ntgclass/" + "tex/latex/ntgclass/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04rvr1gldp87nqplmnqkwi3l9jclsjaawj5rym72gy6sw9snpmck")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ntgclass") @@ -73516,11 +87286,16 @@ (define-public texlive-nth (package (name "texlive-nth") (version "2023.0") - (source (texlive-origin - name version - (list "tex/generic/nth/") - (base32 - "0716sd99xjdkplm7jdmg4lx8lpfnnx6mxjp1l1sp2bfqcg73p4hm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/generic/nth/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0716sd99xjdkplm7jdmg4lx8lpfnnx6mxjp1l1sp2bfqcg73p4hm")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nth") (synopsis "Generate English ordinal numbers") @@ -73536,12 +87311,17 @@ (define-public texlive-ntheorem (package (name "texlive-ntheorem") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ntheorem/" "source/latex/ntheorem/" - "tex/latex/ntheorem/") - (base32 - "16xain8s0azcnhwj5xwh3m365sb9bhdvxanh19kvmnc52dggjc1y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ntheorem/" "source/latex/ntheorem/" + "tex/latex/ntheorem/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16xain8s0azcnhwj5xwh3m365sb9bhdvxanh19kvmnc52dggjc1y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ntheorem") @@ -73558,11 +87338,16 @@ (define-public texlive-ntheorem-vn (package (name "texlive-ntheorem-vn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ntheorem-vn/") - (base32 - "13lkgb4qjiblbfm4jcxgkxsf08zk90lqz02bxrmim1n8gvyihwcc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ntheorem-vn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13lkgb4qjiblbfm4jcxgkxsf08zk90lqz02bxrmim1n8gvyihwcc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ntheorem-vn") @@ -73576,12 +87361,17 @@ (define-public texlive-fmtcount (package (name "texlive-fmtcount") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fmtcount/" "scripts/fmtcount/" - "source/latex/fmtcount/" "tex/latex/fmtcount/") - (base32 - "1biw0g6s2arq6kq52c1yfkl0vzafja2az65c3d0syq0vgjzj9763"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fmtcount/" "scripts/fmtcount/" + "source/latex/fmtcount/" "tex/latex/fmtcount/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1biw0g6s2arq6kq52c1yfkl0vzafja2az65c3d0syq0vgjzj9763")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fmtcount") @@ -73598,19 +87388,24 @@ (define-public texlive-inriafonts (package (name "texlive-inriafonts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/inriafonts/" - "fonts/enc/dvips/inriafonts/" - "fonts/map/dvips/inriafonts/" - "fonts/opentype/public/inriafonts/" - "fonts/tfm/public/inriafonts/" - "fonts/truetype/public/inriafonts/" - "fonts/type1/public/inriafonts/" - "fonts/vf/public/inriafonts/" - "tex/latex/inriafonts/") - (base32 - "0ngbpr4pl7r82jmdhiksp32qvbvggf2nawwqq0pkb7cffp95ya49"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/inriafonts/" + "fonts/enc/dvips/inriafonts/" + "fonts/map/dvips/inriafonts/" + "fonts/opentype/public/inriafonts/" + "fonts/tfm/public/inriafonts/" + "fonts/truetype/public/inriafonts/" + "fonts/type1/public/inriafonts/" + "fonts/vf/public/inriafonts/" + "tex/latex/inriafonts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ngbpr4pl7r82jmdhiksp32qvbvggf2nawwqq0pkb7cffp95ya49")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/inriafonts") @@ -73629,12 +87424,17 @@ (define-public texlive-floatflt (package (name "texlive-floatflt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/floatflt/" "source/latex/floatflt/" - "tex/latex/floatflt/") - (base32 - "1piy8ajbbcadsjwp0mhlgxm2ggggnb5sn75arfs5fxiaqrwd572j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/floatflt/" "source/latex/floatflt/" + "tex/latex/floatflt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1piy8ajbbcadsjwp0mhlgxm2ggggnb5sn75arfs5fxiaqrwd572j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -73650,12 +87450,17 @@ (define-public texlive-fvextra (package (name "texlive-fvextra") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fvextra/" "source/latex/fvextra/" - "tex/latex/fvextra/") - (base32 - "18r3722sf859yn5j1q084ix9gp8sp4znvdlwi2vnrrn36djyvkzj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fvextra/" "source/latex/fvextra/" + "tex/latex/fvextra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18r3722sf859yn5j1q084ix9gp8sp4znvdlwi2vnrrn36djyvkzj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fvextra") @@ -73699,12 +87504,17 @@ (define-public texlive-apa6 (package (name "texlive-apa6") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/apa6/" "source/latex/apa6/" - "tex/latex/apa6/") - (base32 - "08jn8piyaad4zln33c0gikyhdkcsk2s3ms9l992riq2hbpbm9lcf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/apa6/" "source/latex/apa6/" + "tex/latex/apa6/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08jn8piyaad4zln33c0gikyhdkcsk2s3ms9l992riq2hbpbm9lcf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -73729,12 +87539,17 @@ (define-public texlive-apacite (package (name "texlive-apacite") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/apacite/" "doc/bibtex/apacite/" - "source/bibtex/apacite/" "tex/latex/apacite/") - (base32 - "0nc86zngk71xpbinrfm8p0413xphc0v86ddhcw94gi2sl00hsmzq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/apacite/" "doc/bibtex/apacite/" + "source/bibtex/apacite/" "tex/latex/apacite/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nc86zngk71xpbinrfm8p0413xphc0v86ddhcw94gi2sl00hsmzq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/apacite") @@ -73750,12 +87565,17 @@ (define-public texlive-apalike-german (package (name "texlive-apalike-german") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/apalike-german/" - "doc/bibtex/apalike-german/") - (base32 - "15mr1s9622bj5vmmlw7cp0afcbrz2h4kq9cp303ijklcslfsx748"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/apalike-german/" + "doc/bibtex/apalike-german/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15mr1s9622bj5vmmlw7cp0afcbrz2h4kq9cp303ijklcslfsx748")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/apalike-german") @@ -73769,12 +87589,17 @@ (define-public texlive-endfloat (package (name "texlive-endfloat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/endfloat/" "source/latex/endfloat/" - "tex/latex/endfloat/") - (base32 - "1zslmc5g28z6adfyd8bdlbw03jawxmgafq0mgwy811hrbcppb2kg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/endfloat/" "source/latex/endfloat/" + "tex/latex/endfloat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zslmc5g28z6adfyd8bdlbw03jawxmgafq0mgwy811hrbcppb2kg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/endfloat") @@ -73789,38 +87614,43 @@ (define-public texlive-wadalab (package (name "texlive-wadalab") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/wadalab/" - "fonts/afm/wadalab/dgj/" - "fonts/afm/wadalab/dmj/" - "fonts/afm/wadalab/mc2j/" - "fonts/afm/wadalab/mcj/" - "fonts/afm/wadalab/mr2j/" - "fonts/afm/wadalab/mrj/" - "fonts/map/dvips/wadalab/" - "fonts/tfm/wadalab/dgj/" - "fonts/tfm/wadalab/dmj/" - "fonts/tfm/wadalab/mc2j/" - "fonts/tfm/wadalab/mcj/" - "fonts/tfm/wadalab/mr2j/" - "fonts/tfm/wadalab/mrj/" - "fonts/tfm/wadalab/udgj/" - "fonts/tfm/wadalab/udmj/" - "fonts/tfm/wadalab/umcj/" - "fonts/tfm/wadalab/umrj/" - "fonts/type1/wadalab/dgj/" - "fonts/type1/wadalab/dmj/" - "fonts/type1/wadalab/mc2j/" - "fonts/type1/wadalab/mcj/" - "fonts/type1/wadalab/mr2j/" - "fonts/type1/wadalab/mrj/" - "fonts/vf/wadalab/udgj/" - "fonts/vf/wadalab/udmj/" - "fonts/vf/wadalab/umcj/" - "fonts/vf/wadalab/umrj/") - (base32 - "1i72xbn28wh2rl4j1yzl1rvb5nd8bxmci9q9qjzynwq845zgjvnk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/wadalab/" + "fonts/afm/wadalab/dgj/" + "fonts/afm/wadalab/dmj/" + "fonts/afm/wadalab/mc2j/" + "fonts/afm/wadalab/mcj/" + "fonts/afm/wadalab/mr2j/" + "fonts/afm/wadalab/mrj/" + "fonts/map/dvips/wadalab/" + "fonts/tfm/wadalab/dgj/" + "fonts/tfm/wadalab/dmj/" + "fonts/tfm/wadalab/mc2j/" + "fonts/tfm/wadalab/mcj/" + "fonts/tfm/wadalab/mr2j/" + "fonts/tfm/wadalab/mrj/" + "fonts/tfm/wadalab/udgj/" + "fonts/tfm/wadalab/udmj/" + "fonts/tfm/wadalab/umcj/" + "fonts/tfm/wadalab/umrj/" + "fonts/type1/wadalab/dgj/" + "fonts/type1/wadalab/dmj/" + "fonts/type1/wadalab/mc2j/" + "fonts/type1/wadalab/mcj/" + "fonts/type1/wadalab/mr2j/" + "fonts/type1/wadalab/mrj/" + "fonts/vf/wadalab/udgj/" + "fonts/vf/wadalab/udmj/" + "fonts/vf/wadalab/umcj/" + "fonts/vf/wadalab/umrj/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i72xbn28wh2rl4j1yzl1rvb5nd8bxmci9q9qjzynwq845zgjvnk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/wadalab") @@ -73837,12 +87667,17 @@ (define-public texlive-was (package (name "texlive-was") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/was/" "source/latex/was/" - "tex/latex/was/") - (base32 - "1c2kmfrm898c69bizw0650w82bjabp3jf57hmqfcb9y625pq0s05"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/was/" "source/latex/was/" + "tex/latex/was/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c2kmfrm898c69bizw0650w82bjabp3jf57hmqfcb9y625pq0s05")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/was") @@ -73858,12 +87693,17 @@ (define-public texlive-xpatch (package (name "texlive-xpatch") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xpatch/" "source/latex/xpatch/" - "tex/latex/xpatch/") - (base32 - "0r08hadnwx9vyppzmbn1bj69b12i5fw1mhk49piw2rqbk01722zk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xpatch/" "source/latex/xpatch/" + "tex/latex/xpatch/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r08hadnwx9vyppzmbn1bj69b12i5fw1mhk49piw2rqbk01722zk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xpatch") @@ -73877,12 +87717,17 @@ (define-public texlive-threeparttablex (package (name "texlive-threeparttablex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/threeparttablex/" - "tex/latex/threeparttablex/") - (base32 - "19pvw2ifswxcf8dxw0mzjmqhl592477w5hcfh97f4wpya0dv2m9p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/threeparttablex/" + "tex/latex/threeparttablex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19pvw2ifswxcf8dxw0mzjmqhl592477w5hcfh97f4wpya0dv2m9p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/threeparttablex") @@ -73896,12 +87741,17 @@ (define-public texlive-ligtype (package (name "texlive-ligtype") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/ligtype/" - "tex/lualatex/ligtype/") - (base32 - "18m4j01zhp3kj2ixd53b9z0k5f6idbpr6jv45gw149j5niax1dxg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/ligtype/" + "tex/lualatex/ligtype/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18m4j01zhp3kj2ixd53b9z0k5f6idbpr6jv45gw149j5niax1dxg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ligtype") @@ -73919,12 +87769,17 @@ (define-public texlive-linebreaker (package (name "texlive-linebreaker") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/linebreaker/" - "tex/lualatex/linebreaker/") - (base32 - "1rppq2dlj7g5djq5f0hhgk9sgk0ip1ha4vqhx6ajfpzdchg7b1cw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/linebreaker/" + "tex/lualatex/linebreaker/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rppq2dlj7g5djq5f0hhgk9sgk0ip1ha4vqhx6ajfpzdchg7b1cw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/linebreaker") @@ -73941,11 +87796,16 @@ (define-public texlive-lineno (package (name "texlive-lineno") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lineno/" "tex/latex/lineno/") - (base32 - "1naqdd62gld0hx6ss0d7sllnbqslzxjcgzj7cnycs303lb03h738"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lineno/" "tex/latex/lineno/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1naqdd62gld0hx6ss0d7sllnbqslzxjcgzj7cnycs303lb03h738")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lineno") @@ -73961,11 +87821,16 @@ (define-public texlive-lparse (package (name "texlive-lparse") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/lparse/" "tex/luatex/lparse/") - (base32 - "1m75w69qm67j82ja0lp38yckdsbn465aipzdbi2kg4y2xz34hli1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/lparse/" "tex/luatex/lparse/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m75w69qm67j82ja0lp38yckdsbn465aipzdbi2kg4y2xz34hli1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lparse") @@ -73983,13 +87848,18 @@ (define-public texlive-lt3luabridge (package (name "texlive-lt3luabridge") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/lt3luabridge/" - "source/generic/lt3luabridge/" - "tex/generic/lt3luabridge/") - (base32 - "00nfi3c545kmm6d9hxwl0m3pawg8322g36gm8sfa3y2p8kah6p8d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/lt3luabridge/" + "source/generic/lt3luabridge/" + "tex/generic/lt3luabridge/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00nfi3c545kmm6d9hxwl0m3pawg8322g36gm8sfa3y2p8kah6p8d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lt3luabridge") @@ -74004,13 +87874,18 @@ (define-public texlive-lua-typo (package (name "texlive-lua-typo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/lua-typo/" - "source/lualatex/lua-typo/" - "tex/lualatex/lua-typo/") - (base32 - "0lhjgs7jxdwk2cn9zb99mk2c56awi249zk839waqxnzfr18ky63k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/lua-typo/" + "source/lualatex/lua-typo/" + "tex/lualatex/lua-typo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lhjgs7jxdwk2cn9zb99mk2c56awi249zk839waqxnzfr18ky63k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lua-typo") @@ -74027,12 +87902,17 @@ (define-public texlive-lua-uca (package (name "texlive-lua-uca") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/lua-uca/" "scripts/lua-uca/" - "source/support/lua-uca/") - (base32 - "03wpdaz0z3zqfjs43ar65lx521qyf0c2q62b5p53kdx17xfr09jz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/lua-uca/" "scripts/lua-uca/" + "source/support/lua-uca/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03wpdaz0z3zqfjs43ar65lx521qyf0c2q62b5p53kdx17xfr09jz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lua-uca") @@ -74049,13 +87929,18 @@ (define-public texlive-lua-ul (package (name "texlive-lua-ul") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/lua-ul/" - "source/lualatex/lua-ul/" - "tex/lualatex/lua-ul/") - (base32 - "0xpa41hkjzqcws7yjj6s8ys93qyhnv6zfv7479qbv58h5mgfxzhh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/lua-ul/" + "source/lualatex/lua-ul/" + "tex/lualatex/lua-ul/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xpa41hkjzqcws7yjj6s8ys93qyhnv6zfv7479qbv58h5mgfxzhh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lua-ul") @@ -74071,12 +87956,17 @@ (define-public texlive-lua-visual-debug (package (name "texlive-lua-visual-debug") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/lua-visual-debug/" - "tex/luatex/lua-visual-debug/") - (base32 - "1g4n4xfqbgcja2x3b7yi59nn76jq695yndv90610pakask2k560l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/lua-visual-debug/" + "tex/luatex/lua-visual-debug/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1g4n4xfqbgcja2x3b7yi59nn76jq695yndv90610pakask2k560l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lua-visual-debug") @@ -74091,16 +87981,21 @@ (define-public texlive-lua-widow-control (package (name "texlive-lua-widow-control") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/lua-widow-control/" - "source/luatex/lua-widow-control/" - "tex/context/third/lua-widow-control/" - "tex/lualatex/lua-widow-control/" - "tex/luatex/lua-widow-control/" - "tex/optex/lua-widow-control/") - (base32 - "1c2n0hmf4kgvdfqday9pk673nxmpddg2wr91wkgalvrn7jw82js4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/lua-widow-control/" + "source/luatex/lua-widow-control/" + "tex/context/third/lua-widow-control/" + "tex/lualatex/lua-widow-control/" + "tex/luatex/lua-widow-control/" + "tex/optex/lua-widow-control/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c2n0hmf4kgvdfqday9pk673nxmpddg2wr91wkgalvrn7jw82js4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lua-widow-control") @@ -74124,13 +88019,18 @@ (define-public texlive-luaaddplot (package (name "texlive-luaaddplot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/luaaddplot/" - "source/luatex/luaaddplot/" - "tex/luatex/luaaddplot/") - (base32 - "0r7n2s8isw3rm0g2l0zljh86ysh1zyfbmypci3kgciad5smjzx15"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/luaaddplot/" + "source/luatex/luaaddplot/" + "tex/luatex/luaaddplot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r7n2s8isw3rm0g2l0zljh86ysh1zyfbmypci3kgciad5smjzx15")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luaaddplot") @@ -74146,11 +88046,16 @@ (define-public texlive-luacas (package (name "texlive-luacas") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luacas/" "tex/lualatex/luacas/") - (base32 - "0zwfvrlxl5r2180w622h3dbsdskiyr2hxri3qf9v9b7nn7m33r26"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luacas/" "tex/lualatex/luacas/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zwfvrlxl5r2180w622h3dbsdskiyr2hxri3qf9v9b7nn7m33r26")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luacas") @@ -74171,12 +88076,17 @@ (define-public texlive-luacensor (package (name "texlive-luacensor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luacensor/" - "tex/lualatex/luacensor/") - (base32 - "0nw83zzpb9y4vnm4rjz786nz9fxv1vzlz3dv8fjwxqpxngqws4g8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luacensor/" + "tex/lualatex/luacensor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nw83zzpb9y4vnm4rjz786nz9fxv1vzlz3dv8fjwxqpxngqws4g8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luacensor") @@ -74195,13 +88105,18 @@ (define-public texlive-luacolor (package (name "texlive-luacolor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/luacolor/" - "source/latex/luacolor/" - "tex/latex/luacolor/") - (base32 - "0c91m5iq095f04wiy3dfnhyh458d9scww51np88x8islz1l3psbp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/luacolor/" + "source/latex/luacolor/" + "tex/latex/luacolor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c91m5iq095f04wiy3dfnhyh458d9scww51np88x8islz1l3psbp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luacolor") @@ -74215,12 +88130,17 @@ (define-public texlive-luacomplex (package (name "texlive-luacomplex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luacomplex/" - "tex/lualatex/luacomplex/") - (base32 - "0fb75jzvl0gqqyfl6vrfwdpsxjfq7dyhmfbfibg9w6rqxzcd013p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luacomplex/" + "tex/lualatex/luacomplex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fb75jzvl0gqqyfl6vrfwdpsxjfq7dyhmfbfibg9w6rqxzcd013p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luacomplex") @@ -74238,12 +88158,17 @@ (define-public texlive-luagcd (package (name "texlive-luagcd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luagcd/" - "tex/lualatex/luagcd/") - (base32 - "17d1am1c4gmbc0z1fllk6kf6b8fmihw4bv8bl0vvwvnk2acj4zj9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luagcd/" + "tex/lualatex/luagcd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17d1am1c4gmbc0z1fllk6kf6b8fmihw4bv8bl0vvwvnk2acj4zj9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luagcd") @@ -74261,12 +88186,17 @@ (define-public texlive-luahyphenrules (package (name "texlive-luahyphenrules") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luahyphenrules/" - "tex/lualatex/luahyphenrules/") - (base32 - "1a23bp4a7nix4lhi4dl6kwxp1bs6dvldxxrx143i1ps95l3clasj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luahyphenrules/" + "tex/lualatex/luahyphenrules/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a23bp4a7nix4lhi4dl6kwxp1bs6dvldxxrx143i1ps95l3clasj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luahyphenrules") @@ -74283,12 +88213,17 @@ (define-public texlive-luaimageembed (package (name "texlive-luaimageembed") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luaimageembed/" - "tex/lualatex/luaimageembed/") - (base32 - "0nn4vw7hjyjr8an04dd8xmaskf9qn3zjv29dj37pias3pjq7nqi5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luaimageembed/" + "tex/lualatex/luaimageembed/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nn4vw7hjyjr8an04dd8xmaskf9qn3zjv29dj37pias3pjq7nqi5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luaimageembed") @@ -74304,13 +88239,18 @@ (define-public texlive-luaindex (package (name "texlive-luaindex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luaindex/" "scripts/luaindex/" - "source/lualatex/luaindex/" - "tex/lualatex/luaindex/") - (base32 - "0a2xfzrc663jmd2s5vi5p38pwd16mbm5602pxc3kszza8whqlfdn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luaindex/" "scripts/luaindex/" + "source/lualatex/luaindex/" + "tex/lualatex/luaindex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a2xfzrc663jmd2s5vi5p38pwd16mbm5602pxc3kszza8whqlfdn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -74331,13 +88271,18 @@ (define-public texlive-luainputenc (package (name "texlive-luainputenc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luainputenc/" - "source/lualatex/luainputenc/" - "tex/lualatex/luainputenc/") - (base32 - "17xglqil5mbv47kjzklp22vvsn29vajf6q0v45af4pd6yk9kcc6w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luainputenc/" + "source/lualatex/luainputenc/" + "tex/lualatex/luainputenc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17xglqil5mbv47kjzklp22vvsn29vajf6q0v45af4pd6yk9kcc6w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luainputenc") @@ -74354,11 +88299,16 @@ (define-public texlive-luaintro (package (name "texlive-luaintro") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/luaintro/") - (base32 - "0xab7yymknvhsh4c30xnhrlvk798mbnl9fbf7njqx8mbmnv869bi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/luaintro/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xab7yymknvhsh4c30xnhrlvk798mbnl9fbf7njqx8mbmnv869bi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luaintro") @@ -74373,11 +88323,16 @@ (define-public texlive-luakeys (package (name "texlive-luakeys") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/luakeys/" "tex/luatex/luakeys/") - (base32 - "0nsd9d2rfwbjadnfykhi0c4wj39cscpx496acjcixg1irlxii7z8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/luakeys/" "tex/luatex/luakeys/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nsd9d2rfwbjadnfykhi0c4wj39cscpx496acjcixg1irlxii7z8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luakeys") @@ -74392,12 +88347,17 @@ (define-public texlive-lualatex-doc (package (name "texlive-lualatex-doc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/lualatex-doc/" - "source/lualatex/lualatex-doc/") - (base32 - "1nbanlp3qfk0hylih64qnkh5cd1mjd3j99jk36rnbjhd3f840d9q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/lualatex-doc/" + "source/lualatex/lualatex-doc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nbanlp3qfk0hylih64qnkh5cd1mjd3j99jk36rnbjhd3f840d9q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lualatex-doc") @@ -74413,13 +88373,18 @@ (define-public texlive-lualatex-truncate (package (name "texlive-lualatex-truncate") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/lualatex-truncate/" - "source/lualatex/lualatex-truncate/" - "tex/lualatex/lualatex-truncate/") - (base32 - "1ash4zy97qr9vl3j0gpf16srhi8ymfz3h9khlp59kyq9c921rcla"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/lualatex-truncate/" + "source/lualatex/lualatex-truncate/" + "tex/lualatex/lualatex-truncate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ash4zy97qr9vl3j0gpf16srhi8ymfz3h9khlp59kyq9c921rcla")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lualatex-truncate") @@ -74433,12 +88398,17 @@ (define-public texlive-lualinalg (package (name "texlive-lualinalg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/lualinalg/" - "tex/lualatex/lualinalg/") - (base32 - "0f29ymc5adcg8mh8lhgir6cj6f0kni0i53r6g35yqnd1jw9qr24q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/lualinalg/" + "tex/lualatex/lualinalg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f29ymc5adcg8mh8lhgir6cj6f0kni0i53r6g35yqnd1jw9qr24q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lualinalg") @@ -74460,13 +88430,18 @@ (define-public texlive-luamathalign (package (name "texlive-luamathalign") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luamathalign/" - "source/lualatex/luamathalign/" - "tex/lualatex/luamathalign/") - (base32 - "0lj5lc6s30l9k83xrwfjva0v7c9ajv22ybsaz07hadgj17fxqbdn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luamathalign/" + "source/lualatex/luamathalign/" + "tex/lualatex/luamathalign/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lj5lc6s30l9k83xrwfjva0v7c9ajv22ybsaz07hadgj17fxqbdn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luamathalign") @@ -74481,11 +88456,17 @@ (define-public texlive-luamaths (package (name "texlive-luamaths") (version "2023.0") - (source (texlive-origin name version - (list "doc/lualatex/luamaths/" - "tex/lualatex/luamaths/") - (base32 - "1dswh6jjkl7jbs3f5pvwh30874x4xycvw7n9cbfd5m9wfcv97rw9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luamaths/" + "tex/lualatex/luamaths/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dswh6jjkl7jbs3f5pvwh30874x4xycvw7n9cbfd5m9wfcv97rw9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luamaths") @@ -74504,12 +88485,17 @@ (define-public texlive-luamodulartables (package (name "texlive-luamodulartables") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luamodulartables/" - "tex/lualatex/luamodulartables/") - (base32 - "18yc3fincdvfk1zj5m2gah35mzlvg6rbby8m71clnjk9knmzjcxy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luamodulartables/" + "tex/lualatex/luamodulartables/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18yc3fincdvfk1zj5m2gah35mzlvg6rbby8m71clnjk9knmzjcxy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luamodulartables") @@ -74529,13 +88515,18 @@ (define-public texlive-luamplib (package (name "texlive-luamplib") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/luamplib/" - "source/luatex/luamplib/" - "tex/luatex/luamplib/") - (base32 - "1f2r93daddjwmj7fcy5rds2yz0c8qmww7yw93vgwffmm49d9ims5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/luamplib/" + "source/luatex/luamplib/" + "tex/luatex/luamplib/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1f2r93daddjwmj7fcy5rds2yz0c8qmww7yw93vgwffmm49d9ims5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luamplib") @@ -74551,12 +88542,17 @@ (define-public texlive-luaoptions (package (name "texlive-luaoptions") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luaoptions/" - "tex/lualatex/luaoptions/") - (base32 - "143cjll4dkjb3bp9755c5wsq447mvw8k043mqyi01qskz5wq45yf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luaoptions/" + "tex/lualatex/luaoptions/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "143cjll4dkjb3bp9755c5wsq447mvw8k043mqyi01qskz5wq45yf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luaoptions") @@ -74577,12 +88573,17 @@ (define-public texlive-luapackageloader (package (name "texlive-luapackageloader") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/luapackageloader/" - "tex/luatex/luapackageloader/") - (base32 - "0cf2p4zhfvf7f10pbpp332chj46ajknqgb7a8i16v63ivvmgb8m3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/luapackageloader/" + "tex/luatex/luapackageloader/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cf2p4zhfvf7f10pbpp332chj46ajknqgb7a8i16v63ivvmgb8m3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-iftex)) @@ -74598,12 +88599,17 @@ (define-public texlive-luaprogtable (package (name "texlive-luaprogtable") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luaprogtable/" - "tex/lualatex/luaprogtable/") - (base32 - "0vx4vsqa777hv4bdw8m7x8hrjg5p9h8d68z0l2ji60h67bziy161"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luaprogtable/" + "tex/lualatex/luaprogtable/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vx4vsqa777hv4bdw8m7x8hrjg5p9h8d68z0l2ji60h67bziy161")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luaprogtable") @@ -74617,13 +88623,18 @@ (define-public texlive-luapstricks (package (name "texlive-luapstricks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luapstricks/" - "fonts/opentype/public/luapstricks/" - "tex/lualatex/luapstricks/") - (base32 - "160y66x93rcm0zpjscxyqbfkhbl0yypv0gyixm6vjwcm50vi2w5k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luapstricks/" + "fonts/opentype/public/luapstricks/" + "tex/lualatex/luapstricks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "160y66x93rcm0zpjscxyqbfkhbl0yypv0gyixm6vjwcm50vi2w5k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luapstricks") @@ -74640,12 +88651,17 @@ (define-public texlive-luaquotes (package (name "texlive-luaquotes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luaquotes/" - "tex/lualatex/luaquotes/") - (base32 - "0lla3bd5prh5ld1p88f8c3mfck6c6jn241fq1fzz0a9vdhfsbpv0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luaquotes/" + "tex/lualatex/luaquotes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lla3bd5prh5ld1p88f8c3mfck6c6jn241fq1fzz0a9vdhfsbpv0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luaquotes") @@ -74659,12 +88675,17 @@ (define-public texlive-luarandom (package (name "texlive-luarandom") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luarandom/" - "tex/lualatex/luarandom/") - (base32 - "1hzq29prnwgvp400d26fdjhh812gwwgmlwb22xhj29s9f0k2g1qy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luarandom/" + "tex/lualatex/luarandom/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hzq29prnwgvp400d26fdjhh812gwwgmlwb22xhj29s9f0k2g1qy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luarandom") @@ -74679,12 +88700,17 @@ (define-public texlive-luaset (package (name "texlive-luaset") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luaset/" - "tex/lualatex/luaset/") - (base32 - "1xbr7m1fb71xnlc3p4lb2gz10i6bz6f4bbzyfcclggriq7bkv1iq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luaset/" + "tex/lualatex/luaset/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xbr7m1fb71xnlc3p4lb2gz10i6bz6f4bbzyfcclggriq7bkv1iq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luaset") @@ -74702,12 +88728,17 @@ (define-public texlive-luatexko (package (name "texlive-luatexko") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/luatexko/" - "tex/luatex/luatexko/") - (base32 - "0pbpi8g2bdakrl3lpb4vmsbvccjzcb4d6y2ivnv0pncn0k5zfmfv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/luatexko/" + "tex/luatex/luatexko/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pbpi8g2bdakrl3lpb4vmsbvccjzcb4d6y2ivnv0pncn0k5zfmfv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luatexko") @@ -74724,13 +88755,18 @@ (define-public texlive-luatextra (package (name "texlive-luatextra") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luatextra/" - "source/lualatex/luatextra/" - "tex/lualatex/luatextra/") - (base32 - "1i82x51rcdll5r6x63j5qqahb277a1xdrzpck30xlggwwlns0jdc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luatextra/" + "source/lualatex/luatextra/" + "tex/lualatex/luatextra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i82x51rcdll5r6x63j5qqahb277a1xdrzpck30xlggwwlns0jdc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luatextra") @@ -74745,12 +88781,17 @@ (define-public texlive-luatruthtable (package (name "texlive-luatruthtable") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luatruthtable/" - "tex/lualatex/luatruthtable/") - (base32 - "18k0zk9zxfprcjxzkmfb2j1lk4ldk5hxi0ch1sy0n29f06qcl740"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luatruthtable/" + "tex/lualatex/luatruthtable/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18k0zk9zxfprcjxzkmfb2j1lk4ldk5hxi0ch1sy0n29f06qcl740")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luatruthtable") @@ -74768,11 +88809,16 @@ (define-public texlive-luavlna (package (name "texlive-luavlna") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/luavlna/" "tex/luatex/luavlna/") - (base32 - "1daa8gdkava15vvvfgr63mrq85l2ni0ydh9l17i9hyhw40mgz4bb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/luavlna/" "tex/luatex/luavlna/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1daa8gdkava15vvvfgr63mrq85l2ni0ydh9l17i9hyhw40mgz4bb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luavlna") @@ -74794,11 +88840,16 @@ (define-public texlive-luaxml (package (name "texlive-luaxml") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/luaxml/" "tex/luatex/luaxml/") - (base32 - "0j0d9n87rigawqq3xlxk0zi5ry31zqg3p19jmfablvnb9lan3nrc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/luaxml/" "tex/luatex/luaxml/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0j0d9n87rigawqq3xlxk0zi5ry31zqg3p19jmfablvnb9lan3nrc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luaxml") @@ -74813,12 +88864,17 @@ (define-public texlive-lutabulartools (package (name "texlive-lutabulartools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/lutabulartools/" - "tex/luatex/lutabulartools/") - (base32 - "1p7b1gv86xa09g1big3s88w0c8jiyj2bk2r8wq4n3pqqqr7zm79z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/lutabulartools/" + "tex/luatex/lutabulartools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p7b1gv86xa09g1big3s88w0c8jiyj2bk2r8wq4n3pqqqr7zm79z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lutabulartools") @@ -74834,13 +88890,18 @@ (define-public texlive-makeplot (package (name "texlive-makeplot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/makeplot/" - "source/latex/makeplot/" - "tex/latex/makeplot/") - (base32 - "1w34508lvb6rjhp41k78ph2p609mk03n8sp4mfgmhdpay0qxyjz5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/makeplot/" + "source/latex/makeplot/" + "tex/latex/makeplot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1w34508lvb6rjhp41k78ph2p609mk03n8sp4mfgmhdpay0qxyjz5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/makeplot") @@ -74854,11 +88915,16 @@ (define-public texlive-minim (package (name "texlive-minim") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/minim/" "tex/luatex/minim/") - (base32 - "056jp5rx9rhwshhzif58kx832jv1f1xw7zj1gh17g7zbyqzbc003"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/minim/" "tex/luatex/minim/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "056jp5rx9rhwshhzif58kx832jv1f1xw7zj1gh17g7zbyqzbc003")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/minim") @@ -74877,12 +88943,17 @@ (define-public texlive-minim-math (package (name "texlive-minim-math") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/minim-math/" - "tex/luatex/minim-math/") - (base32 - "0793np84dx47c6wsmqrh3vj2y9w6p0l55nc4xl9b21xvgzzb0b5j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/minim-math/" + "tex/luatex/minim-math/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0793np84dx47c6wsmqrh3vj2y9w6p0l55nc4xl9b21xvgzzb0b5j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/minim-math") @@ -74899,12 +88970,17 @@ (define-public texlive-minim-mp (package (name "texlive-minim-mp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/minim-mp/" "metapost/minim-mp/" - "tex/luatex/minim-mp/") - (base32 - "084k1ywvaq1mbz00kmbxd5kzp1da7a397dy3y25pbf7chrlxwsrk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/minim-mp/" "metapost/minim-mp/" + "tex/luatex/minim-mp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "084k1ywvaq1mbz00kmbxd5kzp1da7a397dy3y25pbf7chrlxwsrk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/minim-mp") @@ -74921,12 +88997,17 @@ (define-public texlive-minim-pdf (package (name "texlive-minim-pdf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/minim-pdf/" - "tex/luatex/minim-pdf/") - (base32 - "10ls1i1141lh2f69r63wmvk2dg7j6g9gl0d0qk1m73byrg4zvbcp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/minim-pdf/" + "tex/luatex/minim-pdf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10ls1i1141lh2f69r63wmvk2dg7j6g9gl0d0qk1m73byrg4zvbcp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/minim-pdf") @@ -74941,12 +89022,17 @@ (define-public texlive-minim-xmp (package (name "texlive-minim-xmp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/luatex/minim-xmp/" - "tex/luatex/minim-xmp/") - (base32 - "1g50pal1vxcyl0xvdkbrk26z70kn8s38sqy5c848jdbl0fx29vla"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/luatex/minim-xmp/" + "tex/luatex/minim-xmp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1g50pal1vxcyl0xvdkbrk26z70kn8s38sqy5c848jdbl0fx29vla")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/minim-xmp") @@ -74961,13 +89047,18 @@ (define-public texlive-babel-czech (package (name "texlive-babel-czech") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-czech/" - "source/generic/babel-czech/" - "tex/generic/babel-czech/") - (base32 - "036817g9dv7m0m1576igwv4mjk8b41klkih44zzwjigdgdjpwbn9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-czech/" + "source/generic/babel-czech/" + "tex/generic/babel-czech/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "036817g9dv7m0m1576igwv4mjk8b41klkih44zzwjigdgdjpwbn9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-czech") @@ -74982,13 +89073,18 @@ (define-public texlive-babel-dutch (package (name "texlive-babel-dutch") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-dutch/" - "source/generic/babel-dutch/" - "tex/generic/babel-dutch/") - (base32 - "1iqlhs2zh60n50r69yicxlklxx8msrb8k552j0ffmqf5kh64fpqh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-dutch/" + "source/generic/babel-dutch/" + "tex/generic/babel-dutch/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1iqlhs2zh60n50r69yicxlklxx8msrb8k552j0ffmqf5kh64fpqh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-dutch") @@ -75003,13 +89099,18 @@ (define-public texlive-babel-finnish (package (name "texlive-babel-finnish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-finnish/" - "source/generic/babel-finnish/" - "tex/generic/babel-finnish/") - (base32 - "1zwrbcqjwhy31mks31vlc4kxci67d5cfm53jaikaabkd8q6grq6i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-finnish/" + "source/generic/babel-finnish/" + "tex/generic/babel-finnish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zwrbcqjwhy31mks31vlc4kxci67d5cfm53jaikaabkd8q6grq6i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-finnish") @@ -75024,13 +89125,18 @@ (define-public texlive-babel-norsk (package (name "texlive-babel-norsk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-norsk/" - "source/generic/babel-norsk/" - "tex/generic/babel-norsk/") - (base32 - "1zsssgcdllhjk7r58k4rv8bh59nmj091syqj45chvp1i667ndryp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-norsk/" + "source/generic/babel-norsk/" + "tex/generic/babel-norsk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zsssgcdllhjk7r58k4rv8bh59nmj091syqj45chvp1i667ndryp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-norsk") @@ -75047,34 +89153,44 @@ (define-public texlive-babel-danish (package (name "texlive-babel-danish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-danish/" - "source/generic/babel-danish/" - "tex/generic/babel-danish/") - (base32 - "11fhmj850gahjm3l3rg5pg4l8j9x6mma59vgfpmnd4fkxj5acb0r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-danish/" + "source/generic/babel-danish/" + "tex/generic/babel-danish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11fhmj850gahjm3l3rg5pg4l8j9x6mma59vgfpmnd4fkxj5acb0r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-danish") (synopsis "Babel contributed support for Danish") (description - "This package provides the language definition file for support of + "This package provides the language definition file for support of Danish in @code{babel}. It provides all the necessary macros, definitions and settings to typeset Danish documents.") - (license license:lppl1.3c+))) + (license license:lppl1.3c+))) (define-public texlive-babel-polish (package (name "texlive-babel-polish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/babel-polish/" - "source/generic/babel-polish/" - "tex/generic/babel-polish/") - (base32 - "0j86l23y1rq1raq2n5azza07l7xjkpgw9nhm77pzy8xmifp3nzhb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/babel-polish/" + "source/generic/babel-polish/" + "tex/generic/babel-polish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0j86l23y1rq1raq2n5azza07l7xjkpgw9nhm77pzy8xmifp3nzhb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/babel-polish") @@ -75089,12 +89205,17 @@ (define-public texlive-mdframed (package (name "texlive-mdframed") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mdframed/" "source/latex/mdframed/" - "tex/latex/mdframed/") - (base32 - "1i5rm946wg43rjckxlfhx79zfx5cgd3bxk71206hd1dqkrgpdpa8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mdframed/" "source/latex/mdframed/" + "tex/latex/mdframed/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i5rm946wg43rjckxlfhx79zfx5cgd3bxk71206hd1dqkrgpdpa8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mdframed") @@ -75110,11 +89231,16 @@ (define-public texlive-setspace (package (name "texlive-setspace") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/setspace/" "tex/latex/setspace/") - (base32 - "0bvspbka1jhpysyhh3sd1vkkm6xjj2ahj0mzv2inzqbrrbydr9gr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/setspace/" "tex/latex/setspace/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bvspbka1jhpysyhh3sd1vkkm6xjj2ahj0mzv2inzqbrrbydr9gr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/setspace") @@ -75132,12 +89258,17 @@ (define-public texlive-pgfgantt (package (name "texlive-pgfgantt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pgfgantt/" "source/latex/pgfgantt/" - "tex/latex/pgfgantt/") - (base32 - "0bm034iizk4sd7p5x7vkj7v57dc0bf2lswpsb32s4qlg4s7h6jqz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pgfgantt/" "source/latex/pgfgantt/" + "tex/latex/pgfgantt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bm034iizk4sd7p5x7vkj7v57dc0bf2lswpsb32s4qlg4s7h6jqz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-pgf)) @@ -75153,12 +89284,17 @@ (define-public texlive-pdfcol (package (name "texlive-pdfcol") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfcol/" "source/latex/pdfcol/" - "tex/latex/pdfcol/") - (base32 - "0mr09kyan59xlnxl4a97w2avp1p09w5yyv6v3p498xpjbq3dbwih"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfcol/" "source/latex/pdfcol/" + "tex/latex/pdfcol/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mr09kyan59xlnxl4a97w2avp1p09w5yyv6v3p498xpjbq3dbwih")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfcol") @@ -75172,13 +89308,18 @@ (define-public texlive-pdfcolfoot (package (name "texlive-pdfcolfoot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfcolfoot/" - "source/latex/pdfcolfoot/" - "tex/latex/pdfcolfoot/") - (base32 - "0k3fwfyj56zb18fr4yay4bp66nbx3a0nb87i8mh8yxkm7qmnx95l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfcolfoot/" + "source/latex/pdfcolfoot/" + "tex/latex/pdfcolfoot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k3fwfyj56zb18fr4yay4bp66nbx3a0nb87i8mh8yxkm7qmnx95l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfcolfoot") @@ -75192,13 +89333,18 @@ (define-public texlive-pdflscape (package (name "texlive-pdflscape") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdflscape/" - "source/latex/pdflscape/" - "tex/latex/pdflscape/") - (base32 - "0l1m97ai3w8lfdfndmcbwyd8sdwpw4wp7zn6c4iqkf8bqwrmqyk8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdflscape/" + "source/latex/pdflscape/" + "tex/latex/pdflscape/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l1m97ai3w8lfdfndmcbwyd8sdwpw4wp7zn6c4iqkf8bqwrmqyk8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdflscape") @@ -75214,13 +89360,18 @@ (define-public texlive-pdfmanagement-testphase (package (name "texlive-pdfmanagement-testphase") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfmanagement-testphase/" - "source/latex/pdfmanagement-testphase/" - "tex/latex/pdfmanagement-testphase/") - (base32 - "0lxnr7xzis376fmkcyk7ghyj1x7m9yvlg98fvvy6vc4b26hf2kyk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfmanagement-testphase/" + "source/latex/pdfmanagement-testphase/" + "tex/latex/pdfmanagement-testphase/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lxnr7xzis376fmkcyk7ghyj1x7m9yvlg98fvvy6vc4b26hf2kyk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfmanagement-testphase") @@ -75240,12 +89391,17 @@ (define-public texlive-pdftricks (package (name "texlive-pdftricks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdftricks/" - "tex/latex/pdftricks/") - (base32 - "07vr97rgn0n73zb2b3sb3wkwxl0p6nbnjk0cgxd05drf1k8shxnp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdftricks/" + "tex/latex/pdftricks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07vr97rgn0n73zb2b3sb3wkwxl0p6nbnjk0cgxd05drf1k8shxnp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdftricks") @@ -75264,12 +89420,17 @@ (define-public texlive-pdftricks2 (package (name "texlive-pdftricks2") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdftricks2/" - "tex/latex/pdftricks2/") - (base32 - "0znq52nzknv0x16cqbpfi90gz89frzk74ww3sg7ibjacmbpfl3j0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdftricks2/" + "tex/latex/pdftricks2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0znq52nzknv0x16cqbpfi90gz89frzk74ww3sg7ibjacmbpfl3j0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdftricks2") @@ -75284,15 +89445,20 @@ (define-public texlive-pedigree-perl (package (name "texlive-pedigree-perl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/pedigree.1" - "doc/man/man1/pedigree.man1.pdf" - "doc/support/pedigree-perl/" - "scripts/pedigree-perl/" - "source/latex/pedigree-perl/") - (base32 - "0s2186j4hx5v12g5r8admif2ysi6nnm8d0xxpwq26brfcjrbbh7r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/pedigree.1" + "doc/man/man1/pedigree.man1.pdf" + "doc/support/pedigree-perl/" + "scripts/pedigree-perl/" + "source/latex/pedigree-perl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s2186j4hx5v12g5r8admif2ysi6nnm8d0xxpwq26brfcjrbbh7r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "pedigree.pl"))) @@ -75310,11 +89476,16 @@ (define-public texlive-psbao (package (name "texlive-psbao") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/psbao/" "tex/latex/psbao/") - (base32 - "11gfnjvhrgic18s45pj6hn8slj9kmrmsrh4kqn83sfdxy2mr2y32"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/psbao/" "tex/latex/psbao/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11gfnjvhrgic18s45pj6hn8slj9kmrmsrh4kqn83sfdxy2mr2y32")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/psbao") @@ -75328,16 +89499,21 @@ (define-public texlive-pslatex (package (name "texlive-pslatex") (version "2023.0") - (source (texlive-origin - name version - (list "fonts/map/dvips/pslatex/" - "fonts/tfm/public/pslatex/" - "fonts/vf/public/pslatex/" - "source/latex/pslatex/fontinst/" - "source/latex/pslatex/shell/" - "tex/latex/pslatex/") - (base32 - "1jazd3wl614c7nxl89aj7bhdahhq3h6rrs3p5cyzwqmw3b8h2zrl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "fonts/map/dvips/pslatex/" + "fonts/tfm/public/pslatex/" + "fonts/vf/public/pslatex/" + "source/latex/pslatex/fontinst/" + "source/latex/pslatex/shell/" + "tex/latex/pslatex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jazd3wl614c7nxl89aj7bhdahhq3h6rrs3p5cyzwqmw3b8h2zrl")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pslatex") (synopsis "Use PostScript fonts by default") @@ -75361,13 +89537,18 @@ (define-public texlive-pspicture (package (name "texlive-pspicture") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pspicture/" "dvips/pspicture/" - "source/latex/pspicture/" - "tex/latex/pspicture/") - (base32 - "06wlnwyn45873zghnbw16lzmfj98r9il218z84p1ixw6jwkwlkh8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pspicture/" "dvips/pspicture/" + "source/latex/pspicture/" + "tex/latex/pspicture/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06wlnwyn45873zghnbw16lzmfj98r9il218z84p1ixw6jwkwlkh8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pspicture") @@ -75382,13 +89563,18 @@ (define-public texlive-datetime (package (name "texlive-datetime") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime/" - "source/latex/datetime/" - "tex/latex/datetime/") - (base32 - "07rx0bcr8b73669xmvl1q3qy96jfqlfs2yv2khjcaf2yfid3c2vw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime/" + "source/latex/datetime/" + "tex/latex/datetime/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07rx0bcr8b73669xmvl1q3qy96jfqlfs2yv2khjcaf2yfid3c2vw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime") @@ -75406,13 +89592,18 @@ (define-public texlive-datetime2 (package (name "texlive-datetime2") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2/" - "source/latex/datetime2/" - "tex/latex/datetime2/") - (base32 - "0yjkpfic1ni4j2g61rrjj5hjyd43shc9c0sg1aivbbsmqh30dn33"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2/" + "source/latex/datetime2/" + "tex/latex/datetime2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yjkpfic1ni4j2g61rrjj5hjyd43shc9c0sg1aivbbsmqh30dn33")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -75436,14 +89627,19 @@ (define-public texlive-tracklang (package (name "texlive-tracklang") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/tracklang/" - "source/latex/tracklang/" - "tex/generic/tracklang/" - "tex/latex/tracklang/") - (base32 - "0y8kdr5v033dp79fqfdc1jpp1x3lv0yjz5fjd6yk2xxw30lps1s9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/tracklang/" + "source/latex/tracklang/" + "tex/generic/tracklang/" + "tex/latex/tracklang/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y8kdr5v033dp79fqfdc1jpp1x3lv0yjz5fjd6yk2xxw30lps1s9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tracklang") @@ -75461,11 +89657,16 @@ (define-public texlive-ltablex (package (name "texlive-ltablex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ltablex/" "tex/latex/ltablex/") - (base32 - "14lmgj820j6zwj1xnd6ad38kzb9w132kp7sp55cv5bk9vhx3621w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ltablex/" "tex/latex/ltablex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14lmgj820j6zwj1xnd6ad38kzb9w132kp7sp55cv5bk9vhx3621w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ltablex") @@ -75481,12 +89682,17 @@ (define-public texlive-ragged2e (package (name "texlive-ragged2e") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ragged2e/" "source/latex/ragged2e/" - "tex/latex/ragged2e/") - (base32 - "06wr2x7mgd40wdq3dnjg3rp5p41fqk6lsj28652i6g71rhnga3sc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ragged2e/" "source/latex/ragged2e/" + "tex/latex/ragged2e/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06wr2x7mgd40wdq3dnjg3rp5p41fqk6lsj28652i6g71rhnga3sc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -75505,12 +89711,17 @@ (define-public texlive-rcs (package (name "texlive-rcs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rcs/" "source/latex/rcs/" - "tex/latex/rcs/") - (base32 - "0lhb5njyk5y60lgbbggy804qqc0szcybbhndmwblpxhhyxiqvmi5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rcs/" "source/latex/rcs/" + "tex/latex/rcs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lhb5njyk5y60lgbbggy804qqc0szcybbhndmwblpxhhyxiqvmi5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rcs") @@ -75527,12 +89738,17 @@ (define-public texlive-refstyle (package (name "texlive-refstyle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/refstyle/" "source/latex/refstyle/" - "tex/latex/refstyle/") - (base32 - "0ckfm04kfi67babpn3m99nqj4b9r1fs0ivq5m7yz90mz4lqykhbs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/refstyle/" "source/latex/refstyle/" + "tex/latex/refstyle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ckfm04kfi67babpn3m99nqj4b9r1fs0ivq5m7yz90mz4lqykhbs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/refstyle") @@ -75553,11 +89769,16 @@ (define-public texlive-relsize (package (name "texlive-relsize") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/relsize/" "tex/latex/relsize/") - (base32 - "07g9wqxsh3a9rmfbppaqhyic82a1i1habizaf4hpdi3246w6nnby"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/relsize/" "tex/latex/relsize/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07g9wqxsh3a9rmfbppaqhyic82a1i1habizaf4hpdi3246w6nnby")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/relsize") @@ -75572,11 +89793,16 @@ (define-public texlive-russ (package (name "texlive-russ") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/russ/" "tex/latex/russ/") - (base32 - "0ixvdjvgrqn5z8glvbr1i9k4yw00n260d11n034x6j67srxph3rb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/russ/" "tex/latex/russ/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ixvdjvgrqn5z8glvbr1i9k4yw00n260d11n034x6j67srxph3rb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/russ") @@ -75593,13 +89819,18 @@ (define-public texlive-everyhook (package (name "texlive-everyhook") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/everyhook/" - "source/latex/everyhook/" - "tex/latex/everyhook/") - (base32 - "0rcw2d5ncq8avk33nxika34q3da1v4kcmr6jqdxdg49bq4h8ljs7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/everyhook/" + "source/latex/everyhook/" + "tex/latex/everyhook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rcw2d5ncq8avk33nxika34q3da1v4kcmr6jqdxdg49bq4h8ljs7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -75633,13 +89864,18 @@ (define-public texlive-everypage (package (name "texlive-everypage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/everypage/" - "source/latex/everypage/" - "tex/latex/everypage/") - (base32 - "1kw7n7az823sc8gjrd4gjkkak1780yn76zswlnwapxmvl62pv9xk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/everypage/" + "source/latex/everypage/" + "tex/latex/everypage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kw7n7az823sc8gjrd4gjkkak1780yn76zswlnwapxmvl62pv9xk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/everypage") @@ -75656,12 +89892,17 @@ (define-public texlive-everysel (package (name "texlive-everysel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/everysel/" "source/latex/everysel/" - "tex/latex/everysel/") - (base32 - "0skzm2qsk5vpjxgslclp4pvbbcrrnm1w3df8xfvfq252dyd7w8s5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/everysel/" "source/latex/everysel/" + "tex/latex/everysel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0skzm2qsk5vpjxgslclp4pvbbcrrnm1w3df8xfvfq252dyd7w8s5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -75680,12 +89921,17 @@ (define-public texlive-everyshi (package (name "texlive-everyshi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/everyshi/" "source/latex/everyshi/" - "tex/latex/everyshi/") - (base32 - "11y6xazv1nk0m2hzsainjr8ijn5cff04xfccm6a65hzg7ipggraj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/everyshi/" "source/latex/everyshi/" + "tex/latex/everyshi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11y6xazv1nk0m2hzsainjr8ijn5cff04xfccm6a65hzg7ipggraj")))) (outputs '("out" "doc")) (build-system texlive-build-system) ;; Building `texlive-everyshi' requires "latex" format, provided by @@ -75736,12 +89982,17 @@ (define-public texlive-abstract (package (name "texlive-abstract") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/abstract/" "source/latex/abstract/" - "tex/latex/abstract/") - (base32 - "1axm78qgrpml09pkh252g1hsjx9c2w7mbdrm9rdl4yqh5ppwq4y9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/abstract/" "source/latex/abstract/" + "tex/latex/abstract/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1axm78qgrpml09pkh252g1hsjx9c2w7mbdrm9rdl4yqh5ppwq4y9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/abstract") @@ -75756,12 +90007,17 @@ (define-public texlive-bredzenie (package (name "texlive-bredzenie") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bredzenie/" - "tex/latex/bredzenie/") - (base32 - "07ixmdcg2kxnaf2wacq6imp6i159jmyy3xn16135j8ddl2kbxp4s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bredzenie/" + "tex/latex/bredzenie/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07ixmdcg2kxnaf2wacq6imp6i159jmyy3xn16135j8ddl2kbxp4s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bredzenie") @@ -75778,12 +90034,17 @@ (define-public texlive-breqn (package (name "texlive-breqn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/breqn/" "source/latex/breqn/" - "tex/latex/breqn/") - (base32 - "03iyxwcr94f2y7ar7qin5nzjcvmamhblv5lxb97dg6r79mk4wr75"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/breqn/" "source/latex/breqn/" + "tex/latex/breqn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03iyxwcr94f2y7ar7qin5nzjcvmamhblv5lxb97dg6r79mk4wr75")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/breqn") @@ -75801,12 +90062,17 @@ (define-public texlive-breakurl (package (name "texlive-breakurl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/breakurl/" "source/latex/breakurl/" - "tex/latex/breakurl/") - (base32 - "1lihfrihf1i300sddz09rsn6gj30g299warn88gli9hbrfy6nvw5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/breakurl/" "source/latex/breakurl/" + "tex/latex/breakurl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lihfrihf1i300sddz09rsn6gj30g299warn88gli9hbrfy6nvw5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/breakurl") @@ -75823,14 +90089,19 @@ (define-public texlive-cc-pl (package (name "texlive-cc-pl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/cc-pl/" "fonts/map/dvips/cc-pl/" - "fonts/source/public/cc-pl/" - "fonts/tfm/public/cc-pl/" - "fonts/type1/public/cc-pl/") - (base32 - "0wxpa4s2rx54z259zmg5km91ycydra4d9kn3y6mhkvjjif1yl8av"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/cc-pl/" "fonts/map/dvips/cc-pl/" + "fonts/source/public/cc-pl/" + "fonts/tfm/public/cc-pl/" + "fonts/type1/public/cc-pl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wxpa4s2rx54z259zmg5km91ycydra4d9kn3y6mhkvjjif1yl8av")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-concrete texlive-metafont texlive-pl)) @@ -75846,11 +90117,16 @@ (define-public texlive-comment (package (name "texlive-comment") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/comment/" "tex/latex/comment/") - (base32 - "1c1mqziwxyf1bqzpw6ji65n7ypygm3lyknblxmf0c70w0ivw76pa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/comment/" "tex/latex/comment/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c1mqziwxyf1bqzpw6ji65n7ypygm3lyknblxmf0c70w0ivw76pa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/comment") @@ -75864,12 +90140,17 @@ (define-public texlive-datatool (package (name "texlive-datatool") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/datatool/" "doc/latex/datatool/" - "source/latex/datatool/" "tex/latex/datatool/") - (base32 - "13v6g3i9pch63159ibpn1r8dwl6ip4hm4cv4z0jx6nn3x8kds5ks"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/datatool/" "doc/latex/datatool/" + "source/latex/datatool/" "tex/latex/datatool/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13v6g3i9pch63159ibpn1r8dwl6ip4hm4cv4z0jx6nn3x8kds5ks")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -75888,11 +90169,16 @@ (define-public texlive-physics (package (name "texlive-physics") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/physics/" "tex/latex/physics/") - (base32 - "1wy58wwcv1pv18xs1n71abnm73dqnxqijxvhfxk0rcmvbc6wvwrb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/physics/" "tex/latex/physics/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wy58wwcv1pv18xs1n71abnm73dqnxqijxvhfxk0rcmvbc6wvwrb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/physics") @@ -75907,24 +90193,29 @@ (define-public texlive-sourcesanspro (package (name "texlive-sourcesanspro") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sourcesanspro/" - "fonts/enc/dvips/sourcesanspro/" - "fonts/map/dvips/sourcesanspro/" - "fonts/opentype/adobe/sourcesanspro/" - ;; ^ It would be tempting to use our - ;; font-adobe-source-sans-pro for these, but the version in - ;; texlive could differ from our version: probably the - ;; difference would be small, but debugging would not be - ;; fun. If the files are really identical, Guix will - ;; hard-link them anyway. - "fonts/tfm/adobe/sourcesanspro/" - "fonts/type1/adobe/sourcesanspro/" - "fonts/vf/adobe/sourcesanspro/" - "tex/latex/sourcesanspro/") - (base32 - "18z7ln8dyh0sp6v0vdvc6qqxnpg3h3ix0f5magjcjbpay54kl0i3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sourcesanspro/" + "fonts/enc/dvips/sourcesanspro/" + "fonts/map/dvips/sourcesanspro/" + "fonts/opentype/adobe/sourcesanspro/" + ;; ^ It would be tempting to use our + ;; font-adobe-source-sans-pro for these, but the version in + ;; texlive could differ from our version: probably the + ;; difference would be small, but debugging would not be + ;; fun. If the files are really identical, Guix will + ;; hard-link them anyway. + "fonts/tfm/adobe/sourcesanspro/" + "fonts/type1/adobe/sourcesanspro/" + "fonts/vf/adobe/sourcesanspro/" + "tex/latex/sourcesanspro/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18z7ln8dyh0sp6v0vdvc6qqxnpg3h3ix0f5magjcjbpay54kl0i3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sourcesanspro") @@ -75939,19 +90230,24 @@ (define-public texlive-sourceserifpro (package (name "texlive-sourceserifpro") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sourceserifpro/" - "fonts/enc/dvips/sourceserifpro/" - "fonts/map/dvips/sourceserifpro/" - "fonts/opentype/adobe/sourceserifpro/" - ;; ^ See comment in `texlive-sourcesanspro'. - "fonts/tfm/adobe/sourceserifpro/" - "fonts/type1/adobe/sourceserifpro/" - "fonts/vf/adobe/sourceserifpro/" - "tex/latex/sourceserifpro/") - (base32 - "18xxncg8ybv86r46zq5mvgkrfnvlhx93n55fy8nkk8vdmminrh8w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sourceserifpro/" + "fonts/enc/dvips/sourceserifpro/" + "fonts/map/dvips/sourceserifpro/" + "fonts/opentype/adobe/sourceserifpro/" + ;; ^ See comment in `texlive-sourcesanspro'. + "fonts/tfm/adobe/sourceserifpro/" + "fonts/type1/adobe/sourceserifpro/" + "fonts/vf/adobe/sourceserifpro/" + "tex/latex/sourceserifpro/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18xxncg8ybv86r46zq5mvgkrfnvlhx93n55fy8nkk8vdmminrh8w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sourceserifpro") @@ -75966,19 +90262,24 @@ (define-public texlive-sourcecodepro (package (name "texlive-sourcecodepro") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sourcecodepro/" - "fonts/enc/dvips/sourcecodepro/" - "fonts/map/dvips/sourcecodepro/" - "fonts/opentype/adobe/sourcecodepro/" - ;; ^ See comment in `texlive-sourcesanspro'. - "fonts/tfm/adobe/sourcecodepro/" - "fonts/type1/adobe/sourcecodepro/" - "fonts/vf/adobe/sourcecodepro/" - "tex/latex/sourcecodepro/") - (base32 - "009v9y7d3vsljgq9nw5yx4kzyqavxbwrlvwhfjj83s6rmb9xcrmh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sourcecodepro/" + "fonts/enc/dvips/sourcecodepro/" + "fonts/map/dvips/sourcecodepro/" + "fonts/opentype/adobe/sourcecodepro/" + ;; ^ See comment in `texlive-sourcesanspro'. + "fonts/tfm/adobe/sourcecodepro/" + "fonts/type1/adobe/sourcecodepro/" + "fonts/vf/adobe/sourcecodepro/" + "tex/latex/sourcecodepro/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "009v9y7d3vsljgq9nw5yx4kzyqavxbwrlvwhfjj83s6rmb9xcrmh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sourcecodepro") @@ -75992,12 +90293,17 @@ (define-public texlive-hyphenat (package (name "texlive-hyphenat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hyphenat/" "source/latex/hyphenat/" - "tex/latex/hyphenat/") - (base32 - "0gm7s7bidp9b4sfgylvwydban8jylfcskmqrf0sxlwxsqxqq5fy5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hyphenat/" "source/latex/hyphenat/" + "tex/latex/hyphenat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gm7s7bidp9b4sfgylvwydban8jylfcskmqrf0sxlwxsqxqq5fy5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hyphenat") @@ -76016,12 +90322,17 @@ (define-public texlive-lastpage (package (name "texlive-lastpage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lastpage/" "source/latex/lastpage/" - "tex/latex/lastpage/") - (base32 - "0rb8kmslmxxr41g9nxmk60m0w0f3428kci42xys21lq4jrdsdz0m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lastpage/" "source/latex/lastpage/" + "tex/latex/lastpage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rb8kmslmxxr41g9nxmk60m0w0f3428kci42xys21lq4jrdsdz0m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lastpage") @@ -76039,12 +90350,17 @@ (define-public texlive-layaureo (package (name "texlive-layaureo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/layaureo/" "source/latex/layaureo/" - "tex/latex/layaureo/") - (base32 - "021dcqv8flqv665falbiq7ga56zpihzrdi6kc59nbk0l4jmxf1w9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/layaureo/" "source/latex/layaureo/" + "tex/latex/layaureo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "021dcqv8flqv665falbiq7ga56zpihzrdi6kc59nbk0l4jmxf1w9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/layaureo") @@ -76060,11 +90376,16 @@ (define-public texlive-tabto-ltx (package (name "texlive-tabto-ltx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tabto-ltx/" "tex/latex/tabto-ltx/") - (base32 - "0q0v1pc4hvj71nayfpkj6gfwcbi18s5c526r1k7j4p9m5fcqmbgm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tabto-ltx/" "tex/latex/tabto-ltx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q0v1pc4hvj71nayfpkj6gfwcbi18s5c526r1k7j4p9m5fcqmbgm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tabto-ltx") @@ -76086,12 +90407,17 @@ (define-public texlive-soul (package (name "texlive-soul") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/soul/" "source/generic/soul/" - "tex/generic/soul/") - (base32 - "1q6qd5fcqs9n49jxa77ildvdcdcqpw914m2xn9wggkp4d2kvxzh1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/soul/" "source/generic/soul/" + "tex/generic/soul/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q6qd5fcqs9n49jxa77ildvdcdcqpw914m2xn9wggkp4d2kvxzh1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/soul") @@ -76112,11 +90438,16 @@ (define-public texlive-xstring (package (name "texlive-xstring") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/xstring/" "tex/generic/xstring/") - (base32 - "1sm84z6nlxipv10ydaww5yl4l2c31hznx3vzzqzaw1gi2yi2d6bb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/xstring/" "tex/generic/xstring/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sm84z6nlxipv10ydaww5yl4l2c31hznx3vzzqzaw1gi2yi2d6bb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xstring") @@ -76136,11 +90467,16 @@ (define-public texlive-substr (package (name "texlive-substr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/substr/" "tex/latex/substr/") - (base32 - "0kfd4kq5yrg65f2mpric1cs1xr416wgj9bdixpibgjsdg5fb73sw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/substr/" "tex/latex/substr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kfd4kq5yrg65f2mpric1cs1xr416wgj9bdixpibgjsdg5fb73sw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/substr") @@ -76156,12 +90492,17 @@ (define-public texlive-totcount (package (name "texlive-totcount") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/totcount/" "source/latex/totcount/" - "tex/latex/totcount/") - (base32 - "1rj9ncip5h2cbdljjqwxqsg14pb4mimzhz290q872n32w7rxkp28"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/totcount/" "source/latex/totcount/" + "tex/latex/totcount/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rj9ncip5h2cbdljjqwxqsg14pb4mimzhz290q872n32w7rxkp28")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -76179,12 +90520,17 @@ (define-public texlive-totpages (package (name "texlive-totpages") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/totpages/" "source/latex/totpages/" - "tex/latex/totpages/") - (base32 - "1mmya2fqdskyavw3hvdiygfyp9cll7bl4lpi7pl2jf9s7ds49j5a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/totpages/" "source/latex/totpages/" + "tex/latex/totpages/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mmya2fqdskyavw3hvdiygfyp9cll7bl4lpi7pl2jf9s7ds49j5a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -76200,13 +90546,18 @@ (define-public texlive-xdvi (package (name "texlive-xdvi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/xdvi.1" - "doc/man/man1/xdvi.man1.pdf" "dvips/xdvi/" - "xdvi/") - (base32 - "1iidl3876vyi9k2dyfwd73q5kb53kwckivfyvvxh953n4axbqmi4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/xdvi.1" + "doc/man/man1/xdvi.man1.pdf" "dvips/xdvi/" + "xdvi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1iidl3876vyi9k2dyfwd73q5kb53kwckivfyvvxh953n4axbqmi4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-xdvi-bin)) @@ -76270,11 +90621,16 @@ (define-public texlive-xetexconfig (package (name "texlive-xetexconfig") (version "2023.0") - (source (texlive-origin - name version - (list "tex/xelatex/xetexconfig/") - (base32 - "1253njshiwdayzq0xir9cmbi8syhjb3sc4pyrw9p6kzyqvckkcxm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/xelatex/xetexconfig/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1253njshiwdayzq0xir9cmbi8syhjb3sc4pyrw9p6kzyqvckkcxm")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xetexconfig") (synopsis "@file{crop.cfg} for XeLaTeX") @@ -76286,22 +90642,27 @@ (define-public texlive-xetex (package (name "texlive-xetex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/man/man1/xelatex-unsafe.1" - "doc/man/man1/xelatex-unsafe.man1.pdf" - "doc/man/man1/xelatex.1" - "doc/man/man1/xelatex.man1.pdf" - "doc/man/man1/xetex-unsafe.1" - "doc/man/man1/xetex-unsafe.man1.pdf" - "doc/man/man1/xetex.1" - "doc/man/man1/xetex.man1.pdf" - "doc/xetex/base/" - "fonts/misc/xetex/fontmapping/base/" - "scripts/texlive-extra/xelatex-unsafe.sh" - "scripts/texlive-extra/xetex-unsafe.sh") - (base32 - "1fc1b3pmzg6g80jnl7ixqbk79wd6frf477nvgxs1sf56vf9r3vjw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/man/man1/xelatex-unsafe.1" + "doc/man/man1/xelatex-unsafe.man1.pdf" + "doc/man/man1/xelatex.1" + "doc/man/man1/xelatex.man1.pdf" + "doc/man/man1/xetex-unsafe.1" + "doc/man/man1/xetex-unsafe.man1.pdf" + "doc/man/man1/xetex.1" + "doc/man/man1/xetex.man1.pdf" + "doc/xetex/base/" + "fonts/misc/xetex/fontmapping/base/" + "scripts/texlive-extra/xelatex-unsafe.sh" + "scripts/texlive-extra/xetex-unsafe.sh")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fc1b3pmzg6g80jnl7ixqbk79wd6frf477nvgxs1sf56vf9r3vjw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -76388,13 +90749,18 @@ (define-public texlive-xfor (package (name "texlive-xfor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xfor/" - "source/latex/xfor/" - "tex/latex/xfor/") - (base32 - "1j241j8sixqkaj2xmcvmrfwm1sdw6xdssnzml1bjs54rqzyh768a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xfor/" + "source/latex/xfor/" + "tex/latex/xfor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j241j8sixqkaj2xmcvmrfwm1sdw6xdssnzml1bjs54rqzyh768a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xfor") @@ -76410,11 +90776,16 @@ (define-public texlive-2up (package (name "texlive-2up") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/2up/" "tex/generic/2up/") - (base32 - "0b1fw8j91jdjq5jf2riq6q1qxxwzsv5vx5qsramzvk5cq391s1yg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/2up/" "tex/generic/2up/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b1fw8j91jdjq5jf2riq6q1qxxwzsv5vx5qsramzvk5cq391s1yg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/twoup-gen") @@ -76429,11 +90800,16 @@ (define-public texlive-a0poster (package (name "texlive-a0poster") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/a0poster/" "tex/latex/a0poster/") - (base32 - "11b6hcspl01w2w1dy4491nl7xyjxfydkzrbl55bis5j1a64pbixn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/a0poster/" "tex/latex/a0poster/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11b6hcspl01w2w1dy4491nl7xyjxfydkzrbl55bis5j1a64pbixn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/a0poster") @@ -76450,11 +90826,16 @@ (define-public texlive-a4wide (package (name "texlive-a4wide") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/a4wide/" "tex/latex/a4wide/") - (base32 - "1i0rwkfzvyd0d8809djli85df1085b9vi97n2c9ipc8kjls1vygi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/a4wide/" "tex/latex/a4wide/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i0rwkfzvyd0d8809djli85df1085b9vi97n2c9ipc8kjls1vygi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/a4wide") @@ -76470,11 +90851,16 @@ (define-public texlive-a5comb (package (name "texlive-a5comb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/a5comb/" "tex/latex/a5comb/") - (base32 - "07ifhiza5ax2s6xlhz8q2xvb0q3acymfp0qhhpbhswygpqb0p75w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/a5comb/" "tex/latex/a5comb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07ifhiza5ax2s6xlhz8q2xvb0q3acymfp0qhhpbhswygpqb0p75w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/a5comb") @@ -76488,11 +90874,16 @@ (define-public texlive-abraces (package (name "texlive-abraces") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/abraces/" "tex/latex/abraces/") - (base32 - "02pdq877cb24vinqzl09wb0hyrvcijm2jjm5bqxb1jrd2nxcj8xh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/abraces/" "tex/latex/abraces/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02pdq877cb24vinqzl09wb0hyrvcijm2jjm5bqxb1jrd2nxcj8xh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/abraces") @@ -76507,12 +90898,17 @@ (define-public texlive-abspos (package (name "texlive-abspos") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/abspos/" "source/latex/abspos/" - "tex/latex/abspos/") - (base32 - "1ixcvfn13yqbpi082rgi6zwlmyyz6s61jizh0ym6skg2bx036w2y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/abspos/" "source/latex/abspos/" + "tex/latex/abspos/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ixcvfn13yqbpi082rgi6zwlmyyz6s61jizh0ym6skg2bx036w2y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/abspos") @@ -76530,13 +90926,18 @@ (define-public texlive-accessibility (package (name "texlive-accessibility") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/accessibility/" - "source/latex/accessibility/" - "tex/latex/accessibility/") - (base32 - "1xd8sps37fa96wzrcmnhr99wr12f1hx5z6j5gzwcn073gxdr8wxh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/accessibility/" + "source/latex/accessibility/" + "tex/latex/accessibility/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xd8sps37fa96wzrcmnhr99wr12f1hx5z6j5gzwcn073gxdr8wxh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/accessibility") @@ -76553,12 +90954,17 @@ (define-public texlive-achemso (package (name "texlive-achemso") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/achemso/" "doc/latex/achemso/" - "source/latex/achemso/" "tex/latex/achemso/") - (base32 - "02s9ykgshnn5pffsy9j2fimflkj80kyk1kqfvn6yzvmwddp6rsgd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/achemso/" "doc/latex/achemso/" + "source/latex/achemso/" "tex/latex/achemso/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02s9ykgshnn5pffsy9j2fimflkj80kyk1kqfvn6yzvmwddp6rsgd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/achemso") @@ -76575,11 +90981,16 @@ (define-public texlive-acro (package (name "texlive-acro") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/acro/" "tex/latex/acro/") - (base32 - "0c0gyc3q2qz24zjxplfcxswgh1sd9xw5fa0zwk33gahbzm1vbkqb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/acro/" "tex/latex/acro/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c0gyc3q2qz24zjxplfcxswgh1sd9xw5fa0zwk33gahbzm1vbkqb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-etoolbox texlive-l3kernel @@ -76600,13 +91011,18 @@ (define-public texlive-acroterm (package (name "texlive-acroterm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/acroterm/" - "source/latex/acroterm/" - "tex/latex/acroterm/") - (base32 - "04ickn8igj226vdjffgpx9ysvlcl5d61m565ijcs3zln02w5c06y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/acroterm/" + "source/latex/acroterm/" + "tex/latex/acroterm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04ickn8igj226vdjffgpx9ysvlcl5d61m565ijcs3zln02w5c06y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/acroterm") @@ -76621,13 +91037,18 @@ (define-public texlive-actuarialangle (package (name "texlive-actuarialangle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/actuarialangle/" - "source/latex/actuarialangle/" - "tex/latex/actuarialangle/") - (base32 - "0j8z47n0aawhvz2s4i0pwfp7yq1vqsxbd2sjx7f955n6k2f54hhw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/actuarialangle/" + "source/latex/actuarialangle/" + "tex/latex/actuarialangle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0j8z47n0aawhvz2s4i0pwfp7yq1vqsxbd2sjx7f955n6k2f54hhw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -76660,13 +91081,18 @@ (define-public texlive-actuarialsymbol (package (name "texlive-actuarialsymbol") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/actuarialsymbol/" - "source/latex/actuarialsymbol/" - "tex/latex/actuarialsymbol/") - (base32 - "1rnipnm3crv9qmcf7icymizkp4bkkaa1p50qfni04aq89csqnkwq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/actuarialsymbol/" + "source/latex/actuarialsymbol/" + "tex/latex/actuarialsymbol/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rnipnm3crv9qmcf7icymizkp4bkkaa1p50qfni04aq89csqnkwq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -76721,11 +91147,16 @@ (define-public texlive-addfont (package (name "texlive-addfont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/addfont/" "tex/latex/addfont/") - (base32 - "0wwjvqgidayw5s6av67k36l6ahbcwwyyn186r3frrgravyshld20"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/addfont/" "tex/latex/addfont/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wwjvqgidayw5s6av67k36l6ahbcwwyyn186r3frrgravyshld20")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/addfont") @@ -76744,13 +91175,18 @@ (define-public texlive-addlines (package (name "texlive-addlines") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/addlines/" - "source/latex/addlines/" - "tex/latex/addlines/") - (base32 - "1hn7xhzr6qxfv5rp7hlb3ln3zfm52g5hb006f4gdwc17c0j25h48"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/addlines/" + "source/latex/addlines/" + "tex/latex/addlines/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hn7xhzr6qxfv5rp7hlb3ln3zfm52g5hb006f4gdwc17c0j25h48")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/addlines") @@ -76766,13 +91202,18 @@ (define-public texlive-adjmulticol (package (name "texlive-adjmulticol") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/adjmulticol/" - "source/latex/adjmulticol/" - "tex/latex/adjmulticol/") - (base32 - "0f7z43b2jx0v2zfxmalbhvh7jd9ln41ldy6zncj7s0x5j0p45gfv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/adjmulticol/" + "source/latex/adjmulticol/" + "tex/latex/adjmulticol/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f7z43b2jx0v2zfxmalbhvh7jd9ln41ldy6zncj7s0x5j0p45gfv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/adjmulticol") @@ -76787,12 +91228,17 @@ (define-public texlive-adrconv (package (name "texlive-adrconv") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/adrconv/" "doc/latex/adrconv/" - "source/latex/adrconv/" "tex/latex/adrconv/") - (base32 - "0ssjws7rvmv97s13qnx3xiakgrr1wyndv7d6zfji73cqck27q2kf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/adrconv/" "doc/latex/adrconv/" + "source/latex/adrconv/" "tex/latex/adrconv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ssjws7rvmv97s13qnx3xiakgrr1wyndv7d6zfji73cqck27q2kf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/adrconv") @@ -76809,11 +91255,16 @@ (define-public texlive-advdate (package (name "texlive-advdate") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/advdate/" "tex/latex/advdate/") - (base32 - "0ixgswmsiy81d9dsrk1w36qlwrsgqmcs2kkvlymgb73n8jfh8n02"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/advdate/" "tex/latex/advdate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ixgswmsiy81d9dsrk1w36qlwrsgqmcs2kkvlymgb73n8jfh8n02")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/advdate") @@ -76828,11 +91279,16 @@ (define-public texlive-akktex (package (name "texlive-akktex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/akktex/" "tex/latex/akktex/") - (base32 - "1inwr5s2n9a8a0j8v7ngzcxg9dmg24vlyjcchjgd5x808ril98wx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/akktex/" "tex/latex/akktex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1inwr5s2n9a8a0j8v7ngzcxg9dmg24vlyjcchjgd5x808ril98wx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/akktex") @@ -76850,11 +91306,16 @@ (define-public texlive-akletter (package (name "texlive-akletter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/akletter/" "tex/latex/akletter/") - (base32 - "1zk48az12ifl90c75bwm9cxbl4sxc73z9gxkj7qd551npr2ry7j1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/akletter/" "tex/latex/akletter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zk48az12ifl90c75bwm9cxbl4sxc73z9gxkj7qd551npr2ry7j1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/akletter") @@ -76870,12 +91331,17 @@ (define-public texlive-alchemist (package (name "texlive-alchemist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/alchemist/" - "tex/latex/alchemist/") - (base32 - "1vbkzmg6ilyz31xa14mzh08m758vrqb1c0qfii9cxzp7sdn1706w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/alchemist/" + "tex/latex/alchemist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vbkzmg6ilyz31xa14mzh08m758vrqb1c0qfii9cxzp7sdn1706w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/alchemist") @@ -76889,13 +91355,18 @@ (define-public texlive-alertmessage (package (name "texlive-alertmessage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/alertmessage/" - "source/latex/alertmessage/" - "tex/latex/alertmessage/") - (base32 - "03pbkpbkgxx4c91b43bbykh931ncvm92mzjms9cpb5msf6yjk2wq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/alertmessage/" + "source/latex/alertmessage/" + "tex/latex/alertmessage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03pbkpbkgxx4c91b43bbykh931ncvm92mzjms9cpb5msf6yjk2wq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/alertmessage") @@ -76909,13 +91380,18 @@ (define-public texlive-alnumsec (package (name "texlive-alnumsec") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/alnumsec/" - "source/latex/alnumsec/" - "tex/latex/alnumsec/") - (base32 - "1c70939fnp251g9p9ksqabjjsfngkp155h5grq21mpx1m7x4zlcb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/alnumsec/" + "source/latex/alnumsec/" + "tex/latex/alnumsec/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c70939fnp251g9p9ksqabjjsfngkp155h5grq21mpx1m7x4zlcb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/alnumsec") @@ -76932,11 +91408,16 @@ (define-public texlive-alterqcm (package (name "texlive-alterqcm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/alterqcm/" "tex/latex/alterqcm/") - (base32 - "1ag9dxw5x95mk5mjd5jlvk4p0ddjxxzvica669hr4habyiyjmcm1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/alterqcm/" "tex/latex/alterqcm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ag9dxw5x95mk5mjd5jlvk4p0ddjxxzvica669hr4habyiyjmcm1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/alterqcm") @@ -76951,12 +91432,17 @@ (define-public texlive-altfont (package (name "texlive-altfont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/altfont/" "source/latex/altfont/" - "tex/latex/altfont/") - (base32 - "03rr2j5pbld5wd0ici53m870mlmf44g5h9xgf6qnkra1assgi0sj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/altfont/" "source/latex/altfont/" + "tex/latex/altfont/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03rr2j5pbld5wd0ici53m870mlmf44g5h9xgf6qnkra1assgi0sj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/altfont") @@ -76971,13 +91457,18 @@ (define-public texlive-altsubsup (package (name "texlive-altsubsup") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/altsubsup/" - "source/latex/altsubsup/" - "tex/latex/altsubsup/") - (base32 - "1c30v7pxlfxvkygli3xkzx9sbn99xkaqvs2s4ansz4wxzamsziiz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/altsubsup/" + "source/latex/altsubsup/" + "tex/latex/altsubsup/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c30v7pxlfxvkygli3xkzx9sbn99xkaqvs2s4ansz4wxzamsziiz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/altsubsup") @@ -76991,12 +91482,17 @@ (define-public texlive-amsaddr (package (name "texlive-amsaddr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/amsaddr/" "source/latex/amsaddr/" - "tex/latex/amsaddr/") - (base32 - "04y34raa9vfrl66jw566rbb00q5xjbm2zh6k6hjs9nlqhndk62k5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/amsaddr/" "source/latex/amsaddr/" + "tex/latex/amsaddr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04y34raa9vfrl66jw566rbb00q5xjbm2zh6k6hjs9nlqhndk62k5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/amsaddr") @@ -77012,12 +91508,17 @@ (define-public texlive-animate (package (name "texlive-animate") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/animate/" "source/latex/animate/" - "tex/latex/animate/") - (base32 - "1s25smsfjvgv5cwhkawd0mk36zkcnbdgvnhc523zkx96q56cac0n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/animate/" "source/latex/animate/" + "tex/latex/animate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s25smsfjvgv5cwhkawd0mk36zkcnbdgvnhc523zkx96q56cac0n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/animate") @@ -77034,11 +91535,16 @@ (define-public texlive-anonchap (package (name "texlive-anonchap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/anonchap/" "tex/latex/anonchap/") - (base32 - "0c606nyp8ybik8vjk821hrvfp8ci5f4dwnllqb932xgnqgibr5rf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/anonchap/" "tex/latex/anonchap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c606nyp8ybik8vjk821hrvfp8ci5f4dwnllqb932xgnqgibr5rf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/anonchap") @@ -77054,12 +91560,17 @@ (define-public texlive-answers (package (name "texlive-answers") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/answers/" "source/latex/answers/" - "tex/latex/answers/") - (base32 - "0cbjkzahi11wqylylxa4gxc3hi5bz2k2pm91brzxsg1sk3d1f4cn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/answers/" "source/latex/answers/" + "tex/latex/answers/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cbjkzahi11wqylylxa4gxc3hi5bz2k2pm91brzxsg1sk3d1f4cn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/answers") @@ -77073,12 +91584,17 @@ (define-public texlive-appendixnumberbeamer (package (name "texlive-appendixnumberbeamer") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/appendixnumberbeamer/" - "tex/latex/appendixnumberbeamer/") - (base32 - "11cv55lzk9s5nnkad41s793qfnin5fpz3gl2h43rsswnqhmisxls"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/appendixnumberbeamer/" + "tex/latex/appendixnumberbeamer/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11cv55lzk9s5nnkad41s793qfnin5fpz3gl2h43rsswnqhmisxls")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/appendixnumberbeamer") @@ -77094,13 +91610,18 @@ (define-public texlive-apptools (package (name "texlive-apptools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/apptools/" - "source/latex/apptools/" - "tex/latex/apptools/") - (base32 - "0vd1gzz5yiidknzpzhdrw500666m0b881qbv6dwdb3qc9k3gbbnb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/apptools/" + "source/latex/apptools/" + "tex/latex/apptools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vd1gzz5yiidknzpzhdrw500666m0b881qbv6dwdb3qc9k3gbbnb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/apptools") @@ -77117,12 +91638,17 @@ (define-public texlive-arabicfront (package (name "texlive-arabicfront") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/arabicfront/" - "tex/latex/arabicfront/") - (base32 - "1cmsv10yn7351nkxs0mjl7xj3xlshg5hj6pyykb9i8yqm8h4jwcn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/arabicfront/" + "tex/latex/arabicfront/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cmsv10yn7351nkxs0mjl7xj3xlshg5hj6pyykb9i8yqm8h4jwcn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/arabicfront") @@ -77139,12 +91665,17 @@ (define-public texlive-arcs (package (name "texlive-arcs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/arcs/" "source/latex/arcs/" - "tex/latex/arcs/") - (base32 - "08a20d8qgpvisfini220g3hw1hivrbp13ngsfd47dpdqwn12n98s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/arcs/" "source/latex/arcs/" + "tex/latex/arcs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08a20d8qgpvisfini220g3hw1hivrbp13ngsfd47dpdqwn12n98s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/arcs") @@ -77160,13 +91691,18 @@ (define-public texlive-arraycols (package (name "texlive-arraycols") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/arraycols/" - "source/latex/arraycols/" - "tex/latex/arraycols/") - (base32 - "1hglgawvmg2c935j5l531244461mqn0xavd75ys1xybbnzc7r44r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/arraycols/" + "source/latex/arraycols/" + "tex/latex/arraycols/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hglgawvmg2c935j5l531244461mqn0xavd75ys1xybbnzc7r44r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/arraycols") @@ -77184,12 +91720,17 @@ (define-public texlive-arrayjobx (package (name "texlive-arrayjobx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/arrayjobx/" - "tex/generic/arrayjobx/") - (base32 - "0w7wvq1wvxvdhd196hl16c3lgzl4b8x05dhv5dy576cr4xc9chgw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/arrayjobx/" + "tex/generic/arrayjobx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0w7wvq1wvxvdhd196hl16c3lgzl4b8x05dhv5dy576cr4xc9chgw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/arrayjobx") @@ -77207,13 +91748,18 @@ (define-public texlive-arraysort (package (name "texlive-arraysort") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/arraysort/" - "source/latex/arraysort/" - "tex/latex/arraysort/") - (base32 - "1nbxpny8vhc7kdhbbbv43xkf8iy23j90bz25aapgz7q3k2865hl0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/arraysort/" + "source/latex/arraysort/" + "tex/latex/arraysort/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nbxpny8vhc7kdhbbbv43xkf8iy23j90bz25aapgz7q3k2865hl0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/arraysort") @@ -77227,13 +91773,18 @@ (define-public texlive-arydshln (package (name "texlive-arydshln") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/arydshln/" - "source/latex/arydshln/" - "tex/latex/arydshln/") - (base32 - "0zhn8fq92ghkci457qmls90yd2q55zfgqd6rxyhzl5nsfhamcrvh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/arydshln/" + "source/latex/arydshln/" + "tex/latex/arydshln/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zhn8fq92ghkci457qmls90yd2q55zfgqd6rxyhzl5nsfhamcrvh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/arydshln") @@ -77250,13 +91801,18 @@ (define-public texlive-asciilist (package (name "texlive-asciilist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/asciilist/" - "source/latex/asciilist/" - "tex/latex/asciilist/") - (base32 - "07jygmvm5jjzj4mxcxj60q73ihc7zgi9g1v7w99xh458x6a0nsys"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/asciilist/" + "source/latex/asciilist/" + "tex/latex/asciilist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07jygmvm5jjzj4mxcxj60q73ihc7zgi9g1v7w99xh458x6a0nsys")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/asciilist") @@ -77276,13 +91832,18 @@ (define-public texlive-askinclude (package (name "texlive-askinclude") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/askinclude/" - "source/latex/askinclude/" - "tex/latex/askinclude/") - (base32 - "0bygb2xlxmazjv3ihag1j4xa8mdrj6n3wmrf0qsz8fksfajxmxks"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/askinclude/" + "source/latex/askinclude/" + "tex/latex/askinclude/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bygb2xlxmazjv3ihag1j4xa8mdrj6n3wmrf0qsz8fksfajxmxks")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/askinclude") @@ -77297,12 +91858,17 @@ (define-public texlive-assignment (package (name "texlive-assignment") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/assignment/" - "tex/latex/assignment/") - (base32 - "182q447ng23vhw3d27dr3dnpqfrp3y8jl7j2l2l6angg9fslp0g0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/assignment/" + "tex/latex/assignment/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "182q447ng23vhw3d27dr3dnpqfrp3y8jl7j2l2l6angg9fslp0g0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/assignment") @@ -77316,11 +91882,16 @@ (define-public texlive-assoccnt (package (name "texlive-assoccnt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/assoccnt/" "tex/latex/assoccnt/") - (base32 - "0a7mwmsqj3vyvgcwxyyhawiylj9qkyggmgzar0517b2wrmqy7iyk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/assoccnt/" "tex/latex/assoccnt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a7mwmsqj3vyvgcwxyyhawiylj9qkyggmgzar0517b2wrmqy7iyk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/assoccnt") @@ -77334,12 +91905,17 @@ (define-public texlive-association-matrix (package (name "texlive-association-matrix") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/association-matrix/" - "tex/latex/association-matrix/") - (base32 - "19fzimmprv08hiwgdxrgayjf9mxp07ris54yc6wj50nah8qirghw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/association-matrix/" + "tex/latex/association-matrix/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19fzimmprv08hiwgdxrgayjf9mxp07ris54yc6wj50nah8qirghw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/association-matrix") @@ -77358,13 +91934,18 @@ (define-public texlive-atendofenv (package (name "texlive-atendofenv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/atendofenv/" - "source/latex/atendofenv/" - "tex/latex/atendofenv/") - (base32 - "07djyllkw3fdwcmvs23j31msm2n18k6b8wbqhan93m1kfwcyyyfx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/atendofenv/" + "source/latex/atendofenv/" + "tex/latex/atendofenv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07djyllkw3fdwcmvs23j31msm2n18k6b8wbqhan93m1kfwcyyyfx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/atendofenv") @@ -77378,11 +91959,16 @@ (define-public texlive-aurl (package (name "texlive-aurl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/aurl/" "tex/latex/aurl/") - (base32 - "01ra6hs6x5imnrjkdv05lairssh7a85bhxq9ghg086jy8lzrgf4c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/aurl/" "tex/latex/aurl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01ra6hs6x5imnrjkdv05lairssh7a85bhxq9ghg086jy8lzrgf4c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/aurl") @@ -77400,12 +91986,17 @@ (define-public texlive-authoraftertitle (package (name "texlive-authoraftertitle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/authoraftertitle/" - "tex/latex/authoraftertitle/") - (base32 - "1x5b17a8xx0wv2zzsgzq5f3farpil4hwyhw070f5rhdzp2h7xcl1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/authoraftertitle/" + "tex/latex/authoraftertitle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x5b17a8xx0wv2zzsgzq5f3farpil4hwyhw070f5rhdzp2h7xcl1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/authoraftertitle") @@ -77420,12 +92011,17 @@ (define-public texlive-authorarchive (package (name "texlive-authorarchive") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/authorarchive/" - "tex/latex/authorarchive/") - (base32 - "0lqz5bb7hz42ja7kmbkgq0l25ram9axj1kgvv6cyhzxdf0b0hxwn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/authorarchive/" + "tex/latex/authorarchive/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lqz5bb7hz42ja7kmbkgq0l25ram9axj1kgvv6cyhzxdf0b0hxwn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/authorarchive") @@ -77443,13 +92039,18 @@ (define-public texlive-authorindex (package (name "texlive-authorindex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/authorindex/" - "scripts/authorindex/" - "tex/latex/authorindex/") - (base32 - "0hadz4qwaks604mp9zb2cklx77v626vbjri7h0gs847mch35mrnw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/authorindex/" + "scripts/authorindex/" + "tex/latex/authorindex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hadz4qwaks604mp9zb2cklx77v626vbjri7h0gs847mch35mrnw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "authorindex"))) @@ -77468,12 +92069,17 @@ (define-public texlive-autofancyhdr (package (name "texlive-autofancyhdr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/autofancyhdr/" - "tex/latex/autofancyhdr/") - (base32 - "1vm2gcacdr5pjz80kfbzkg72sdmrdj94siks9sgr83r82710k9c5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/autofancyhdr/" + "tex/latex/autofancyhdr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vm2gcacdr5pjz80kfbzkg72sdmrdj94siks9sgr83r82710k9c5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/autofancyhdr") @@ -77488,12 +92094,17 @@ (define-public texlive-autonum (package (name "texlive-autonum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/autonum/" "source/latex/autonum/" - "tex/latex/autonum/") - (base32 - "0xlxkmnar4ylprf4zcz59ia9xb9nb2r14hbg7ar4in5rsxsiih4j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/autonum/" "source/latex/autonum/" + "tex/latex/autonum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xlxkmnar4ylprf4zcz59ia9xb9nb2r14hbg7ar4in5rsxsiih4j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/autonum") @@ -77508,12 +92119,17 @@ (define-public texlive-autopdf (package (name "texlive-autopdf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/autopdf/" "source/latex/autopdf/" - "tex/latex/autopdf/") - (base32 - "0sdlazmx6g530ava1ip8mafbd2p57i7mf8sdlg3y1m4bvq244v4m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/autopdf/" "source/latex/autopdf/" + "tex/latex/autopdf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sdlazmx6g530ava1ip8mafbd2p57i7mf8sdlg3y1m4bvq244v4m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "pdflatex")) @@ -77532,12 +92148,17 @@ (define-public texlive-autopuncitems (package (name "texlive-autopuncitems") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/autopuncitems/" - "tex/lualatex/autopuncitems/") - (base32 - "1i7i2yjlh85gmqna19r7j6wz35yrkkmmc2kzv4r2mhhbag25j8iy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/autopuncitems/" + "tex/lualatex/autopuncitems/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i7i2yjlh85gmqna19r7j6wz35yrkkmmc2kzv4r2mhhbag25j8iy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/autopuncitems") @@ -77553,12 +92174,17 @@ (define-public texlive-avremu (package (name "texlive-avremu") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/avremu/" "source/latex/avremu/" - "tex/latex/avremu/") - (base32 - "1fmbmkqy4icbpprgwl9rbb5k44pcymjlqgggcxw9s58slfynsh20"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/avremu/" "source/latex/avremu/" + "tex/latex/avremu/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fmbmkqy4icbpprgwl9rbb5k44pcymjlqgggcxw9s58slfynsh20")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/avremu") @@ -77573,13 +92199,18 @@ (define-public texlive-axessibility (package (name "texlive-axessibility") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/axessibility/" - "source/latex/axessibility/" - "tex/latex/axessibility/") - (base32 - "0h8f4kbgvmb63qdxrq9pjsaqrhl24kcvp75i215bqki9fs4q47vg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/axessibility/" + "source/latex/axessibility/" + "tex/latex/axessibility/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h8f4kbgvmb63qdxrq9pjsaqrhl24kcvp75i215bqki9fs4q47vg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/axessibility") @@ -77599,13 +92230,18 @@ (define-public texlive-background (package (name "texlive-background") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/background/" - "source/latex/background/" - "tex/latex/background/") - (base32 - "0hbz78mvpjd9ac86lxcnbbqlnsgp3p21iv3cl4jwriqp930ipwcg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/background/" + "source/latex/background/" + "tex/latex/background/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hbz78mvpjd9ac86lxcnbbqlnsgp3p21iv3cl4jwriqp930ipwcg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/background") @@ -77621,12 +92257,17 @@ (define-public texlive-bankstatement (package (name "texlive-bankstatement") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bankstatement/" - "tex/latex/bankstatement/") - (base32 - "0q2pgz8hvn50dp2i1krbc13zayan5p3mikvzg2h9fyjqc1xxg58g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bankstatement/" + "tex/latex/bankstatement/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q2pgz8hvn50dp2i1krbc13zayan5p3mikvzg2h9fyjqc1xxg58g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bankstatement") @@ -77648,11 +92289,16 @@ (define-public texlive-bashful (package (name "texlive-bashful") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bashful/" "tex/latex/bashful/") - (base32 - "08r2yvzck2gngl6sc9giridfmqsbrpdfpv5n9pkwsx0yfx0lk30c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bashful/" "tex/latex/bashful/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08r2yvzck2gngl6sc9giridfmqsbrpdfpv5n9pkwsx0yfx0lk30c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bashful") @@ -77668,13 +92314,18 @@ (define-public texlive-basicarith (package (name "texlive-basicarith") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/basicarith/" - "source/latex/basicarith/" - "tex/latex/basicarith/") - (base32 - "01hlnzwmw3013fi0flm3r3basybz2pbrcxr1pmc042w9nmd53q4b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/basicarith/" + "source/latex/basicarith/" + "tex/latex/basicarith/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01hlnzwmw3013fi0flm3r3basybz2pbrcxr1pmc042w9nmd53q4b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/basicarith") @@ -77689,11 +92340,16 @@ (define-public texlive-bchart (package (name "texlive-bchart") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bchart/" "tex/latex/bchart/") - (base32 - "0kz2iijyfbnhr3i8fsiva96h5jazzdwsfbywg1a410imwacb54y9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bchart/" "tex/latex/bchart/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kz2iijyfbnhr3i8fsiva96h5jazzdwsfbywg1a410imwacb54y9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bchart") @@ -77707,12 +92363,17 @@ (define-public texlive-beamer-rl (package (name "texlive-beamer-rl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/beamer-rl/" - "tex/lualatex/beamer-rl/") - (base32 - "0d38vgfb8c57zkjl8xx0xrwdbpy4lfkcxsalrfyhnxpfz25rzgy1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/beamer-rl/" + "tex/lualatex/beamer-rl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d38vgfb8c57zkjl8xx0xrwdbpy4lfkcxsalrfyhnxpfz25rzgy1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamer-rl") @@ -77726,12 +92387,17 @@ (define-public texlive-beamer2thesis (package (name "texlive-beamer2thesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamer2thesis/" - "tex/latex/beamer2thesis/") - (base32 - "0zk46yxxjc55vbvz17fnwbi02545vywjdaiza9165kxpvhmw75vi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamer2thesis/" + "tex/latex/beamer2thesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zk46yxxjc55vbvz17fnwbi02545vywjdaiza9165kxpvhmw75vi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamer2thesis") @@ -77744,13 +92410,18 @@ (define-public texlive-beamerappendixnote (package (name "texlive-beamerappendixnote") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamerappendixnote/" - "source/latex/beamerappendixnote/" - "tex/latex/beamerappendixnote/") - (base32 - "1cn3hygzahvprhhl9vn95iqkaywp19q61caa6rvyq2krq5m7r5wy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamerappendixnote/" + "source/latex/beamerappendixnote/" + "tex/latex/beamerappendixnote/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cn3hygzahvprhhl9vn95iqkaywp19q61caa6rvyq2krq5m7r5wy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamerappendixnote") @@ -77766,12 +92437,17 @@ (define-public texlive-beameraudience (package (name "texlive-beameraudience") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beameraudience/" - "tex/latex/beameraudience/") - (base32 - "0rv01005p9x247ra1kmky8ifxjs2q9jgqc82hn7v2wn9v1a60qla"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beameraudience/" + "tex/latex/beameraudience/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rv01005p9x247ra1kmky8ifxjs2q9jgqc82hn7v2wn9v1a60qla")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beameraudience") @@ -77787,12 +92463,17 @@ (define-public texlive-beamerauxtheme (package (name "texlive-beamerauxtheme") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamerauxtheme/" - "tex/latex/beamerauxtheme/") - (base32 - "1zm2s4f5gjd4r72nrzwlg40232hmmnaa94zqjlz4nxwqlrbw5n6i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamerauxtheme/" + "tex/latex/beamerauxtheme/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zm2s4f5gjd4r72nrzwlg40232hmmnaa94zqjlz4nxwqlrbw5n6i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamerauxtheme") @@ -77807,13 +92488,18 @@ (define-public texlive-beamercolorthemeowl (package (name "texlive-beamercolorthemeowl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamercolorthemeowl/" - "source/latex/beamercolorthemeowl/" - "tex/latex/beamercolorthemeowl/") - (base32 - "0z7vj2mmz5na4dflgkflf599kdv0l5mhnd61zacwbnabyzjiyl32"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamercolorthemeowl/" + "source/latex/beamercolorthemeowl/" + "tex/latex/beamercolorthemeowl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z7vj2mmz5na4dflgkflf599kdv0l5mhnd61zacwbnabyzjiyl32")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamercolorthemeowl") @@ -77840,12 +92526,17 @@ (define-public texlive-beamerdarkthemes (package (name "texlive-beamerdarkthemes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamerdarkthemes/" - "tex/latex/beamerdarkthemes/") - (base32 - "08w0qqzy9ibi48ah7f2mpzlgfb7wnn202gcrbj0n82w3sxn8lilc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamerdarkthemes/" + "tex/latex/beamerdarkthemes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08w0qqzy9ibi48ah7f2mpzlgfb7wnn202gcrbj0n82w3sxn8lilc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamerdarkthemes") @@ -77862,12 +92553,17 @@ (define-public texlive-beamerposter (package (name "texlive-beamerposter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamerposter/" - "tex/latex/beamerposter/") - (base32 - "1xp8a6d82n1kgagdc7mm7hjihdzn1k7y4lijy924hjdvnvdmqa2i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamerposter/" + "tex/latex/beamerposter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xp8a6d82n1kgagdc7mm7hjihdzn1k7y4lijy924hjdvnvdmqa2i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamerposter") @@ -77885,13 +92581,18 @@ (define-public texlive-beamersubframe (package (name "texlive-beamersubframe") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamersubframe/" - "source/latex/beamersubframe/" - "tex/latex/beamersubframe/") - (base32 - "1z1bgrbpfcxr66ldnp2ymr4l6qmmc06v5k91q2av4kfjvanb9bi3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamersubframe/" + "source/latex/beamersubframe/" + "tex/latex/beamersubframe/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z1bgrbpfcxr66ldnp2ymr4l6qmmc06v5k91q2av4kfjvanb9bi3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -77914,12 +92615,17 @@ (define-public texlive-beamertheme-arguelles (package (name "texlive-beamertheme-arguelles") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamertheme-arguelles/" - "tex/latex/beamertheme-arguelles/") - (base32 - "1kdh445csxsw415b3yvplp5w67hm36g7m0m2bmrx7ds4f9pzvmb0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamertheme-arguelles/" + "tex/latex/beamertheme-arguelles/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kdh445csxsw415b3yvplp5w67hm36g7m0m2bmrx7ds4f9pzvmb0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamertheme-arguelles") @@ -77935,13 +92641,18 @@ (define-public texlive-beamertheme-cuerna (package (name "texlive-beamertheme-cuerna") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamertheme-cuerna/" - "source/latex/beamertheme-cuerna/" - "tex/latex/beamertheme-cuerna/") - (base32 - "1w3vycn4a7ibkamnz6c3rpqy7ccl1zwjakh7dgdcnrcrsl9qvflg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamertheme-cuerna/" + "source/latex/beamertheme-cuerna/" + "tex/latex/beamertheme-cuerna/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1w3vycn4a7ibkamnz6c3rpqy7ccl1zwjakh7dgdcnrcrsl9qvflg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamertheme-cuerna") @@ -77958,12 +92669,17 @@ (define-public texlive-beamertheme-detlevcm (package (name "texlive-beamertheme-detlevcm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamertheme-detlevcm/" - "tex/latex/beamertheme-detlevcm/") - (base32 - "1069xkzznmx0nyi9wk1qj7c2l932fg6s2mvxh9hjhxxdk3dds1l5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamertheme-detlevcm/" + "tex/latex/beamertheme-detlevcm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1069xkzznmx0nyi9wk1qj7c2l932fg6s2mvxh9hjhxxdk3dds1l5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamertheme-detlevcm") @@ -77977,12 +92693,17 @@ (define-public texlive-beamertheme-epyt (package (name "texlive-beamertheme-epyt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamertheme-epyt/" - "tex/latex/beamertheme-epyt/") - (base32 - "008n9g6zs375cpxvkd245xkfq82d6agdxvrcs84wlvisp1g795a4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamertheme-epyt/" + "tex/latex/beamertheme-epyt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "008n9g6zs375cpxvkd245xkfq82d6agdxvrcs84wlvisp1g795a4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamertheme-epyt") @@ -78007,12 +92728,17 @@ (define-public texlive-beamertheme-focus (package (name "texlive-beamertheme-focus") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamertheme-focus/" - "tex/latex/beamertheme-focus/") - (base32 - "0bmykagnjn1ws9d6zx95cac0c47sik83ivdgv5rpvdjysl7jq57a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamertheme-focus/" + "tex/latex/beamertheme-focus/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bmykagnjn1ws9d6zx95cac0c47sik83ivdgv5rpvdjysl7jq57a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamertheme-focus") @@ -78027,12 +92753,17 @@ (define-public texlive-beamertheme-light (package (name "texlive-beamertheme-light") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamertheme-light/" - "tex/latex/beamertheme-light/") - (base32 - "0yknbvp325d3xkgnb76a4ndk2c99mnig6ylmpqrn9srgj1h4ckiw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamertheme-light/" + "tex/latex/beamertheme-light/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yknbvp325d3xkgnb76a4ndk2c99mnig6ylmpqrn9srgj1h4ckiw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamertheme-light") @@ -78046,13 +92777,18 @@ (define-public texlive-beamertheme-metropolis (package (name "texlive-beamertheme-metropolis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamertheme-metropolis/" - "source/latex/beamertheme-metropolis/" - "tex/latex/beamertheme-metropolis/") - (base32 - "1vx9w44d5vjb6nr1ic14hknm1j38i02v0nbawwa3xn1z3i4xs8cj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamertheme-metropolis/" + "source/latex/beamertheme-metropolis/" + "tex/latex/beamertheme-metropolis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vx9w44d5vjb6nr1ic14hknm1j38i02v0nbawwa3xn1z3i4xs8cj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamertheme-metropolis") @@ -78066,12 +92802,17 @@ (define-public texlive-beamertheme-npbt (package (name "texlive-beamertheme-npbt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamertheme-npbt/" - "tex/latex/beamertheme-npbt/") - (base32 - "0za5481fssy2inp6bga83c6gm9klr516scnvnpwl92ad11gzd2cg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamertheme-npbt/" + "tex/latex/beamertheme-npbt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0za5481fssy2inp6bga83c6gm9klr516scnvnpwl92ad11gzd2cg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamertheme-npbt") @@ -78085,12 +92826,17 @@ (define-public texlive-beamertheme-phnompenh (package (name "texlive-beamertheme-phnompenh") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamertheme-phnompenh/" - "tex/latex/beamertheme-phnompenh/") - (base32 - "0d373v9a2x1kxz48j1c1vfgv6jimp08f1wc9wnh9ahaxf6796qds"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamertheme-phnompenh/" + "tex/latex/beamertheme-phnompenh/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d373v9a2x1kxz48j1c1vfgv6jimp08f1wc9wnh9ahaxf6796qds")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamertheme-phnompenh") @@ -78104,12 +92850,17 @@ (define-public texlive-beamertheme-pure-minimalistic (package (name "texlive-beamertheme-pure-minimalistic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamertheme-pure-minimalistic/" - "tex/latex/beamertheme-pure-minimalistic/") - (base32 - "1zn8a4jjq5m9d1v0jqr7c4yrhjbhnz5rspbady1cgwn14hpa0xpg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamertheme-pure-minimalistic/" + "tex/latex/beamertheme-pure-minimalistic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zn8a4jjq5m9d1v0jqr7c4yrhjbhnz5rspbady1cgwn14hpa0xpg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamertheme-pure-minimalistic") @@ -78130,13 +92881,18 @@ (define-public texlive-beamertheme-saintpetersburg (package (name "texlive-beamertheme-saintpetersburg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamertheme-saintpetersburg/" - "source/latex/beamertheme-saintpetersburg/" - "tex/latex/beamertheme-saintpetersburg/") - (base32 - "1wnhl4l07x88bw1xps6xygmr704513k2b8jq7g9magq3hjv0bkp0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamertheme-saintpetersburg/" + "source/latex/beamertheme-saintpetersburg/" + "tex/latex/beamertheme-saintpetersburg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wnhl4l07x88bw1xps6xygmr704513k2b8jq7g9magq3hjv0bkp0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamertheme-saintpetersburg") @@ -78151,12 +92907,17 @@ (define-public texlive-beamertheme-simpledarkblue (package (name "texlive-beamertheme-simpledarkblue") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamertheme-simpledarkblue/" - "tex/latex/beamertheme-simpledarkblue/") - (base32 - "0kp3grbjgkgqqx01lca5afn5s30xi7r04ij9436w97gv15jva2ap"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamertheme-simpledarkblue/" + "tex/latex/beamertheme-simpledarkblue/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kp3grbjgkgqqx01lca5afn5s30xi7r04ij9436w97gv15jva2ap")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamertheme-simpledarkblue") @@ -78171,12 +92932,17 @@ (define-public texlive-beamertheme-simpleplus (package (name "texlive-beamertheme-simpleplus") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamertheme-simpleplus/" - "tex/latex/beamertheme-simpleplus/") - (base32 - "0l92d8siv19kdwvaq8mv2jdw3y7vsficmgk1y46q64dakxfwsr9a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamertheme-simpleplus/" + "tex/latex/beamertheme-simpleplus/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l92d8siv19kdwvaq8mv2jdw3y7vsficmgk1y46q64dakxfwsr9a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamertheme-simpleplus") @@ -78190,12 +92956,17 @@ (define-public texlive-beamertheme-tcolorbox (package (name "texlive-beamertheme-tcolorbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamertheme-tcolorbox/" - "tex/latex/beamertheme-tcolorbox/") - (base32 - "1a195a2qmsg6132qlr2pydpcfpxrwf5m1v440d756vp7bn12n08k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamertheme-tcolorbox/" + "tex/latex/beamertheme-tcolorbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a195a2qmsg6132qlr2pydpcfpxrwf5m1v440d756vp7bn12n08k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamertheme-tcolorbox") @@ -78213,13 +92984,18 @@ (define-public texlive-beamertheme-trigon (package (name "texlive-beamertheme-trigon") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamertheme-trigon/" - "source/latex/beamertheme-trigon/" - "tex/latex/beamertheme-trigon/") - (base32 - "0djzmf35prnba81k376cj49xmy3scnjbml9aggm31x3crz438f4v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamertheme-trigon/" + "source/latex/beamertheme-trigon/" + "tex/latex/beamertheme-trigon/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0djzmf35prnba81k376cj49xmy3scnjbml9aggm31x3crz438f4v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamertheme-trigon") @@ -78245,12 +93021,17 @@ (define-public texlive-beamertheme-upenn-bc (package (name "texlive-beamertheme-upenn-bc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamertheme-upenn-bc/" - "tex/latex/beamertheme-upenn-bc/") - (base32 - "0xlknz4y6gklpdsrxiqssgl3fakrs4jqqps8yk689lvg1gqj942c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamertheme-upenn-bc/" + "tex/latex/beamertheme-upenn-bc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xlknz4y6gklpdsrxiqssgl3fakrs4jqqps8yk689lvg1gqj942c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamertheme-upenn-bc") @@ -78266,12 +93047,17 @@ (define-public texlive-beamerthemeamurmaple (package (name "texlive-beamerthemeamurmaple") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamerthemeamurmaple/" - "tex/latex/beamerthemeamurmaple/") - (base32 - "1mjw8nx23fvmjf87p54dpfcfjlhcham3hwh3b2r3dll68af3grbg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamerthemeamurmaple/" + "tex/latex/beamerthemeamurmaple/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mjw8nx23fvmjf87p54dpfcfjlhcham3hwh3b2r3dll68af3grbg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamerthemeamurmaple") @@ -78285,11 +93071,16 @@ (define-public texlive-beamerthemejltree (package (name "texlive-beamerthemejltree") (version "2023.0") - (source (texlive-origin - name version - (list "tex/latex/beamerthemejltree/") - (base32 - "02ccd8qqyjkvqqyxr94p1gc6qjryl83vpa72wcm5ywr8gmxci0pi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/latex/beamerthemejltree/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02ccd8qqyjkvqqyxr94p1gc6qjryl83vpa72wcm5ywr8gmxci0pi")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamerthemejltree") (synopsis "Contributed Beamer theme") @@ -78300,12 +93091,17 @@ (define-public texlive-beamerthemelalic (package (name "texlive-beamerthemelalic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamerthemelalic/" - "tex/latex/beamerthemelalic/") - (base32 - "1l3ivw1g2bdjlhs2q8dj95mc7ybylqsqf6l9df56zjys6pd8zwh9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamerthemelalic/" + "tex/latex/beamerthemelalic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l3ivw1g2bdjlhs2q8dj95mc7ybylqsqf6l9df56zjys6pd8zwh9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamerthemelalic") @@ -78320,12 +93116,17 @@ (define-public texlive-beamerthemenirma (package (name "texlive-beamerthemenirma") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamerthemenirma/" - "tex/latex/beamerthemenirma/") - (base32 - "09p6ip8di5i2gfms3s0iy17175y50v09v23pl5w6977l30wwyyas"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamerthemenirma/" + "tex/latex/beamerthemenirma/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09p6ip8di5i2gfms3s0iy17175y50v09v23pl5w6977l30wwyyas")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamerthemenirma") @@ -78339,12 +93140,17 @@ (define-public texlive-beamerthemenord (package (name "texlive-beamerthemenord") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beamerthemenord/" - "tex/latex/beamerthemenord/") - (base32 - "1wb62lqlzaim5lbc0293cjrg1sxp6knrnsqdb7p2rqqlf46wjh34"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beamerthemenord/" + "tex/latex/beamerthemenord/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wb62lqlzaim5lbc0293cjrg1sxp6knrnsqdb7p2rqqlf46wjh34")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/beamerthemenord") @@ -78357,13 +93163,18 @@ (define-public texlive-bearwear (package (name "texlive-bearwear") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bearwear/" - "source/latex/bearwear/" - "tex/latex/bearwear/") - (base32 - "1brqpn1j62nxg2gj904sm00m7rmkm9q54vdnn1sn4fw4w0y9hg10"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bearwear/" + "source/latex/bearwear/" + "tex/latex/bearwear/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1brqpn1j62nxg2gj904sm00m7rmkm9q54vdnn1sn4fw4w0y9hg10")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bearwear") @@ -78377,12 +93188,17 @@ (define-public texlive-beaulivre (package (name "texlive-beaulivre") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beaulivre/" - "tex/latex/beaulivre/") - (base32 - "1rnxkhmgqbqvbqnma49mvgx9x1mzj40b5rgappmb786bffi0v5nk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beaulivre/" + "tex/latex/beaulivre/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rnxkhmgqbqvbqnma49mvgx9x1mzj40b5rgappmb786bffi0v5nk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-colorist)) @@ -78402,12 +93218,17 @@ (define-public texlive-beton (package (name "texlive-beton") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/beton/" "source/latex/beton/" - "tex/latex/beton/") - (base32 - "0z5wz89s2jw6c4alkgaqbbr5rglh3m88nbay9ab732s991ln6b50"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/beton/" "source/latex/beton/" + "tex/latex/beton/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z5wz89s2jw6c4alkgaqbbr5rglh3m88nbay9ab732s991ln6b50")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -78422,13 +93243,18 @@ (define-public texlive-bewerbung (package (name "texlive-bewerbung") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bewerbung/" - "source/latex/bewerbung/" - "tex/latex/bewerbung/") - (base32 - "0nimbimwk5z0y7vaw29dn77vr2hfd8wzv1rqdj8vqwk5lf2jsf67"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bewerbung/" + "source/latex/bewerbung/" + "tex/latex/bewerbung/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nimbimwk5z0y7vaw29dn77vr2hfd8wzv1rqdj8vqwk5lf2jsf67")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bewerbung") @@ -78445,12 +93271,17 @@ (define-public texlive-bez123 (package (name "texlive-bez123") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bez123/" "source/latex/bez123/" - "tex/latex/bez123/") - (base32 - "140caf7ng0ivhiqk0njwpqbivwmv54il7nh5ks2rji765zvsg2h5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bez123/" "source/latex/bez123/" + "tex/latex/bez123/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "140caf7ng0ivhiqk0njwpqbivwmv54il7nh5ks2rji765zvsg2h5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bez123") @@ -78467,12 +93298,17 @@ (define-public texlive-bhcexam (package (name "texlive-bhcexam") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/bhcexam/" - "tex/xelatex/bhcexam/") - (base32 - "1hcj2xjgcmi0ck8mj44sr9jqk6rw639kq4wmyr1afb5i36qdja05"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/bhcexam/" + "tex/xelatex/bhcexam/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hcj2xjgcmi0ck8mj44sr9jqk6rw639kq4wmyr1afb5i36qdja05")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bhcexam") @@ -78491,12 +93327,17 @@ (define-public texlive-bibletext (package (name "texlive-bibletext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bibletext/" - "tex/latex/bibletext/") - (base32 - "1w7w1wf4ll77fjkwjb0akvms8hyyrs1gp84zk69f9z97330iapms"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bibletext/" + "tex/latex/bibletext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1w7w1wf4ll77fjkwjb0akvms8hyyrs1gp84zk69f9z97330iapms")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bibletext") @@ -78510,11 +93351,16 @@ (define-public texlive-bigints (package (name "texlive-bigints") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bigints/" "tex/latex/bigints/") - (base32 - "1ly9kqyi954gd41rjmpdml60s4my0d8b7ldq3crcc3i7sqjnc4fw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bigints/" "tex/latex/bigints/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ly9kqyi954gd41rjmpdml60s4my0d8b7ldq3crcc3i7sqjnc4fw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bigints") @@ -78528,12 +93374,17 @@ (define-public texlive-bilingualpages (package (name "texlive-bilingualpages") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bilingualpages/" - "tex/latex/bilingualpages/") - (base32 - "0byjjkbswy7m80qdw2q3k9nqkgkyw4ary40ccgrq7m1dnirrnb48"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bilingualpages/" + "tex/latex/bilingualpages/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0byjjkbswy7m80qdw2q3k9nqkgkyw4ary40ccgrq7m1dnirrnb48")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bilingualpages") @@ -78547,12 +93398,17 @@ (define-public texlive-biochemistry-colors (package (name "texlive-biochemistry-colors") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/biochemistry-colors/" - "tex/latex/biochemistry-colors/") - (base32 - "10c7gw5ldsniz7bkzw9a8nzza1zgyphdjk6n8laf0rryjhwriml2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/biochemistry-colors/" + "tex/latex/biochemistry-colors/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10c7gw5ldsniz7bkzw9a8nzza1zgyphdjk6n8laf0rryjhwriml2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/biochemistry-colors") @@ -78576,13 +93432,18 @@ (define-public texlive-bithesis (package (name "texlive-bithesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bithesis/" - "source/latex/bithesis/" - "tex/latex/bithesis/") - (base32 - "0s6j62cb5qa6vkpiq82i9wcahvj5ykrf9fl4hjghlww5jqiyd08h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bithesis/" + "source/latex/bithesis/" + "tex/latex/bithesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s6j62cb5qa6vkpiq82i9wcahvj5ykrf9fl4hjghlww5jqiyd08h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bithesis") @@ -78597,12 +93458,17 @@ (define-public texlive-bizcard (package (name "texlive-bizcard") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bizcard/" "source/latex/bizcard/" - "tex/latex/bizcard/") - (base32 - "1b5rnh1jm125yak8nd36nf0zk456pxmakr77z7fbq2h9a6q8fbzb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bizcard/" "source/latex/bizcard/" + "tex/latex/bizcard/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b5rnh1jm125yak8nd36nf0zk456pxmakr77z7fbq2h9a6q8fbzb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bizcard") @@ -78616,11 +93482,16 @@ (define-public texlive-blkarray (package (name "texlive-blkarray") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/blkarray/" "tex/latex/blkarray/") - (base32 - "1ra2incawl5909lvwdiq08rhpcppv2hcwsaswqmhf8m1q4p1i57r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/blkarray/" "tex/latex/blkarray/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ra2incawl5909lvwdiq08rhpcppv2hcwsaswqmhf8m1q4p1i57r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/blkarray") @@ -78640,11 +93511,16 @@ (define-public texlive-block (package (name "texlive-block") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/block/" "tex/latex/block/") - (base32 - "02pvrxjds8qwqjq3ncqf1s9z96pmci98v3nj6dc9xy98gvc6r1h9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/block/" "tex/latex/block/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02pvrxjds8qwqjq3ncqf1s9z96pmci98v3nj6dc9xy98gvc6r1h9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/block") @@ -78661,12 +93537,17 @@ (define-public texlive-blowup (package (name "texlive-blowup") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/blowup/" "source/latex/blowup/" - "tex/latex/blowup/") - (base32 - "07hkichn9j4bgah9q2v00hbq0bqf4y11ylhyhwm439a24bjwp4jx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/blowup/" "source/latex/blowup/" + "tex/latex/blowup/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07hkichn9j4bgah9q2v00hbq0bqf4y11ylhyhwm439a24bjwp4jx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/blowup") @@ -78682,13 +93563,18 @@ (define-public texlive-bnumexpr (package (name "texlive-bnumexpr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bnumexpr/" - "source/latex/bnumexpr/" - "tex/latex/bnumexpr/") - (base32 - "01d91gb1f6iqzh6krc21fc1akvh8w2v3flpq02kig915w7w9r4sn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bnumexpr/" + "source/latex/bnumexpr/" + "tex/latex/bnumexpr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01d91gb1f6iqzh6krc21fc1akvh8w2v3flpq02kig915w7w9r4sn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bnumexpr") @@ -78703,12 +93589,17 @@ (define-public texlive-boites (package (name "texlive-boites") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/boites/" "source/latex/boites/" - "tex/latex/boites/") - (base32 - "1dinh5p4vvm7g9hdki329ik8v6d3ci5v20hpiv2960cq0l99bf08"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/boites/" "source/latex/boites/" + "tex/latex/boites/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dinh5p4vvm7g9hdki329ik8v6d3ci5v20hpiv2960cq0l99bf08")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/boites") @@ -78723,12 +93614,17 @@ (define-public texlive-bold-extra (package (name "texlive-bold-extra") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bold-extra/" - "tex/latex/bold-extra/") - (base32 - "1zxrgc51w0bx8bsgwy9qymfjskhnhycg0lrq47jmzfcglawp5137"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bold-extra/" + "tex/latex/bold-extra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zxrgc51w0bx8bsgwy9qymfjskhnhycg0lrq47jmzfcglawp5137")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bold-extra") @@ -78744,12 +93640,17 @@ (define-public texlive-book-of-common-prayer (package (name "texlive-book-of-common-prayer") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/book-of-common-prayer/" - "tex/latex/book-of-common-prayer/") - (base32 - "1b2wbvyh2z9yy9gj5wp553dgfm6zq9l7x8bxr8cippcplcmnz6rr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/book-of-common-prayer/" + "tex/latex/book-of-common-prayer/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b2wbvyh2z9yy9gj5wp553dgfm6zq9l7x8bxr8cippcplcmnz6rr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/book-of-common-prayer") @@ -78766,11 +93667,16 @@ (define-public texlive-bookest (package (name "texlive-bookest") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bookest/" "tex/latex/bookest/") - (base32 - "0izmdkyi3laiaapksd81imk6hfqc6b0f6m70bx2xl9mcc592adw4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bookest/" "tex/latex/bookest/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0izmdkyi3laiaapksd81imk6hfqc6b0f6m70bx2xl9mcc592adw4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bookest") @@ -78785,12 +93691,17 @@ (define-public texlive-booklet (package (name "texlive-booklet") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/booklet/" "source/latex/booklet/" - "tex/latex/booklet/") - (base32 - "1hb1xhw2zssrhk3yipari2a7g1nhz7f48s52b0a6c5fl9l0bpk64"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/booklet/" "source/latex/booklet/" + "tex/latex/booklet/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hb1xhw2zssrhk3yipari2a7g1nhz7f48s52b0a6c5fl9l0bpk64")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/booklet") @@ -78806,13 +93717,18 @@ (define-public texlive-bookshelf (package (name "texlive-bookshelf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bookshelf/" - "source/latex/bookshelf/" - "tex/latex/bookshelf/") - (base32 - "1md1mlm2yc64nmrjcpn754k5akc25273yvi68pgxj9gc86v5167a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bookshelf/" + "source/latex/bookshelf/" + "tex/latex/bookshelf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1md1mlm2yc64nmrjcpn754k5akc25273yvi68pgxj9gc86v5167a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bookshelf") @@ -78827,13 +93743,18 @@ (define-public texlive-boolexpr (package (name "texlive-boolexpr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/boolexpr/" - "source/latex/boolexpr/" - "tex/latex/boolexpr/") - (base32 - "1274l5q5nn1la2c5cbgvwmkpqhb28a94vsz92d3rsqgcahjdgapq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/boolexpr/" + "source/latex/boolexpr/" + "tex/latex/boolexpr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1274l5q5nn1la2c5cbgvwmkpqhb28a94vsz92d3rsqgcahjdgapq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/boolexpr") @@ -78867,12 +93788,17 @@ (define-public texlive-bophook (package (name "texlive-bophook") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bophook/" "source/latex/bophook/" - "tex/latex/bophook/") - (base32 - "1zxaxrgjs4rpdsb2mbk4zslhy64md2m7ngc5p7w8cyjf1f7swb2h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bophook/" "source/latex/bophook/" + "tex/latex/bophook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zxaxrgjs4rpdsb2mbk4zslhy64md2m7ngc5p7w8cyjf1f7swb2h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -78889,13 +93815,18 @@ (define-public texlive-boxedminipage (package (name "texlive-boxedminipage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/boxedminipage/" - "source/latex/boxedminipage/" - "tex/latex/boxedminipage/") - (base32 - "1jbgvacs81wvd3f9k969r3rj2z6lfsimqzpyp4j3h4db4qhc0w8d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/boxedminipage/" + "source/latex/boxedminipage/" + "tex/latex/boxedminipage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jbgvacs81wvd3f9k969r3rj2z6lfsimqzpyp4j3h4db4qhc0w8d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/boxedminipage") @@ -78914,13 +93845,18 @@ (define-public texlive-boxhandler (package (name "texlive-boxhandler") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/boxhandler/" - "source/latex/boxhandler/" - "tex/latex/boxhandler/") - (base32 - "19vyasxd17akk5dvrw37pn3s8gjkpgr8qwsqqbxij5hf5qix6qqf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/boxhandler/" + "source/latex/boxhandler/" + "tex/latex/boxhandler/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19vyasxd17akk5dvrw37pn3s8gjkpgr8qwsqqbxij5hf5qix6qqf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/boxhandler") @@ -78945,12 +93881,17 @@ (define-public texlive-bracketkey (package (name "texlive-bracketkey") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bracketkey/" - "tex/latex/bracketkey/") - (base32 - "07gkjxcbycfy39wylm880wnkcw6p6sm5by47vhdlwraqkbx65a94"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bracketkey/" + "tex/latex/bracketkey/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07gkjxcbycfy39wylm880wnkcw6p6sm5by47vhdlwraqkbx65a94")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bracketkey") @@ -78964,11 +93905,16 @@ (define-public texlive-braket (package (name "texlive-braket") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/braket/" "tex/latex/braket/") - (base32 - "092wk3zc6zajgi6l9h9zna3ksk6k6y4gi8slnfk6vldndcg5sbqn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/braket/" "tex/latex/braket/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "092wk3zc6zajgi6l9h9zna3ksk6k6y4gi8slnfk6vldndcg5sbqn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/braket") @@ -78984,13 +93930,18 @@ (define-public texlive-bubblesort (package (name "texlive-bubblesort") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bubblesort/" - "source/latex/bubblesort/" - "tex/latex/bubblesort/") - (base32 - "1gmrw2m0gr082xj5qmjr6bc0gk7wqqzs38mrf3nmymbd7nv21crd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bubblesort/" + "source/latex/bubblesort/" + "tex/latex/bubblesort/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gmrw2m0gr082xj5qmjr6bc0gk7wqqzs38mrf3nmymbd7nv21crd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bubblesort") @@ -79007,13 +93958,18 @@ (define-public texlive-bullcntr (package (name "texlive-bullcntr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bullcntr/" - "source/latex/bullcntr/" - "tex/latex/bullcntr/") - (base32 - "1pbyp7s1ylrpv13d9m5wk949rjk15xh4hqdi278wf1qav8w71h66"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bullcntr/" + "source/latex/bullcntr/" + "tex/latex/bullcntr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pbyp7s1ylrpv13d9m5wk949rjk15xh4hqdi278wf1qav8w71h66")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -79039,11 +93995,16 @@ (define-public texlive-bxcalc (package (name "texlive-bxcalc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bxcalc/" "tex/latex/bxcalc/") - (base32 - "0bfg0pg5xk3k9wxzvwssr9xb9z94ij24h17jc0mri25c05asng3y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bxcalc/" "tex/latex/bxcalc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bfg0pg5xk3k9wxzvwssr9xb9z94ij24h17jc0mri25c05asng3y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxcalc") @@ -79061,12 +94022,17 @@ (define-public texlive-bxdpx-beamer (package (name "texlive-bxdpx-beamer") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bxdpx-beamer/" - "tex/latex/bxdpx-beamer/") - (base32 - "067s7qvz5hzq6kvwkc00na0myhgwws111mhx8xsgkpcl5a2ja7cz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bxdpx-beamer/" + "tex/latex/bxdpx-beamer/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "067s7qvz5hzq6kvwkc00na0myhgwws111mhx8xsgkpcl5a2ja7cz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxdpx-beamer") @@ -79082,12 +94048,17 @@ (define-public texlive-bxdvidriver (package (name "texlive-bxdvidriver") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bxdvidriver/" - "tex/latex/bxdvidriver/") - (base32 - "1x5ah28mlimw9923xm5sz03vzzhharjw0hgbp63fvbj45ihmbxnm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bxdvidriver/" + "tex/latex/bxdvidriver/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x5ah28mlimw9923xm5sz03vzzhharjw0hgbp63fvbj45ihmbxnm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxdvidriver") @@ -79104,12 +94075,17 @@ (define-public texlive-bxenclose (package (name "texlive-bxenclose") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bxenclose/" - "tex/latex/bxenclose/") - (base32 - "0s9xy8bp56bhi94djx0vxh6qsyz5nvqm8zkgag0900vfj2d339dh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bxenclose/" + "tex/latex/bxenclose/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s9xy8bp56bhi94djx0vxh6qsyz5nvqm8zkgag0900vfj2d339dh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxenclose") @@ -79125,12 +94101,17 @@ (define-public texlive-bxnewfont (package (name "texlive-bxnewfont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bxnewfont/" - "tex/latex/bxnewfont/") - (base32 - "1b37y0bpsxwiygd5ffm1r5h8rakdrmz5xxkd0lgrjf3v73hsbvzv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bxnewfont/" + "tex/latex/bxnewfont/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b37y0bpsxwiygd5ffm1r5h8rakdrmz5xxkd0lgrjf3v73hsbvzv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxnewfont") @@ -79146,12 +94127,17 @@ (define-public texlive-bxpapersize (package (name "texlive-bxpapersize") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bxpapersize/" - "tex/latex/bxpapersize/") - (base32 - "1133p7xl0dqakqsh3cvhd7yx0j8zcqmwhf82fmphsclvbgwycyhs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bxpapersize/" + "tex/latex/bxpapersize/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1133p7xl0dqakqsh3cvhd7yx0j8zcqmwhf82fmphsclvbgwycyhs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxpapersize") @@ -79166,11 +94152,16 @@ (define-public texlive-bxpdfver (package (name "texlive-bxpdfver") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bxpdfver/" "tex/latex/bxpdfver/") - (base32 - "0l5hzmr3agpvwnnifqhrb8381gdkryr88r639f890gdiz1qdizad"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bxpdfver/" "tex/latex/bxpdfver/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l5hzmr3agpvwnnifqhrb8381gdkryr88r639f890gdiz1qdizad")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxpdfver") @@ -79186,12 +94177,17 @@ (define-public texlive-bxtexlogo (package (name "texlive-bxtexlogo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/bxtexlogo/" - "tex/latex/bxtexlogo/") - (base32 - "0kd2gyz8a5pkqh8am7ydcndykcrmjlcg0bwsabz61aklyrvaxsdv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/bxtexlogo/" + "tex/latex/bxtexlogo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kd2gyz8a5pkqh8am7ydcndykcrmjlcg0bwsabz61aklyrvaxsdv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/bxtexlogo") @@ -79212,12 +94208,17 @@ (define-public texlive-calcage (package (name "texlive-calcage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/calcage/" "source/latex/calcage/" - "tex/latex/calcage/") - (base32 - "0zk85kmgh7rkmgib6pqccdf4wpr3kpwkszcx5dni2g9np4ggpijs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/calcage/" "source/latex/calcage/" + "tex/latex/calcage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zk85kmgh7rkmgib6pqccdf4wpr3kpwkszcx5dni2g9np4ggpijs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/calcage") @@ -79233,11 +94234,16 @@ (define-public texlive-calctab (package (name "texlive-calctab") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/calctab/" "tex/latex/calctab/") - (base32 - "0fv5rc42v4ijrrhydq8r79lk3pviqd3adv4nxcbd6px89l6ni6x4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/calctab/" "tex/latex/calctab/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fv5rc42v4ijrrhydq8r79lk3pviqd3adv4nxcbd6px89l6ni6x4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/calctab") @@ -79253,13 +94259,18 @@ (define-public texlive-calculator (package (name "texlive-calculator") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/calculator/" - "source/latex/calculator/" - "tex/latex/calculator/") - (base32 - "1ji8i6nnd024924cxgg3563c19wrmy7gw8rpp7ddk7zbjwn492m7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/calculator/" + "source/latex/calculator/" + "tex/latex/calculator/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ji8i6nnd024924cxgg3563c19wrmy7gw8rpp7ddk7zbjwn492m7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/calculator") @@ -79277,12 +94288,17 @@ (define-public texlive-cals (package (name "texlive-cals") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cals/" "source/latex/cals/" - "tex/latex/cals/") - (base32 - "0zjh44f5sknz0lj0zn9mslyj7aw5wnjwnlb6427r4lqf2ph31jlq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cals/" "source/latex/cals/" + "tex/latex/cals/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zjh44f5sknz0lj0zn9mslyj7aw5wnjwnlb6427r4lqf2ph31jlq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cals") @@ -79297,12 +94313,17 @@ (define-public texlive-calxxxx-yyyy (package (name "texlive-calxxxx-yyyy") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/calxxxx-yyyy/" - "tex/latex/calxxxx-yyyy/") - (base32 - "1hxi0rd8ry9j094vbw5jskcp9yvhafh9k39lvggh9fmhib2ngnh0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/calxxxx-yyyy/" + "tex/latex/calxxxx-yyyy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hxi0rd8ry9j094vbw5jskcp9yvhafh9k39lvggh9fmhib2ngnh0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/calxxxx-yyyy") @@ -79318,11 +94339,16 @@ (define-public texlive-cancel (package (name "texlive-cancel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cancel/" "tex/latex/cancel/") - (base32 - "0yb0mwmkdh3p1rsj3d37nkxll24ign348gfdbb7j97i9d6mlaamy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cancel/" "tex/latex/cancel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yb0mwmkdh3p1rsj3d37nkxll24ign348gfdbb7j97i9d6mlaamy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cancel") @@ -79336,13 +94362,18 @@ (define-public texlive-canoniclayout (package (name "texlive-canoniclayout") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/canoniclayout/" - "source/latex/canoniclayout/" - "tex/latex/canoniclayout/") - (base32 - "1cy2h0j7jarvfwdviy248laq6h9dyrj902kwd78m7l9lhmcpdkx6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/canoniclayout/" + "source/latex/canoniclayout/" + "tex/latex/canoniclayout/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cy2h0j7jarvfwdviy248laq6h9dyrj902kwd78m7l9lhmcpdkx6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/canoniclayout") @@ -79357,13 +94388,18 @@ (define-public texlive-captcont (package (name "texlive-captcont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/captcont/" - "source/latex/captcont/" - "tex/latex/captcont/") - (base32 - "00k6ks2nwqwm37pk9m0zl755q8cvdg8kcwbbw5vwiyrqpifpmwyc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/captcont/" + "source/latex/captcont/" + "tex/latex/captcont/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00k6ks2nwqwm37pk9m0zl755q8cvdg8kcwbbw5vwiyrqpifpmwyc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -79390,11 +94426,16 @@ (define-public texlive-captdef (package (name "texlive-captdef") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/captdef/" "tex/latex/captdef/") - (base32 - "0arj6qqzq6idhbp1zm51z0ad8jyghkrp4yg34ybl7zshaxnm4ixn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/captdef/" "tex/latex/captdef/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0arj6qqzq6idhbp1zm51z0ad8jyghkrp4yg34ybl7zshaxnm4ixn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/captdef") @@ -79412,12 +94453,17 @@ (define-public texlive-carbohydrates (package (name "texlive-carbohydrates") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/carbohydrates/" - "tex/latex/carbohydrates/") - (base32 - "0bczdi2wykragsl4ncy955wi7fdn8y4ppk51jprlvx9bg67g4wjv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/carbohydrates/" + "tex/latex/carbohydrates/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bczdi2wykragsl4ncy955wi7fdn8y4ppk51jprlvx9bg67g4wjv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/carbohydrates") @@ -79433,11 +94479,16 @@ (define-public texlive-cases (package (name "texlive-cases") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cases/" "tex/latex/cases/") - (base32 - "0n108l0k9xla9fd5dvnfgvy7pzdy0rzq8p86a6m7ia6kwn3gjwgp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cases/" "tex/latex/cases/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0n108l0k9xla9fd5dvnfgvy7pzdy0rzq8p86a6m7ia6kwn3gjwgp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cases") @@ -79455,13 +94506,18 @@ (define-public texlive-casyl (package (name "texlive-casyl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/casyl/" - "fonts/source/public/casyl/" - "fonts/tfm/public/casyl/" "tex/latex/casyl/") - (base32 - "1dxl04m0inilv4jhq4w6haw0g7hd3svyhy3g9x946xydf7zrfjg6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/casyl/" + "fonts/source/public/casyl/" + "fonts/tfm/public/casyl/" "tex/latex/casyl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dxl04m0inilv4jhq4w6haw0g7hd3svyhy3g9x946xydf7zrfjg6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -79476,13 +94532,18 @@ (define-public texlive-catchfilebetweentags (package (name "texlive-catchfilebetweentags") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/catchfilebetweentags/" - "source/latex/catchfilebetweentags/" - "tex/latex/catchfilebetweentags/") - (base32 - "11zkhb69gaabcdi1h41iz5yfkq90ch9zfkpnfqf1slvrfy8d8bzc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/catchfilebetweentags/" + "source/latex/catchfilebetweentags/" + "tex/latex/catchfilebetweentags/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11zkhb69gaabcdi1h41iz5yfkq90ch9zfkpnfqf1slvrfy8d8bzc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/catchfilebetweentags") @@ -79498,13 +94559,18 @@ (define-public texlive-catechis (package (name "texlive-catechis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/catechis/" - "source/latex/catechis/" - "tex/latex/catechis/") - (base32 - "08h5cd1nrvmxw6nbb3z676lxl72zqplnws3bc5vq3j3sjdirgxlg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/catechis/" + "source/latex/catechis/" + "tex/latex/catechis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08h5cd1nrvmxw6nbb3z676lxl72zqplnws3bc5vq3j3sjdirgxlg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/catechis") @@ -79519,12 +94585,17 @@ (define-public texlive-catoptions (package (name "texlive-catoptions") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/catoptions/" - "tex/latex/catoptions/") - (base32 - "0366yzf5qx3idbhsjy8v10m3113xpwzy74nnidni6adw5bvzqkbr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/catoptions/" + "tex/latex/catoptions/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0366yzf5qx3idbhsjy8v10m3113xpwzy74nnidni6adw5bvzqkbr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/catoptions") @@ -79543,15 +94614,20 @@ (define-public texlive-cbcoptic (package (name "texlive-cbcoptic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cbcoptic/" - "fonts/source/public/cbcoptic/" - "fonts/tfm/public/cbcoptic/" - "fonts/type1/public/cbcoptic/" - "tex/latex/cbcoptic/") - (base32 - "0d5g6qxvjm7qzkg0i4xqr674nbs4hvw06582mdv7qc9gsf1m4wl4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cbcoptic/" + "fonts/source/public/cbcoptic/" + "fonts/tfm/public/cbcoptic/" + "fonts/type1/public/cbcoptic/" + "tex/latex/cbcoptic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d5g6qxvjm7qzkg0i4xqr674nbs4hvw06582mdv7qc9gsf1m4wl4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -79571,13 +94647,18 @@ (define-public texlive-ccaption (package (name "texlive-ccaption") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ccaption/" - "source/latex/ccaption/" - "tex/latex/ccaption/") - (base32 - "1c211xqpfdkrg6xax9zab706gr0ws4lypsb67q81pw6lpjsl20ya"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ccaption/" + "source/latex/ccaption/" + "tex/latex/ccaption/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c211xqpfdkrg6xax9zab706gr0ws4lypsb67q81pw6lpjsl20ya")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ccaption") @@ -79595,13 +94676,18 @@ (define-public texlive-cclicenses (package (name "texlive-cclicenses") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cclicenses/" - "source/latex/cclicenses/" - "tex/latex/cclicenses/") - (base32 - "166pis25x18plpqm7y1ir4lwsm4ahxvn6q44gh686rsf49f4ky6p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cclicenses/" + "source/latex/cclicenses/" + "tex/latex/cclicenses/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "166pis25x18plpqm7y1ir4lwsm4ahxvn6q44gh686rsf49f4ky6p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cclicenses") @@ -79616,12 +94702,17 @@ (define-public texlive-cd (package (name "texlive-cd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cd/" "source/latex/cd/" - "tex/latex/cd/") - (base32 - "19r5xhrdjsvxhci440apwb85srbw0lrs43hgfipjjzvx8i92n2ab"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cd/" "source/latex/cd/" + "tex/latex/cd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19r5xhrdjsvxhci440apwb85srbw0lrs43hgfipjjzvx8i92n2ab")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cd") @@ -79636,13 +94727,18 @@ (define-public texlive-cd-cover (package (name "texlive-cd-cover") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cd-cover/" - "source/latex/cd-cover/" - "tex/latex/cd-cover/") - (base32 - "1r9msar7x87ibjw3wgh9m6xnrw01khnsdc20g0jhhrn53fyrxhg9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cd-cover/" + "source/latex/cd-cover/" + "tex/latex/cd-cover/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r9msar7x87ibjw3wgh9m6xnrw01khnsdc20g0jhhrn53fyrxhg9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cdcover") @@ -79656,12 +94752,17 @@ (define-public texlive-cdcmd (package (name "texlive-cdcmd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cdcmd/" "source/latex/cdcmd/" - "tex/latex/cdcmd/") - (base32 - "11qd65ag4bsj1s5b7x11y5444pa0za4vh5n7gl9cw4zy10ccl2rz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cdcmd/" "source/latex/cdcmd/" + "tex/latex/cdcmd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11qd65ag4bsj1s5b7x11y5444pa0za4vh5n7gl9cw4zy10ccl2rz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cdcmd") @@ -79676,13 +94777,18 @@ (define-public texlive-cdpbundl (package (name "texlive-cdpbundl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cdpbundl/" - "source/latex/cdpbundl/" - "tex/latex/cdpbundl/") - (base32 - "1rqrfpmwjw1vri6lcqm01jhnfhwxs6p8w9x3998calrffiiglasv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cdpbundl/" + "source/latex/cdpbundl/" + "tex/latex/cdpbundl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rqrfpmwjw1vri6lcqm01jhnfhwxs6p8w9x3998calrffiiglasv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -79716,13 +94822,18 @@ (define-public texlive-cellprops (package (name "texlive-cellprops") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cellprops/" - "source/latex/cellprops/" - "tex/latex/cellprops/") - (base32 - "1k30rg5v170x195da08a7gvagzwf6c0w4izqnrhdkfbxkw8w3450"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cellprops/" + "source/latex/cellprops/" + "tex/latex/cellprops/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1k30rg5v170x195da08a7gvagzwf6c0w4izqnrhdkfbxkw8w3450")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cellprops") @@ -79737,12 +94848,17 @@ (define-public texlive-cellspace (package (name "texlive-cellspace") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cellspace/" - "tex/latex/cellspace/") - (base32 - "0l5kz97vqmd6zrq5i9s7zxss7jlp8c5fviw2rfh132yydm6w9arf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cellspace/" + "tex/latex/cellspace/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l5kz97vqmd6zrq5i9s7zxss7jlp8c5fviw2rfh132yydm6w9arf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cellspace") @@ -79758,11 +94874,16 @@ (define-public texlive-censor (package (name "texlive-censor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/censor/" "tex/latex/censor/") - (base32 - "0c70p2mkdg4vajgxs50cpppdzzdyk8j21hinj0ikmrwxy8rsq1x5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/censor/" "tex/latex/censor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c70p2mkdg4vajgxs50cpppdzzdyk8j21hinj0ikmrwxy8rsq1x5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/censor") @@ -79779,12 +94900,17 @@ (define-public texlive-centeredline (package (name "texlive-centeredline") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/centeredline/" - "tex/latex/centeredline/") - (base32 - "04m40vpikcrxaak3z8xyp7kn4ndzg3w90ma8333qv4k7ck2h2sh3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/centeredline/" + "tex/latex/centeredline/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04m40vpikcrxaak3z8xyp7kn4ndzg3w90ma8333qv4k7ck2h2sh3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/centeredline") @@ -79801,13 +94927,18 @@ (define-public texlive-centerlastline (package (name "texlive-centerlastline") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/centerlastline/" - "source/latex/centerlastline/" - "tex/latex/centerlastline/") - (base32 - "1dcprnm2wmajwbm2njin2yycyfs31w2c2b9cmah5f7xb3388mhhq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/centerlastline/" + "source/latex/centerlastline/" + "tex/latex/centerlastline/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dcprnm2wmajwbm2njin2yycyfs31w2c2b9cmah5f7xb3388mhhq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/centerlastline") @@ -79824,12 +94955,17 @@ (define-public texlive-changelayout (package (name "texlive-changelayout") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/changelayout/" - "tex/latex/changelayout/") - (base32 - "125szym91d35di3w44kb6as10fckvpg873m432sznrk06swfikds"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/changelayout/" + "tex/latex/changelayout/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "125szym91d35di3w44kb6as10fckvpg873m432sznrk06swfikds")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/changelayout") @@ -79843,12 +94979,17 @@ (define-public texlive-changelog (package (name "texlive-changelog") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/changelog/" - "tex/latex/changelog/") - (base32 - "0fbjsdkg7ngk9syb3jbjzln2gkwi1fx39zfa0i5ngxjy2ch9q8n8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/changelog/" + "tex/latex/changelog/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fbjsdkg7ngk9syb3jbjzln2gkwi1fx39zfa0i5ngxjy2ch9q8n8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/changelog") @@ -79863,12 +95004,17 @@ (define-public texlive-changes (package (name "texlive-changes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/changes/" "scripts/changes/" - "source/latex/changes/" "tex/latex/changes/") - (base32 - "1vi8fjvnchz6711fb1knh6yy3p7yhjphc32rpga1jbrmj33ycg43"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/changes/" "scripts/changes/" + "source/latex/changes/" "tex/latex/changes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vi8fjvnchz6711fb1knh6yy3p7yhjphc32rpga1jbrmj33ycg43")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -79896,12 +95042,17 @@ (define-public texlive-chappg (package (name "texlive-chappg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chappg/" "source/latex/chappg/" - "tex/latex/chappg/") - (base32 - "14dx6ivfsjmffwarkdfq7wa93llbsmm3x7vsabikwvp899l0x4f3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chappg/" "source/latex/chappg/" + "tex/latex/chappg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14dx6ivfsjmffwarkdfq7wa93llbsmm3x7vsabikwvp899l0x4f3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chappg") @@ -79916,13 +95067,18 @@ (define-public texlive-chapterfolder (package (name "texlive-chapterfolder") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chapterfolder/" - "source/latex/chapterfolder/" - "tex/latex/chapterfolder/") - (base32 - "08xbv40s637synfl7qajl1imj93kh2l0r3r0fncx55p9x4b75037"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chapterfolder/" + "source/latex/chapterfolder/" + "tex/latex/chapterfolder/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08xbv40s637synfl7qajl1imj93kh2l0r3r0fncx55p9x4b75037")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chapterfolder") @@ -79940,13 +95096,18 @@ (define-public texlive-cheatsheet (package (name "texlive-cheatsheet") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cheatsheet/" - "source/latex/cheatsheet/" - "tex/latex/cheatsheet/") - (base32 - "09v25l1xcjrm1bnvfwqa7scr7r9hz6qy9l4pr1haww0ma1fj0rba"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cheatsheet/" + "source/latex/cheatsheet/" + "tex/latex/cheatsheet/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09v25l1xcjrm1bnvfwqa7scr7r9hz6qy9l4pr1haww0ma1fj0rba")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cheatsheet") @@ -79959,11 +95120,16 @@ (define-public texlive-checkend (package (name "texlive-checkend") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/checkend/" "tex/latex/checkend/") - (base32 - "0p3zs72kqfdqzcksjiap6n2nzj4awcr78bhkmjvrshrn2gkhzl6k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/checkend/" "tex/latex/checkend/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p3zs72kqfdqzcksjiap6n2nzj4awcr78bhkmjvrshrn2gkhzl6k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/checkend") @@ -79981,12 +95147,17 @@ (define-public texlive-chet (package (name "texlive-chet") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/chet/" "doc/latex/chet/" - "tex/latex/chet/") - (base32 - "1gkpp94l6843hxgana60rgs08qifdj7j68dv834p132hc3n08cbn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/chet/" "doc/latex/chet/" + "tex/latex/chet/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gkpp94l6843hxgana60rgs08qifdj7j68dv834p132hc3n08cbn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chet") @@ -80000,13 +95171,18 @@ (define-public texlive-chextras (package (name "texlive-chextras") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chextras/" - "source/latex/chextras/" - "tex/latex/chextras/") - (base32 - "1nz3fwn7r8bp4i8yd1brmcsffnfljfmlsgyn7gq7vynaf53d28d3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chextras/" + "source/latex/chextras/" + "tex/latex/chextras/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nz3fwn7r8bp4i8yd1brmcsffnfljfmlsgyn7gq7vynaf53d28d3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chextras") @@ -80022,13 +95198,18 @@ (define-public texlive-childdoc (package (name "texlive-childdoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/childdoc/" - "source/latex/childdoc/" - "tex/latex/childdoc/") - (base32 - "15l1jv13c8lprhlqw698zkzz1h54h4nyqvvlhgafkfzrh6jrf6cq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/childdoc/" + "source/latex/childdoc/" + "tex/latex/childdoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15l1jv13c8lprhlqw698zkzz1h54h4nyqvvlhgafkfzrh6jrf6cq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/childdoc") @@ -80042,11 +95223,16 @@ (define-public texlive-chkfloat (package (name "texlive-chkfloat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chkfloat/" "tex/latex/chkfloat/") - (base32 - "0v58qcv4vpphgx6n4kgcgn6rknsbksji0bsldwk8lnc01maxrvnl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chkfloat/" "tex/latex/chkfloat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0v58qcv4vpphgx6n4kgcgn6rknsbksji0bsldwk8lnc01maxrvnl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chkfloat") @@ -80059,13 +95245,18 @@ (define-public texlive-chletter (package (name "texlive-chletter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chletter/" - "source/latex/chletter/" - "tex/latex/chletter/") - (base32 - "0i54z0241r29ibrizcqi8wsg7q08b24igb2c1fa452z1hajl8hfm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chletter/" + "source/latex/chletter/" + "tex/latex/chletter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0i54z0241r29ibrizcqi8wsg7q08b24igb2c1fa452z1hajl8hfm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chletter") @@ -80082,12 +95273,17 @@ (define-public texlive-chronology (package (name "texlive-chronology") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/chronology/" - "tex/latex/chronology/") - (base32 - "0xs7nnmx4ybh613wvlgxnk9705ld2103zvj8kz1na94y82sb6hjk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/chronology/" + "tex/latex/chronology/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xs7nnmx4ybh613wvlgxnk9705ld2103zvj8kz1na94y82sb6hjk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/chronology") @@ -80103,14 +95299,19 @@ (define-public texlive-circ (package (name "texlive-circ") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/circ/" - "fonts/source/public/circ/" - "fonts/tfm/public/circ/" - "source/latex/circ/" "tex/latex/circ/") - (base32 - "1i2x3xvrfnr5b24sl2w6szds7754d5ji4w79y1p8h2c3gcvj6qmm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/circ/" + "fonts/source/public/circ/" + "fonts/tfm/public/circ/" + "source/latex/circ/" "tex/latex/circ/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i2x3xvrfnr5b24sl2w6szds7754d5ji4w79y1p8h2c3gcvj6qmm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -80129,12 +95330,17 @@ (define-public texlive-circledsteps (package (name "texlive-circledsteps") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/circledsteps/" - "tex/latex/circledsteps/") - (base32 - "16njn3jxq3sl40hr5vvb7jny6nia8jci49917k6m84ppikqlc5mv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/circledsteps/" + "tex/latex/circledsteps/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16njn3jxq3sl40hr5vvb7jny6nia8jci49917k6m84ppikqlc5mv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/circledsteps") @@ -80148,12 +95354,17 @@ (define-public texlive-circledtext (package (name "texlive-circledtext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/circledtext/" - "tex/latex/circledtext/") - (base32 - "0i6xc6y38chrwn0kw0ngvbb95hahwqm1fh5mpady9d1ziw7nxydf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/circledtext/" + "tex/latex/circledtext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0i6xc6y38chrwn0kw0ngvbb95hahwqm1fh5mpady9d1ziw7nxydf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/circledtext") @@ -80167,11 +95378,16 @@ (define-public texlive-classics (package (name "texlive-classics") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/classics/" "tex/latex/classics/") - (base32 - "1wgpa5l9s28kvihwvgprhnh5vcp2bn98bzwhrcdwjv9n1inxwinm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/classics/" "tex/latex/classics/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wgpa5l9s28kvihwvgprhnh5vcp2bn98bzwhrcdwjv9n1inxwinm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/classics") @@ -80187,13 +95403,18 @@ (define-public texlive-classpack (package (name "texlive-classpack") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/classpack/" - "source/support/classpack/" - "tex/latex/classpack/") - (base32 - "134bv6g8yynzw76i496wvb58bng2vrz0b9krqgwpjfj2hqlfhwbl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/classpack/" + "source/support/classpack/" + "tex/latex/classpack/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "134bv6g8yynzw76i496wvb58bng2vrz0b9krqgwpjfj2hqlfhwbl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/classpack") @@ -80208,12 +95429,17 @@ (define-public texlive-clefval (package (name "texlive-clefval") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/clefval/" "source/latex/clefval/" - "tex/latex/clefval/") - (base32 - "0kvj80c3kw5zyhqgrwjb9p362635gw553dkj0wfk4ylyksvrjqqj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/clefval/" "source/latex/clefval/" + "tex/latex/clefval/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kvj80c3kw5zyhqgrwjb9p362635gw553dkj0wfk4ylyksvrjqqj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/clefval") @@ -80227,12 +95453,17 @@ (define-public texlive-clicks (package (name "texlive-clicks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/clicks/" "source/latex/clicks/" - "tex/latex/clicks/") - (base32 - "1dpx6xb68rfr6mmqzzm2rx98k6l0s6z53brrds62sm5bqn1rl550"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/clicks/" "source/latex/clicks/" + "tex/latex/clicks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dpx6xb68rfr6mmqzzm2rx98k6l0s6z53brrds62sm5bqn1rl550")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-etoolbox texlive-xkeyval)) @@ -80247,12 +95478,17 @@ (define-public texlive-clipboard (package (name "texlive-clipboard") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/clipboard/" - "tex/latex/clipboard/") - (base32 - "1rmbhb82n6lbp4iq40dr7xcwm91j0za1s7cd1n6l80a5klrcj1xw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/clipboard/" + "tex/latex/clipboard/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rmbhb82n6lbp4iq40dr7xcwm91j0za1s7cd1n6l80a5klrcj1xw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/clipboard") @@ -80267,13 +95503,18 @@ (define-public texlive-clistmap (package (name "texlive-clistmap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/clistmap/" - "source/latex/clistmap/" - "tex/latex/clistmap/") - (base32 - "19chjqjmfcllaf6i1i5zspjvh6j5ljr6lh6w12f9b6h4941ncx58"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/clistmap/" + "source/latex/clistmap/" + "tex/latex/clistmap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19chjqjmfcllaf6i1i5zspjvh6j5ljr6lh6w12f9b6h4941ncx58")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/clistmap") @@ -80287,13 +95528,18 @@ (define-public texlive-clock (package (name "texlive-clock") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/clock/" - "fonts/source/public/clock/" - "fonts/tfm/public/clock/" "tex/latex/clock/") - (base32 - "187k0pljafh3mnrwk5wapq8hq6lyny1j7wyjidp4r1df62l6111z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/clock/" + "fonts/source/public/clock/" + "fonts/tfm/public/clock/" "tex/latex/clock/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "187k0pljafh3mnrwk5wapq8hq6lyny1j7wyjidp4r1df62l6111z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -80310,13 +95556,18 @@ (define-public texlive-clrdblpg (package (name "texlive-clrdblpg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/clrdblpg/" - "source/latex/clrdblpg/" - "tex/latex/clrdblpg/") - (base32 - "1wsrfp7ahyzk3v52b6miv5vk4w37bfy9pywlknldmh5h5f5d9ip8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/clrdblpg/" + "source/latex/clrdblpg/" + "tex/latex/clrdblpg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wsrfp7ahyzk3v52b6miv5vk4w37bfy9pywlknldmh5h5f5d9ip8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/clrdblpg") @@ -80331,13 +95582,18 @@ (define-public texlive-clrstrip (package (name "texlive-clrstrip") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/clrstrip/" - "source/latex/clrstrip/" - "tex/latex/clrstrip/") - (base32 - "1cinjd401r60sbn6qh7rqkrkkng1g3azw1zjrfpz59z9h9ckdlwz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/clrstrip/" + "source/latex/clrstrip/" + "tex/latex/clrstrip/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cinjd401r60sbn6qh7rqkrkkng1g3azw1zjrfpz59z9h9ckdlwz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/clrstrip") @@ -80351,12 +95607,17 @@ (define-public texlive-cmdstring (package (name "texlive-cmdstring") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cmdstring/" - "tex/latex/cmdstring/") - (base32 - "102xjy2bx76f4h7vv9az62bm5qbf6qpv3simykwpdd4ivaxfzy8l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cmdstring/" + "tex/latex/cmdstring/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "102xjy2bx76f4h7vv9az62bm5qbf6qpv3simykwpdd4ivaxfzy8l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cmdstring") @@ -80370,13 +95631,18 @@ (define-public texlive-cmdtrack (package (name "texlive-cmdtrack") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cmdtrack/" - "source/latex/cmdtrack/" - "tex/latex/cmdtrack/") - (base32 - "1dmmz5pmp5ql9wq9vlh888hn2q6djjpia3h8c2580yxs5pwk1hrq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cmdtrack/" + "source/latex/cmdtrack/" + "tex/latex/cmdtrack/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dmmz5pmp5ql9wq9vlh888hn2q6djjpia3h8c2580yxs5pwk1hrq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cmdtrack") @@ -80394,11 +95660,16 @@ (define-public texlive-cmsd (package (name "texlive-cmsd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cmsd/" "tex/latex/cmsd/") - (base32 - "0cqfwknx1y0l0ws888m45m8adxqxbvgnzmyjl69y5pjkdxah1yxi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cmsd/" "tex/latex/cmsd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cqfwknx1y0l0ws888m45m8adxqxbvgnzmyjl69y5pjkdxah1yxi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cmsd") @@ -80418,12 +95689,17 @@ (define-public texlive-cnltx (package (name "texlive-cnltx") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/cnltx/" "doc/latex/cnltx/" - "makeindex/cnltx/" "tex/latex/cnltx/") - (base32 - "0g4i658pflc3ak9vi12gkg68ijq6r4cnahhw06j6nqcx7rnc33gd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/cnltx/" "doc/latex/cnltx/" + "makeindex/cnltx/" "tex/latex/cnltx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0g4i658pflc3ak9vi12gkg68ijq6r4cnahhw06j6nqcx7rnc33gd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cnltx") @@ -80441,12 +95717,17 @@ (define-public texlive-cntformats (package (name "texlive-cntformats") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cntformats/" - "tex/latex/cntformats/") - (base32 - "09j0acva6hx3ny2k76j7psmykfyqb40mvr08cl2gndqmx24j1s3l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cntformats/" + "tex/latex/cntformats/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09j0acva6hx3ny2k76j7psmykfyqb40mvr08cl2gndqmx24j1s3l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cntformats") @@ -80460,12 +95741,17 @@ (define-public texlive-cntperchap (package (name "texlive-cntperchap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cntperchap/" - "tex/latex/cntperchap/") - (base32 - "06af0861m7fsvznpjc5kylbz0dvv9kwcmwk09iv4yy7lrp43a5b7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cntperchap/" + "tex/latex/cntperchap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06af0861m7fsvznpjc5kylbz0dvv9kwcmwk09iv4yy7lrp43a5b7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cntperchap") @@ -80482,11 +95768,16 @@ (define-public texlive-codebox (package (name "texlive-codebox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/codebox/" "tex/latex/codebox/") - (base32 - "0w79im9qssaz1bnnkhm2a1sn5cabnsfzk9f3r65fmxxn7wagj7a8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/codebox/" "tex/latex/codebox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0w79im9qssaz1bnnkhm2a1sn5cabnsfzk9f3r65fmxxn7wagj7a8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/codebox") @@ -80503,11 +95794,16 @@ (define-public texlive-codedoc (package (name "texlive-codedoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/codedoc/" "tex/latex/codedoc/") - (base32 - "052l9xznmm01y946wlxyrq9srqys343yrq39kwsd2xxvzi3zm159"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/codedoc/" "tex/latex/codedoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "052l9xznmm01y946wlxyrq9srqys343yrq39kwsd2xxvzi3zm159")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/codedoc") @@ -80527,11 +95823,16 @@ (define-public texlive-codehigh (package (name "texlive-codehigh") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/codehigh/" "tex/latex/codehigh/") - (base32 - "1dcfppnav8zf3zlmdjhq5hl54vgg6whsh2apbsxw9sy55j0yxabb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/codehigh/" "tex/latex/codehigh/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dcfppnav8zf3zlmdjhq5hl54vgg6whsh2apbsxw9sy55j0yxabb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/codehigh") @@ -80549,13 +95850,18 @@ (define-public texlive-codepage (package (name "texlive-codepage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/codepage/" - "source/latex/codepage/" - "tex/latex/codepage/") - (base32 - "1y223jd20issbl4p4rf14130iix75r29kszknglkshdhb3lqzg4c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/codepage/" + "source/latex/codepage/" + "tex/latex/codepage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1y223jd20issbl4p4rf14130iix75r29kszknglkshdhb3lqzg4c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/codepage") @@ -80569,13 +95875,18 @@ (define-public texlive-codesection (package (name "texlive-codesection") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/codesection/" - "source/latex/codesection/" - "tex/latex/codesection/") - (base32 - "0m3lq9rap7a5qxflypmv0546n7hyavm2p0z4yf3rp5rp769161fb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/codesection/" + "source/latex/codesection/" + "tex/latex/codesection/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m3lq9rap7a5qxflypmv0546n7hyavm2p0z4yf3rp5rp769161fb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/codesection") @@ -80592,13 +95903,18 @@ (define-public texlive-collcell (package (name "texlive-collcell") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/collcell/" - "source/latex/collcell/" - "tex/latex/collcell/") - (base32 - "0nqxqq2vncxvjm1xwnsznsn451ngcqs046f9ldy1c7h6n4dxq3xc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/collcell/" + "source/latex/collcell/" + "tex/latex/collcell/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nqxqq2vncxvjm1xwnsznsn451ngcqs046f9ldy1c7h6n4dxq3xc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/collcell") @@ -80615,13 +95931,18 @@ (define-public texlive-colophon (package (name "texlive-colophon") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/colophon/" - "source/latex/colophon/" - "tex/latex/colophon/") - (base32 - "0sxj99ifah1gv4f84m4i48849npips0ypl997cdaq7k7ycidq41r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/colophon/" + "source/latex/colophon/" + "tex/latex/colophon/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sxj99ifah1gv4f84m4i48849npips0ypl997cdaq7k7ycidq41r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/colophon") @@ -80641,13 +95962,18 @@ (define-public texlive-color-edits (package (name "texlive-color-edits") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/color-edits/" - "source/latex/color-edits/" - "tex/latex/color-edits/") - (base32 - "16x695xaaifx621m7jqacm16wh2x96d1lrnp06hk4cg9llvfn00x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/color-edits/" + "source/latex/color-edits/" + "tex/latex/color-edits/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16x695xaaifx621m7jqacm16wh2x96d1lrnp06hk4cg9llvfn00x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/color-edits") @@ -80664,13 +95990,18 @@ (define-public texlive-colordoc (package (name "texlive-colordoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/colordoc/" - "source/latex/colordoc/" - "tex/latex/colordoc/") - (base32 - "1qyqhryazrwja3hxs6wjrlg6q0jv6qpbwy4mqi6sxdrvxq2flw97"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/colordoc/" + "source/latex/colordoc/" + "tex/latex/colordoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qyqhryazrwja3hxs6wjrlg6q0jv6qpbwy4mqi6sxdrvxq2flw97")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/colordoc") @@ -80688,12 +96019,17 @@ (define-public texlive-colorframed (package (name "texlive-colorframed") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/colorframed/" - "tex/latex/colorframed/") - (base32 - "0sfg6rkyhh9i13003xdm6mnskj4nlngwq268ra4ik9vrb11s70g9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/colorframed/" + "tex/latex/colorframed/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sfg6rkyhh9i13003xdm6mnskj4nlngwq268ra4ik9vrb11s70g9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/colorframed") @@ -80707,12 +96043,17 @@ (define-public texlive-colorinfo (package (name "texlive-colorinfo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/colorinfo/" - "tex/latex/colorinfo/") - (base32 - "1v283sq2xkxix614f2sgblgz4m1xzvv8lcng2ykasvcasq62zcyc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/colorinfo/" + "tex/latex/colorinfo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v283sq2xkxix614f2sgblgz4m1xzvv8lcng2ykasvcasq62zcyc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/colorinfo") @@ -80725,11 +96066,16 @@ (define-public texlive-coloring (package (name "texlive-coloring") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/coloring/" "tex/latex/coloring/") - (base32 - "0d98jvf9p1j4brjsj4g7jfnw6dnh7js906advipmlcvdnp8wzqbk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/coloring/" "tex/latex/coloring/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d98jvf9p1j4brjsj4g7jfnw6dnh7js906advipmlcvdnp8wzqbk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/coloring") @@ -80745,12 +96091,17 @@ (define-public texlive-colorspace (package (name "texlive-colorspace") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/colorspace/" - "tex/latex/colorspace/") - (base32 - "1am4qhzhqk9qf6d3bfxpw51lgx9nz25vxdm6y823hpdk06ipq2yi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/colorspace/" + "tex/latex/colorspace/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1am4qhzhqk9qf6d3bfxpw51lgx9nz25vxdm6y823hpdk06ipq2yi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/colorspace") @@ -80764,12 +96115,17 @@ (define-public texlive-colortab (package (name "texlive-colortab") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/colortab/" - "tex/generic/colortab/") - (base32 - "0xk4rkbfs65bavnigmzdbhs894h3xmq5y2x8nd81ysh7ba93jr5y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/colortab/" + "tex/generic/colortab/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xk4rkbfs65bavnigmzdbhs894h3xmq5y2x8nd81ysh7ba93jr5y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/colortab") @@ -80788,13 +96144,18 @@ (define-public texlive-colorwav (package (name "texlive-colorwav") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/colorwav/" - "source/latex/colorwav/" - "tex/latex/colorwav/") - (base32 - "1kcan6nzkis8xwkfnv7536qr7yxr2gvdi9kcxz5c98jwjapqph1k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/colorwav/" + "source/latex/colorwav/" + "tex/latex/colorwav/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kcan6nzkis8xwkfnv7536qr7yxr2gvdi9kcxz5c98jwjapqph1k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/colorwav") @@ -80812,13 +96173,18 @@ (define-public texlive-colorweb (package (name "texlive-colorweb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/colorweb/" - "source/latex/colorweb/" - "tex/latex/colorweb/") - (base32 - "1hm2xwnyl3ycnmc8lq28cw79pwm7h5dj0f5z0569mc21p4dgmcg8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/colorweb/" + "source/latex/colorweb/" + "tex/latex/colorweb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hm2xwnyl3ycnmc8lq28cw79pwm7h5dj0f5z0569mc21p4dgmcg8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/colorweb") @@ -80832,12 +96198,17 @@ (define-public texlive-colourchange (package (name "texlive-colourchange") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/colourchange/" - "tex/latex/colourchange/") - (base32 - "1366p2y9a2ls5mdyvar4c1s3qzpb0ghjn4dzvnsnmd36cgyqjcmc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/colourchange/" + "tex/latex/colourchange/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1366p2y9a2ls5mdyvar4c1s3qzpb0ghjn4dzvnsnmd36cgyqjcmc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/colourchange") @@ -80854,11 +96225,16 @@ (define-public texlive-combelow (package (name "texlive-combelow") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/combelow/" "tex/latex/combelow/") - (base32 - "1ya26afw6n94k5hm0miznk5my9zxdfx54396ip4n87dkgs9n827a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/combelow/" "tex/latex/combelow/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ya26afw6n94k5hm0miznk5my9zxdfx54396ip4n87dkgs9n827a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/combelow") @@ -80873,12 +96249,17 @@ (define-public texlive-combine (package (name "texlive-combine") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/combine/" "source/latex/combine/" - "tex/latex/combine/") - (base32 - "1v0qs274sqdx63md9xmpibnry0pj44r3rylfyrxaxr8q69i983vc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/combine/" "source/latex/combine/" + "tex/latex/combine/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v0qs274sqdx63md9xmpibnry0pj44r3rylfyrxaxr8q69i983vc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/combine") @@ -80895,11 +96276,16 @@ (define-public texlive-comma (package (name "texlive-comma") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/comma/" "tex/latex/comma/") - (base32 - "16rbqna7jngahi9crnv74jkvlnmfr3rz7gbrz24ginh19bax7pi1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/comma/" "tex/latex/comma/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16rbqna7jngahi9crnv74jkvlnmfr3rz7gbrz24ginh19bax7pi1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/comma") @@ -80913,13 +96299,18 @@ (define-public texlive-commado (package (name "texlive-commado") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/commado/" - "source/generic/commado/" - "tex/generic/commado/") - (base32 - "1rqiivfc6248yydz3199z8s9i61my70y4l48caa2lvxsvnb1pf7l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/commado/" + "source/generic/commado/" + "tex/generic/commado/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rqiivfc6248yydz3199z8s9i61my70y4l48caa2lvxsvnb1pf7l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/commado") @@ -80941,13 +96332,18 @@ (define-public texlive-commedit (package (name "texlive-commedit") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/commedit/" - "source/latex/commedit/" - "tex/latex/commedit/") - (base32 - "0h8jqizvnl9hxpxmk5g60fy24b5n5n9jjjrmm9zi5azkscjqjfdg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/commedit/" + "source/latex/commedit/" + "tex/latex/commedit/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h8jqizvnl9hxpxmk5g60fy24b5n5n9jjjrmm9zi5azkscjqjfdg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/commedit") @@ -80962,12 +96358,17 @@ (define-public texlive-commonunicode (package (name "texlive-commonunicode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/commonunicode/" - "tex/latex/commonunicode/") - (base32 - "1s0kni4gc8jr102ikk96igxiriikccm21zml08kwiv17vy4n50mb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/commonunicode/" + "tex/latex/commonunicode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s0kni4gc8jr102ikk96igxiriikccm21zml08kwiv17vy4n50mb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/commonunicode") @@ -80983,13 +96384,18 @@ (define-public texlive-competences (package (name "texlive-competences") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/competences/" - "source/latex/competences/" - "tex/latex/competences/") - (base32 - "1f4nkhi152410v0zl8priw71s135i2rm9f54dcwqcrkm0d1ijca2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/competences/" + "source/latex/competences/" + "tex/latex/competences/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1f4nkhi152410v0zl8priw71s135i2rm9f54dcwqcrkm0d1ijca2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -81006,11 +96412,16 @@ (define-public texlive-concepts (package (name "texlive-concepts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/concepts/" "tex/latex/concepts/") - (base32 - "1r6dals4iqmp0r79gck81dw6fdympnpjmz6n23la376dpxwj15lx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/concepts/" "tex/latex/concepts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r6dals4iqmp0r79gck81dw6fdympnpjmz6n23la376dpxwj15lx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/concepts") @@ -81028,11 +96439,16 @@ (define-public texlive-concprog (package (name "texlive-concprog") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/concprog/" "tex/latex/concprog/") - (base32 - "1i47w63gqiczygvmwq7pdym7l2hi2fw4maan3c0psfqm6wh0mz0w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/concprog/" "tex/latex/concprog/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i47w63gqiczygvmwq7pdym7l2hi2fw4maan3c0psfqm6wh0mz0w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/concprog") @@ -81046,12 +96462,17 @@ (define-public texlive-conditext (package (name "texlive-conditext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/conditext/" - "tex/latex/conditext/") - (base32 - "1b07ydmkqd4jfkqjvs073g9ansx5w378wv95qfpgrqqx7pc9215s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/conditext/" + "tex/latex/conditext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b07ydmkqd4jfkqjvs073g9ansx5w378wv95qfpgrqqx7pc9215s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/conditext") @@ -81082,13 +96503,18 @@ (define-public texlive-constants (package (name "texlive-constants") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/constants/" - "source/latex/constants/" - "tex/latex/constants/") - (base32 - "0ykg2q3mbgc705v7c14pldz57g4qjm4z5cw8jw3fi2254fzdb2h4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/constants/" + "source/latex/constants/" + "tex/latex/constants/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ykg2q3mbgc705v7c14pldz57g4qjm4z5cw8jw3fi2254fzdb2h4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/constants") @@ -81103,13 +96529,18 @@ (define-public texlive-continue (package (name "texlive-continue") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/continue/" - "source/latex/continue/" - "tex/latex/continue/") - (base32 - "0c9yz5lm9y0jzad0mx36axww9p3b4gfbjdnddpky9w12kv0xn66f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/continue/" + "source/latex/continue/" + "tex/latex/continue/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c9yz5lm9y0jzad0mx36axww9p3b4gfbjdnddpky9w12kv0xn66f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/continue") @@ -81125,12 +96556,17 @@ (define-public texlive-contour (package (name "texlive-contour") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/contour/" "source/latex/contour/" - "tex/latex/contour/") - (base32 - "026pz6nrrls53srs4qch9nmpzx62ii9airnbcdi3yq1ly2hqay4y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/contour/" "source/latex/contour/" + "tex/latex/contour/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "026pz6nrrls53srs4qch9nmpzx62ii9airnbcdi3yq1ly2hqay4y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/contour") @@ -81145,13 +96581,18 @@ (define-public texlive-contracard (package (name "texlive-contracard") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/contracard/" - "source/latex/contracard/" - "tex/latex/contracard/") - (base32 - "07f3wq4zqc8l0mm1i0p6i225313haw9ccnha0jl937yqrzhsk5cl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/contracard/" + "source/latex/contracard/" + "tex/latex/contracard/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07f3wq4zqc8l0mm1i0p6i225313haw9ccnha0jl937yqrzhsk5cl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/contracard") @@ -81166,13 +96607,18 @@ (define-public texlive-conv-xkv (package (name "texlive-conv-xkv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/conv-xkv/" - "source/latex/conv-xkv/" - "tex/latex/conv-xkv/") - (base32 - "0fwcq7y67dn2j2002kqibphpx30q7d5jay62gi5pwk39d6vrmp5w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/conv-xkv/" + "source/latex/conv-xkv/" + "tex/latex/conv-xkv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fwcq7y67dn2j2002kqibphpx30q7d5jay62gi5pwk39d6vrmp5w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/conv-xkv") @@ -81189,12 +96635,17 @@ (define-public texlive-cooking (package (name "texlive-cooking") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cooking/" "source/latex/cooking/" - "tex/latex/cooking/") - (base32 - "0spf9493hw5iqp9hbh5y0imi2z61bxwz51v0c0v3r43pv8cscgpf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cooking/" "source/latex/cooking/" + "tex/latex/cooking/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0spf9493hw5iqp9hbh5y0imi2z61bxwz51v0c0v3r43pv8cscgpf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cooking") @@ -81208,13 +96659,18 @@ (define-public texlive-cooking-units (package (name "texlive-cooking-units") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cooking-units/" - "source/latex/cooking-units/" - "tex/latex/cooking-units/") - (base32 - "0i8h804gpdpi4ax60hm2fr54dcqfawkzjg64xj9za74zw24ga90v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cooking-units/" + "source/latex/cooking-units/" + "tex/latex/cooking-units/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0i8h804gpdpi4ax60hm2fr54dcqfawkzjg64xj9za74zw24ga90v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cooking-units") @@ -81229,12 +96685,17 @@ (define-public texlive-cool (package (name "texlive-cool") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cool/" "source/latex/cool/" - "tex/latex/cool/") - (base32 - "0sjq7mx1hcz3sdg2nz6s7c1c7z3cj8n2wqml41cyqg01wspikgjx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cool/" "source/latex/cool/" + "tex/latex/cool/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sjq7mx1hcz3sdg2nz6s7c1c7z3cj8n2wqml41cyqg01wspikgjx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cool") @@ -81253,11 +96714,16 @@ (define-public texlive-coolfn (package (name "texlive-coolfn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/coolfn/" "tex/latex/coolfn/") - (base32 - "0945abjfiyq6rfhjck840c8s72kg2v1hx4ism3iccszfakckqxsb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/coolfn/" "tex/latex/coolfn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0945abjfiyq6rfhjck840c8s72kg2v1hx4ism3iccszfakckqxsb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/coolfn") @@ -81271,13 +96737,18 @@ (define-public texlive-coollist (package (name "texlive-coollist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/coollist/" - "source/latex/coollist/" - "tex/latex/coollist/") - (base32 - "19ldgvcfwf24qzp3nv28lx13i6mz6qfiawirg1cn18nlaaig64ss"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/coollist/" + "source/latex/coollist/" + "tex/latex/coollist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19ldgvcfwf24qzp3nv28lx13i6mz6qfiawirg1cn18nlaaig64ss")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/coollist") @@ -81295,12 +96766,17 @@ (define-public texlive-coolstr (package (name "texlive-coolstr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/coolstr/" "source/latex/coolstr/" - "tex/latex/coolstr/") - (base32 - "0df218brjmhb2zd3wa1hi3wcnilbv7xhz4bg0kvs612mjjxkjcsi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/coolstr/" "source/latex/coolstr/" + "tex/latex/coolstr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0df218brjmhb2zd3wa1hi3wcnilbv7xhz4bg0kvs612mjjxkjcsi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/coolstr") @@ -81318,13 +96794,18 @@ (define-public texlive-coolthms (package (name "texlive-coolthms") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/coolthms/" - "source/latex/coolthms/" - "tex/latex/coolthms/") - (base32 - "1274lmvwq0mhmk0kdnnvivzkrrly2b43jdrmvjh28hpms299bc42"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/coolthms/" + "source/latex/coolthms/" + "tex/latex/coolthms/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1274lmvwq0mhmk0kdnnvivzkrrly2b43jdrmvjh28hpms299bc42")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/coolthms") @@ -81340,13 +96821,18 @@ (define-public texlive-cooltooltips (package (name "texlive-cooltooltips") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cooltooltips/" - "source/latex/cooltooltips/" - "tex/latex/cooltooltips/") - (base32 - "0jar70g61p7k4xw7bqir13l0lrfnaka2fvw61k4jiq4v8lic8i4i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cooltooltips/" + "source/latex/cooltooltips/" + "tex/latex/cooltooltips/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jar70g61p7k4xw7bqir13l0lrfnaka2fvw61k4jiq4v8lic8i4i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cooltooltips") @@ -81363,13 +96849,18 @@ (define-public texlive-coop-writing (package (name "texlive-coop-writing") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/coop-writing/" - "source/latex/coop-writing/" - "tex/latex/coop-writing/") - (base32 - "0gv4sjhipfiq0h8ygy5ynfarzy4cn6sa240xbh0r1377hrn3mhy2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/coop-writing/" + "source/latex/coop-writing/" + "tex/latex/coop-writing/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gv4sjhipfiq0h8ygy5ynfarzy4cn6sa240xbh0r1377hrn3mhy2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/coop-writing") @@ -81396,13 +96887,18 @@ (define-public texlive-coordsys (package (name "texlive-coordsys") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/coordsys/" - "source/latex/coordsys/" - "tex/latex/coordsys/") - (base32 - "0c2p4358g9ggpx92bs7r95mlm8r4a1n6bnsdilhzrm1lnb1gb6ls"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/coordsys/" + "source/latex/coordsys/" + "tex/latex/coordsys/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c2p4358g9ggpx92bs7r95mlm8r4a1n6bnsdilhzrm1lnb1gb6ls")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/coordsys") @@ -81419,13 +96915,18 @@ (define-public texlive-copyedit (package (name "texlive-copyedit") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/copyedit/" - "source/latex/copyedit/" - "tex/latex/copyedit/") - (base32 - "0irvq05mk4hf2m04hvg4viryhp1b7zn3qnqcss342vhcdrrf87ih"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/copyedit/" + "source/latex/copyedit/" + "tex/latex/copyedit/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0irvq05mk4hf2m04hvg4viryhp1b7zn3qnqcss342vhcdrrf87ih")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/copyedit") @@ -81452,12 +96953,17 @@ (define-public texlive-copyrightbox (package (name "texlive-copyrightbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/copyrightbox/" - "tex/latex/copyrightbox/") - (base32 - "0jyd3ij1zc93hpjwc61bpkcr7xhjr2q6i88909mwjfkqf5w8bdh2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/copyrightbox/" + "tex/latex/copyrightbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jyd3ij1zc93hpjwc61bpkcr7xhjr2q6i88909mwjfkqf5w8bdh2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/copyrightbox") @@ -81471,11 +96977,16 @@ (define-public texlive-coseoul (package (name "texlive-coseoul") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/coseoul/" "tex/latex/coseoul/") - (base32 - "0xf93pskygb26p47m0063y1q57kgg2gjwwrxg89b5rgmamawjwyw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/coseoul/" "tex/latex/coseoul/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xf93pskygb26p47m0063y1q57kgg2gjwwrxg89b5rgmamawjwyw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/coseoul") @@ -81489,13 +97000,18 @@ (define-public texlive-counttexruns (package (name "texlive-counttexruns") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/counttexruns/" - "source/latex/counttexruns/" - "tex/latex/counttexruns/") - (base32 - "0ppy8qfpjq4vcq2w53ms63khsmw09vrg1psxd6ylr8rp2m3mrdgy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/counttexruns/" + "source/latex/counttexruns/" + "tex/latex/counttexruns/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ppy8qfpjq4vcq2w53ms63khsmw09vrg1psxd6ylr8rp2m3mrdgy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/counttexruns") @@ -81510,12 +97026,17 @@ (define-public texlive-courseoutline (package (name "texlive-courseoutline") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/courseoutline/" - "tex/latex/courseoutline/") - (base32 - "0xp3cdvpbldn86a8zmsck223m4120r5qr408097jnq01wrycij98"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/courseoutline/" + "tex/latex/courseoutline/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xp3cdvpbldn86a8zmsck223m4120r5qr408097jnq01wrycij98")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/courseoutline") @@ -81532,12 +97053,17 @@ (define-public texlive-coursepaper (package (name "texlive-coursepaper") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/coursepaper/" - "tex/latex/coursepaper/") - (base32 - "0h625m8blq1a3ga9m2c0bkv5n1wfwgy9kbgs89jh7yqy262z2cs3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/coursepaper/" + "tex/latex/coursepaper/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h625m8blq1a3ga9m2c0bkv5n1wfwgy9kbgs89jh7yqy262z2cs3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/coursepaper") @@ -81554,13 +97080,18 @@ (define-public texlive-coverpage (package (name "texlive-coverpage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/coverpage/" - "source/latex/coverpage/" - "tex/latex/coverpage/") - (base32 - "0m7a9dm5a8wvch096g5wfjmw9p435jvpnbxn2qxv5bvnihxigdh7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/coverpage/" + "source/latex/coverpage/" + "tex/latex/coverpage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m7a9dm5a8wvch096g5wfjmw9p435jvpnbxn2qxv5bvnihxigdh7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/coverpage") @@ -81583,13 +97114,18 @@ (define-public texlive-cprotect (package (name "texlive-cprotect") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cprotect/" - "source/latex/cprotect/" - "tex/latex/cprotect/") - (base32 - "0i7x6mz106c5jgb3z5h9ma0srjyjh89w1c5p7jfxc882c2w02lha"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cprotect/" + "source/latex/cprotect/" + "tex/latex/cprotect/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0i7x6mz106c5jgb3z5h9ma0srjyjh89w1c5p7jfxc882c2w02lha")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cprotect") @@ -81606,12 +97142,17 @@ (define-public texlive-cprotectinside (package (name "texlive-cprotectinside") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cprotectinside/" - "tex/latex/cprotectinside/") - (base32 - "1pa9j8v61xvrcmqgarzlwpg55l5qr3qi6nw2v3rdvvfg65ri6vf5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cprotectinside/" + "tex/latex/cprotectinside/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pa9j8v61xvrcmqgarzlwpg55l5qr3qi6nw2v3rdvvfg65ri6vf5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cprotectinside") @@ -81625,11 +97166,16 @@ (define-public texlive-crbox (package (name "texlive-crbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/crbox/" "tex/latex/crbox/") - (base32 - "1zw0dzmnzn42xsy8c2as4gnssj74s4ilivwrc1phvsfvlinjah9n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/crbox/" "tex/latex/crbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zw0dzmnzn42xsy8c2as4gnssj74s4ilivwrc1phvsfvlinjah9n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/crbox") @@ -81643,13 +97189,18 @@ (define-public texlive-crossreference (package (name "texlive-crossreference") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/crossreference/" - "source/latex/crossreference/" - "tex/latex/crossreference/") - (base32 - "0wxf4iz6mz7jm24dzbxnr3rhrlnfxs80dzd2avqyis1a9ln91cby"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/crossreference/" + "source/latex/crossreference/" + "tex/latex/crossreference/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wxf4iz6mz7jm24dzbxnr3rhrlnfxs80dzd2avqyis1a9ln91cby")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/crossreference") @@ -81663,12 +97214,17 @@ (define-public texlive-crossreftools (package (name "texlive-crossreftools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/crossreftools/" - "tex/latex/crossreftools/") - (base32 - "0rqv8km9l5yxl60vs9cyx41yfpw56djxynlm0p2ykxpncppipxrs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/crossreftools/" + "tex/latex/crossreftools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rqv8km9l5yxl60vs9cyx41yfpw56djxynlm0p2ykxpncppipxrs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/crossreftools") @@ -81682,12 +97238,17 @@ (define-public texlive-css-colors (package (name "texlive-css-colors") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/css-colors/" - "tex/latex/css-colors/") - (base32 - "141bsypli8ibaqwwmip6rynikk6kx8gi12jfap6hy5sjylq93ndj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/css-colors/" + "tex/latex/css-colors/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "141bsypli8ibaqwwmip6rynikk6kx8gi12jfap6hy5sjylq93ndj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/css-colors") @@ -81702,13 +97263,18 @@ (define-public texlive-csvmerge (package (name "texlive-csvmerge") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/csvmerge/" - "source/latex/csvmerge/" - "tex/latex/csvmerge/") - (base32 - "1rbh4z8xw849v79jl5xnvrbsgkgc7dcv59qm3fna08ilhjnhgxz1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/csvmerge/" + "source/latex/csvmerge/" + "tex/latex/csvmerge/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rbh4z8xw849v79jl5xnvrbsgkgc7dcv59qm3fna08ilhjnhgxz1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/csvmerge") @@ -81726,12 +97292,17 @@ (define-public texlive-csvsimple (package (name "texlive-csvsimple") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/csvsimple/" - "tex/latex/csvsimple/") - (base32 - "1ayks1wrjg0561ckiyx6l61xhz0nxqalfr18g06pjiw3cf2lx36f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/csvsimple/" + "tex/latex/csvsimple/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ayks1wrjg0561ckiyx6l61xhz0nxqalfr18g06pjiw3cf2lx36f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/csvsimple") @@ -81748,12 +97319,17 @@ (define-public texlive-cuisine (package (name "texlive-cuisine") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cuisine/" "source/latex/cuisine/" - "tex/latex/cuisine/") - (base32 - "1zlp0ravbzb75z99zr3qdga00a5lb9xk7mp67nbj68pn9arb97zd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cuisine/" "source/latex/cuisine/" + "tex/latex/cuisine/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zlp0ravbzb75z99zr3qdga00a5lb9xk7mp67nbj68pn9arb97zd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cuisine") @@ -81767,13 +97343,18 @@ (define-public texlive-currency (package (name "texlive-currency") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/currency/" - "source/latex/currency/" - "tex/latex/currency/") - (base32 - "1xzpgqifdk77ch39gcpfdzrm9vdyxkh3mz7nfh1j1pk2jw5vg3k7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/currency/" + "source/latex/currency/" + "tex/latex/currency/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xzpgqifdk77ch39gcpfdzrm9vdyxkh3mz7nfh1j1pk2jw5vg3k7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/currency") @@ -81787,13 +97368,18 @@ (define-public texlive-currvita (package (name "texlive-currvita") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/currvita/" - "source/latex/currvita/" - "tex/latex/currvita/") - (base32 - "0416lw6r1dqv5xbjn6xw07dk0dd4ra5w7qvkawmfqmll2wvjq8is"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/currvita/" + "source/latex/currvita/" + "tex/latex/currvita/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0416lw6r1dqv5xbjn6xw07dk0dd4ra5w7qvkawmfqmll2wvjq8is")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/currvita") @@ -81808,12 +97394,17 @@ (define-public texlive-cutwin (package (name "texlive-cutwin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cutwin/" "source/latex/cutwin/" - "tex/latex/cutwin/") - (base32 - "0a49y75ihs4f4bvh5kmlmz3ywd2ppgph0c7zpy35lnbz3ycfgj06"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cutwin/" "source/latex/cutwin/" + "tex/latex/cutwin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a49y75ihs4f4bvh5kmlmz3ywd2ppgph0c7zpy35lnbz3ycfgj06")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cutwin") @@ -81828,11 +97419,16 @@ (define-public texlive-cv (package (name "texlive-cv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cv/" "tex/latex/cv/") - (base32 - "129akrpdlggi8xmg06ans9csdyv95wrj72lhciis209j698m8scs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cv/" "tex/latex/cv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "129akrpdlggi8xmg06ans9csdyv95wrj72lhciis209j698m8scs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cv") @@ -81847,11 +97443,16 @@ (define-public texlive-cv4tw (package (name "texlive-cv4tw") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cv4tw/" "tex/latex/cv4tw/") - (base32 - "1xd9r0ywx90f7iwk4955gm957jlays56d1n7i3mkvh6incs78asj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cv4tw/" "tex/latex/cv4tw/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xd9r0ywx90f7iwk4955gm957jlays56d1n7i3mkvh6incs78asj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cv4tw") @@ -81866,12 +97467,17 @@ (define-public texlive-cweb-latex (package (name "texlive-cweb-latex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cweb-latex/" - "tex/latex/cweb-latex/") - (base32 - "0f3fxjl92qh1q5d3lc04lrgxlbgrj8gkxvsdwcqfskax8zkmqrcr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cweb-latex/" + "tex/latex/cweb-latex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f3fxjl92qh1q5d3lc04lrgxlbgrj8gkxvsdwcqfskax8zkmqrcr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cweb-latex") @@ -81886,12 +97492,17 @@ (define-public texlive-cyber (package (name "texlive-cyber") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cyber/" "source/latex/cyber/" - "tex/latex/cyber/") - (base32 - "0xh3bs6rf2mf8nrh3cjqqlgcpcjwr2zjxhid94vgbsli9r6alfbq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cyber/" "source/latex/cyber/" + "tex/latex/cyber/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xh3bs6rf2mf8nrh3cjqqlgcpcjwr2zjxhid94vgbsli9r6alfbq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cyber") @@ -81908,13 +97519,18 @@ (define-public texlive-cybercic (package (name "texlive-cybercic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/cybercic/" - "source/latex/cybercic/" - "tex/latex/cybercic/") - (base32 - "0nbg4pj8dkwwkjwmd8xixgz0hx1b0sf6s7j0d372dzfgr57712cq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/cybercic/" + "source/latex/cybercic/" + "tex/latex/cybercic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nbg4pj8dkwwkjwmd8xixgz0hx1b0sf6s7j0d372dzfgr57712cq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/cybercic") @@ -81933,13 +97549,18 @@ (define-public texlive-darkmode (package (name "texlive-darkmode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/darkmode/" - "source/latex/darkmode/" - "tex/latex/darkmode/") - (base32 - "1n21gyqkwmz4hd77v27ziyiqlr2wh4c9br8wnswrkznzkp1lmgky"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/darkmode/" + "source/latex/darkmode/" + "tex/latex/darkmode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n21gyqkwmz4hd77v27ziyiqlr2wh4c9br8wnswrkznzkp1lmgky")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/darkmode") @@ -81955,12 +97576,17 @@ (define-public texlive-dashbox (package (name "texlive-dashbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dashbox/" "source/latex/dashbox/" - "tex/latex/dashbox/") - (base32 - "0w2vdyxikizfp3qcnjsl5nxyb2igq79d9f88sip0hllyzl6fy5k2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dashbox/" "source/latex/dashbox/" + "tex/latex/dashbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0w2vdyxikizfp3qcnjsl5nxyb2igq79d9f88sip0hllyzl6fy5k2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dashbox") @@ -81975,13 +97601,18 @@ (define-public texlive-dashundergaps (package (name "texlive-dashundergaps") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dashundergaps/" - "source/latex/dashundergaps/" - "tex/latex/dashundergaps/") - (base32 - "0xwidvm2n1bbsv13apkd0q6sydpfkqsphc63gn0vvddh1rm63x82"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dashundergaps/" + "source/latex/dashundergaps/" + "tex/latex/dashundergaps/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xwidvm2n1bbsv13apkd0q6sydpfkqsphc63gn0vvddh1rm63x82")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dashundergaps") @@ -81998,11 +97629,16 @@ (define-public texlive-dataref (package (name "texlive-dataref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dataref/" "tex/latex/dataref/") - (base32 - "0xnj6b2amf5nm8llyf1nwnbv8akv4zv0c7fsnj1lv5fqm6p8kys1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dataref/" "tex/latex/dataref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xnj6b2amf5nm8llyf1nwnbv8akv4zv0c7fsnj1lv5fqm6p8kys1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dataref") @@ -82017,12 +97653,17 @@ (define-public texlive-datax (package (name "texlive-datax") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datax/" "source/latex/datax/" - "tex/latex/datax/") - (base32 - "09zhrgxwh9s0ah65lw557d0b6hqahhsba850fxcchmww4dqfan9d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datax/" "source/latex/datax/" + "tex/latex/datax/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09zhrgxwh9s0ah65lw557d0b6hqahhsba850fxcchmww4dqfan9d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datax") @@ -82037,13 +97678,18 @@ (define-public texlive-dateiliste (package (name "texlive-dateiliste") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dateiliste/" - "source/latex/dateiliste/" - "tex/latex/dateiliste/") - (base32 - "15dc7dm9jbcaia29v1sxxb83sgr937pmrzwnx6gkbcmmjvwc0ii0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dateiliste/" + "source/latex/dateiliste/" + "tex/latex/dateiliste/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15dc7dm9jbcaia29v1sxxb83sgr937pmrzwnx6gkbcmmjvwc0ii0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dateiliste") @@ -82059,13 +97705,18 @@ (define-public texlive-datenumber (package (name "texlive-datenumber") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datenumber/" - "source/latex/datenumber/" - "tex/latex/datenumber/") - (base32 - "0626lnhy8gv3a703kfg8w267zs50hv5hhwsjmppyfq8g01j2542s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datenumber/" + "source/latex/datenumber/" + "tex/latex/datenumber/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0626lnhy8gv3a703kfg8w267zs50hv5hhwsjmppyfq8g01j2542s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datenumber") @@ -82080,13 +97731,18 @@ (define-public texlive-datestamp (package (name "texlive-datestamp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/datestamp/" - "source/lualatex/datestamp/" - "tex/lualatex/datestamp/") - (base32 - "1ldrdjypypdbddazj2h3jyzhwf57q4fnssnbfy9rdqlggw30mh34"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/datestamp/" + "source/lualatex/datestamp/" + "tex/lualatex/datestamp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ldrdjypypdbddazj2h3jyzhwf57q4fnssnbfy9rdqlggw30mh34")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datestamp") @@ -82101,13 +97757,18 @@ (define-public texlive-datetime2-bahasai (package (name "texlive-datetime2-bahasai") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-bahasai/" - "source/latex/datetime2-bahasai/" - "tex/latex/datetime2-bahasai/") - (base32 - "15rmkxsi1d3c74m0z1hnn9jw5mgqxyglfwbck92l87ha7zmj2ncf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-bahasai/" + "source/latex/datetime2-bahasai/" + "tex/latex/datetime2-bahasai/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15rmkxsi1d3c74m0z1hnn9jw5mgqxyglfwbck92l87ha7zmj2ncf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-bahasai") @@ -82122,13 +97783,18 @@ (define-public texlive-datetime2-basque (package (name "texlive-datetime2-basque") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-basque/" - "source/latex/datetime2-basque/" - "tex/latex/datetime2-basque/") - (base32 - "17wy1d12ix13a1nnsi7n60jmj2jj32jbn9cnbin30pld38b5a7j3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-basque/" + "source/latex/datetime2-basque/" + "tex/latex/datetime2-basque/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17wy1d12ix13a1nnsi7n60jmj2jj32jbn9cnbin30pld38b5a7j3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-basque") @@ -82142,13 +97808,18 @@ (define-public texlive-datetime2-breton (package (name "texlive-datetime2-breton") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-breton/" - "source/latex/datetime2-breton/" - "tex/latex/datetime2-breton/") - (base32 - "10kgrdvr4psyhc3bjpgq0idj6zzfcfvsxrql2hvy5gqn4gzncbla"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-breton/" + "source/latex/datetime2-breton/" + "tex/latex/datetime2-breton/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10kgrdvr4psyhc3bjpgq0idj6zzfcfvsxrql2hvy5gqn4gzncbla")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-breton") @@ -82163,13 +97834,18 @@ (define-public texlive-datetime2-bulgarian (package (name "texlive-datetime2-bulgarian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-bulgarian/" - "source/latex/datetime2-bulgarian/" - "tex/latex/datetime2-bulgarian/") - (base32 - "0s203lbaijjqji6kycni17vwmn5dy2az54r7bri5i7ys5ylff0cr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-bulgarian/" + "source/latex/datetime2-bulgarian/" + "tex/latex/datetime2-bulgarian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s203lbaijjqji6kycni17vwmn5dy2az54r7bri5i7ys5ylff0cr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-bulgarian") @@ -82184,13 +97860,18 @@ (define-public texlive-datetime2-catalan (package (name "texlive-datetime2-catalan") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-catalan/" - "source/latex/datetime2-catalan/" - "tex/latex/datetime2-catalan/") - (base32 - "0gpzbfiig2180ybdz998qfxlvj7i9qn0b8qikbmfdx980a9y4kd2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-catalan/" + "source/latex/datetime2-catalan/" + "tex/latex/datetime2-catalan/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gpzbfiig2180ybdz998qfxlvj7i9qn0b8qikbmfdx980a9y4kd2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-catalan") @@ -82205,13 +97886,18 @@ (define-public texlive-datetime2-croatian (package (name "texlive-datetime2-croatian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-croatian/" - "source/latex/datetime2-croatian/" - "tex/latex/datetime2-croatian/") - (base32 - "0kmhwg1kcq5n8sq8a8h0q0izblm94b7wjdymsvdnaxj9z9xniwih"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-croatian/" + "source/latex/datetime2-croatian/" + "tex/latex/datetime2-croatian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kmhwg1kcq5n8sq8a8h0q0izblm94b7wjdymsvdnaxj9z9xniwih")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-croatian") @@ -82225,13 +97911,18 @@ (define-public texlive-datetime2-czech (package (name "texlive-datetime2-czech") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-czech/" - "source/latex/datetime2-czech/" - "tex/latex/datetime2-czech/") - (base32 - "03zk1qjqxanmdli8rnb15g847gslczz265smjl0b5w5nw5cs7nlh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-czech/" + "source/latex/datetime2-czech/" + "tex/latex/datetime2-czech/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03zk1qjqxanmdli8rnb15g847gslczz265smjl0b5w5nw5cs7nlh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-czech") @@ -82246,13 +97937,18 @@ (define-public texlive-datetime2-danish (package (name "texlive-datetime2-danish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-danish/" - "source/latex/datetime2-danish/" - "tex/latex/datetime2-danish/") - (base32 - "0inz6afkhknmdm2g38hyzndkcfp5pkdkysw0hnv9ackavpgsa12c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-danish/" + "source/latex/datetime2-danish/" + "tex/latex/datetime2-danish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0inz6afkhknmdm2g38hyzndkcfp5pkdkysw0hnv9ackavpgsa12c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-danish") @@ -82267,13 +97963,18 @@ (define-public texlive-datetime2-dutch (package (name "texlive-datetime2-dutch") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-dutch/" - "source/latex/datetime2-dutch/" - "tex/latex/datetime2-dutch/") - (base32 - "1ad2pf6ycf164lh59kr94lkqmqgf2lhay2y4dkd0ycgifypizi07"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-dutch/" + "source/latex/datetime2-dutch/" + "tex/latex/datetime2-dutch/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ad2pf6ycf164lh59kr94lkqmqgf2lhay2y4dkd0ycgifypizi07")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-dutch") @@ -82288,13 +97989,18 @@ (define-public texlive-datetime2-en-fulltext (package (name "texlive-datetime2-en-fulltext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-en-fulltext/" - "source/latex/datetime2-en-fulltext/" - "tex/latex/datetime2-en-fulltext/") - (base32 - "06zqgqd1pxnwi672460x0xxm2q0yk9kbzwa3hpwrpdsc16xa87j1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-en-fulltext/" + "source/latex/datetime2-en-fulltext/" + "tex/latex/datetime2-en-fulltext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06zqgqd1pxnwi672460x0xxm2q0yk9kbzwa3hpwrpdsc16xa87j1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-en-fulltext") @@ -82316,13 +98022,18 @@ (define-public texlive-datetime2-english (package (name "texlive-datetime2-english") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-english/" - "source/latex/datetime2-english/" - "tex/latex/datetime2-english/") - (base32 - "1fdr2i49ximm0hy0gcbi2c00brxrr5mlrw4y1zvc6phjfis1ld8b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-english/" + "source/latex/datetime2-english/" + "tex/latex/datetime2-english/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fdr2i49ximm0hy0gcbi2c00brxrr5mlrw4y1zvc6phjfis1ld8b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-english") @@ -82338,13 +98049,18 @@ (define-public texlive-datetime2-esperanto (package (name "texlive-datetime2-esperanto") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-esperanto/" - "source/latex/datetime2-esperanto/" - "tex/latex/datetime2-esperanto/") - (base32 - "1cf8zvnrfp5s4q3gy4c2kjzldg5k50k45klzq0b72n7fq4w2r3r9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-esperanto/" + "source/latex/datetime2-esperanto/" + "tex/latex/datetime2-esperanto/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cf8zvnrfp5s4q3gy4c2kjzldg5k50k45klzq0b72n7fq4w2r3r9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-esperanto") @@ -82359,13 +98075,18 @@ (define-public texlive-datetime2-estonian (package (name "texlive-datetime2-estonian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-estonian/" - "source/latex/datetime2-estonian/" - "tex/latex/datetime2-estonian/") - (base32 - "0fkdxp8s6gd9644z9vw7a9gnw7anrm4l0yawa59qdnv1yf8pyssp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-estonian/" + "source/latex/datetime2-estonian/" + "tex/latex/datetime2-estonian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fkdxp8s6gd9644z9vw7a9gnw7anrm4l0yawa59qdnv1yf8pyssp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-estonian") @@ -82380,13 +98101,18 @@ (define-public texlive-datetime2-finnish (package (name "texlive-datetime2-finnish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-finnish/" - "source/latex/datetime2-finnish/" - "tex/latex/datetime2-finnish/") - (base32 - "0lhacj7bbzppxhj1mp030prapi9d0rg1bx80fzd0bjj1qsl0v0xp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-finnish/" + "source/latex/datetime2-finnish/" + "tex/latex/datetime2-finnish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lhacj7bbzppxhj1mp030prapi9d0rg1bx80fzd0bjj1qsl0v0xp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-finnish") @@ -82400,13 +98126,18 @@ (define-public texlive-datetime2-french (package (name "texlive-datetime2-french") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-french/" - "source/latex/datetime2-french/" - "tex/latex/datetime2-french/") - (base32 - "1m5vkdhclrz2j25xjg0syj5xxa78vil164n1779vc68g68dm8mam"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-french/" + "source/latex/datetime2-french/" + "tex/latex/datetime2-french/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m5vkdhclrz2j25xjg0syj5xxa78vil164n1779vc68g68dm8mam")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-french") @@ -82420,13 +98151,18 @@ (define-public texlive-datetime2-galician (package (name "texlive-datetime2-galician") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-galician/" - "source/latex/datetime2-galician/" - "tex/latex/datetime2-galician/") - (base32 - "1b91mi3qj8a6jn56qz9r5hl88vjm5vi4f38v1xjlvqdm2b9p1023"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-galician/" + "source/latex/datetime2-galician/" + "tex/latex/datetime2-galician/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b91mi3qj8a6jn56qz9r5hl88vjm5vi4f38v1xjlvqdm2b9p1023")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-galician") @@ -82441,13 +98177,18 @@ (define-public texlive-datetime2-german (package (name "texlive-datetime2-german") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-german/" - "source/latex/datetime2-german/" - "tex/latex/datetime2-german/") - (base32 - "14vr043hh0ay5qy1gz3g9dhv397nkvjhzavslyb7kw85cpz5c2i5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-german/" + "source/latex/datetime2-german/" + "tex/latex/datetime2-german/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14vr043hh0ay5qy1gz3g9dhv397nkvjhzavslyb7kw85cpz5c2i5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-german") @@ -82461,13 +98202,18 @@ (define-public texlive-datetime2-greek (package (name "texlive-datetime2-greek") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-greek/" - "source/latex/datetime2-greek/" - "tex/latex/datetime2-greek/") - (base32 - "1ai22nlgfsrqz5fz5diq5jjykrh2qqchw6r0cxmpmv9pv0vyba2s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-greek/" + "source/latex/datetime2-greek/" + "tex/latex/datetime2-greek/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ai22nlgfsrqz5fz5diq5jjykrh2qqchw6r0cxmpmv9pv0vyba2s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-greek") @@ -82482,13 +98228,18 @@ (define-public texlive-datetime2-hebrew (package (name "texlive-datetime2-hebrew") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-hebrew/" - "source/latex/datetime2-hebrew/" - "tex/latex/datetime2-hebrew/") - (base32 - "0n7kw2qmjvdxcnvvh2xv6n86dggmglz7ffvlg3ca2k95gzdw0z5d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-hebrew/" + "source/latex/datetime2-hebrew/" + "tex/latex/datetime2-hebrew/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0n7kw2qmjvdxcnvvh2xv6n86dggmglz7ffvlg3ca2k95gzdw0z5d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-hebrew") @@ -82503,13 +98254,18 @@ (define-public texlive-datetime2-icelandic (package (name "texlive-datetime2-icelandic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-icelandic/" - "source/latex/datetime2-icelandic/" - "tex/latex/datetime2-icelandic/") - (base32 - "1s7pz7wnm83hw1jya873cc84r69vg6bxfh9131yy52rw8ppk20zg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-icelandic/" + "source/latex/datetime2-icelandic/" + "tex/latex/datetime2-icelandic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s7pz7wnm83hw1jya873cc84r69vg6bxfh9131yy52rw8ppk20zg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-icelandic") @@ -82524,13 +98280,18 @@ (define-public texlive-datetime2-irish (package (name "texlive-datetime2-irish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-irish/" - "source/latex/datetime2-irish/" - "tex/latex/datetime2-irish/") - (base32 - "1lm9kh5q5rc9hgi7mddxhyjn9r52l3sgcz6i99iylz0gjcpcl2h5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-irish/" + "source/latex/datetime2-irish/" + "tex/latex/datetime2-irish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lm9kh5q5rc9hgi7mddxhyjn9r52l3sgcz6i99iylz0gjcpcl2h5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-irish") @@ -82545,13 +98306,18 @@ (define-public texlive-datetime2-it-fulltext (package (name "texlive-datetime2-it-fulltext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-it-fulltext/" - "source/latex/datetime2-it-fulltext/" - "tex/latex/datetime2-it-fulltext/") - (base32 - "04y6ivyj8wdyhqc2psaqljg73vz0ss0hdqivnlxb3l9b3m21vrlv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-it-fulltext/" + "source/latex/datetime2-it-fulltext/" + "tex/latex/datetime2-it-fulltext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04y6ivyj8wdyhqc2psaqljg73vz0ss0hdqivnlxb3l9b3m21vrlv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-iftex)) @@ -82568,13 +98334,18 @@ (define-public texlive-datetime2-italian (package (name "texlive-datetime2-italian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-italian/" - "source/latex/datetime2-italian/" - "tex/latex/datetime2-italian/") - (base32 - "00bdgp7z7dgqzb6d693bs80x3qldbw7pnfcclkyyifgb8i1zg1ll"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-italian/" + "source/latex/datetime2-italian/" + "tex/latex/datetime2-italian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00bdgp7z7dgqzb6d693bs80x3qldbw7pnfcclkyyifgb8i1zg1ll")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-italian") @@ -82588,13 +98359,18 @@ (define-public texlive-datetime2-latin (package (name "texlive-datetime2-latin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-latin/" - "source/latex/datetime2-latin/" - "tex/latex/datetime2-latin/") - (base32 - "160vqgsrifdhl4v62znbanbmpl3cqq1r8isl9lk4wb9yx31ww3qz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-latin/" + "source/latex/datetime2-latin/" + "tex/latex/datetime2-latin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "160vqgsrifdhl4v62znbanbmpl3cqq1r8isl9lk4wb9yx31ww3qz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-latin") @@ -82609,13 +98385,18 @@ (define-public texlive-datetime2-lsorbian (package (name "texlive-datetime2-lsorbian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-lsorbian/" - "source/latex/datetime2-lsorbian/" - "tex/latex/datetime2-lsorbian/") - (base32 - "0h7fk0xgppscml7sl7sn3c4yrnr131a8v1zxng88af3xr2xlsb37"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-lsorbian/" + "source/latex/datetime2-lsorbian/" + "tex/latex/datetime2-lsorbian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h7fk0xgppscml7sl7sn3c4yrnr131a8v1zxng88af3xr2xlsb37")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-lsorbian") @@ -82630,13 +98411,18 @@ (define-public texlive-datetime2-magyar (package (name "texlive-datetime2-magyar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-magyar/" - "source/latex/datetime2-magyar/" - "tex/latex/datetime2-magyar/") - (base32 - "1vy50gl9r2ga0a1m1z9b0hcc35iq5xgr2sl0ifyd48s8zadxrxz4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-magyar/" + "source/latex/datetime2-magyar/" + "tex/latex/datetime2-magyar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vy50gl9r2ga0a1m1z9b0hcc35iq5xgr2sl0ifyd48s8zadxrxz4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-magyar") @@ -82651,13 +98437,18 @@ (define-public texlive-datetime2-norsk (package (name "texlive-datetime2-norsk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-norsk/" - "source/latex/datetime2-norsk/" - "tex/latex/datetime2-norsk/") - (base32 - "1qan02np4jayqbs7ss92jlldsmmvwxjj7jjngipq3ik7dw035796"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-norsk/" + "source/latex/datetime2-norsk/" + "tex/latex/datetime2-norsk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qan02np4jayqbs7ss92jlldsmmvwxjj7jjngipq3ik7dw035796")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-norsk") @@ -82672,13 +98463,18 @@ (define-public texlive-datetime2-polish (package (name "texlive-datetime2-polish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-polish/" - "source/latex/datetime2-polish/" - "tex/latex/datetime2-polish/") - (base32 - "0ip6d2h13ra048qiya02jcrvm907780c339pxlxn289xxvv01mzm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-polish/" + "source/latex/datetime2-polish/" + "tex/latex/datetime2-polish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ip6d2h13ra048qiya02jcrvm907780c339pxlxn289xxvv01mzm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-polish") @@ -82693,13 +98489,18 @@ (define-public texlive-datetime2-portuges (package (name "texlive-datetime2-portuges") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-portuges/" - "source/latex/datetime2-portuges/" - "tex/latex/datetime2-portuges/") - (base32 - "0y964bkkrjpixq8yvknrwgdi4xc88q5v2jxxaav88ng26gb776ck"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-portuges/" + "source/latex/datetime2-portuges/" + "tex/latex/datetime2-portuges/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y964bkkrjpixq8yvknrwgdi4xc88q5v2jxxaav88ng26gb776ck")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-portuges") @@ -82714,13 +98515,18 @@ (define-public texlive-datetime2-romanian (package (name "texlive-datetime2-romanian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-romanian/" - "source/latex/datetime2-romanian/" - "tex/latex/datetime2-romanian/") - (base32 - "0sqignidr6p7fn2nmxm2k07dcnpghcv9ji613hydgh4slq6lp562"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-romanian/" + "source/latex/datetime2-romanian/" + "tex/latex/datetime2-romanian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sqignidr6p7fn2nmxm2k07dcnpghcv9ji613hydgh4slq6lp562")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-romanian") @@ -82734,13 +98540,18 @@ (define-public texlive-datetime2-russian (package (name "texlive-datetime2-russian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-russian/" - "source/latex/datetime2-russian/" - "tex/latex/datetime2-russian/") - (base32 - "044fw83nr0izxdnyjyk46g8p2m2xq7gwvars4srvbrxr6ra79828"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-russian/" + "source/latex/datetime2-russian/" + "tex/latex/datetime2-russian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "044fw83nr0izxdnyjyk46g8p2m2xq7gwvars4srvbrxr6ra79828")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-russian") @@ -82755,13 +98566,18 @@ (define-public texlive-datetime2-samin (package (name "texlive-datetime2-samin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-samin/" - "source/latex/datetime2-samin/" - "tex/latex/datetime2-samin/") - (base32 - "0mzinlw6qqam9b65whp6ddg8j4jjk0v4arxdizsfzsfda1v18lpg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-samin/" + "source/latex/datetime2-samin/" + "tex/latex/datetime2-samin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mzinlw6qqam9b65whp6ddg8j4jjk0v4arxdizsfzsfda1v18lpg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-samin") @@ -82776,13 +98592,18 @@ (define-public texlive-datetime2-scottish (package (name "texlive-datetime2-scottish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-scottish/" - "source/latex/datetime2-scottish/" - "tex/latex/datetime2-scottish/") - (base32 - "1p9zir361i5gwwiaw2fr9h5ckiilaaxc2p8gfy8xcg6q41lqa6rr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-scottish/" + "source/latex/datetime2-scottish/" + "tex/latex/datetime2-scottish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p9zir361i5gwwiaw2fr9h5ckiilaaxc2p8gfy8xcg6q41lqa6rr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-scottish") @@ -82797,13 +98618,18 @@ (define-public texlive-datetime2-serbian (package (name "texlive-datetime2-serbian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-serbian/" - "source/latex/datetime2-serbian/" - "tex/latex/datetime2-serbian/") - (base32 - "05wwhd66k50wzfyypv5sg4n43xfgn1hgvdm3782vq3l3s94bkbnf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-serbian/" + "source/latex/datetime2-serbian/" + "tex/latex/datetime2-serbian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05wwhd66k50wzfyypv5sg4n43xfgn1hgvdm3782vq3l3s94bkbnf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-serbian") @@ -82819,13 +98645,18 @@ (define-public texlive-datetime2-slovak (package (name "texlive-datetime2-slovak") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-slovak/" - "source/latex/datetime2-slovak/" - "tex/latex/datetime2-slovak/") - (base32 - "0whrbsybflccvrnljh5vj73m4lk44njm15sjhj6arq30qal9fqly"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-slovak/" + "source/latex/datetime2-slovak/" + "tex/latex/datetime2-slovak/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0whrbsybflccvrnljh5vj73m4lk44njm15sjhj6arq30qal9fqly")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-slovak") @@ -82840,13 +98671,18 @@ (define-public texlive-datetime2-slovene (package (name "texlive-datetime2-slovene") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-slovene/" - "source/latex/datetime2-slovene/" - "tex/latex/datetime2-slovene/") - (base32 - "0sjn20af64gcv3frxizzr3g5kpy50miy1yd1rfq18gyipabyyv6h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-slovene/" + "source/latex/datetime2-slovene/" + "tex/latex/datetime2-slovene/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sjn20af64gcv3frxizzr3g5kpy50miy1yd1rfq18gyipabyyv6h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-slovene") @@ -82861,13 +98697,18 @@ (define-public texlive-datetime2-spanish (package (name "texlive-datetime2-spanish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-spanish/" - "source/latex/datetime2-spanish/" - "tex/latex/datetime2-spanish/") - (base32 - "14wh1hwnyr9pwc90hm0w17br9m3xbwb27h307m2r552hj0g0da51"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-spanish/" + "source/latex/datetime2-spanish/" + "tex/latex/datetime2-spanish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14wh1hwnyr9pwc90hm0w17br9m3xbwb27h307m2r552hj0g0da51")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-spanish") @@ -82882,13 +98723,18 @@ (define-public texlive-datetime2-swedish (package (name "texlive-datetime2-swedish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-swedish/" - "source/latex/datetime2-swedish/" - "tex/latex/datetime2-swedish/") - (base32 - "1y13b6553rrh8229z4wb1gd01kyz6208iqwb44dnj3dxyvxhsshz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-swedish/" + "source/latex/datetime2-swedish/" + "tex/latex/datetime2-swedish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1y13b6553rrh8229z4wb1gd01kyz6208iqwb44dnj3dxyvxhsshz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-swedish") @@ -82903,13 +98749,18 @@ (define-public texlive-datetime2-turkish (package (name "texlive-datetime2-turkish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-turkish/" - "source/latex/datetime2-turkish/" - "tex/latex/datetime2-turkish/") - (base32 - "1xhv08gkn4sj305szvvfflprag43qg437bfwhc19la93g79yx16k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-turkish/" + "source/latex/datetime2-turkish/" + "tex/latex/datetime2-turkish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xhv08gkn4sj305szvvfflprag43qg437bfwhc19la93g79yx16k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-turkish") @@ -82924,13 +98775,18 @@ (define-public texlive-datetime2-ukrainian (package (name "texlive-datetime2-ukrainian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-ukrainian/" - "source/latex/datetime2-ukrainian/" - "tex/latex/datetime2-ukrainian/") - (base32 - "19m3866mwm61r3chpil0xilzirql52igajwdz2v0d3m3x3g12ngs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-ukrainian/" + "source/latex/datetime2-ukrainian/" + "tex/latex/datetime2-ukrainian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19m3866mwm61r3chpil0xilzirql52igajwdz2v0d3m3x3g12ngs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-ukrainian") @@ -82944,13 +98800,18 @@ (define-public texlive-datetime2-usorbian (package (name "texlive-datetime2-usorbian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-usorbian/" - "source/latex/datetime2-usorbian/" - "tex/latex/datetime2-usorbian/") - (base32 - "1p7mwmwrk1cc9sijc7rv5knzqrzbwig9yfm6nghmnxsqi3czglhq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-usorbian/" + "source/latex/datetime2-usorbian/" + "tex/latex/datetime2-usorbian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p7mwmwrk1cc9sijc7rv5knzqrzbwig9yfm6nghmnxsqi3czglhq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-usorbian") @@ -82965,13 +98826,18 @@ (define-public texlive-datetime2-welsh (package (name "texlive-datetime2-welsh") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/datetime2-welsh/" - "source/latex/datetime2-welsh/" - "tex/latex/datetime2-welsh/") - (base32 - "05lblhk0ja9jyyqrfgy58m6laj9qjj7rxvj4bniv9kw1g05r6si7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/datetime2-welsh/" + "source/latex/datetime2-welsh/" + "tex/latex/datetime2-welsh/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05lblhk0ja9jyyqrfgy58m6laj9qjj7rxvj4bniv9kw1g05r6si7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/datetime2-welsh") @@ -82986,12 +98852,17 @@ (define-public texlive-dblfloatfix (package (name "texlive-dblfloatfix") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dblfloatfix/" - "tex/latex/dblfloatfix/") - (base32 - "1pga2fs38f5fh8dms7a2zy8lv25qw86j920d72wy42adn0l3f5gd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dblfloatfix/" + "tex/latex/dblfloatfix/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pga2fs38f5fh8dms7a2zy8lv25qw86j920d72wy42adn0l3f5gd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dblfloatfix") @@ -83006,12 +98877,17 @@ (define-public texlive-dbshow (package (name "texlive-dbshow") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dbshow/" "source/latex/dbshow/" - "tex/latex/dbshow/") - (base32 - "1av2zsk0c2wlzcrrr6pv9j5fhw9g77r2gj6ia4hyn0v6q5lfxx2g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dbshow/" "source/latex/dbshow/" + "tex/latex/dbshow/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1av2zsk0c2wlzcrrr6pv9j5fhw9g77r2gj6ia4hyn0v6q5lfxx2g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dbshow") @@ -83031,12 +98907,17 @@ (define-public texlive-debate (package (name "texlive-debate") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/debate/" "source/latex/debate/" - "tex/latex/debate/") - (base32 - "1509mb8li2c9ih67bp2d10iz2i1fcwyfkcxq2y9qhddnam0rf48h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/debate/" "source/latex/debate/" + "tex/latex/debate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1509mb8li2c9ih67bp2d10iz2i1fcwyfkcxq2y9qhddnam0rf48h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -83057,12 +98938,17 @@ (define-public texlive-decimal (package (name "texlive-decimal") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/decimal/" "source/latex/decimal/" - "tex/latex/decimal/") - (base32 - "16ixjiddz4qvwv0rir7l8amz4bc9ldacm2y4cssmb4053kvc9pxw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/decimal/" "source/latex/decimal/" + "tex/latex/decimal/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16ixjiddz4qvwv0rir7l8amz4bc9ldacm2y4cssmb4053kvc9pxw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/decimal") @@ -83076,13 +98962,18 @@ (define-public texlive-decorule (package (name "texlive-decorule") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/decorule/" - "source/latex/decorule/" - "tex/latex/decorule/") - (base32 - "07l723zd20ds5sa70vk5hhrd7a90jqy3hf70wm5q1gnmbjszj1da"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/decorule/" + "source/latex/decorule/" + "tex/latex/decorule/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07l723zd20ds5sa70vk5hhrd7a90jqy3hf70wm5q1gnmbjszj1da")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/decorule") @@ -83097,13 +98988,18 @@ (define-public texlive-delimtxt (package (name "texlive-delimtxt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/delimtxt/" - "source/latex/delimtxt/" - "tex/latex/delimtxt/") - (base32 - "0zj7r4igpw5qw40klx17k4w7fmp1w4j0v3gk6h14qw58y9d0wffw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/delimtxt/" + "source/latex/delimtxt/" + "tex/latex/delimtxt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zj7r4igpw5qw40klx17k4w7fmp1w4j0v3gk6h14qw58y9d0wffw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/delimtxt") @@ -83118,12 +99014,17 @@ (define-public texlive-democodetools (package (name "texlive-democodetools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/democodetools/" - "tex/latex/democodetools/") - (base32 - "0fr37dqqvccr8vfkkqmgds7da0cwhlwlrgh4vzx49kq9l66m78n3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/democodetools/" + "tex/latex/democodetools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fr37dqqvccr8vfkkqmgds7da0cwhlwlrgh4vzx49kq9l66m78n3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/democodetools") @@ -83136,12 +99037,17 @@ (define-public texlive-diabetes-logbook (package (name "texlive-diabetes-logbook") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/diabetes-logbook/" - "tex/latex/diabetes-logbook/") - (base32 - "1kadfz9vq0awzdzp829rri1kw77awi9x96vfqn3nxjwwkdba7nd5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/diabetes-logbook/" + "tex/latex/diabetes-logbook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kadfz9vq0awzdzp829rri1kw77awi9x96vfqn3nxjwwkdba7nd5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/diabetes-logbook") @@ -83160,11 +99066,16 @@ (define-public texlive-diagnose (package (name "texlive-diagnose") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/diagnose/" "tex/latex/diagnose/") - (base32 - "1qvnl8cvyh7000191akgx15mdhqwmabfm7bdwwsn1kdq091csa4a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/diagnose/" "tex/latex/diagnose/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qvnl8cvyh7000191akgx15mdhqwmabfm7bdwwsn1kdq091csa4a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/diagnose") @@ -83179,12 +99090,17 @@ (define-public texlive-dialogl (package (name "texlive-dialogl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dialogl/" "source/latex/dialogl/" - "tex/latex/dialogl/") - (base32 - "0vhv7jkc1ll9f4rzg8db83ksbispy7lqvjfywplpx7k1va1qp816"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dialogl/" "source/latex/dialogl/" + "tex/latex/dialogl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vhv7jkc1ll9f4rzg8db83ksbispy7lqvjfywplpx7k1va1qp816")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -83199,11 +99115,16 @@ (define-public texlive-dichokey (package (name "texlive-dichokey") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dichokey/" "tex/latex/dichokey/") - (base32 - "0ncfxvkky0p0ff5bl378464zxvjdq3wg2acy0dmgvxh3zyc8925k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dichokey/" "tex/latex/dichokey/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ncfxvkky0p0ff5bl378464zxvjdq3wg2acy0dmgvxh3zyc8925k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dichokey") @@ -83218,12 +99139,17 @@ (define-public texlive-dimnum (package (name "texlive-dimnum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dimnum/" "source/latex/dimnum/" - "tex/latex/dimnum/") - (base32 - "1kknxp8b64z9h5xpazb1684x1hy1431nv6wcc89h0knf7pimdizj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dimnum/" "source/latex/dimnum/" + "tex/latex/dimnum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kknxp8b64z9h5xpazb1684x1hy1431nv6wcc89h0knf7pimdizj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dimnum") @@ -83237,14 +99163,19 @@ (define-public texlive-directory (package (name "texlive-directory") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/directory/" - "bibtex/bst/directory/" - "doc/latex/directory/" - "tex/latex/directory/") - (base32 - "03h3vskri5hcvna92spvagig4na8pmr52jmdclis58d903pmm6wp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/directory/" + "bibtex/bst/directory/" + "doc/latex/directory/" + "tex/latex/directory/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03h3vskri5hcvna92spvagig4na8pmr52jmdclis58d903pmm6wp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/directory") @@ -83258,13 +99189,18 @@ (define-public texlive-dirtytalk (package (name "texlive-dirtytalk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dirtytalk/" - "source/latex/dirtytalk/" - "tex/latex/dirtytalk/") - (base32 - "1rm3y5bwxg7s8db10pzkskgcp54qlkz93g6kif732n9j5c17d9ca"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dirtytalk/" + "source/latex/dirtytalk/" + "tex/latex/dirtytalk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rm3y5bwxg7s8db10pzkskgcp54qlkz93g6kif732n9j5c17d9ca")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dirtytalk") @@ -83279,12 +99215,17 @@ (define-public texlive-dlfltxb (package (name "texlive-dlfltxb") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/dlfltxb/" "doc/latex/dlfltxb/" - "tex/latex/dlfltxb/") - (base32 - "036szsm6al1b5vrkcvabjwlz465j3bp63fdqsisb1j7153wqfc0g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/dlfltxb/" "doc/latex/dlfltxb/" + "tex/latex/dlfltxb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "036szsm6al1b5vrkcvabjwlz465j3bp63fdqsisb1j7153wqfc0g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dlfltxb") @@ -83316,12 +99257,17 @@ (define-public texlive-dnaseq (package (name "texlive-dnaseq") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dnaseq/" "source/latex/dnaseq/" - "tex/latex/dnaseq/") - (base32 - "07g0197v6kyvzmxa3xl96adjki19whmmsj4pjqprpbaqm6nlhn19"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dnaseq/" "source/latex/dnaseq/" + "tex/latex/dnaseq/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07g0197v6kyvzmxa3xl96adjki19whmmsj4pjqprpbaqm6nlhn19")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dnaseq") @@ -83337,13 +99283,18 @@ (define-public texlive-doclicense (package (name "texlive-doclicense") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/doclicense/" - "source/latex/doclicense/" - "tex/latex/doclicense/") - (base32 - "0glx7cfhncns0kkz08i9w1kprn6xynbsw7155vkmhfwkxa4xb1an"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/doclicense/" + "source/latex/doclicense/" + "tex/latex/doclicense/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0glx7cfhncns0kkz08i9w1kprn6xynbsw7155vkmhfwkxa4xb1an")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/doclicense") @@ -83359,12 +99310,17 @@ (define-public texlive-docmfp (package (name "texlive-docmfp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/docmfp/" "source/latex/docmfp/" - "tex/latex/docmfp/") - (base32 - "0bqjgd7pj14bxxi37mlqvwp30zmslg019h9bihh3kjp26iz813yr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/docmfp/" "source/latex/docmfp/" + "tex/latex/docmfp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bqjgd7pj14bxxi37mlqvwp30zmslg019h9bihh3kjp26iz813yr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/docmfp") @@ -83378,12 +99334,17 @@ (define-public texlive-docmute (package (name "texlive-docmute") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/docmute/" "source/latex/docmute/" - "tex/latex/docmute/") - (base32 - "1r1anq3hcddsnzj2vxa8kiax7vazl4zd4ny1a03jzmaljlildrjq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/docmute/" "source/latex/docmute/" + "tex/latex/docmute/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r1anq3hcddsnzj2vxa8kiax7vazl4zd4ny1a03jzmaljlildrjq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/docmute") @@ -83398,13 +99359,18 @@ (define-public texlive-docshots (package (name "texlive-docshots") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/docshots/" - "source/latex/docshots/" - "tex/latex/docshots/") - (base32 - "0468gs2l00x853zvlskhf7fmvq7z0v0pa7wkfiz3sv4zn0rivnpj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/docshots/" + "source/latex/docshots/" + "tex/latex/docshots/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0468gs2l00x853zvlskhf7fmvq7z0v0pa7wkfiz3sv4zn0rivnpj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-fancyvrb texlive-iexec texlive-pdfcrop @@ -83421,13 +99387,18 @@ (define-public texlive-doctools (package (name "texlive-doctools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/doctools/" - "source/latex/doctools/" - "tex/latex/doctools/") - (base32 - "0zsw9cj27lmjjsqibskfxizbsbcqwrdbd87s283j8pkdsqda8fc4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/doctools/" + "source/latex/doctools/" + "tex/latex/doctools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zsw9cj27lmjjsqibskfxizbsbcqwrdbd87s283j8pkdsqda8fc4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/doctools") @@ -83441,13 +99412,18 @@ (define-public texlive-documentation (package (name "texlive-documentation") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/documentation/" - "source/latex/documentation/" - "tex/latex/documentation/") - (base32 - "05f93m7sjjml6cdzw7j02vjxr9ij0079iql6vn5d3xwfx51l9pzl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/documentation/" + "source/latex/documentation/" + "tex/latex/documentation/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05f93m7sjjml6cdzw7j02vjxr9ij0079iql6vn5d3xwfx51l9pzl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/documentation") @@ -83461,11 +99437,16 @@ (define-public texlive-docutils (package (name "texlive-docutils") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/docutils/" "tex/latex/docutils/") - (base32 - "01rh5w1dicjszp51vkk5zcs5lzrdmgddfm6dy3nv666gxq12jrf7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/docutils/" "tex/latex/docutils/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01rh5w1dicjszp51vkk5zcs5lzrdmgddfm6dy3nv666gxq12jrf7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/docutils") @@ -83482,13 +99463,18 @@ (define-public texlive-dotarrow (package (name "texlive-dotarrow") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dotarrow/" - "source/latex/dotarrow/" - "tex/latex/dotarrow/") - (base32 - "10zw1j5adkw0nz2ym1kll47sv1wxmwxkbas5cnyhpg818wzagckf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dotarrow/" + "source/latex/dotarrow/" + "tex/latex/dotarrow/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10zw1j5adkw0nz2ym1kll47sv1wxmwxkbas5cnyhpg818wzagckf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dotarrow") @@ -83502,11 +99488,16 @@ (define-public texlive-dotlessi (package (name "texlive-dotlessi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dotlessi/" "tex/latex/dotlessi/") - (base32 - "096xlk6r297y4qpwqvpas38anw2q33g9g3xv3msq5qs0xyirask9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dotlessi/" "tex/latex/dotlessi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "096xlk6r297y4qpwqvpas38anw2q33g9g3xv3msq5qs0xyirask9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dotlessi") @@ -83521,12 +99512,17 @@ (define-public texlive-dotseqn (package (name "texlive-dotseqn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dotseqn/" "source/latex/dotseqn/" - "tex/latex/dotseqn/") - (base32 - "0ggi0zsnd1prfnvwx41hb37rvmwyq95p4a5qyjq1pms2haniija4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dotseqn/" "source/latex/dotseqn/" + "tex/latex/dotseqn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ggi0zsnd1prfnvwx41hb37rvmwyq95p4a5qyjq1pms2haniija4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -83541,7 +99537,7 @@ (define-public texlive-dotseqn (substitute* "source/latex/dotseqn/dotseqn.dtx" (("(\\\\type(in|out)|\\\\edef\\\\answer).*") "") (("\\\\ifodd\\\\answer\n") - "\\ifodd89\n") ;create "dotseqn.sty" + "\\ifodd89\n") ;create "dotseqn.sty" (("\\\\ifodd\\\\answer \\\\else \\\\OnlyDescription \\\\fi") "\\OnlyDescription"))))))) ;no documentation. (native-inputs (list (texlive-updmap.cfg (list texlive-hypdoc)))) @@ -83559,13 +99555,18 @@ (define-public texlive-download (package (name "texlive-download") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/download/" - "source/latex/download/" - "tex/latex/download/") - (base32 - "08zkmj9n9k6d2nx4b3q8579f1jgz6mqyxvzx81hi6l3qi4f01phs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/download/" + "source/latex/download/" + "tex/latex/download/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08zkmj9n9k6d2nx4b3q8579f1jgz6mqyxvzx81hi6l3qi4f01phs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/download") @@ -83580,12 +99581,17 @@ (define-public texlive-dox (package (name "texlive-dox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dox/" "source/latex/dox/" - "tex/latex/dox/") - (base32 - "1vzvrr45npkl86bwqc216b0wcsj8rm9dz4ms1b8ydqpg8nv6594d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dox/" "source/latex/dox/" + "tex/latex/dox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vzvrr45npkl86bwqc216b0wcsj8rm9dz4ms1b8ydqpg8nv6594d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -83602,11 +99608,16 @@ (define-public texlive-dpfloat (package (name "texlive-dpfloat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dpfloat/" "tex/latex/dpfloat/") - (base32 - "1xkdnjc3b65kq558yyb2yj1xb0r1cqfyxfgsvmxj79p6naxw7jnc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dpfloat/" "tex/latex/dpfloat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xkdnjc3b65kq558yyb2yj1xb0r1cqfyxfgsvmxj79p6naxw7jnc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dpfloat") @@ -83623,13 +99634,18 @@ (define-public texlive-dprogress (package (name "texlive-dprogress") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dprogress/" - "source/latex/dprogress/" - "tex/latex/dprogress/") - (base32 - "1g3x1pqbpm6krv9p21jslbprrz9zxmjj33qa62cnpyd4sp1h5ppn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dprogress/" + "source/latex/dprogress/" + "tex/latex/dprogress/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1g3x1pqbpm6krv9p21jslbprrz9zxmjj33qa62cnpyd4sp1h5ppn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dprogress") @@ -83646,12 +99662,17 @@ (define-public texlive-drac (package (name "texlive-drac") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/drac/" "source/latex/drac/" - "tex/latex/drac/") - (base32 - "0clkdwjk28vqqzvzby9v28ysmhg7avfqkf093844p8bfjs2i3csw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/drac/" "source/latex/drac/" + "tex/latex/drac/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0clkdwjk28vqqzvzby9v28ysmhg7avfqkf093844p8bfjs2i3csw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/drac") @@ -83670,13 +99691,18 @@ (define-public texlive-draftcopy (package (name "texlive-draftcopy") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/draftcopy/" - "source/latex/draftcopy/" - "tex/latex/draftcopy/") - (base32 - "1vxmpwmyqmzijp73akianjci6kw27dh6hsahh8b3glxh38mz3qm7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/draftcopy/" + "source/latex/draftcopy/" + "tex/latex/draftcopy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vxmpwmyqmzijp73akianjci6kw27dh6hsahh8b3glxh38mz3qm7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -83703,12 +99729,17 @@ (define-public texlive-draftfigure (package (name "texlive-draftfigure") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/draftfigure/" - "tex/latex/draftfigure/") - (base32 - "08akqd8hw2f5rybl1yj7gb8jv0z3ipwvr1gc6bz5rk1676vyfwdz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/draftfigure/" + "tex/latex/draftfigure/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08akqd8hw2f5rybl1yj7gb8jv0z3ipwvr1gc6bz5rk1676vyfwdz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/draftfigure") @@ -83722,11 +99753,16 @@ (define-public texlive-dtk (package (name "texlive-dtk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dtk/" "tex/latex/dtk/") - (base32 - "0004hpmspsznsyzw1jc1giqsl2vrkr5p8gwr1p05z4742ijdcpvb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dtk/" "tex/latex/dtk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0004hpmspsznsyzw1jc1giqsl2vrkr5p8gwr1p05z4742ijdcpvb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dtk") @@ -83742,13 +99778,18 @@ (define-public texlive-dtxdescribe (package (name "texlive-dtxdescribe") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dtxdescribe/" - "source/latex/dtxdescribe/" - "tex/latex/dtxdescribe/") - (base32 - "1320k8s8lcsl816mmvx1fsxibsybc1mr234lxmg49lkhqqgxilb7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dtxdescribe/" + "source/latex/dtxdescribe/" + "tex/latex/dtxdescribe/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1320k8s8lcsl816mmvx1fsxibsybc1mr234lxmg49lkhqqgxilb7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dtxdescribe") @@ -83778,11 +99819,16 @@ (define-public texlive-dtxgallery (package (name "texlive-dtxgallery") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dtxgallery/") - (base32 - "07c403zbx7sxkhhrwrfw3np20xlqhdk893b4bd6r8lqb0zipp5b5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dtxgallery/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07c403zbx7sxkhhrwrfw3np20xlqhdk893b4bd6r8lqb0zipp5b5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dtxgallery") @@ -83798,12 +99844,17 @@ (define-public texlive-ducksay (package (name "texlive-ducksay") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ducksay/" "source/latex/ducksay/" - "tex/latex/ducksay/") - (base32 - "0qq3iw1bbxjlc0yc6lcz6wpmgkbmx02sagfal4rima6gg06yp346"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ducksay/" "source/latex/ducksay/" + "tex/latex/ducksay/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qq3iw1bbxjlc0yc6lcz6wpmgkbmx02sagfal4rima6gg06yp346")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ducksay") @@ -83819,13 +99870,18 @@ (define-public texlive-duckuments (package (name "texlive-duckuments") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/duckuments/" - "source/latex/duckuments/" - "tex/latex/duckuments/") - (base32 - "03yp3icmzg9plvr3pdjv7qkad528mv0lw95b90a9rq16smkhqnw4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/duckuments/" + "source/latex/duckuments/" + "tex/latex/duckuments/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03yp3icmzg9plvr3pdjv7qkad528mv0lw95b90a9rq16smkhqnw4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/duckuments") @@ -83860,12 +99916,17 @@ (define-public texlive-dvdcoll (package (name "texlive-dvdcoll") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/dvdcoll/" "doc/latex/dvdcoll/" - "tex/latex/dvdcoll/") - (base32 - "1vjsv46yffnibsr1g5wzg0bim3db1wqrxqvwp7fm6bxskfsvy4mq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/dvdcoll/" "doc/latex/dvdcoll/" + "tex/latex/dvdcoll/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vjsv46yffnibsr1g5wzg0bim3db1wqrxqvwp7fm6bxskfsvy4mq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dvdcoll") @@ -83889,13 +99950,18 @@ (define-public texlive-dynamicnumber (package (name "texlive-dynamicnumber") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dynamicnumber/" - "source/latex/dynamicnumber/" - "tex/latex/dynamicnumber/") - (base32 - "15fxlihdsnv2mqivv9bjzhdlzprdjgfkcmpa0v2gy60c4nvymi6x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dynamicnumber/" + "source/latex/dynamicnumber/" + "tex/latex/dynamicnumber/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15fxlihdsnv2mqivv9bjzhdlzprdjgfkcmpa0v2gy60c4nvymi6x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dynamicnumber") @@ -83916,12 +99982,17 @@ (define-public texlive-dynblocks (package (name "texlive-dynblocks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/dynblocks/" - "tex/latex/dynblocks/") - (base32 - "1jmwkxa4s37cqanpfnzvcq80ic3dvnal5x0g5749c0b410f7x3im"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/dynblocks/" + "tex/latex/dynblocks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jmwkxa4s37cqanpfnzvcq80ic3dvnal5x0g5749c0b410f7x3im")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/dynblocks") @@ -83935,12 +100006,17 @@ (define-public texlive-ean13isbn (package (name "texlive-ean13isbn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ean13isbn/" - "tex/latex/ean13isbn/") - (base32 - "1ls2i412f2kmipm9ibir8mazy3jhg1plcbzwf780r3hsc8i68fib"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ean13isbn/" + "tex/latex/ean13isbn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ls2i412f2kmipm9ibir8mazy3jhg1plcbzwf780r3hsc8i68fib")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ean13isbn") @@ -83954,11 +100030,16 @@ (define-public texlive-easy (package (name "texlive-easy") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/easy/" "tex/latex/easy/") - (base32 - "0dig68199whwprq1g4fdn504vlzyrcmdjdy6y1fvpsz9qfhvkgq7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/easy/" "tex/latex/easy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dig68199whwprq1g4fdn504vlzyrcmdjdy6y1fvpsz9qfhvkgq7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/easy") @@ -83987,12 +100068,17 @@ (define-public texlive-easy-todo (package (name "texlive-easy-todo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/easy-todo/" - "tex/latex/easy-todo/") - (base32 - "0wzpqd8pq5cpxdaqfwz5knpvrjjhwpvl6yq25h86zk3jxmyag88r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/easy-todo/" + "tex/latex/easy-todo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wzpqd8pq5cpxdaqfwz5knpvrjjhwpvl6yq25h86zk3jxmyag88r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/easy-todo") @@ -84006,13 +100092,18 @@ (define-public texlive-easybook (package (name "texlive-easybook") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/easybook/" - "source/latex/easybook/" - "tex/latex/easybook/") - (base32 - "11s8ibg4dbsdy4h8qwlzd3qz70rbi30hgsbzahakrh9q4pq7ix42"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/easybook/" + "source/latex/easybook/" + "tex/latex/easybook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11s8ibg4dbsdy4h8qwlzd3qz70rbi30hgsbzahakrh9q4pq7ix42")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/easybook") @@ -84031,12 +100122,17 @@ (define-public texlive-easyfig (package (name "texlive-easyfig") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/easyfig/" "source/latex/easyfig/" - "tex/latex/easyfig/") - (base32 - "1xkc0syipviic3cfc4y3lx5zza13cs8ykmbcvcn30ls17y50rmkm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/easyfig/" "source/latex/easyfig/" + "tex/latex/easyfig/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xkc0syipviic3cfc4y3lx5zza13cs8ykmbcvcn30ls17y50rmkm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ydoc)) @@ -84055,13 +100151,18 @@ (define-public texlive-easyfloats (package (name "texlive-easyfloats") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/easyfloats/" - "source/latex/easyfloats/" - "tex/latex/easyfloats/") - (base32 - "0lp0bflj0m05rxbg5514mg87ipkanrpypvijhqa6qwj08c7gvahk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/easyfloats/" + "source/latex/easyfloats/" + "tex/latex/easyfloats/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lp0bflj0m05rxbg5514mg87ipkanrpypvijhqa6qwj08c7gvahk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-caption texlive-environ texlive-etoolbox @@ -84081,12 +100182,17 @@ (define-public texlive-easyformat (package (name "texlive-easyformat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/easyformat/" - "tex/latex/easyformat/") - (base32 - "1y7064ckcbc70a921m8q1rjqz7y9ahmg0dihvf1jqvnhwbjrnxmi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/easyformat/" + "tex/latex/easyformat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1y7064ckcbc70a921m8q1rjqz7y9ahmg0dihvf1jqvnhwbjrnxmi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/easyformat") @@ -84101,11 +100207,16 @@ (define-public texlive-easylist (package (name "texlive-easylist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/easylist/" "tex/latex/easylist/") - (base32 - "1sj2sn0hwk16819qqyy2bfxslpqxhd4i7zbng2abqbmw1vdvqb2p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/easylist/" "tex/latex/easylist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sj2sn0hwk16819qqyy2bfxslpqxhd4i7zbng2abqbmw1vdvqb2p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/easylist") @@ -84121,13 +100232,18 @@ (define-public texlive-easyreview (package (name "texlive-easyreview") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/easyreview/" - "source/latex/easyreview/" - "tex/latex/easyreview/") - (base32 - "1r0mqqvqn0sd3cv0lhch3v0lkh68z8qx7887zh7i828fkm5x29sm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/easyreview/" + "source/latex/easyreview/" + "tex/latex/easyreview/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r0mqqvqn0sd3cv0lhch3v0lkh68z8qx7887zh7i828fkm5x29sm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/easyreview") @@ -84144,12 +100260,17 @@ (define-public texlive-ebezier (package (name "texlive-ebezier") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ebezier/" "source/latex/ebezier/" - "tex/latex/ebezier/") - (base32 - "0cmmlm6sx9xc3ail8dfcwx7afx6by0384ac5hhxp6mry52x0j9ki"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ebezier/" "source/latex/ebezier/" + "tex/latex/ebezier/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cmmlm6sx9xc3ail8dfcwx7afx6by0384ac5hhxp6mry52x0j9ki")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ebezier") @@ -84165,13 +100286,18 @@ (define-public texlive-ecclesiastic (package (name "texlive-ecclesiastic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ecclesiastic/" - "source/latex/ecclesiastic/" - "tex/latex/ecclesiastic/") - (base32 - "14kd3f3adf5c5x2aw38rq95m9cbsy675jq4dmpaqhzz9mxy3f1wh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ecclesiastic/" + "source/latex/ecclesiastic/" + "tex/latex/ecclesiastic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14kd3f3adf5c5x2aw38rq95m9cbsy675jq4dmpaqhzz9mxy3f1wh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ecclesiastic") @@ -84188,13 +100314,18 @@ (define-public texlive-econlipsum (package (name "texlive-econlipsum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/econlipsum/" - "source/latex/econlipsum/" - "tex/latex/econlipsum/") - (base32 - "14ijwmfvxcf9lnd1g8ywyn49jl074fsvj5nzfpyb37k3392qhhs8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/econlipsum/" + "source/latex/econlipsum/" + "tex/latex/econlipsum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14ijwmfvxcf9lnd1g8ywyn49jl074fsvj5nzfpyb37k3392qhhs8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/econlipsum") @@ -84209,12 +100340,17 @@ (define-public texlive-ecv (package (name "texlive-ecv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ecv/" "source/latex/ecv/" - "tex/latex/ecv/") - (base32 - "17y590j1sp228g9ma7a8i3rr6c4yrnwdzln9j0vzj1fnddvf9n0l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ecv/" "source/latex/ecv/" + "tex/latex/ecv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17y590j1sp228g9ma7a8i3rr6c4yrnwdzln9j0vzj1fnddvf9n0l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ecv") @@ -84229,12 +100365,17 @@ (define-public texlive-ed (package (name "texlive-ed") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ed/" "source/latex/ed/" - "tex/latex/ed/") - (base32 - "1i6nc3k58f81gk3dg4cgnvccj951p3ffc6xan8j644a4bxlclr8z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ed/" "source/latex/ed/" + "tex/latex/ed/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i6nc3k58f81gk3dg4cgnvccj951p3ffc6xan8j644a4bxlclr8z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ed") @@ -84250,12 +100391,17 @@ (define-public texlive-edichokey (package (name "texlive-edichokey") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/edichokey/" - "tex/latex/edichokey/") - (base32 - "0hc04ckwiw2kwy2r7cs517wlig594fczlmags1yd8hw3wlxcz17n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/edichokey/" + "tex/latex/edichokey/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hc04ckwiw2kwy2r7cs517wlig594fczlmags1yd8hw3wlxcz17n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/edichokey") @@ -84271,13 +100417,18 @@ (define-public texlive-edmargin (package (name "texlive-edmargin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/edmargin/" - "source/latex/edmargin/" - "tex/latex/edmargin/") - (base32 - "04wcwf60jdnw09cg02qb85q7ca1f4pm87h9f67k0pdm9rb4kbbs0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/edmargin/" + "source/latex/edmargin/" + "tex/latex/edmargin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04wcwf60jdnw09cg02qb85q7ca1f4pm87h9f67k0pdm9rb4kbbs0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/edmargin") @@ -84294,12 +100445,17 @@ (define-public texlive-eemeir (package (name "texlive-eemeir") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eemeir/" "source/latex/eemeir/" - "tex/latex/eemeir/") - (base32 - "1gqj1rmagd4vy8pw9c6w5bsxbicq1in8ksp3vprj8c0akskndnzp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eemeir/" "source/latex/eemeir/" + "tex/latex/eemeir/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gqj1rmagd4vy8pw9c6w5bsxbicq1in8ksp3vprj8c0akskndnzp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eemeir") @@ -84319,12 +100475,17 @@ (define-public texlive-efbox (package (name "texlive-efbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/efbox/" "source/latex/efbox/" - "tex/latex/efbox/") - (base32 - "1qjm824njz81fp0v91vgid8zlgaj9r4cx2z0i44rlall31z26vpm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/efbox/" "source/latex/efbox/" + "tex/latex/efbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qjm824njz81fp0v91vgid8zlgaj9r4cx2z0i44rlall31z26vpm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/efbox") @@ -84340,12 +100501,17 @@ (define-public texlive-egplot (package (name "texlive-egplot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/egplot/" "source/latex/egplot/" - "tex/latex/egplot/") - (base32 - "1i6wqnskp55i6gfkiz6gj4flq4mcah9vyqxvf2knrwly6s362pwj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/egplot/" "source/latex/egplot/" + "tex/latex/egplot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i6wqnskp55i6gfkiz6gj4flq4mcah9vyqxvf2knrwly6s362pwj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/egplot") @@ -84360,11 +100526,16 @@ (define-public texlive-ehhline (package (name "texlive-ehhline") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ehhline/" "tex/latex/ehhline/") - (base32 - "11xyd7qj0k9rvggslpx762x0g2x2y5y3rw36580ih5mj8z9n217n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ehhline/" "tex/latex/ehhline/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11xyd7qj0k9rvggslpx762x0g2x2y5y3rw36580ih5mj8z9n217n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ehhline") @@ -84378,11 +100549,16 @@ (define-public texlive-elements (package (name "texlive-elements") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/elements/" "tex/latex/elements/") - (base32 - "1z08kqxgdnqwdpzrnixy4rdb0jmyvzy7kvxsm1d6whc0nraiza0j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/elements/" "tex/latex/elements/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z08kqxgdnqwdpzrnixy4rdb0jmyvzy7kvxsm1d6whc0nraiza0j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/elements") @@ -84398,13 +100574,18 @@ (define-public texlive-ellipsis (package (name "texlive-ellipsis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ellipsis/" - "source/latex/ellipsis/" - "tex/latex/ellipsis/") - (base32 - "0saxqs2g911w7fqz8k1vs54wg61pjaqivryx9nvy5ik8p2pb30bs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ellipsis/" + "source/latex/ellipsis/" + "tex/latex/ellipsis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0saxqs2g911w7fqz8k1vs54wg61pjaqivryx9nvy5ik8p2pb30bs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ellipsis") @@ -84420,12 +100601,17 @@ (define-public texlive-elmath (package (name "texlive-elmath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/elmath/" "source/latex/elmath/" - "tex/latex/elmath/") - (base32 - "1jrykbfpi1iq6zdfq5263676szj9xv6gqh94qfg22jhga7ckgpma"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/elmath/" "source/latex/elmath/" + "tex/latex/elmath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jrykbfpi1iq6zdfq5263676szj9xv6gqh94qfg22jhga7ckgpma")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/elmath") @@ -84440,11 +100626,16 @@ (define-public texlive-elpres (package (name "texlive-elpres") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/elpres/" "tex/latex/elpres/") - (base32 - "0mx36x88rcgjga1pqqf0rnyyq81lc4728gzjkp2scwz26yn6b6zv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/elpres/" "tex/latex/elpres/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mx36x88rcgjga1pqqf0rnyyq81lc4728gzjkp2scwz26yn6b6zv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/elpres") @@ -84462,13 +100653,18 @@ (define-public texlive-elzcards (package (name "texlive-elzcards") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/elzcards/" - "source/latex/elzcards/" - "tex/latex/elzcards/") - (base32 - "0r0n3l55wsf8zmdzxwljh13np8y9sigrn051yijnhxrn2y83mj4v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/elzcards/" + "source/latex/elzcards/" + "tex/latex/elzcards/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r0n3l55wsf8zmdzxwljh13np8y9sigrn051yijnhxrn2y83mj4v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/elzcards") @@ -84485,12 +100681,17 @@ (define-public texlive-emarks (package (name "texlive-emarks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/emarks/" "source/latex/emarks/" - "tex/latex/emarks/") - (base32 - "0snd4wc0fl64b9k4mzdjklcw6z549rx3l7jw34fa2ibmf5zcmr2p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/emarks/" "source/latex/emarks/" + "tex/latex/emarks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0snd4wc0fl64b9k4mzdjklcw6z549rx3l7jw34fa2ibmf5zcmr2p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/emarks") @@ -84513,13 +100714,18 @@ (define-public texlive-embedall (package (name "texlive-embedall") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/embedall/" - "source/latex/embedall/" - "tex/latex/embedall/") - (base32 - "03q3qkgbl3yqnk84gpnp9421vbxrjk6fvnvhaxqn8wqz6v3wijk0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/embedall/" + "source/latex/embedall/" + "tex/latex/embedall/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03q3qkgbl3yqnk84gpnp9421vbxrjk6fvnvhaxqn8wqz6v3wijk0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/embedall") @@ -84535,14 +100741,19 @@ (define-public texlive-embedfile (package (name "texlive-embedfile") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/embedfile/" - "source/latex/embedfile/" - "tex/generic/embedfile/" - "tex/latex/embedfile/") - (base32 - "0khpr65fap1rr7rgyv9wbfjpiij2wpazf9xarkzn62wp25yzplag"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/embedfile/" + "source/latex/embedfile/" + "tex/generic/embedfile/" + "tex/latex/embedfile/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0khpr65fap1rr7rgyv9wbfjpiij2wpazf9xarkzn62wp25yzplag")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/embedfile") @@ -84558,11 +100769,16 @@ (define-public texlive-embrac (package (name "texlive-embrac") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/embrac/" "tex/latex/embrac/") - (base32 - "0hdgh9gqhb18xj3y203v1prpvc8lhkzjzbgzq1xxb0gvj2bsy187"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/embrac/" "tex/latex/embrac/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hdgh9gqhb18xj3y203v1prpvc8lhkzjzbgzq1xxb0gvj2bsy187")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/embrac") @@ -84577,13 +100793,18 @@ (define-public texlive-emptypage (package (name "texlive-emptypage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/emptypage/" - "source/latex/emptypage/" - "tex/latex/emptypage/") - (base32 - "0dwf5x4260wa1zl3zn7zl3jlk5jr3jlgflc943lx4m5mpdr85wvj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/emptypage/" + "source/latex/emptypage/" + "tex/latex/emptypage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dwf5x4260wa1zl3zn7zl3jlk5jr3jlgflc943lx4m5mpdr85wvj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/emptypage") @@ -84597,12 +100818,17 @@ (define-public texlive-emulateapj (package (name "texlive-emulateapj") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/emulateapj/" - "tex/latex/emulateapj/") - (base32 - "13d84pxy67qwdb9wnma05ivk9iv7ky8pfmi8801cw8sc2c2sfz9j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/emulateapj/" + "tex/latex/emulateapj/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13d84pxy67qwdb9wnma05ivk9iv7ky8pfmi8801cw8sc2c2sfz9j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/emulateapj") @@ -84617,13 +100843,18 @@ (define-public texlive-endheads (package (name "texlive-endheads") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/endheads/" - "source/latex/endheads/" - "tex/latex/endheads/") - (base32 - "1pbqp5bkak62bqfnh9glk9g37ciachi80m1aavl9s9ahj1dk6af8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/endheads/" + "source/latex/endheads/" + "tex/latex/endheads/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pbqp5bkak62bqfnh9glk9g37ciachi80m1aavl9s9ahj1dk6af8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/endheads") @@ -84639,13 +100870,18 @@ (define-public texlive-endnotes-hy (package (name "texlive-endnotes-hy") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/endnotes-hy/" - "source/latex/endnotes-hy/" - "tex/latex/endnotes-hy/") - (base32 - "05mr1i91znfvgv94rma445s497663qbapv2fx9399kr0kp5zmxyx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/endnotes-hy/" + "source/latex/endnotes-hy/" + "tex/latex/endnotes-hy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05mr1i91znfvgv94rma445s497663qbapv2fx9399kr0kp5zmxyx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/endnotes-hy") @@ -84662,12 +100898,17 @@ (define-public texlive-engpron (package (name "texlive-engpron") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/engpron/" "source/latex/engpron/" - "tex/latex/engpron/") - (base32 - "1gj67i6snlfhkycmrjkn16qw664qi59z5wgmrr22m44hv495yf47"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/engpron/" "source/latex/engpron/" + "tex/latex/engpron/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gj67i6snlfhkycmrjkn16qw664qi59z5wgmrr22m44hv495yf47")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/engpron") @@ -84684,12 +100925,17 @@ (define-public texlive-engrec (package (name "texlive-engrec") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/engrec/" "source/latex/engrec/" - "tex/latex/engrec/") - (base32 - "0qal8bildiah9h67p69ixy9q2c11v6x8p9lsl4fwyhjm3zvmz8qb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/engrec/" "source/latex/engrec/" + "tex/latex/engrec/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qal8bildiah9h67p69ixy9q2c11v6x8p9lsl4fwyhjm3zvmz8qb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/engrec") @@ -84704,13 +100950,18 @@ (define-public texlive-enumitem-zref (package (name "texlive-enumitem-zref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/enumitem-zref/" - "source/latex/enumitem-zref/" - "tex/latex/enumitem-zref/") - (base32 - "05chqdbbis649b1dgclz0hylgp8nbhapc6p16aqb91bpbcms7a6b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/enumitem-zref/" + "source/latex/enumitem-zref/" + "tex/latex/enumitem-zref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05chqdbbis649b1dgclz0hylgp8nbhapc6p16aqb91bpbcms7a6b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/enumitem-zref") @@ -84734,11 +100985,16 @@ (define-public texlive-envbig (package (name "texlive-envbig") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/envbig/" "tex/latex/envbig/") - (base32 - "0s09py3cdrhpx4p23zax9lc45bjgv08wkvpp9kw6k7j9wpqgdskf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/envbig/" "tex/latex/envbig/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s09py3cdrhpx4p23zax9lc45bjgv08wkvpp9kw6k7j9wpqgdskf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/envbig") @@ -84751,12 +101007,17 @@ (define-public texlive-envlab (package (name "texlive-envlab") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/envlab/" "source/latex/envlab/" - "tex/latex/envlab/") - (base32 - "08qqvbs12b5fbx2wa86591nr6jhzh42f6y0ch06lxywpy1lgrqrb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/envlab/" "source/latex/envlab/" + "tex/latex/envlab/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08qqvbs12b5fbx2wa86591nr6jhzh42f6y0ch06lxywpy1lgrqrb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:build-targets #~(list "envlab.ins"))) @@ -84771,13 +101032,18 @@ (define-public texlive-epigraph (package (name "texlive-epigraph") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/epigraph/" - "source/latex/epigraph/" - "tex/latex/epigraph/") - (base32 - "0swqk1wad1ipv4ki8innsgvij88b6mrmrcjshxv3jb9s6j2w5b7g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/epigraph/" + "source/latex/epigraph/" + "tex/latex/epigraph/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0swqk1wad1ipv4ki8innsgvij88b6mrmrcjshxv3jb9s6j2w5b7g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/epigraph") @@ -84792,12 +101058,17 @@ (define-public texlive-epigraph-keys (package (name "texlive-epigraph-keys") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/epigraph-keys/" - "tex/latex/epigraph-keys/") - (base32 - "0agba7zsi2yafihbwfk40k4rbdalq945n3c6racg4gvi6a5wk2kh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/epigraph-keys/" + "tex/latex/epigraph-keys/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0agba7zsi2yafihbwfk40k4rbdalq945n3c6racg4gvi6a5wk2kh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/epigraph-keys") @@ -84812,16 +101083,21 @@ (define-public texlive-epiolmec (package (name "texlive-epiolmec") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/epiolmec/" - "fonts/map/dvips/epiolmec/" - "fonts/tfm/public/epiolmec/" - "fonts/type1/public/epiolmec/" - "source/latex/epiolmec/" - "tex/latex/epiolmec/") - (base32 - "1vz61v5hdkwsdcjcbq7z7gzszxd3liib52sndyas10fqk675hs60"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/epiolmec/" + "fonts/map/dvips/epiolmec/" + "fonts/tfm/public/epiolmec/" + "fonts/type1/public/epiolmec/" + "source/latex/epiolmec/" + "tex/latex/epiolmec/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vz61v5hdkwsdcjcbq7z7gzszxd3liib52sndyas10fqk675hs60")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/epiolmec") @@ -84835,13 +101111,18 @@ (define-public texlive-eq-pin2corr (package (name "texlive-eq-pin2corr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eq-pin2corr/" - "source/latex/eq-pin2corr/" - "tex/latex/eq-pin2corr/") - (base32 - "0gh9r6f9l3dxd5fldglnnrx3c0x4s2s4r10igg8crqd4zzas5kp1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eq-pin2corr/" + "source/latex/eq-pin2corr/" + "tex/latex/eq-pin2corr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gh9r6f9l3dxd5fldglnnrx3c0x4s2s4r10igg8crqd4zzas5kp1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eq-pin2corr") @@ -84861,11 +101142,16 @@ (define-public texlive-eqell (package (name "texlive-eqell") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eqell/" "tex/latex/eqell/") - (base32 - "1x50b4yfph5707d9xw94fyjrhnih3rp31g4ay4mp7p7m6dgq2q32"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eqell/" "tex/latex/eqell/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x50b4yfph5707d9xw94fyjrhnih3rp31g4ay4mp7p7m6dgq2q32")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eqell") @@ -84879,12 +101165,17 @@ (define-public texlive-eqlist (package (name "texlive-eqlist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eqlist/" "source/latex/eqlist/" - "tex/latex/eqlist/") - (base32 - "13gsz9ixw55mq2i43d80pn967jl3j86l5gkarzqliwc5ni6yn71c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eqlist/" "source/latex/eqlist/" + "tex/latex/eqlist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13gsz9ixw55mq2i43d80pn967jl3j86l5gkarzqliwc5ni6yn71c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eqlist") @@ -84898,13 +101189,18 @@ (define-public texlive-eqnalign (package (name "texlive-eqnalign") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/eqnalign/" - "source/latex/eqnalign/" - "tex/latex/eqnalign/") - (base32 - "1fnpis9yr7b3h4rnxcgap96fr8dxpk2ziiil9vk3xf18fmzr6b8d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/eqnalign/" + "source/latex/eqnalign/" + "tex/latex/eqnalign/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fnpis9yr7b3h4rnxcgap96fr8dxpk2ziiil9vk3xf18fmzr6b8d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eqnalign") @@ -84920,11 +101216,16 @@ (define-public texlive-eqname (package (name "texlive-eqname") (version "2023.0") - (source (texlive-origin - name version - (list "tex/latex/eqname/") - (base32 - "1qryjgmn2cw2indmmybgzrcrakqi6a3crvdcyvj769mciz8lsdwy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/latex/eqname/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qryjgmn2cw2indmmybgzrcrakqi6a3crvdcyvj769mciz8lsdwy")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eqname") (synopsis "Name tags for equations") @@ -84939,12 +101240,17 @@ (define-public texlive-errata (package (name "texlive-errata") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/errata/" "source/latex/errata/" - "tex/latex/errata/") - (base32 - "1lslyh03p99zwkrfr5fj099wpcn6gbymnmx5dw4gmb4a1lab82fk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/errata/" "source/latex/errata/" + "tex/latex/errata/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lslyh03p99zwkrfr5fj099wpcn6gbymnmx5dw4gmb4a1lab82fk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/errata") @@ -84960,12 +101266,17 @@ (define-public texlive-erw-l3 (package (name "texlive-erw-l3") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/erw-l3/" "source/latex/erw-l3/" - "tex/latex/erw-l3/") - (base32 - "0m1bynihwzrwzs2mxa3w1rg6b8f9lb17p7j6j9a0g9g0f117hrlp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/erw-l3/" "source/latex/erw-l3/" + "tex/latex/erw-l3/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m1bynihwzrwzs2mxa3w1rg6b8f9lb17p7j6j9a0g9g0f117hrlp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/erw-l3") @@ -84979,11 +101290,16 @@ (define-public texlive-esami (package (name "texlive-esami") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/esami/" "tex/latex/esami/") - (base32 - "1vrn6wpjfssgq41nhws8rjfj9k7hki7bai1xwb7mxkwzh5aa247f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/esami/" "tex/latex/esami/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vrn6wpjfssgq41nhws8rjfj9k7hki7bai1xwb7mxkwzh5aa247f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/esami") @@ -85001,12 +101317,17 @@ (define-public texlive-esdiff (package (name "texlive-esdiff") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/esdiff/" "source/latex/esdiff/" - "tex/latex/esdiff/") - (base32 - "1p55w91d08r3r7x1kjapbgfpq94n40c09nv0cf2ivmwqvrr1qr0a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/esdiff/" "source/latex/esdiff/" + "tex/latex/esdiff/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p55w91d08r3r7x1kjapbgfpq94n40c09nv0cf2ivmwqvrr1qr0a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/esdiff") @@ -85022,12 +101343,17 @@ (define-public texlive-esieecv (package (name "texlive-esieecv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/esieecv/" "source/latex/esieecv/" - "tex/latex/esieecv/") - (base32 - "1d3dx97q7lq5sgixki18vpgjlkgvkljbydi03r10ypnjxidrcxcf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/esieecv/" "source/latex/esieecv/" + "tex/latex/esieecv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d3dx97q7lq5sgixki18vpgjlkgvkljbydi03r10ypnjxidrcxcf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/esieecv") @@ -85041,11 +101367,16 @@ (define-public texlive-esindex (package (name "texlive-esindex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/esindex/" "tex/latex/esindex/") - (base32 - "12jirxg7nijnagn8gszi0bj3sdiyvb9sb2sdpjpj1yk2ngfb41m1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/esindex/" "tex/latex/esindex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12jirxg7nijnagn8gszi0bj3sdiyvb9sb2sdpjpj1yk2ngfb41m1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/esindex") @@ -85061,14 +101392,19 @@ (define-public texlive-esint (package (name "texlive-esint") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/esint/" - "fonts/source/public/esint/" - "fonts/tfm/public/esint/" - "source/latex/esint/" "tex/latex/esint/") - (base32 - "172c4ggjkpysfvg0kgcx77lr8md58nvppv0pj6fnrx3lnrvpzvzk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/esint/" + "fonts/source/public/esint/" + "fonts/tfm/public/esint/" + "source/latex/esint/" "tex/latex/esint/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "172c4ggjkpysfvg0kgcx77lr8md58nvppv0pj6fnrx3lnrvpzvzk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -85087,15 +101423,20 @@ (define-public texlive-esint-type1 (package (name "texlive-esint-type1") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/esint-type1/" - "dvips/esint-type1/" - "fonts/map/dvips/esint-type1/" - "fonts/type1/public/esint-type1/" - "tex/plain/esint-type1/") - (base32 - "1qxdbp6xlychk4rxypc52s5qyf6p3fzzqzw5077lwkwgqx89jfhm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/esint-type1/" + "dvips/esint-type1/" + "fonts/map/dvips/esint-type1/" + "fonts/type1/public/esint-type1/" + "tex/plain/esint-type1/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qxdbp6xlychk4rxypc52s5qyf6p3fzzqzw5077lwkwgqx89jfhm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-esint)) @@ -85109,13 +101450,18 @@ (define-public texlive-etaremune (package (name "texlive-etaremune") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/etaremune/" - "source/latex/etaremune/" - "tex/latex/etaremune/") - (base32 - "12ljghlhh7li8pgpaa39gnsvvn4l4bmww74zik4q3qmirkhvi949"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/etaremune/" + "source/latex/etaremune/" + "tex/latex/etaremune/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12ljghlhh7li8pgpaa39gnsvvn4l4bmww74zik4q3qmirkhvi949")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -85141,12 +101487,17 @@ (define-public texlive-etl (package (name "texlive-etl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/etl/" "source/latex/etl/" - "tex/latex/etl/") - (base32 - "1aln59faads7yh432q62kd44idlhc0wfwrxk5y8sbdhql5s6hk7l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/etl/" "source/latex/etl/" + "tex/latex/etl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1aln59faads7yh432q62kd44idlhc0wfwrxk5y8sbdhql5s6hk7l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/etl") @@ -85168,11 +101519,16 @@ (define-public texlive-eulerpx (package (name "texlive-eulerpx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/eulerpx/" "tex/latex/eulerpx/") - (base32 - "1lwyi35vzx21cg9kmg94c9z73af3dqf63klzzs86ahbz4f7lvp66"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/eulerpx/" "tex/latex/eulerpx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lwyi35vzx21cg9kmg94c9z73af3dqf63klzzs86ahbz4f7lvp66")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/eulerpx") @@ -85188,12 +101544,17 @@ (define-public texlive-europasscv (package (name "texlive-europasscv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/europasscv/" - "tex/latex/europasscv/") - (base32 - "0q9nj9p87np8p55p3fl0ffhaqlazvn2xh82lmk4fdlhc593mbhpy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/europasscv/" + "tex/latex/europasscv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q9nj9p87np8p55p3fl0ffhaqlazvn2xh82lmk4fdlhc593mbhpy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/europasscv") @@ -85210,11 +101571,16 @@ (define-public texlive-europecv (package (name "texlive-europecv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/europecv/" "tex/latex/europecv/") - (base32 - "05m1xah8alvql7iiwg1br97gwncx3i1d3151dw4nccxrxyw7wnw5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/europecv/" "tex/latex/europecv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05m1xah8alvql7iiwg1br97gwncx3i1d3151dw4nccxrxyw7wnw5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/europecv") @@ -85232,11 +101598,16 @@ (define-public texlive-exam (package (name "texlive-exam") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/exam/" "tex/latex/exam/") - (base32 - "0b3zh8mi3gx1934l42q902mi5jf81x5g1awa6zr9ry427qzvkrg8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/exam/" "tex/latex/exam/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b3zh8mi3gx1934l42q902mi5jf81x5g1awa6zr9ry427qzvkrg8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/exam") @@ -85278,12 +101649,17 @@ (define-public texlive-exam-lite (package (name "texlive-exam-lite") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/exam-lite/" - "tex/latex/exam-lite/") - (base32 - "0nbwlpj68cc6vqg9bmlwwc1vax6fi3rl885a0dvbqmlznrga5ach"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/exam-lite/" + "tex/latex/exam-lite/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nbwlpj68cc6vqg9bmlwwc1vax6fi3rl885a0dvbqmlznrga5ach")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/exam-lite") @@ -85313,12 +101689,17 @@ (define-public texlive-exam-n (package (name "texlive-exam-n") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/exam-n/" "source/latex/exam-n/" - "tex/latex/exam-n/") - (base32 - "1nzg6w0rd3hlpkihkg44qljavha1zkp8wggpivd7q54l1hyib07s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/exam-n/" "source/latex/exam-n/" + "tex/latex/exam-n/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nzg6w0rd3hlpkihkg44qljavha1zkp8wggpivd7q54l1hyib07s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/exam-n") @@ -85345,12 +101726,17 @@ (define-public texlive-exam-randomizechoices (package (name "texlive-exam-randomizechoices") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/exam-randomizechoices/" - "tex/latex/exam-randomizechoices/") - (base32 - "0zaiaxvz91qsjxfiyzfn9i6nrmf95qwdl28s81az20kyn45k18x4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/exam-randomizechoices/" + "tex/latex/exam-randomizechoices/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zaiaxvz91qsjxfiyzfn9i6nrmf95qwdl28s81az20kyn45k18x4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/exam-randomizechoices") @@ -85370,13 +101756,18 @@ (define-public texlive-examdesign (package (name "texlive-examdesign") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/examdesign/" - "source/latex/examdesign/" - "tex/latex/examdesign/") - (base32 - "1xj1n67rnlfwila22bbx1wbv1ffawln7ncnmrr35j92wxykd6vw4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/examdesign/" + "source/latex/examdesign/" + "tex/latex/examdesign/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xj1n67rnlfwila22bbx1wbv1ffawln7ncnmrr35j92wxykd6vw4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/examdesign") @@ -85398,11 +101789,16 @@ (define-public texlive-example (package (name "texlive-example") (version "2023.0") - (source (texlive-origin - name version - (list "tex/latex/example/") - (base32 - "06ld0b9gi8s7y6igijylfvj2qvj3d45z2ml9wd1zfzkpf32pghmy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/latex/example/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06ld0b9gi8s7y6igijylfvj2qvj3d45z2ml9wd1zfzkpf32pghmy")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/example") (synopsis "Typeset examples for TeX courses") @@ -85416,12 +101812,17 @@ (define-public texlive-exceltex (package (name "texlive-exceltex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/exceltex/" "scripts/exceltex/" - "tex/latex/exceltex/") - (base32 - "1i5l1a7ay63b0lqzqsc10ywlqqi1byng7zr4fn7g28v99831wmp4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/exceltex/" "scripts/exceltex/" + "tex/latex/exceltex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i5l1a7ay63b0lqzqsc10ywlqqi1byng7zr4fn7g28v99831wmp4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "exceltex"))) @@ -85444,12 +101845,17 @@ (define-public texlive-excludeonly (package (name "texlive-excludeonly") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/excludeonly/" - "tex/latex/excludeonly/") - (base32 - "0ya7f51h9m207nqiacb1a2kvrlrla8q0gyrv9dzm9k0k01458iyz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/excludeonly/" + "tex/latex/excludeonly/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ya7f51h9m207nqiacb1a2kvrlrla8q0gyrv9dzm9k0k01458iyz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/excludeonly") @@ -85466,13 +101872,18 @@ (define-public texlive-exercise (package (name "texlive-exercise") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/exercise/" - "source/latex/exercise/" - "tex/latex/exercise/") - (base32 - "01i4gagm7d3fqjp6cczw7xsvavlir7wm1i2qxrdxc9fa1xsixq1z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/exercise/" + "source/latex/exercise/" + "tex/latex/exercise/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01i4gagm7d3fqjp6cczw7xsvavlir7wm1i2qxrdxc9fa1xsixq1z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/exercise") @@ -85491,12 +101902,17 @@ (define-public texlive-exercisebank (package (name "texlive-exercisebank") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/exercisebank/" - "tex/latex/exercisebank/") - (base32 - "1im5c6xgf89nk9bx5vrjlhwrgdj9ih23kgvc46lk9qa91ivsa3h9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/exercisebank/" + "tex/latex/exercisebank/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1im5c6xgf89nk9bx5vrjlhwrgdj9ih23kgvc46lk9qa91ivsa3h9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/exercisebank") @@ -85513,12 +101929,17 @@ (define-public texlive-exercisepoints (package (name "texlive-exercisepoints") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/exercisepoints/" - "tex/latex/exercisepoints/") - (base32 - "1309j3aafkkzxpn2sy109xp7vgwn5hrsa35xxcq203lgh58x12ff"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/exercisepoints/" + "tex/latex/exercisepoints/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1309j3aafkkzxpn2sy109xp7vgwn5hrsa35xxcq203lgh58x12ff")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/exercisepoints") @@ -85536,13 +101957,18 @@ (define-public texlive-exercises (package (name "texlive-exercises") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/exercises/" - "source/latex/exercises/" - "tex/latex/exercises/") - (base32 - "0rvlink5l3nqz9x5vvjxh9xgijxba3c1sdzynx86bhxynb0ffnx1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/exercises/" + "source/latex/exercises/" + "tex/latex/exercises/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rvlink5l3nqz9x5vvjxh9xgijxba3c1sdzynx86bhxynb0ffnx1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/exercises") @@ -85559,13 +101985,18 @@ (define-public texlive-exesheet (package (name "texlive-exesheet") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/exesheet/" - "source/latex/exesheet/" - "tex/latex/exesheet/") - (base32 - "0qszpi5k1a3ndb90i1li7hp0h9mpaym9i5rn33j4jfg4pf0m7a4b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/exesheet/" + "source/latex/exesheet/" + "tex/latex/exesheet/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qszpi5k1a3ndb90i1li7hp0h9mpaym9i5rn33j4jfg4pf0m7a4b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/exesheet") @@ -85582,12 +102013,17 @@ (define-public texlive-exframe (package (name "texlive-exframe") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/exframe/" "source/latex/exframe/" - "tex/latex/exframe/") - (base32 - "0rbmhnn5ndy5dsjlfc2v7l88ryxi854z6ifd8m7w99x1akrif379"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/exframe/" "source/latex/exframe/" + "tex/latex/exframe/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rbmhnn5ndy5dsjlfc2v7l88ryxi854z6ifd8m7w99x1akrif379")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/exframe") @@ -85606,13 +102042,18 @@ (define-public texlive-exp-testopt (package (name "texlive-exp-testopt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/exp-testopt/" - "source/latex/exp-testopt/" - "tex/latex/exp-testopt/") - (base32 - "0b28paxhpnl7s2yi6dlf81z2hpyg7hjd8ixs04wygk6q5ll4bcds"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/exp-testopt/" + "source/latex/exp-testopt/" + "tex/latex/exp-testopt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b28paxhpnl7s2yi6dlf81z2hpyg7hjd8ixs04wygk6q5ll4bcds")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/exp-testopt") @@ -85629,12 +102070,17 @@ (define-public texlive-export (package (name "texlive-export") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/export/" "source/latex/export/" - "tex/latex/export/") - (base32 - "0axk0z4pdypwg0bdxyyrk0wvwby9xzq7im0a0r62lriimy53cfdw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/export/" "source/latex/export/" + "tex/latex/export/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0axk0z4pdypwg0bdxyyrk0wvwby9xzq7im0a0r62lriimy53cfdw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/export") @@ -85650,11 +102096,16 @@ (define-public texlive-exsheets (package (name "texlive-exsheets") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/exsheets/" "tex/latex/exsheets/") - (base32 - "0wyld65ghidmiivvx7yan3x8wbx6ma5baw4w6imzdbkvdbp4dxms"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/exsheets/" "tex/latex/exsheets/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wyld65ghidmiivvx7yan3x8wbx6ma5baw4w6imzdbkvdbp4dxms")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/exsheets") @@ -85679,12 +102130,17 @@ (define-public texlive-exsol (package (name "texlive-exsol") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/exsol/" "source/latex/exsol/" - "tex/latex/exsol/") - (base32 - "0ccxmmq1zm63by0fj520gfzcvxxrq8sacv39ip06kjf3krlgzxsx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/exsol/" "source/latex/exsol/" + "tex/latex/exsol/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ccxmmq1zm63by0fj520gfzcvxxrq8sacv39ip06kjf3krlgzxsx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/exsol") @@ -85705,12 +102161,17 @@ (define-public texlive-extract (package (name "texlive-extract") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/extract/" "source/latex/extract/" - "tex/latex/extract/") - (base32 - "1w2nsgfyhjzg0gwr3rzhq13jh7lj63lh36qjv16hayd2kxrcpb62"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/extract/" "source/latex/extract/" + "tex/latex/extract/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1w2nsgfyhjzg0gwr3rzhq13jh7lj63lh36qjv16hayd2kxrcpb62")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -85746,13 +102207,18 @@ (define-public texlive-facsimile (package (name "texlive-facsimile") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/facsimile/" - "source/latex/facsimile/" - "tex/latex/facsimile/") - (base32 - "1sr4avyrkqwq6gh7f5alclnj0z2n8p2q7263jdqb8jlvq80b9pdd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/facsimile/" + "source/latex/facsimile/" + "tex/latex/facsimile/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sr4avyrkqwq6gh7f5alclnj0z2n8p2q7263jdqb8jlvq80b9pdd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/facsimile") @@ -85771,12 +102237,17 @@ (define-public texlive-factura (package (name "texlive-factura") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/factura/" "source/latex/factura/" - "tex/latex/factura/") - (base32 - "1kv6lqfd75lsbj413wxjx7zvxhs0s466263g1p4wik1ry3h0bj71"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/factura/" "source/latex/factura/" + "tex/latex/factura/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kv6lqfd75lsbj413wxjx7zvxhs0s466263g1p4wik1ry3h0bj71")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/factura") @@ -85793,13 +102264,18 @@ (define-public texlive-familytree (package (name "texlive-familytree") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/familytree/" - "source/latex/familytree/" - "tex/latex/familytree/") - (base32 - "1p3rivync409ngvpyp8x754d704rkczpg793hbxh2ws96c73ljw5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/familytree/" + "source/latex/familytree/" + "tex/latex/familytree/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p3rivync409ngvpyp8x754d704rkczpg793hbxh2ws96c73ljw5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/familytree") @@ -85816,12 +102292,17 @@ (define-public texlive-fancyhandout (package (name "texlive-fancyhandout") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fancyhandout/" - "tex/latex/fancyhandout/") - (base32 - "1y59v6kivaqbzc2zms1bzjvkz6xz13rmiqzsm6w9diw5wbfd2q9m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fancyhandout/" + "tex/latex/fancyhandout/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1y59v6kivaqbzc2zms1bzjvkz6xz13rmiqzsm6w9diw5wbfd2q9m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fancyhandout") @@ -85841,13 +102322,18 @@ (define-public texlive-fancylabel (package (name "texlive-fancylabel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fancylabel/" - "source/latex/fancylabel/" - "tex/latex/fancylabel/") - (base32 - "0haf3jjdrfxqnrzahq073j3sv9h7q4wmrxg30xay5w1dq6pkvp4r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fancylabel/" + "source/latex/fancylabel/" + "tex/latex/fancylabel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0haf3jjdrfxqnrzahq073j3sv9h7q4wmrxg30xay5w1dq6pkvp4r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fancylabel") @@ -85861,13 +102347,18 @@ (define-public texlive-fancynum (package (name "texlive-fancynum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fancynum/" - "source/latex/fancynum/" - "tex/latex/fancynum/") - (base32 - "15l6sq848pppcp67gg36y0aa2z7vhgxs59ggcpkgfck21g73i28a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fancynum/" + "source/latex/fancynum/" + "tex/latex/fancynum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15l6sq848pppcp67gg36y0aa2z7vhgxs59ggcpkgfck21g73i28a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fancynum") @@ -85881,13 +102372,18 @@ (define-public texlive-fancypar (package (name "texlive-fancypar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fancypar/" - "source/latex/fancypar/" - "tex/latex/fancypar/") - (base32 - "10m9l4wm8vhzzafvsn1yqan5bv79jm339wznh2w0dxrc82rbzgv6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fancypar/" + "source/latex/fancypar/" + "tex/latex/fancypar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10m9l4wm8vhzzafvsn1yqan5bv79jm339wznh2w0dxrc82rbzgv6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fancypar") @@ -85905,11 +102401,16 @@ (define-public texlive-fancyqr (package (name "texlive-fancyqr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fancyqr/" "tex/latex/fancyqr/") - (base32 - "1p5dpk1cr8wssakylmnghjd965dr4grcs8gahmcigjsbwib97ksm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fancyqr/" "tex/latex/fancyqr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p5dpk1cr8wssakylmnghjd965dr4grcs8gahmcigjsbwib97ksm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fancyqr") @@ -85923,12 +102424,17 @@ (define-public texlive-fancyslides (package (name "texlive-fancyslides") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fancyslides/" - "tex/latex/fancyslides/") - (base32 - "0z233j16v6rgrz7y3wlsnp8ff93ybp0154vayh8p0pwh9vvvmkzw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fancyslides/" + "tex/latex/fancyslides/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z233j16v6rgrz7y3wlsnp8ff93ybp0154vayh8p0pwh9vvvmkzw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fancyslides") @@ -85944,13 +102450,18 @@ (define-public texlive-fancytabs (package (name "texlive-fancytabs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fancytabs/" - "source/latex/fancytabs/" - "tex/latex/fancytabs/") - (base32 - "09d293nl925sp1nfgnbpqb0xps6d0wa3q566p458qxyzadvfadvk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fancytabs/" + "source/latex/fancytabs/" + "tex/latex/fancytabs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09d293nl925sp1nfgnbpqb0xps6d0wa3q566p458qxyzadvfadvk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fancytabs") @@ -85964,13 +102475,18 @@ (define-public texlive-fancytooltips (package (name "texlive-fancytooltips") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fancytooltips/" - "source/latex/fancytooltips/" - "tex/latex/fancytooltips/") - (base32 - "0ykifyjcxirl98nnr2j0sfrcmkjizfmcfqjrjal2byq9nd4642z5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fancytooltips/" + "source/latex/fancytooltips/" + "tex/latex/fancytooltips/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ykifyjcxirl98nnr2j0sfrcmkjizfmcfqjrjal2byq9nd4642z5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fancytooltips") @@ -85988,11 +102504,16 @@ (define-public texlive-fbox (package (name "texlive-fbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fbox/" "tex/latex/fbox/") - (base32 - "089wdbww6a4y4bqw35h11rxmqjmz0c3df1yf8668h8vrv086c8dn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fbox/" "tex/latex/fbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "089wdbww6a4y4bqw35h11rxmqjmz0c3df1yf8668h8vrv086c8dn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fbox") @@ -86008,12 +102529,17 @@ (define-public texlive-fcolumn (package (name "texlive-fcolumn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fcolumn/" "source/latex/fcolumn/" - "tex/latex/fcolumn/") - (base32 - "1ry6fjbmf0nmnjw047igyz0abmzmvj3ff6lpnj1b9sarmhn1svlz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fcolumn/" "source/latex/fcolumn/" + "tex/latex/fcolumn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ry6fjbmf0nmnjw047igyz0abmzmvj3ff6lpnj1b9sarmhn1svlz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fcolumn") @@ -86030,13 +102556,18 @@ (define-public texlive-fetchcls (package (name "texlive-fetchcls") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fetchcls/" - "source/latex/fetchcls/" - "tex/latex/fetchcls/") - (base32 - "03wiyp91x2y93l50rbla4b6qpc3h5zjz36j392r1slxlhplm6m7p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fetchcls/" + "source/latex/fetchcls/" + "tex/latex/fetchcls/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03wiyp91x2y93l50rbla4b6qpc3h5zjz36j392r1slxlhplm6m7p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -86056,13 +102587,18 @@ (define-public texlive-fewerfloatpages (package (name "texlive-fewerfloatpages") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fewerfloatpages/" - "source/latex/fewerfloatpages/" - "tex/latex/fewerfloatpages/") - (base32 - "1qvyjgigrm3nqcn795v992zifnhs77nhxj9hgxsalf2r668nlw2v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fewerfloatpages/" + "source/latex/fewerfloatpages/" + "tex/latex/fewerfloatpages/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qvyjgigrm3nqcn795v992zifnhs77nhxj9hgxsalf2r668nlw2v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fewerfloatpages") @@ -86078,12 +102614,17 @@ (define-public texlive-ffcode (package (name "texlive-ffcode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ffcode/" "source/latex/ffcode/" - "tex/latex/ffcode/") - (base32 - "063dfx1xk25i7sjcwa832x6wilhg54scs7qg53dzfbypp2xndxqx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ffcode/" "source/latex/ffcode/" + "tex/latex/ffcode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "063dfx1xk25i7sjcwa832x6wilhg54scs7qg53dzfbypp2xndxqx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -86105,11 +102646,16 @@ (define-public texlive-ffslides (package (name "texlive-ffslides") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ffslides/" "tex/latex/ffslides/") - (base32 - "0yd6hy15gr1la5wdxl726xdp0nbnh1agf1w0nrixjfr95qidapxf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ffslides/" "tex/latex/ffslides/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yd6hy15gr1la5wdxl726xdp0nbnh1agf1w0nrixjfr95qidapxf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ffslides") @@ -86127,12 +102673,17 @@ (define-public texlive-fgruler (package (name "texlive-fgruler") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fgruler/" "source/latex/fgruler/" - "tex/latex/fgruler/") - (base32 - "1drp8s7hlfbyy5ndam5jqhn8ihy7pm64zz40q8vv2v9a1h0z0p8k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fgruler/" "source/latex/fgruler/" + "tex/latex/fgruler/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1drp8s7hlfbyy5ndam5jqhn8ihy7pm64zz40q8vv2v9a1h0z0p8k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fgruler") @@ -86147,13 +102698,18 @@ (define-public texlive-fifo-stack (package (name "texlive-fifo-stack") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fifo-stack/" - "source/latex/fifo-stack/" - "tex/latex/fifo-stack/") - (base32 - "0h0s0dfw0p94n2rf5bng2i79cv76vkz0xjwb5pm2gzwimshm0anw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fifo-stack/" + "source/latex/fifo-stack/" + "tex/latex/fifo-stack/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h0s0dfw0p94n2rf5bng2i79cv76vkz0xjwb5pm2gzwimshm0anw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fifo-stack") @@ -86171,11 +102727,16 @@ (define-public texlive-figsize (package (name "texlive-figsize") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/figsize/" "tex/latex/figsize/") - (base32 - "10gy0r3dcrl3ghc7rxwfvklanygv2qg6wqh6m96nybnzibgcirxw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/figsize/" "tex/latex/figsize/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10gy0r3dcrl3ghc7rxwfvklanygv2qg6wqh6m96nybnzibgcirxw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/figsize") @@ -86195,13 +102756,18 @@ (define-public texlive-filedate (package (name "texlive-filedate") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/filedate/" - "source/latex/filedate/" - "tex/latex/filedate/") - (base32 - "0j7ccirlpda8rqzjpfqlgj6r72z0693y02anaf1izvhyk339fxg2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/filedate/" + "source/latex/filedate/" + "tex/latex/filedate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0j7ccirlpda8rqzjpfqlgj6r72z0693y02anaf1izvhyk339fxg2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/filedate") @@ -86217,13 +102783,18 @@ (define-public texlive-fileinfo (package (name "texlive-fileinfo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fileinfo/" - "source/latex/fileinfo/" - "tex/latex/fileinfo/") - (base32 - "1i6nvxkzh67bkkqhd64bl2ivqd9v3y1qkw4qxy8pk49hc57mpc4b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fileinfo/" + "source/latex/fileinfo/" + "tex/latex/fileinfo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i6nvxkzh67bkkqhd64bl2ivqd9v3y1qkw4qxy8pk49hc57mpc4b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fileinfo") @@ -86239,12 +102810,17 @@ (define-public texlive-fink (package (name "texlive-fink") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fink/" "source/latex/fink/" - "tex/latex/fink/") - (base32 - "1mj7hjmyx83wv9hm8qsz889bh8p0kdx5a01nbgx0qdxm9wqqyxx0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fink/" "source/latex/fink/" + "tex/latex/fink/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mj7hjmyx83wv9hm8qsz889bh8p0kdx5a01nbgx0qdxm9wqqyxx0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -86265,13 +102841,18 @@ (define-public texlive-finstrut (package (name "texlive-finstrut") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/finstrut/" - "source/latex/finstrut/" - "tex/latex/finstrut/") - (base32 - "1zpyn492xq5h50jh6wwdlj10xwvnkdhxnljqjfkiw429lgaw7qfi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/finstrut/" + "source/latex/finstrut/" + "tex/latex/finstrut/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zpyn492xq5h50jh6wwdlj10xwvnkdhxnljqjfkiw429lgaw7qfi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/finstrut") @@ -86287,12 +102868,17 @@ (define-public texlive-fistrum (package (name "texlive-fistrum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fistrum/" "source/latex/fistrum/" - "tex/latex/fistrum/") - (base32 - "1mbwy12p5dsxqzl68kqig956g79ipkicwaq246dpfx9726bc3qih"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fistrum/" "source/latex/fistrum/" + "tex/latex/fistrum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mbwy12p5dsxqzl68kqig956g79ipkicwaq246dpfx9726bc3qih")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fistrum") @@ -86307,13 +102893,18 @@ (define-public texlive-fithesis (package (name "texlive-fithesis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fithesis/" - "source/latex/fithesis/" - "tex/latex/fithesis/") - (base32 - "0w2jf4cxz73q588fnmqmh4xdr0cag1b7m8ld3hc7agmsv7hcfn5z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fithesis/" + "source/latex/fithesis/" + "tex/latex/fithesis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0w2jf4cxz73q588fnmqmh4xdr0cag1b7m8ld3hc7agmsv7hcfn5z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -86350,12 +102941,17 @@ (define-public texlive-fixcmex (package (name "texlive-fixcmex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fixcmex/" "source/latex/fixcmex/" - "tex/latex/fixcmex/") - (base32 - "00wrjvy0n8181a5ki644z40l8i4f2vlhbwkg0zc9yqsby17dl43r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fixcmex/" "source/latex/fixcmex/" + "tex/latex/fixcmex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00wrjvy0n8181a5ki644z40l8i4f2vlhbwkg0zc9yqsby17dl43r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fixcmex") @@ -86373,12 +102969,17 @@ (define-public texlive-fixme (package (name "texlive-fixme") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fixme/" "source/latex/fixme/" - "tex/latex/fixme/") - (base32 - "1mgx9v7c0l572lz6ysbpg0hrqk4lpy5sn9kcyrpf71zp28szf81s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fixme/" "source/latex/fixme/" + "tex/latex/fixme/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mgx9v7c0l572lz6ysbpg0hrqk4lpy5sn9kcyrpf71zp28szf81s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -86413,13 +103014,18 @@ (define-public texlive-fixmetodonotes (package (name "texlive-fixmetodonotes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fixmetodonotes/" - "source/latex/fixmetodonotes/" - "tex/latex/fixmetodonotes/") - (base32 - "100rxmm6v99v02n76rfiahmv5947v1cfnkch4ylax11ipd3s9jnk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fixmetodonotes/" + "source/latex/fixmetodonotes/" + "tex/latex/fixmetodonotes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "100rxmm6v99v02n76rfiahmv5947v1cfnkch4ylax11ipd3s9jnk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fixmetodonotes") @@ -86434,11 +103040,16 @@ (define-public texlive-fjodor (package (name "texlive-fjodor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fjodor/" "tex/latex/fjodor/") - (base32 - "0s0aaf5h1rm18hyav988rqvsq4xzyszr41p7sqnl92xxi5xzg86h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fjodor/" "tex/latex/fjodor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s0aaf5h1rm18hyav988rqvsq4xzyszr41p7sqnl92xxi5xzg86h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fjodor") @@ -86451,12 +103062,17 @@ (define-public texlive-flabels (package (name "texlive-flabels") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/flabels/" "source/latex/flabels/" - "tex/latex/flabels/") - (base32 - "1s2yggjvbsbbzryxqy8kdy6yw38q0wnzr82hjwfcpip83f4mm123"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/flabels/" "source/latex/flabels/" + "tex/latex/flabels/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s2yggjvbsbbzryxqy8kdy6yw38q0wnzr82hjwfcpip83f4mm123")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/flabels") @@ -86471,11 +103087,16 @@ (define-public texlive-flacards (package (name "texlive-flacards") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/flacards/" "tex/latex/flacards/") - (base32 - "048fl0hhd0vh558wzi4lbsnhaxwzg77x5c4x94pn7pmqfn8zlcz0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/flacards/" "tex/latex/flacards/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "048fl0hhd0vh558wzi4lbsnhaxwzg77x5c4x94pn7pmqfn8zlcz0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/flacards") @@ -86489,13 +103110,18 @@ (define-public texlive-flagderiv (package (name "texlive-flagderiv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/flagderiv/" - "source/latex/flagderiv/" - "tex/latex/flagderiv/") - (base32 - "1gzcanvbpz8scnlkchs2fyw3mphzmswp8p723kwifncvab41i9nk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/flagderiv/" + "source/latex/flagderiv/" + "tex/latex/flagderiv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gzcanvbpz8scnlkchs2fyw3mphzmswp8p723kwifncvab41i9nk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/flagderiv") @@ -86511,13 +103137,18 @@ (define-public texlive-flashcards (package (name "texlive-flashcards") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/flashcards/" - "source/latex/flashcards/" - "tex/latex/flashcards/") - (base32 - "0l70bz1dng1drilp6mk9998n38zbd5d9jlxnw0g5gp1p0hrlmzmb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/flashcards/" + "source/latex/flashcards/" + "tex/latex/flashcards/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l70bz1dng1drilp6mk9998n38zbd5d9jlxnw0g5gp1p0hrlmzmb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/flashcards") @@ -86533,12 +103164,17 @@ (define-public texlive-flashmovie (package (name "texlive-flashmovie") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/flashmovie/" - "tex/latex/flashmovie/") - (base32 - "16m9ql650w70vi3iwqf4988v9yz14pimr88c87cgxwdmvzz0ak3j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/flashmovie/" + "tex/latex/flashmovie/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16m9ql650w70vi3iwqf4988v9yz14pimr88c87cgxwdmvzz0ak3j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/flashmovie") @@ -86556,13 +103192,18 @@ (define-public texlive-flexipage (package (name "texlive-flexipage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/flexipage/" - "source/latex/flexipage/" - "tex/latex/flexipage/") - (base32 - "0dil3rlparyhw61jkggvnzxv96zfbcp8zvazs9nn3wak4yyiii2r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/flexipage/" + "source/latex/flexipage/" + "tex/latex/flexipage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dil3rlparyhw61jkggvnzxv96zfbcp8zvazs9nn3wak4yyiii2r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/flexipage") @@ -86580,11 +103221,16 @@ (define-public texlive-flipbook (package (name "texlive-flipbook") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/flipbook/" "tex/latex/flipbook/") - (base32 - "1jy388pxrlmw1spvhznrggwz76b0nfmigp954skm74fpdzhwalmd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/flipbook/" "tex/latex/flipbook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jy388pxrlmw1spvhznrggwz76b0nfmigp954skm74fpdzhwalmd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/flipbook") @@ -86600,12 +103246,17 @@ (define-public texlive-flippdf (package (name "texlive-flippdf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/flippdf/" "source/latex/flippdf/" - "tex/latex/flippdf/") - (base32 - "0bjac3nddii4g9q8b02z43slab1wnl707jqpyy8f8zmns4l04ws5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/flippdf/" "source/latex/flippdf/" + "tex/latex/flippdf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bjac3nddii4g9q8b02z43slab1wnl707jqpyy8f8zmns4l04ws5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/flippdf") @@ -86621,13 +103272,18 @@ (define-public texlive-floatrow (package (name "texlive-floatrow") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/floatrow/" - "source/latex/floatrow/" - "tex/latex/floatrow/") - (base32 - "0wqg4qikbrmf2q1f4nxv3lfqg6w03n06v3gzxm7xdda4nj7ppc07"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/floatrow/" + "source/latex/floatrow/" + "tex/latex/floatrow/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wqg4qikbrmf2q1f4nxv3lfqg6w03n06v3gzxm7xdda4nj7ppc07")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/floatrow") @@ -86645,13 +103301,18 @@ (define-public texlive-flowfram (package (name "texlive-flowfram") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/flowfram/" "scripts/flowfram/" - "source/latex/flowfram/" - "tex/latex/flowfram/") - (base32 - "1y3r1g9ycxq7r839ca7xzjpk628jvnc1fc0qgp6f6wb99ps79pzc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/flowfram/" "scripts/flowfram/" + "source/latex/flowfram/" + "tex/latex/flowfram/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1y3r1g9ycxq7r839ca7xzjpk628jvnc1fc0qgp6f6wb99ps79pzc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/flowfram") @@ -86668,12 +103329,17 @@ (define-public texlive-fmp (package (name "texlive-fmp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fmp/" "source/latex/fmp/" - "tex/latex/fmp/") - (base32 - "0sccyi1bnz882qyvxjrzl988fgkip5dv64fn3ns377vq4sydcx2m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fmp/" "source/latex/fmp/" + "tex/latex/fmp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sccyi1bnz882qyvxjrzl988fgkip5dv64fn3ns377vq4sydcx2m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:build-targets #~(list "fmp.sty"))) @@ -86686,11 +103352,16 @@ (define-public texlive-fn2end (package (name "texlive-fn2end") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fn2end/" "tex/latex/fn2end/") - (base32 - "1d1gpl3inhimzylrkx0pjl1xjczf2qp9m3823kj8s8kw0y54bg61"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fn2end/" "tex/latex/fn2end/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d1gpl3inhimzylrkx0pjl1xjczf2qp9m3823kj8s8kw0y54bg61")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fn2end") @@ -86705,12 +103376,17 @@ (define-public texlive-fnbreak (package (name "texlive-fnbreak") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fnbreak/" "source/latex/fnbreak/" - "tex/latex/fnbreak/") - (base32 - "0v8mlzwc6ccp545k325lfs6fdfshpv0dr592aj3f85dg54qpmj8k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fnbreak/" "source/latex/fnbreak/" + "tex/latex/fnbreak/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0v8mlzwc6ccp545k325lfs6fdfshpv0dr592aj3f85dg54qpmj8k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fnbreak") @@ -86724,11 +103400,16 @@ (define-public texlive-fncylab (package (name "texlive-fncylab") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fncylab/" "tex/latex/fncylab/") - (base32 - "1yk1byhczzjnig7x5g0aidsk64nh4shbwn66v4j0bm0ps6ya2b9v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fncylab/" "tex/latex/fncylab/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yk1byhczzjnig7x5g0aidsk64nh4shbwn66v4j0bm0ps6ya2b9v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fncylab") @@ -86746,11 +103427,16 @@ (define-public texlive-fnpara (package (name "texlive-fnpara") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fnpara/" "tex/latex/fnpara/") - (base32 - "0rc8r9dq23fvjygk44mpk74fzcdl55134sql91wc663z7yaz35xc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fnpara/" "tex/latex/fnpara/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rc8r9dq23fvjygk44mpk74fzcdl55134sql91wc663z7yaz35xc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fnpara") @@ -86767,11 +103453,16 @@ (define-public texlive-fnpct (package (name "texlive-fnpct") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fnpct/" "tex/latex/fnpct/") - (base32 - "1z1r5q6j5gb4x6sw579irasymk52wr4fdjh4rbgz118h0z4izivk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fnpct/" "tex/latex/fnpct/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z1r5q6j5gb4x6sw579irasymk52wr4fdjh4rbgz118h0z4izivk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fnpct") @@ -86786,13 +103477,18 @@ (define-public texlive-fnumprint (package (name "texlive-fnumprint") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fnumprint/" - "source/latex/fnumprint/" - "tex/latex/fnumprint/") - (base32 - "0ni19n3g4qhj1cf5602jrrwkzfz89jz2yfvplynk3dsfrxnrm78x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fnumprint/" + "source/latex/fnumprint/" + "tex/latex/fnumprint/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ni19n3g4qhj1cf5602jrrwkzfz89jz2yfvplynk3dsfrxnrm78x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fnumprint") @@ -86811,13 +103507,18 @@ (define-public texlive-foilhtml (package (name "texlive-foilhtml") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/foilhtml/" - "source/latex/foilhtml/" - "tex/latex/foilhtml/") - (base32 - "1zrz5jgqm0wwii8bbi8z4pmvs4qk23lw3yklzhrbw1q5wkzdc0ng"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/foilhtml/" + "source/latex/foilhtml/" + "tex/latex/foilhtml/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zrz5jgqm0wwii8bbi8z4pmvs4qk23lw3yklzhrbw1q5wkzdc0ng")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/foilhtml") @@ -86832,11 +103533,16 @@ (define-public texlive-foliono (package (name "texlive-foliono") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/foliono/" "tex/latex/foliono/") - (base32 - "1ldp7cp3s75yyzn5wkdp5rw8q5aii6rnpflw13xj0h5hvv0a6h0y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/foliono/" "tex/latex/foliono/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ldp7cp3s75yyzn5wkdp5rw8q5aii6rnpflw13xj0h5hvv0a6h0y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/foliono") @@ -86854,12 +103560,17 @@ (define-public texlive-fontsetup (package (name "texlive-fontsetup") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fontsetup/" - "tex/latex/fontsetup/") - (base32 - "03zigbwldivrdp9h3cksgvhw88zniq4yi968jmxy6plsg1qy8qq6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fontsetup/" + "tex/latex/fontsetup/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03zigbwldivrdp9h3cksgvhw88zniq4yi968jmxy6plsg1qy8qq6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fontsetup") @@ -86875,13 +103586,18 @@ (define-public texlive-footmisx (package (name "texlive-footmisx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/footmisx/" - "source/latex/footmisx/" - "tex/latex/footmisx/") - (base32 - "17gkxi48nr52dcvm2x7zbf81h57aryy64f77y8gj1l4gvkh7ylbm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/footmisx/" + "source/latex/footmisx/" + "tex/latex/footmisx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17gkxi48nr52dcvm2x7zbf81h57aryy64f77y8gj1l4gvkh7ylbm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/footmisx") @@ -86903,12 +103619,17 @@ (define-public texlive-footnotebackref (package (name "texlive-footnotebackref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/footnotebackref/" - "tex/latex/footnotebackref/") - (base32 - "0ns4kdqkpirv1n8kc52n9qymbk6z0pczihxz3n26fl4acnz3nsmy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/footnotebackref/" + "tex/latex/footnotebackref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ns4kdqkpirv1n8kc52n9qymbk6z0pczihxz3n26fl4acnz3nsmy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/footnotebackref") @@ -86922,13 +103643,18 @@ (define-public texlive-footnoterange (package (name "texlive-footnoterange") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/footnoterange/" - "source/latex/footnoterange/" - "tex/latex/footnoterange/") - (base32 - "1sc3m2hy4hgc3mxsaby9say1hsad4flchs7wv2xxv4wzss3g2kgh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/footnoterange/" + "source/latex/footnoterange/" + "tex/latex/footnoterange/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sc3m2hy4hgc3mxsaby9say1hsad4flchs7wv2xxv4wzss3g2kgh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/footnoterange") @@ -86947,13 +103673,18 @@ (define-public texlive-footnpag (package (name "texlive-footnpag") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/footnpag/" - "source/latex/footnpag/" - "tex/latex/footnpag/") - (base32 - "1qf12zr9qs54wpih691290l9jnf3cjdfpym6g8p0w06al8x797zs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/footnpag/" + "source/latex/footnpag/" + "tex/latex/footnpag/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qf12zr9qs54wpih691290l9jnf3cjdfpym6g8p0w06al8x797zs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/footnpag") @@ -86967,13 +103698,18 @@ (define-public texlive-forarray (package (name "texlive-forarray") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/forarray/" - "source/latex/forarray/" - "tex/latex/forarray/") - (base32 - "1xbl5lzyd264avy3dkqz7yq8imk6pziaalhi7smh9d4jra6412a3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/forarray/" + "source/latex/forarray/" + "tex/latex/forarray/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xbl5lzyd264avy3dkqz7yq8imk6pziaalhi7smh9d4jra6412a3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -87009,12 +103745,17 @@ (define-public texlive-foreign (package (name "texlive-foreign") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/foreign/" "source/latex/foreign/" - "tex/latex/foreign/") - (base32 - "06mbm7j754w44acpvx2miaa3py5gvmjxjq9wh9nq3xv8b7v7a7n3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/foreign/" "source/latex/foreign/" + "tex/latex/foreign/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06mbm7j754w44acpvx2miaa3py5gvmjxjq9wh9nq3xv8b7v7a7n3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/foreign") @@ -87028,12 +103769,17 @@ (define-public texlive-formlett (package (name "texlive-formlett") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/formlett/" - "tex/generic/formlett/") - (base32 - "0nbg8g7hyxanyx2jkv7nz2iwz4x25wh9y8licz4zg8vcz99izn1k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/formlett/" + "tex/generic/formlett/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nbg8g7hyxanyx2jkv7nz2iwz4x25wh9y8licz4zg8vcz99izn1k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/formlett") @@ -87047,13 +103793,18 @@ (define-public texlive-forms16be (package (name "texlive-forms16be") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/forms16be/" - "source/latex/forms16be/" - "tex/latex/forms16be/") - (base32 - "07lj38mwkj1g0gba8sk435474g417lp815byci691xskr84fy33x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/forms16be/" + "source/latex/forms16be/" + "tex/latex/forms16be/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07lj38mwkj1g0gba8sk435474g417lp815byci691xskr84fy33x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/forms16be") @@ -87074,13 +103825,18 @@ (define-public texlive-formular (package (name "texlive-formular") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/formular/" - "source/latex/formular/" - "tex/latex/formular/") - (base32 - "1vjqb9r9c9vwxwnn87zwpd2m94ygaqgvi8pzp37hc9kqxbpx1wkx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/formular/" + "source/latex/formular/" + "tex/latex/formular/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vjqb9r9c9vwxwnn87zwpd2m94ygaqgvi8pzp37hc9kqxbpx1wkx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/formular") @@ -87096,12 +103852,17 @@ (define-public texlive-fragments (package (name "texlive-fragments") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fragments/" - "tex/latex/fragments/") - (base32 - "0p2s3nmq25ypvnbfmgr70cw0b3y7s2i40xig9ddjcd1f8q1i1nyq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fragments/" + "tex/latex/fragments/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p2s3nmq25ypvnbfmgr70cw0b3y7s2i40xig9ddjcd1f8q1i1nyq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fragments") @@ -87120,11 +103881,16 @@ (define-public texlive-frame (package (name "texlive-frame") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/frame/" "tex/generic/frame/") - (base32 - "02n15mi5amvrm6pnr3hkrw6rww2an437b6nff8j4gh6x7vhapygn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/frame/" "tex/generic/frame/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02n15mi5amvrm6pnr3hkrw6rww2an437b6nff8j4gh6x7vhapygn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/frame") @@ -87139,11 +103905,16 @@ (define-public texlive-frege (package (name "texlive-frege") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/frege/" "tex/latex/frege/") - (base32 - "090qsdimmgkmq9xba1kjaxy941y1bkbxlirkx5sn117kfl3v98mq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/frege/" "tex/latex/frege/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "090qsdimmgkmq9xba1kjaxy941y1bkbxlirkx5sn117kfl3v98mq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/frege") @@ -87163,13 +103934,18 @@ (define-public texlive-froufrou (package (name "texlive-froufrou") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/froufrou/" - "source/latex/froufrou/" - "tex/latex/froufrou/") - (base32 - "1d1ifplkdxb7s8mr7zisbzkr9r5hvn7hk0q5dpzpyx8zwhzyvkss"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/froufrou/" + "source/latex/froufrou/" + "tex/latex/froufrou/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d1ifplkdxb7s8mr7zisbzkr9r5hvn7hk0q5dpzpyx8zwhzyvkss")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/froufrou") @@ -87184,11 +103960,16 @@ (define-public texlive-ftcap (package (name "texlive-ftcap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ftcap/" "tex/latex/ftcap/") - (base32 - "0z5ydpf7gxpmfmkaxim5jg32drpaqqb0f58jsbdpiap666lhsb34"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ftcap/" "tex/latex/ftcap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z5ydpf7gxpmfmkaxim5jg32drpaqqb0f58jsbdpiap666lhsb34")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ftcap") @@ -87205,12 +103986,17 @@ (define-public texlive-ftnxtra (package (name "texlive-ftnxtra") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ftnxtra/" "source/latex/ftnxtra/" - "tex/latex/ftnxtra/") - (base32 - "0fyf6gvyn91i3r8jsfcs6wka0ygkdvcll2lbpaigm355mzvm9xnl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ftnxtra/" "source/latex/ftnxtra/" + "tex/latex/ftnxtra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fyf6gvyn91i3r8jsfcs6wka0ygkdvcll2lbpaigm355mzvm9xnl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ftnxtra") @@ -87224,13 +104010,18 @@ (define-public texlive-fullblck (package (name "texlive-fullblck") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fullblck/" - "source/latex/fullblck/" - "tex/latex/fullblck/") - (base32 - "1prr2arwxx6bdzbl9pyhcw25d5jillq1jy6mnyag23rzp2izywrl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fullblck/" + "source/latex/fullblck/" + "tex/latex/fullblck/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1prr2arwxx6bdzbl9pyhcw25d5jillq1jy6mnyag23rzp2izywrl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fullblck") @@ -87244,13 +104035,18 @@ (define-public texlive-fullminipage (package (name "texlive-fullminipage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fullminipage/" - "source/latex/fullminipage/" - "tex/latex/fullminipage/") - (base32 - "040vavcp48fvif39ypnl5hxvalmbywkqy6vvxxwd1pnmmcl17ccf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fullminipage/" + "source/latex/fullminipage/" + "tex/latex/fullminipage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "040vavcp48fvif39ypnl5hxvalmbywkqy6vvxxwd1pnmmcl17ccf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fullminipage") @@ -87266,12 +104062,17 @@ (define-public texlive-fullwidth (package (name "texlive-fullwidth") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fullwidth/" - "tex/latex/fullwidth/") - (base32 - "04wy2sxsbkyg62bhg5av9zg6q07snabwrxv776x3m1mlwi4fw7nh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fullwidth/" + "tex/latex/fullwidth/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04wy2sxsbkyg62bhg5av9zg6q07snabwrxv776x3m1mlwi4fw7nh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fullwidth") @@ -87287,12 +104088,17 @@ (define-public texlive-functional (package (name "texlive-functional") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/functional/" - "tex/latex/functional/") - (base32 - "1xfr911nhj0qfcqibhfch24yzcaj2dlk0ffi20zf5z9nvcyays5v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/functional/" + "tex/latex/functional/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xfr911nhj0qfcqibhfch24yzcaj2dlk0ffi20zf5z9nvcyays5v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/functional") @@ -87311,13 +104117,18 @@ (define-public texlive-fundus-calligra (package (name "texlive-fundus-calligra") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fundus-calligra/" - "source/latex/fundus-calligra/" - "tex/latex/fundus-calligra/") - (base32 - "1575ag7z1ydcpi8bpda5lhn4gil5vdcb442vn50acpdml9zdf1a7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fundus-calligra/" + "source/latex/fundus-calligra/" + "tex/latex/fundus-calligra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1575ag7z1ydcpi8bpda5lhn4gil5vdcb442vn50acpdml9zdf1a7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fundus-calligra") @@ -87331,11 +104142,16 @@ (define-public texlive-fundus-cyr (package (name "texlive-fundus-cyr") (version "2023.0") - (source (texlive-origin - name version - (list "tex/latex/fundus-cyr/") - (base32 - "02zz37h71nqq0f4sf00fiw80pq1q3yadnhqm2j3niz13gms9ydl2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/latex/fundus-cyr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02zz37h71nqq0f4sf00fiw80pq1q3yadnhqm2j3niz13gms9ydl2")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fundus-cyr") (synopsis "Support for Washington University Cyrillic fonts") @@ -87349,13 +104165,18 @@ (define-public texlive-fundus-sueterlin (package (name "texlive-fundus-sueterlin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fundus-sueterlin/" - "source/latex/fundus-sueterlin/" - "tex/latex/fundus-sueterlin/") - (base32 - "1yk6djd3yiwsk20z86b3w9wkfbh7xb3i5r5az6br8aivqqp72fvp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fundus-sueterlin/" + "source/latex/fundus-sueterlin/" + "tex/latex/fundus-sueterlin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yk6djd3yiwsk20z86b3w9wkfbh7xb3i5r5az6br8aivqqp72fvp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fundus-sueterlin") @@ -87370,11 +104191,16 @@ (define-public texlive-fwlw (package (name "texlive-fwlw") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/fwlw/" "tex/latex/fwlw/") - (base32 - "10phasf69lcd9rs6yn997ng1z1g460wzgi3rda45rdjvc0mw336v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/fwlw/" "tex/latex/fwlw/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10phasf69lcd9rs6yn997ng1z1g460wzgi3rda45rdjvc0mw336v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/fwlw") @@ -87392,13 +104218,18 @@ (define-public texlive-gatherenum (package (name "texlive-gatherenum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gatherenum/" - "source/latex/gatherenum/" - "tex/latex/gatherenum/") - (base32 - "1y379ikgz3phvz88h50w1l6ab4sgx3hcs0wz9q6f9g6zv5hbh7fn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gatherenum/" + "source/latex/gatherenum/" + "tex/latex/gatherenum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1y379ikgz3phvz88h50w1l6ab4sgx3hcs0wz9q6f9g6zv5hbh7fn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gatherenum") @@ -87424,11 +104255,16 @@ (define-public texlive-gauss (package (name "texlive-gauss") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gauss/" "tex/latex/gauss/") - (base32 - "0y36dywlf2i13im8msqgwdg41p5pf8c5k7cch4z3cvl5kzgsfpm6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gauss/" "tex/latex/gauss/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y36dywlf2i13im8msqgwdg41p5pf8c5k7cch4z3cvl5kzgsfpm6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gauss") @@ -87442,11 +104278,16 @@ (define-public texlive-gcard (package (name "texlive-gcard") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gcard/" "tex/latex/gcard/") - (base32 - "0ps2iiwzcgka7h75mvpw1g0c63qw6x440bl31dlgnzcwczhk64h3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gcard/" "tex/latex/gcard/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ps2iiwzcgka7h75mvpw1g0c63qw6x440bl31dlgnzcwczhk64h3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gcard") @@ -87463,12 +104304,17 @@ (define-public texlive-gender (package (name "texlive-gender") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gender/" "source/latex/gender/" - "tex/latex/gender/") - (base32 - "16srrl535ynv2zn6kg6w4rkywznrznjn5zwyhpclv4dhd48p6z27"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gender/" "source/latex/gender/" + "tex/latex/gender/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16srrl535ynv2zn6kg6w4rkywznrznjn5zwyhpclv4dhd48p6z27")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gender") @@ -87484,13 +104330,18 @@ (define-public texlive-genmpage (package (name "texlive-genmpage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/genmpage/" - "source/latex/genmpage/" - "tex/latex/genmpage/") - (base32 - "0mk55x85kn7v38l4pa5l8yv8axyfgn01vdxk51iahyzzmlw4fm6f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/genmpage/" + "source/latex/genmpage/" + "tex/latex/genmpage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mk55x85kn7v38l4pa5l8yv8axyfgn01vdxk51iahyzzmlw4fm6f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/genmpage") @@ -87506,12 +104357,17 @@ (define-public texlive-gensymb (package (name "texlive-gensymb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gensymb/" "source/latex/gensymb/" - "tex/latex/gensymb/") - (base32 - "1k4pkls5yp538s55mck65xm5l15mn6qjz89f0vd92iiljbd2b5z8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gensymb/" "source/latex/gensymb/" + "tex/latex/gensymb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1k4pkls5yp538s55mck65xm5l15mn6qjz89f0vd92iiljbd2b5z8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gensymb") @@ -87533,12 +104389,17 @@ (define-public texlive-getfiledate (package (name "texlive-getfiledate") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/getfiledate/" - "tex/latex/getfiledate/") - (base32 - "0m1fz3g2xxwballmka3qvc58wkgzbn9srvn3w4ij79pnffk89l6r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/getfiledate/" + "tex/latex/getfiledate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m1fz3g2xxwballmka3qvc58wkgzbn9srvn3w4ij79pnffk89l6r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/getfiledate") @@ -87553,13 +104414,18 @@ (define-public texlive-getitems (package (name "texlive-getitems") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/getitems/" - "source/latex/getitems/" - "tex/latex/getitems/") - (base32 - "0zwdb7hqfr0jzd2shz80wby2x8yqn74yw6im5qiiwgmmzrnvp48m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/getitems/" + "source/latex/getitems/" + "tex/latex/getitems/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zwdb7hqfr0jzd2shz80wby2x8yqn74yw6im5qiiwgmmzrnvp48m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/getitems") @@ -87575,12 +104441,17 @@ (define-public texlive-gindex (package (name "texlive-gindex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gindex/" "makeindex/gindex/" - "tex/latex/gindex/") - (base32 - "15rk5wbh0xysri3zqd3l0a0z3hcj5fc7g6k3v3li093hfbrzm81q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gindex/" "makeindex/gindex/" + "tex/latex/gindex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15rk5wbh0xysri3zqd3l0a0z3hcj5fc7g6k3v3li093hfbrzm81q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gindex") @@ -87594,12 +104465,17 @@ (define-public texlive-ginpenc (package (name "texlive-ginpenc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ginpenc/" "source/latex/ginpenc/" - "tex/latex/ginpenc/") - (base32 - "15kqbgdngw19pnkl9vh94sbdq261lnbi522gxb5h4djsih9pp14p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ginpenc/" "source/latex/ginpenc/" + "tex/latex/ginpenc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15kqbgdngw19pnkl9vh94sbdq261lnbi522gxb5h4djsih9pp14p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ginpenc") @@ -87616,13 +104492,18 @@ (define-public texlive-gitfile-info (package (name "texlive-gitfile-info") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/gitfile-info/" - "source/support/gitfile-info/" - "tex/latex/gitfile-info/") - (base32 - "05bfzaralkx3rvz63c2i29v49fp2ki5smwx5gya1lxzlhmv1krmv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/gitfile-info/" + "source/support/gitfile-info/" + "tex/latex/gitfile-info/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05bfzaralkx3rvz63c2i29v49fp2ki5smwx5gya1lxzlhmv1krmv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gitfile-info") @@ -87642,11 +104523,16 @@ (define-public texlive-gitinfo (package (name "texlive-gitinfo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gitinfo/" "tex/latex/gitinfo/") - (base32 - "0lchsz3800wzz9f4mxy60n2f5qnn78ia9z1hldhh59j5a18h2p1h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gitinfo/" "tex/latex/gitinfo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lchsz3800wzz9f4mxy60n2f5qnn78ia9z1hldhh59j5a18h2p1h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gitinfo") @@ -87666,11 +104552,16 @@ (define-public texlive-gitinfo2 (package (name "texlive-gitinfo2") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gitinfo2/" "tex/latex/gitinfo2/") - (base32 - "0bbzxb4p4nh7hyrh1888srbh3w9ncyj09jsq0q5yfscn6gbx8gx3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gitinfo2/" "tex/latex/gitinfo2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bbzxb4p4nh7hyrh1888srbh3w9ncyj09jsq0q5yfscn6gbx8gx3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gitinfo2") @@ -87686,11 +104577,16 @@ (define-public texlive-gitlog (package (name "texlive-gitlog") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gitlog/" "tex/latex/gitlog/") - (base32 - "1fbr0jwiv9g9vifc55y17i36vmfgqlr27p17fg41mxcfcna4nxvs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gitlog/" "tex/latex/gitlog/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fbr0jwiv9g9vifc55y17i36vmfgqlr27p17fg41mxcfcna4nxvs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gitlog") @@ -87705,13 +104601,18 @@ (define-public texlive-gitstatus (package (name "texlive-gitstatus") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gitstatus/" - "source/latex/gitstatus/" - "tex/latex/gitstatus/") - (base32 - "01lcqm7r0a95bpfdvdv25dqxj9j0cnj1vihq54a9iqwd8hq196hb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gitstatus/" + "source/latex/gitstatus/" + "tex/latex/gitstatus/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01lcqm7r0a95bpfdvdv25dqxj9j0cnj1vihq54a9iqwd8hq196hb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gitstatus") @@ -87729,11 +104630,16 @@ (define-public texlive-gitver (package (name "texlive-gitver") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gitver/" "tex/latex/gitver/") - (base32 - "1z2amfxc59zdzhvqdqrxnjxr0qgymc384bnm6w0m00p2mhj5pbvy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gitver/" "tex/latex/gitver/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z2amfxc59zdzhvqdqrxnjxr0qgymc384bnm6w0m00p2mhj5pbvy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gitver") @@ -87752,12 +104658,17 @@ (define-public texlive-globalvals (package (name "texlive-globalvals") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/globalvals/" - "tex/latex/globalvals/") - (base32 - "0wrkkxphwd7ka31ylr27b06854x221gadw2bijj1r18x2vl0n4xb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/globalvals/" + "tex/latex/globalvals/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wrkkxphwd7ka31ylr27b06854x221gadw2bijj1r18x2vl0n4xb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/globalvals") @@ -87771,12 +104682,17 @@ (define-public texlive-gloss (package (name "texlive-gloss") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/gloss/" "bibtex/bst/gloss/" - "doc/latex/gloss/" "tex/latex/gloss/") - (base32 - "1yma5l861lrl31v435mhmlbkvsp47bfyy8sg5wrf3s2bad89qix5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/gloss/" "bibtex/bst/gloss/" + "doc/latex/gloss/" "tex/latex/gloss/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yma5l861lrl31v435mhmlbkvsp47bfyy8sg5wrf3s2bad89qix5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gloss") @@ -87790,13 +104706,18 @@ (define-public texlive-glossaries-danish (package (name "texlive-glossaries-danish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/glossaries-danish/" - "source/latex/glossaries-danish/" - "tex/latex/glossaries-danish/") - (base32 - "0z5b71k881qz0649hd9rr5n0cgm8yvckv7jxmk1kh0y6nd9i4k6l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/glossaries-danish/" + "source/latex/glossaries-danish/" + "tex/latex/glossaries-danish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z5b71k881qz0649hd9rr5n0cgm8yvckv7jxmk1kh0y6nd9i4k6l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/glossaries-danish") @@ -87810,13 +104731,18 @@ (define-public texlive-glossaries-dutch (package (name "texlive-glossaries-dutch") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/glossaries-dutch/" - "source/latex/glossaries-dutch/" - "tex/latex/glossaries-dutch/") - (base32 - "0q6szswbbz2lkiknmvv53mxwvl0nrxrmbz5pw8ppgf2d13xs6c9f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/glossaries-dutch/" + "source/latex/glossaries-dutch/" + "tex/latex/glossaries-dutch/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q6szswbbz2lkiknmvv53mxwvl0nrxrmbz5pw8ppgf2d13xs6c9f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/glossaries-dutch") @@ -87829,13 +104755,18 @@ (define-public texlive-glossaries-english (package (name "texlive-glossaries-english") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/glossaries-english/" - "source/latex/glossaries-english/" - "tex/latex/glossaries-english/") - (base32 - "0kj2h74ib9ngywmy2f7cq0w3qjjqlh29f285jpnd31awrcp8si5i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/glossaries-english/" + "source/latex/glossaries-english/" + "tex/latex/glossaries-english/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kj2h74ib9ngywmy2f7cq0w3qjjqlh29f285jpnd31awrcp8si5i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/glossaries-english") @@ -87849,13 +104780,18 @@ (define-public texlive-glossaries-estonian (package (name "texlive-glossaries-estonian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/glossaries-estonian/" - "source/latex/glossaries-estonian/" - "tex/latex/glossaries-estonian/") - (base32 - "1dkgzcj9ba0l0lvyg1kq8byw9r1lc6l13m0c4hiqcr73srpj7ms9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/glossaries-estonian/" + "source/latex/glossaries-estonian/" + "tex/latex/glossaries-estonian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dkgzcj9ba0l0lvyg1kq8byw9r1lc6l13m0c4hiqcr73srpj7ms9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/glossaries-estonian") @@ -87869,14 +104805,19 @@ (define-public texlive-glossaries-extra (package (name "texlive-glossaries-extra") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/glossaries-extra/" - "doc/latex/glossaries-extra/" - "source/latex/glossaries-extra/" - "tex/latex/glossaries-extra/") - (base32 - "0s075syzxyz4mkdmq3y4xk38gb9ip19k0cdrlymmixd7jiawvlm8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/glossaries-extra/" + "doc/latex/glossaries-extra/" + "source/latex/glossaries-extra/" + "tex/latex/glossaries-extra/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s075syzxyz4mkdmq3y4xk38gb9ip19k0cdrlymmixd7jiawvlm8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/glossaries-extra") @@ -87890,13 +104831,18 @@ (define-public texlive-glossaries-finnish (package (name "texlive-glossaries-finnish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/glossaries-finnish/" - "source/latex/glossaries-finnish/" - "tex/latex/glossaries-finnish/") - (base32 - "0mk4x897s1kw0hiiaxxji53b4fx60f0r3x0a5z3fg9fy2pnm4f91"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/glossaries-finnish/" + "source/latex/glossaries-finnish/" + "tex/latex/glossaries-finnish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mk4x897s1kw0hiiaxxji53b4fx60f0r3x0a5z3fg9fy2pnm4f91")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/glossaries-finnish") @@ -87910,13 +104856,18 @@ (define-public texlive-glossaries-french (package (name "texlive-glossaries-french") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/glossaries-french/" - "source/latex/glossaries-french/" - "tex/latex/glossaries-french/") - (base32 - "1q20vf43fbjbx3jq4w3d6jvk1z0rigdnl85bc6gwis7hxpj63ji9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/glossaries-french/" + "source/latex/glossaries-french/" + "tex/latex/glossaries-french/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q20vf43fbjbx3jq4w3d6jvk1z0rigdnl85bc6gwis7hxpj63ji9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/glossaries-french") @@ -87930,13 +104881,18 @@ (define-public texlive-glossaries-german (package (name "texlive-glossaries-german") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/glossaries-german/" - "source/latex/glossaries-german/" - "tex/latex/glossaries-german/") - (base32 - "0yg9i4fdmxm67nrs5mpijx1vhvfiqzblhca94qylr5ylp8dwxhfc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/glossaries-german/" + "source/latex/glossaries-german/" + "tex/latex/glossaries-german/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yg9i4fdmxm67nrs5mpijx1vhvfiqzblhca94qylr5ylp8dwxhfc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/glossaries-german") @@ -87950,13 +104906,18 @@ (define-public texlive-glossaries-irish (package (name "texlive-glossaries-irish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/glossaries-irish/" - "source/latex/glossaries-irish/" - "tex/latex/glossaries-irish/") - (base32 - "1ks91d428h48kwqhqcflz4z1qx61fn85hi0sm8z35dwxg308h8jw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/glossaries-irish/" + "source/latex/glossaries-irish/" + "tex/latex/glossaries-irish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ks91d428h48kwqhqcflz4z1qx61fn85hi0sm8z35dwxg308h8jw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/glossaries-irish") @@ -87969,13 +104930,18 @@ (define-public texlive-glossaries-italian (package (name "texlive-glossaries-italian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/glossaries-italian/" - "source/latex/glossaries-italian/" - "tex/latex/glossaries-italian/") - (base32 - "0z707spqm7i77f0p2vb576z7m2xbi84fk46sxp41if6hdq1ic30k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/glossaries-italian/" + "source/latex/glossaries-italian/" + "tex/latex/glossaries-italian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z707spqm7i77f0p2vb576z7m2xbi84fk46sxp41if6hdq1ic30k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/glossaries-italian") @@ -87989,13 +104955,18 @@ (define-public texlive-glossaries-magyar (package (name "texlive-glossaries-magyar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/glossaries-magyar/" - "source/latex/glossaries-magyar/" - "tex/latex/glossaries-magyar/") - (base32 - "0lha8h8bl2wqw22jy7nznzh908pg4vwk3s4lsd7cnbpiv46c2g1i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/glossaries-magyar/" + "source/latex/glossaries-magyar/" + "tex/latex/glossaries-magyar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lha8h8bl2wqw22jy7nznzh908pg4vwk3s4lsd7cnbpiv46c2g1i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/glossaries-magyar") @@ -88009,13 +104980,18 @@ (define-public texlive-glossaries-nynorsk (package (name "texlive-glossaries-nynorsk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/glossaries-nynorsk/" - "source/latex/glossaries-nynorsk/" - "tex/latex/glossaries-nynorsk/") - (base32 - "17491x9pa8phvh6drp5yf6j5dcagx6qiymdhy6gs5j1jhczhpx21"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/glossaries-nynorsk/" + "source/latex/glossaries-nynorsk/" + "tex/latex/glossaries-nynorsk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17491x9pa8phvh6drp5yf6j5dcagx6qiymdhy6gs5j1jhczhpx21")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/glossaries-nynorsk") @@ -88028,13 +105004,18 @@ (define-public texlive-glossaries-polish (package (name "texlive-glossaries-polish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/glossaries-polish/" - "source/latex/glossaries-polish/" - "tex/latex/glossaries-polish/") - (base32 - "11m958cr2db908hmlcbkfn0jvnc6c5sgvjzc4aca0cf41ds77xl7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/glossaries-polish/" + "source/latex/glossaries-polish/" + "tex/latex/glossaries-polish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11m958cr2db908hmlcbkfn0jvnc6c5sgvjzc4aca0cf41ds77xl7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/glossaries-polish") @@ -88048,13 +105029,18 @@ (define-public texlive-glossaries-portuges (package (name "texlive-glossaries-portuges") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/glossaries-portuges/" - "source/latex/glossaries-portuges/" - "tex/latex/glossaries-portuges/") - (base32 - "0r6a8g12dv99fgq6ky3w9z238q575i8z5nhciv6f8bwbjrw5q6sn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/glossaries-portuges/" + "source/latex/glossaries-portuges/" + "tex/latex/glossaries-portuges/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r6a8g12dv99fgq6ky3w9z238q575i8z5nhciv6f8bwbjrw5q6sn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/glossaries-portuges") @@ -88068,13 +105054,18 @@ (define-public texlive-glossaries-serbian (package (name "texlive-glossaries-serbian") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/glossaries-serbian/" - "source/latex/glossaries-serbian/" - "tex/latex/glossaries-serbian/") - (base32 - "0fa85pwxpk5yggic7dwfagprj0daklpznipli07hynxhwcp0nwna"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/glossaries-serbian/" + "source/latex/glossaries-serbian/" + "tex/latex/glossaries-serbian/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fa85pwxpk5yggic7dwfagprj0daklpznipli07hynxhwcp0nwna")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/glossaries-serbian") @@ -88088,13 +105079,18 @@ (define-public texlive-glossaries-slovene (package (name "texlive-glossaries-slovene") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/glossaries-slovene/" - "source/latex/glossaries-slovene/" - "tex/latex/glossaries-slovene/") - (base32 - "16lp6vgkdz49kjc2axzzpa43iv20xlnm1fg1jafyx8d600ys4szw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/glossaries-slovene/" + "source/latex/glossaries-slovene/" + "tex/latex/glossaries-slovene/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16lp6vgkdz49kjc2axzzpa43iv20xlnm1fg1jafyx8d600ys4szw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/glossaries-slovene") @@ -88108,13 +105104,18 @@ (define-public texlive-glossaries-spanish (package (name "texlive-glossaries-spanish") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/glossaries-spanish/" - "source/latex/glossaries-spanish/" - "tex/latex/glossaries-spanish/") - (base32 - "0wdlm1h7si2fsrfi56pf9kv5wxa6yv1w47vafm0qlhkwbz4z5f7l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/glossaries-spanish/" + "source/latex/glossaries-spanish/" + "tex/latex/glossaries-spanish/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wdlm1h7si2fsrfi56pf9kv5wxa6yv1w47vafm0qlhkwbz4z5f7l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/glossaries-spanish") @@ -88128,12 +105129,17 @@ (define-public texlive-gmdoc (package (name "texlive-gmdoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gmdoc/" "makeindex/gmdoc/" - "tex/latex/gmdoc/") - (base32 - "09rjn4jn217l0y84jvp8j66nkw1f0bhd7by6m9v5f5v2m7vv9wz5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gmdoc/" "makeindex/gmdoc/" + "tex/latex/gmdoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09rjn4jn217l0y84jvp8j66nkw1f0bhd7by6m9v5f5v2m7vv9wz5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gmdoc") @@ -88151,13 +105157,18 @@ (define-public texlive-gmdoc-enhance (package (name "texlive-gmdoc-enhance") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gmdoc-enhance/" - "source/latex/gmdoc-enhance/" - "tex/latex/gmdoc-enhance/") - (base32 - "1yw7nzadhq6175z69fss9y7ivjjinhffd197lpivdryxyc27kpwm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gmdoc-enhance/" + "source/latex/gmdoc-enhance/" + "tex/latex/gmdoc-enhance/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yw7nzadhq6175z69fss9y7ivjjinhffd197lpivdryxyc27kpwm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gmdoc-enhance") @@ -88172,11 +105183,16 @@ (define-public texlive-gmiflink (package (name "texlive-gmiflink") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gmiflink/" "tex/latex/gmiflink/") - (base32 - "1c84gnb946z45gn7vswp1fyjxzs1fm15g2w64qi7g257y7ycxi5q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gmiflink/" "tex/latex/gmiflink/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c84gnb946z45gn7vswp1fyjxzs1fm15g2w64qi7g257y7ycxi5q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gmiflink") @@ -88193,11 +105209,16 @@ (define-public texlive-gmutils (package (name "texlive-gmutils") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gmutils/" "tex/latex/gmutils/") - (base32 - "1qaxxhf75rm9jz8bpw1nwfay8vik6i366pqi2yksnplbsnnb46m5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gmutils/" "tex/latex/gmutils/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qaxxhf75rm9jz8bpw1nwfay8vik6i366pqi2yksnplbsnnb46m5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gmutils") @@ -88216,11 +105237,16 @@ (define-public texlive-gmverb (package (name "texlive-gmverb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gmverb/" "tex/latex/gmverb/") - (base32 - "00paaf5s919bfr3g3znv9baa0lswm5aaxdzmp1fl2kr4rcgk8d3v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gmverb/" "tex/latex/gmverb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00paaf5s919bfr3g3znv9baa0lswm5aaxdzmp1fl2kr4rcgk8d3v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gmverb") @@ -88239,12 +105265,17 @@ (define-public texlive-grabbox (package (name "texlive-grabbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/grabbox/" "source/latex/grabbox/" - "tex/latex/grabbox/") - (base32 - "0c1p9980nvxs182cyy56q11vcb0czrs2sa4bc0jgqvs4a25lpicj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/grabbox/" "source/latex/grabbox/" + "tex/latex/grabbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c1p9980nvxs182cyy56q11vcb0czrs2sa4bc0jgqvs4a25lpicj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/grabbox") @@ -88258,12 +105289,17 @@ (define-public texlive-gradient-text (package (name "texlive-gradient-text") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gradient-text/" - "tex/latex/gradient-text/") - (base32 - "00gnv7gbs583mwviajlfpr0m748s1ysc9h7aig8bwhn8v1rrjxqw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gradient-text/" + "tex/latex/gradient-text/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00gnv7gbs583mwviajlfpr0m748s1ysc9h7aig8bwhn8v1rrjxqw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gradient-text") @@ -88278,13 +105314,18 @@ (define-public texlive-grading-scheme (package (name "texlive-grading-scheme") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/grading-scheme/" - "source/latex/grading-scheme/" - "tex/latex/grading-scheme/") - (base32 - "1drxrhkqwg5pz1macxqs11jx06w0myiynqkamrvfzpww0jfij36i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/grading-scheme/" + "source/latex/grading-scheme/" + "tex/latex/grading-scheme/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1drxrhkqwg5pz1macxqs11jx06w0myiynqkamrvfzpww0jfij36i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/grading-scheme") @@ -88300,13 +105341,18 @@ (define-public texlive-graphbox (package (name "texlive-graphbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/graphbox/" - "source/latex/graphbox/" - "tex/latex/graphbox/") - (base32 - "0s5zgfc6c0sanqsc2ww4fr5iphs9zg6388dr5l0x00bwks1579l6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/graphbox/" + "source/latex/graphbox/" + "tex/latex/graphbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s5zgfc6c0sanqsc2ww4fr5iphs9zg6388dr5l0x00bwks1579l6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/graphbox") @@ -88324,13 +105370,18 @@ (define-public texlive-graphicscache (package (name "texlive-graphicscache") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/graphicscache/" - "source/latex/graphicscache/" - "tex/latex/graphicscache/") - (base32 - "1wi1ls3x934f6nifa25rcxl2jicihvgfh3sn5mjiwb15pxv2hmpd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/graphicscache/" + "source/latex/graphicscache/" + "tex/latex/graphicscache/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wi1ls3x934f6nifa25rcxl2jicihvgfh3sn5mjiwb15pxv2hmpd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/graphicscache") @@ -88358,13 +105409,18 @@ (define-public texlive-graphicx-psmin (package (name "texlive-graphicx-psmin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/graphicx-psmin/" - "source/latex/graphicx-psmin/" - "tex/latex/graphicx-psmin/") - (base32 - "1vppjv24cwnizg96pyhj68g2wx8dd4193c6bm2k4visqwpnwh95p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/graphicx-psmin/" + "source/latex/graphicx-psmin/" + "tex/latex/graphicx-psmin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vppjv24cwnizg96pyhj68g2wx8dd4193c6bm2k4visqwpnwh95p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -88393,13 +105449,18 @@ (define-public texlive-graphicxbox (package (name "texlive-graphicxbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/graphicxbox/" - "source/latex/graphicxbox/" - "tex/latex/graphicxbox/") - (base32 - "0qamnhnr06qa24g7vlrhzr92p00zz82in4jk64al0dahv18rpnkc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/graphicxbox/" + "source/latex/graphicxbox/" + "tex/latex/graphicxbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qamnhnr06qa24g7vlrhzr92p00zz82in4jk64al0dahv18rpnkc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/graphicxbox") @@ -88417,13 +105478,18 @@ (define-public texlive-graphpaper (package (name "texlive-graphpaper") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/graphpaper/" - "source/latex/graphpaper/" - "tex/latex/graphpaper/") - (base32 - "1vi9fhgczi9g0i8wvvd8q4kh558nlnww5y6bvihsajs65p44h638"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/graphpaper/" + "source/latex/graphpaper/" + "tex/latex/graphpaper/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vi9fhgczi9g0i8wvvd8q4kh558nlnww5y6bvihsajs65p44h638")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/graphpaper") @@ -88439,13 +105505,18 @@ (define-public texlive-grayhints (package (name "texlive-grayhints") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/grayhints/" - "source/latex/grayhints/" - "tex/latex/grayhints/") - (base32 - "0vgdqapcy0iahm7yh5cwlzmq9pq6ra763lgc9rc7sw5s25j1wzvx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/grayhints/" + "source/latex/grayhints/" + "tex/latex/grayhints/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vgdqapcy0iahm7yh5cwlzmq9pq6ra763lgc9rc7sw5s25j1wzvx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/grayhints") @@ -88465,11 +105536,16 @@ (define-public texlive-grfpaste (package (name "texlive-grfpaste") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/grfpaste/" "tex/latex/grfpaste/") - (base32 - "1fkf8vxaznqmdqjwdixxs56cwi4pdrzqb7rcn09kaq6dhj3a79kl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/grfpaste/" "tex/latex/grfpaste/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fkf8vxaznqmdqjwdixxs56cwi4pdrzqb7rcn09kaq6dhj3a79kl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/grfpaste") @@ -88484,12 +105560,17 @@ (define-public texlive-grid (package (name "texlive-grid") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/grid/" "source/latex/grid/" - "tex/latex/grid/") - (base32 - "0gli4izscbk4mvgsr4v9vvf8pbsd56sqa261944jy1smiyni7nwc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/grid/" "source/latex/grid/" + "tex/latex/grid/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gli4izscbk4mvgsr4v9vvf8pbsd56sqa261944jy1smiyni7nwc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/grid") @@ -88505,12 +105586,17 @@ (define-public texlive-grid-system (package (name "texlive-grid-system") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/grid-system/" - "tex/latex/grid-system/") - (base32 - "07sald7i8i5vl1ibw3an3kxxk4rhjnnrgi6c571x9xjwz5qvqbnw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/grid-system/" + "tex/latex/grid-system/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07sald7i8i5vl1ibw3an3kxxk4rhjnnrgi6c571x9xjwz5qvqbnw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/grid-system") @@ -88525,13 +105611,18 @@ (define-public texlive-gridpapers (package (name "texlive-gridpapers") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gridpapers/" - "source/latex/gridpapers/" - "tex/latex/gridpapers/") - (base32 - "0csc8dzgvc36p1c5gcfg0k6s5812vq4vpzjm3ybaph9y8cy0vd64"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gridpapers/" + "source/latex/gridpapers/" + "tex/latex/gridpapers/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0csc8dzgvc36p1c5gcfg0k6s5812vq4vpzjm3ybaph9y8cy0vd64")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gridpapers") @@ -88549,12 +105640,17 @@ (define-public texlive-gridset (package (name "texlive-gridset") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gridset/" "source/latex/gridset/" - "tex/latex/gridset/") - (base32 - "0r1hkkgr0f4r2j1h68ljnlza1zag4jm3jzkb5zk6ga393xcn056c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gridset/" "source/latex/gridset/" + "tex/latex/gridset/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r1hkkgr0f4r2j1h68ljnlza1zag4jm3jzkb5zk6ga393xcn056c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gridset") @@ -88573,12 +105669,17 @@ (define-public texlive-gridslides (package (name "texlive-gridslides") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gridslides/" - "tex/latex/gridslides/") - (base32 - "0bnv9sgl7gxa8j92b04x30v3wkwgfg7nz9f8jkr1qk7rk215igmn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gridslides/" + "tex/latex/gridslides/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bnv9sgl7gxa8j92b04x30v3wkwgfg7nz9f8jkr1qk7rk215igmn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gridslides") @@ -88596,12 +105697,17 @@ (define-public texlive-gs1 (package (name "texlive-gs1") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/gs1/" "source/latex/gs1/" - "tex/latex/gs1/") - (base32 - "0r8lqj5gd349b1blgqq6c5v9mm7s9h6jb131fij1mmm7vrnr1vrc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/gs1/" "source/latex/gs1/" + "tex/latex/gs1/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r8lqj5gd349b1blgqq6c5v9mm7s9h6jb131fij1mmm7vrnr1vrc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/gs1") @@ -88615,12 +105721,17 @@ (define-public texlive-xcomment (package (name "texlive-xcomment") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/xcomment/" - "tex/generic/xcomment/") - (base32 - "1fkk619drqvadm7ixdbn2hrfnjddqylwpnqv383g0b4jjnl5x7p4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/xcomment/" + "tex/generic/xcomment/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fkk619drqvadm7ixdbn2hrfnjddqylwpnqv383g0b4jjnl5x7p4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xcomment") @@ -88639,13 +105750,18 @@ (define-public texlive-ha-prosper (package (name "texlive-ha-prosper") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ha-prosper/" - "source/latex/ha-prosper/" - "tex/latex/ha-prosper/") - (base32 - "0xszyc03vf7h160gxqfd8yfs4aya7s17av4ylf9nc6abbvwipapk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ha-prosper/" + "source/latex/ha-prosper/" + "tex/latex/ha-prosper/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xszyc03vf7h160gxqfd8yfs4aya7s17av4ylf9nc6abbvwipapk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -88674,12 +105790,17 @@ (define-public texlive-hackthefootline (package (name "texlive-hackthefootline") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hackthefootline/" - "tex/latex/hackthefootline/") - (base32 - "0896maf9g2hmahfgp06aw3ibfy4az4bkvdypdp55padzy6qng9rn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hackthefootline/" + "tex/latex/hackthefootline/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0896maf9g2hmahfgp06aw3ibfy4az4bkvdypdp55padzy6qng9rn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hackthefootline") @@ -88694,11 +105815,16 @@ (define-public texlive-handin (package (name "texlive-handin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/handin/" "tex/latex/handin/") - (base32 - "0xxh7419yv2rfzpl9z28dxpb1jvfxdyap1zc3i32y1fl1c7n2naq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/handin/" "tex/latex/handin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xxh7419yv2rfzpl9z28dxpb1jvfxdyap1zc3i32y1fl1c7n2naq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/handin") @@ -88714,11 +105840,16 @@ (define-public texlive-handout (package (name "texlive-handout") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/handout/" "tex/latex/handout/") - (base32 - "08jmgzfrb17b6kv4d6na7i0a9amapgf5bhs29b8ajh46rdijckym"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/handout/" "tex/latex/handout/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08jmgzfrb17b6kv4d6na7i0a9amapgf5bhs29b8ajh46rdijckym")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/handout") @@ -88735,13 +105866,18 @@ (define-public texlive-handoutwithnotes (package (name "texlive-handoutwithnotes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/handoutwithnotes/" - "source/latex/handoutwithnotes/" - "tex/latex/handoutwithnotes/") - (base32 - "1qb1av9f95wlnpmc33j497mvpzqy3w62mrvqnj4qnyhfdsas3ik2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/handoutwithnotes/" + "source/latex/handoutwithnotes/" + "tex/latex/handoutwithnotes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qb1av9f95wlnpmc33j497mvpzqy3w62mrvqnj4qnyhfdsas3ik2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/handoutwithnotes") @@ -88755,11 +105891,16 @@ (define-public texlive-hang (package (name "texlive-hang") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hang/" "tex/latex/hang/") - (base32 - "19b7sff10b1w2acnrp3kgg6wpspw29qqphrdxj805s88wmf3vv57"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hang/" "tex/latex/hang/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19b7sff10b1w2acnrp3kgg6wpspw29qqphrdxj805s88wmf3vv57")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hang") @@ -88773,12 +105914,17 @@ (define-public texlive-harnon-cv (package (name "texlive-harnon-cv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/harnon-cv/" - "tex/latex/harnon-cv/") - (base32 - "142f1rzj4nfplpag7rcphyd7wlvmav01n516z458gdiby9vxm390"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/harnon-cv/" + "tex/latex/harnon-cv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "142f1rzj4nfplpag7rcphyd7wlvmav01n516z458gdiby9vxm390")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/harnon-cv") @@ -88792,11 +105938,16 @@ (define-public texlive-harpoon (package (name "texlive-harpoon") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/harpoon/" "tex/latex/harpoon/") - (base32 - "163457fhnpc11r2r3lvf4zfcqdvjrahwgjfxl3xa7zhhdx9ai4v7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/harpoon/" "tex/latex/harpoon/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "163457fhnpc11r2r3lvf4zfcqdvjrahwgjfxl3xa7zhhdx9ai4v7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/harpoon") @@ -88812,12 +105963,17 @@ (define-public texlive-hc (package (name "texlive-hc") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/hc/" "doc/latex/hc/" - "source/latex/hc/" "tex/latex/hc/") - (base32 - "14f794rn7qzrb4g5l4k3chp7r66dg7nyn25byis8hjca0rbd0gcs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/hc/" "doc/latex/hc/" + "source/latex/hc/" "tex/latex/hc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14f794rn7qzrb4g5l4k3chp7r66dg7nyn25byis8hjca0rbd0gcs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hc") @@ -88832,11 +105988,16 @@ (define-public texlive-he-she (package (name "texlive-he-she") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/he-she/" "tex/latex/he-she/") - (base32 - "13vkrg4a4czq2l1ngn1y4sc6pa1dljzr4qzh8kgsbdnf48s38nrm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/he-she/" "tex/latex/he-she/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13vkrg4a4czq2l1ngn1y4sc6pa1dljzr4qzh8kgsbdnf48s38nrm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/he-she") @@ -88852,13 +106013,18 @@ (define-public texlive-hep-acronym (package (name "texlive-hep-acronym") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hep-acronym/" - "source/latex/hep-acronym/" - "tex/latex/hep-acronym/") - (base32 - "18vgzqq53r787xjk2c2ggc74ji6qcmvp8r0id7jgcp9yydpz01m5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hep-acronym/" + "source/latex/hep-acronym/" + "tex/latex/hep-acronym/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18vgzqq53r787xjk2c2ggc74ji6qcmvp8r0id7jgcp9yydpz01m5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-acronym") @@ -88872,13 +106038,18 @@ (define-public texlive-hep-float (package (name "texlive-hep-float") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hep-float/" - "source/latex/hep-float/" - "tex/latex/hep-float/") - (base32 - "0m229vcavj1m1v7yzzb8b1msganjfabr1wbg0x6p80mjbxap9s2d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hep-float/" + "source/latex/hep-float/" + "tex/latex/hep-float/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m229vcavj1m1v7yzzb8b1msganjfabr1wbg0x6p80mjbxap9s2d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-float") @@ -88892,13 +106063,18 @@ (define-public texlive-hep-math (package (name "texlive-hep-math") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hep-math/" - "source/latex/hep-math/" - "tex/latex/hep-math/") - (base32 - "1vw1vgsmi3sja32db18f481p5jd7s1nkxx47ipp0kk7aj3zzpl8y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hep-math/" + "source/latex/hep-math/" + "tex/latex/hep-math/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vw1vgsmi3sja32db18f481p5jd7s1nkxx47ipp0kk7aj3zzpl8y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-math") @@ -88912,13 +106088,18 @@ (define-public texlive-hep-text (package (name "texlive-hep-text") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hep-text/" - "source/latex/hep-text/" - "tex/latex/hep-text/") - (base32 - "099isjwa4xhjzlmcflldswhg1l2x46y9012v3bx96mw0wjkcyw4l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hep-text/" + "source/latex/hep-text/" + "tex/latex/hep-text/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "099isjwa4xhjzlmcflldswhg1l2x46y9012v3bx96mw0wjkcyw4l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-text") @@ -88932,13 +106113,18 @@ (define-public texlive-hep-title (package (name "texlive-hep-title") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hep-title/" - "source/latex/hep-title/" - "tex/latex/hep-title/") - (base32 - "15ln8m1hw8qlhwv08il7g52rj2sjlydl5c42963p0b5rj8hl41si"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hep-title/" + "source/latex/hep-title/" + "tex/latex/hep-title/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15ln8m1hw8qlhwv08il7g52rj2sjlydl5c42963p0b5rj8hl41si")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hep-title") @@ -88952,12 +106138,17 @@ (define-public texlive-hereapplies (package (name "texlive-hereapplies") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hereapplies/" - "tex/latex/hereapplies/") - (base32 - "16v1bchcs4d27whh3n8sv32gqw0fwpp43pwcj6k186rs1c0gm91a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hereapplies/" + "tex/latex/hereapplies/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16v1bchcs4d27whh3n8sv32gqw0fwpp43pwcj6k186rs1c0gm91a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hereapplies") @@ -88973,13 +106164,18 @@ (define-public texlive-hhtensor (package (name "texlive-hhtensor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hhtensor/" - "source/latex/hhtensor/" - "tex/latex/hhtensor/") - (base32 - "0ghqfyhq5467jc506j0wa0nlxxrlm28mx1wp963rgqkynzlflv4j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hhtensor/" + "source/latex/hhtensor/" + "tex/latex/hhtensor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ghqfyhq5467jc506j0wa0nlxxrlm28mx1wp963rgqkynzlflv4j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hhtensor") @@ -88993,12 +106189,17 @@ (define-public texlive-hideanswer (package (name "texlive-hideanswer") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hideanswer/" - "tex/latex/hideanswer/") - (base32 - "1difjhxs4nssis3gjgq809h26zppk0cda40mnm8ry9fc0ij362if"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hideanswer/" + "tex/latex/hideanswer/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1difjhxs4nssis3gjgq809h26zppk0cda40mnm8ry9fc0ij362if")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hideanswer") @@ -89014,12 +106215,17 @@ (define-public texlive-highlightlatex (package (name "texlive-highlightlatex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/highlightlatex/" - "tex/latex/highlightlatex/") - (base32 - "078gfncpx7nxwz2xxhdb1a294bwmf3rh9rcqp664c5aj2q7ynvz0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/highlightlatex/" + "tex/latex/highlightlatex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "078gfncpx7nxwz2xxhdb1a294bwmf3rh9rcqp664c5aj2q7ynvz0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/highlightlatex") @@ -89033,12 +106239,17 @@ (define-public texlive-histogr (package (name "texlive-histogr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/histogr/" "source/latex/histogr/" - "tex/latex/histogr/") - (base32 - "1flg3r64zlwxhkxr4np7p5nzsfshyy4bzxspqpkzz08lvj8q7imz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/histogr/" "source/latex/histogr/" + "tex/latex/histogr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1flg3r64zlwxhkxr4np7p5nzsfshyy4bzxspqpkzz08lvj8q7imz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/histogr") @@ -89052,11 +106263,16 @@ (define-public texlive-hitec (package (name "texlive-hitec") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hitec/" "tex/latex/hitec/") - (base32 - "16c5jk7950nl1b6qa67as8iscm9nk8nlcq6v4c7ib8zm9qf68z29"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hitec/" "tex/latex/hitec/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16c5jk7950nl1b6qa67as8iscm9nk8nlcq6v4c7ib8zm9qf68z29")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hitec") @@ -89070,13 +106286,18 @@ (define-public texlive-hitreport (package (name "texlive-hitreport") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hitreport/" - "source/latex/hitreport/" - "tex/latex/hitreport/") - (base32 - "0sn4xa1y4i71qxw42w6q2l9z3039k2n57b05sfawmy656yjcvqpz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hitreport/" + "source/latex/hitreport/" + "tex/latex/hitreport/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sn4xa1y4i71qxw42w6q2l9z3039k2n57b05sfawmy656yjcvqpz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hitreport") @@ -89091,11 +106312,16 @@ (define-public texlive-hletter (package (name "texlive-hletter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hletter/" "tex/latex/hletter/") - (base32 - "1dlin6p96w01bwc8jdbajjj1rhrsq27fnjmap1ry4sa7y62gaqxm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hletter/" "tex/latex/hletter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dlin6p96w01bwc8jdbajjj1rhrsq27fnjmap1ry4sa7y62gaqxm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hletter") @@ -89111,11 +106337,16 @@ (define-public texlive-hobsub (package (name "texlive-hobsub") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hobsub/" "tex/latex/hobsub/") - (base32 - "0cc5m4kqlx3m0qyjgxrbhgib2qza7a25vrp9rb8b8mpc5n5ycpn8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hobsub/" "tex/latex/hobsub/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cc5m4kqlx3m0qyjgxrbhgib2qza7a25vrp9rb8b8mpc5n5ycpn8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hobsub") @@ -89136,12 +106367,17 @@ (define-public texlive-hpsdiss (package (name "texlive-hpsdiss") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hpsdiss/" "source/latex/hpsdiss/" - "tex/latex/hpsdiss/") - (base32 - "15md2rk5bimgy7fjsiq9jvgg18i4ajnrljpzyvy0cc7rfla1myks"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hpsdiss/" "source/latex/hpsdiss/" + "tex/latex/hpsdiss/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15md2rk5bimgy7fjsiq9jvgg18i4ajnrljpzyvy0cc7rfla1myks")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hpsdiss") @@ -89155,12 +106391,17 @@ (define-public texlive-href-ul (package (name "texlive-href-ul") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/href-ul/" "source/latex/href-ul/" - "tex/latex/href-ul/") - (base32 - "02kgmibwvj5kc9snmxr55hma3qhbsskjl8w72yb3rh5vyd56j8xl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/href-ul/" "source/latex/href-ul/" + "tex/latex/href-ul/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02kgmibwvj5kc9snmxr55hma3qhbsskjl8w72yb3rh5vyd56j8xl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-hyperref texlive-ulem)) @@ -89174,13 +106415,18 @@ (define-public texlive-hrefhide (package (name "texlive-hrefhide") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hrefhide/" - "source/latex/hrefhide/" - "tex/latex/hrefhide/") - (base32 - "1smbklq7cyjzvd2kryv97kwvyh2alpd6gn2j6pbj6v9bcsyc3lmx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hrefhide/" + "source/latex/hrefhide/" + "tex/latex/hrefhide/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1smbklq7cyjzvd2kryv97kwvyh2alpd6gn2j6pbj6v9bcsyc3lmx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hrefhide") @@ -89202,12 +106448,17 @@ (define-public texlive-huawei (package (name "texlive-huawei") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/huawei/" "source/latex/huawei/" - "tex/latex/huawei/") - (base32 - "17s6qdcm79lf1n8r43wbzm71yblmpivi5gwy09qb2wqpk4hwzxsy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/huawei/" "source/latex/huawei/" + "tex/latex/huawei/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17s6qdcm79lf1n8r43wbzm71yblmpivi5gwy09qb2wqpk4hwzxsy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -89249,11 +106500,16 @@ (define-public texlive-hvextern (package (name "texlive-hvextern") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hvextern/" "tex/latex/hvextern/") - (base32 - "0s9plyr1733afzwqz2mq8dqga0awf62lgiqrrvh9z7vvmihgn5bl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hvextern/" "tex/latex/hvextern/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s9plyr1733afzwqz2mq8dqga0awf62lgiqrrvh9z7vvmihgn5bl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hvextern") @@ -89269,11 +106525,16 @@ (define-public texlive-hvindex (package (name "texlive-hvindex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hvindex/" "tex/latex/hvindex/") - (base32 - "1vy5x6ws4kq68g6k9bprxnhk41w63v035ippsc3wq2mfp6s29hif"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hvindex/" "tex/latex/hvindex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vy5x6ws4kq68g6k9bprxnhk41w63v035ippsc3wq2mfp6s29hif")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hvindex") @@ -89288,11 +106549,16 @@ (define-public texlive-hvlogos (package (name "texlive-hvlogos") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hvlogos/" "tex/latex/hvlogos/") - (base32 - "0s12whi7dbn94vb2rg3warbarbn9gh4mjv7kw7br401bc2zf7kc0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hvlogos/" "tex/latex/hvlogos/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s12whi7dbn94vb2rg3warbarbn9gh4mjv7kw7br401bc2zf7kc0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hvlogos") @@ -89306,12 +106572,17 @@ (define-public texlive-hvpygmentex (package (name "texlive-hvpygmentex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hvpygmentex/" - "tex/latex/hvpygmentex/") - (base32 - "0i63wq2bshswxg0ccxn18bqcs1v79wziazihs2bg6jcs4ns12y40"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hvpygmentex/" + "tex/latex/hvpygmentex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0i63wq2bshswxg0ccxn18bqcs1v79wziazihs2bg6jcs4ns12y40")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hvpygmentex") @@ -89327,11 +106598,16 @@ (define-public texlive-hvqrurl (package (name "texlive-hvqrurl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hvqrurl/" "tex/latex/hvqrurl/") - (base32 - "0inikkv2ndq6jc4b96fxy0gzd53mfprcbc5nnak7s8x8a4wzij4n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hvqrurl/" "tex/latex/hvqrurl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0inikkv2ndq6jc4b96fxy0gzd53mfprcbc5nnak7s8x8a4wzij4n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hvqrurl") @@ -89345,11 +106621,16 @@ (define-public texlive-hwemoji (package (name "texlive-hwemoji") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hwemoji/" "tex/latex/hwemoji/") - (base32 - "0k0w0y2qm8a4pflsyv5fmw9yrm19zgic041w6si7aaz6k6mvjcvh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hwemoji/" "tex/latex/hwemoji/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k0w0y2qm8a4pflsyv5fmw9yrm19zgic041w6si7aaz6k6mvjcvh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hwemoji") @@ -89364,12 +106645,17 @@ (define-public texlive-hypdestopt (package (name "texlive-hypdestopt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hypdestopt/" - "tex/latex/hypdestopt/") - (base32 - "0pzzgjdwxz7hxhkwc663dbqp0kc831353yrzsm8av1qcnl3mmrk9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hypdestopt/" + "tex/latex/hypdestopt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pzzgjdwxz7hxhkwc663dbqp0kc831353yrzsm8av1qcnl3mmrk9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hypdestopt") @@ -89384,11 +106670,16 @@ (define-public texlive-hypdvips (package (name "texlive-hypdvips") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hypdvips/" "tex/latex/hypdvips/") - (base32 - "03zpciwfzcp7mrr7mq60i0fwx10spgvyc5hjz490k0p2ha95l8i6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hypdvips/" "tex/latex/hypdvips/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03zpciwfzcp7mrr7mq60i0fwx10spgvyc5hjz490k0p2ha95l8i6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hypdvips") @@ -89405,12 +106696,17 @@ (define-public texlive-hyper (package (name "texlive-hyper") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hyper/" "source/latex/hyper/" - "tex/latex/hyper/") - (base32 - "1z01dlbsjdppvfjgggnla1l7v9a0l3zy2j8fa56g757jcidi1s1k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hyper/" "source/latex/hyper/" + "tex/latex/hyper/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z01dlbsjdppvfjgggnla1l7v9a0l3zy2j8fa56g757jcidi1s1k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hyper") @@ -89425,13 +106721,18 @@ (define-public texlive-hyperbar (package (name "texlive-hyperbar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hyperbar/" - "source/latex/hyperbar/" - "tex/latex/hyperbar/") - (base32 - "1v059dqmjfp0bv4b3w7bd99z7b5cip4zrr2qll4fw9fq4w36gxzy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hyperbar/" + "source/latex/hyperbar/" + "tex/latex/hyperbar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v059dqmjfp0bv4b3w7bd99z7b5cip4zrr2qll4fw9fq4w36gxzy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hyperbar") @@ -89446,11 +106747,16 @@ (define-public texlive-hypernat (package (name "texlive-hypernat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/hypernat/" "tex/latex/hypernat/") - (base32 - "16kdllcc7ab9hy5d3gnacxha4kkn20x7v1j7j30flg2vrgfphvmf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/hypernat/" "tex/latex/hypernat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16kdllcc7ab9hy5d3gnacxha4kkn20x7v1j7j30flg2vrgfphvmf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/hypernat") @@ -89467,11 +106773,16 @@ (define-public texlive-identkey (package (name "texlive-identkey") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/identkey/" "tex/latex/identkey/") - (base32 - "0h9am5zwjmpy8wrszldiwfwqx2z310s7mv3mnk4ra2hhllkpdvgy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/identkey/" "tex/latex/identkey/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h9am5zwjmpy8wrszldiwfwqx2z310s7mv3mnk4ra2hhllkpdvgy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/identkey") @@ -89484,11 +106795,16 @@ (define-public texlive-idxcmds (package (name "texlive-idxcmds") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/idxcmds/" "tex/latex/idxcmds/") - (base32 - "1i4jb86dlawqc4nxwrz5h3wc5h1mp0zav2f349f83hhf5gaf6y5x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/idxcmds/" "tex/latex/idxcmds/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i4jb86dlawqc4nxwrz5h3wc5h1mp0zav2f349f83hhf5gaf6y5x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/idxcmds") @@ -89501,13 +106817,18 @@ (define-public texlive-idxlayout (package (name "texlive-idxlayout") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/idxlayout/" - "source/latex/idxlayout/" - "tex/latex/idxlayout/") - (base32 - "1d3ir3rqyr62db82mad09z2xpyyczflrgkjgnkgj45ahd0mhdplr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/idxlayout/" + "source/latex/idxlayout/" + "tex/latex/idxlayout/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d3ir3rqyr62db82mad09z2xpyyczflrgkjgnkgj45ahd0mhdplr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/idxlayout") @@ -89525,13 +106846,18 @@ (define-public texlive-ifallfalse (package (name "texlive-ifallfalse") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ifallfalse/" - "source/latex/ifallfalse/" - "tex/latex/ifallfalse/") - (base32 - "0alv6y4pphbsz04hqj51gsh99xnn38srx6hz9y96gvkq0v66bx1d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ifallfalse/" + "source/latex/ifallfalse/" + "tex/latex/ifallfalse/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0alv6y4pphbsz04hqj51gsh99xnn38srx6hz9y96gvkq0v66bx1d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ifallfalse") @@ -89550,12 +106876,17 @@ (define-public texlive-iffont (package (name "texlive-iffont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/iffont/" "source/latex/iffont/" - "tex/latex/iffont/") - (base32 - "1l18ggmcp87r22d99vnnpfb5iaahplylm0gm70hschr71nkl7bgz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/iffont/" "source/latex/iffont/" + "tex/latex/iffont/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l18ggmcp87r22d99vnnpfb5iaahplylm0gm70hschr71nkl7bgz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/iffont") @@ -89569,11 +106900,16 @@ (define-public texlive-ifmslide (package (name "texlive-ifmslide") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ifmslide/" "tex/latex/ifmslide/") - (base32 - "0qwf9bx7im71nr04y4im47lh29m8s7w772y077m70fbr5mbila9n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ifmslide/" "tex/latex/ifmslide/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qwf9bx7im71nr04y4im47lh29m8s7w772y077m70fbr5mbila9n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ifmslide") @@ -89587,13 +106923,18 @@ (define-public texlive-ifnextok (package (name "texlive-ifnextok") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ifnextok/" - "source/latex/ifnextok/" - "tex/latex/ifnextok/") - (base32 - "0hlf4vn8ki9p425s9wki2b86jx9kxcmbk12h3cljmy32f6bxs7bh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ifnextok/" + "source/latex/ifnextok/" + "tex/latex/ifnextok/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hlf4vn8ki9p425s9wki2b86jx9kxcmbk12h3cljmy32f6bxs7bh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ifnextok") @@ -89612,11 +106953,16 @@ (define-public texlive-ifthenx (package (name "texlive-ifthenx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ifthenx/" "tex/latex/ifthenx/") - (base32 - "10ii2p56c088m786grsidq2l9cvk52jp10nmah3xamlix7nx10lm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ifthenx/" "tex/latex/ifthenx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10ii2p56c088m786grsidq2l9cvk52jp10nmah3xamlix7nx10lm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ifthenx") @@ -89632,12 +106978,17 @@ (define-public texlive-iitem (package (name "texlive-iitem") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/iitem/" "source/latex/iitem/" - "tex/latex/iitem/") - (base32 - "1wizydpgy1xghwy18l0ywwi5r3mkiw8m37dafa8pg1k5rvffz4zq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/iitem/" "source/latex/iitem/" + "tex/latex/iitem/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wizydpgy1xghwy18l0ywwi5r3mkiw8m37dafa8pg1k5rvffz4zq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/iitem") @@ -89651,12 +107002,17 @@ (define-public texlive-image-gallery (package (name "texlive-image-gallery") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/image-gallery/" - "tex/latex/image-gallery/") - (base32 - "19n9ll9gbqv56f14vd9sqn85wl726z8rhs7ba2631qlpskj9qb1v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/image-gallery/" + "tex/latex/image-gallery/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19n9ll9gbqv56f14vd9sqn85wl726z8rhs7ba2631qlpskj9qb1v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/image-gallery") @@ -89672,13 +107028,18 @@ (define-public texlive-indextools (package (name "texlive-indextools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/indextools/" - "source/latex/indextools/" - "tex/latex/indextools/") - (base32 - "12nbvmfaf7c5fa3cb21ygraq94lmirv2ycj4c79i2i6pqlm84hpj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/indextools/" + "source/latex/indextools/" + "tex/latex/indextools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12nbvmfaf7c5fa3cb21ygraq94lmirv2ycj4c79i2i6pqlm84hpj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/indextools") @@ -89697,12 +107058,17 @@ (define-public texlive-inline-images (package (name "texlive-inline-images") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/inline-images/" - "tex/latex/inline-images/") - (base32 - "00bmn7fi72wyk202lii51r0gflqsrnxjlddpd0hq7j1j06rkpyvg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/inline-images/" + "tex/latex/inline-images/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00bmn7fi72wyk202lii51r0gflqsrnxjlddpd0hq7j1j06rkpyvg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/inline-images") @@ -89717,12 +107083,17 @@ (define-public texlive-inlinelabel (package (name "texlive-inlinelabel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/inlinelabel/" - "tex/latex/inlinelabel/") - (base32 - "0rsngfllng3qajm2rpdjpyf88iizd1nshbwriawh3d6g8b0yi82r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/inlinelabel/" + "tex/latex/inlinelabel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rsngfllng3qajm2rpdjpyf88iizd1nshbwriawh3d6g8b0yi82r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/inlinelabel") @@ -89736,13 +107107,18 @@ (define-public texlive-inputtrc (package (name "texlive-inputtrc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/inputtrc/" - "source/latex/inputtrc/" - "tex/latex/inputtrc/") - (base32 - "0nmflwlf1ydrrb1n6gy8b6zfh18c02z0iyfv91m6c674spaiplsr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/inputtrc/" + "source/latex/inputtrc/" + "tex/latex/inputtrc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nmflwlf1ydrrb1n6gy8b6zfh18c02z0iyfv91m6c674spaiplsr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/inputtrc") @@ -89759,15 +107135,20 @@ (define-public texlive-interactiveworkbook (package (name "texlive-interactiveworkbook") (version "2023.0") - (source (texlive-origin - name version - (list - "doc/latex/interactiveworkbook/documentation/" - "doc/latex/interactiveworkbook/epsfiles/" - "doc/latex/interactiveworkbook/samplefiles/" - "tex/latex/interactiveworkbook/") - (base32 - "1yvavrbnmq8azzl6yijxah0sqcp1p9xm58n1r006zlpixkhq7d6g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list + "doc/latex/interactiveworkbook/documentation/" + "doc/latex/interactiveworkbook/epsfiles/" + "doc/latex/interactiveworkbook/samplefiles/" + "tex/latex/interactiveworkbook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yvavrbnmq8azzl6yijxah0sqcp1p9xm58n1r006zlpixkhq7d6g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/interactiveworkbook") @@ -89783,13 +107164,18 @@ (define-public texlive-interfaces (package (name "texlive-interfaces") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/interfaces/" - "source/latex/interfaces/" - "tex/latex/interfaces/") - (base32 - "1fq0fld4j0z3pi9sczv8iisigbvv64j3bnfg478dx2sqnn6maybp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/interfaces/" + "source/latex/interfaces/" + "tex/latex/interfaces/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fq0fld4j0z3pi9sczv8iisigbvv64j3bnfg478dx2sqnn6maybp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/interfaces") @@ -89804,12 +107190,17 @@ (define-public texlive-intopdf (package (name "texlive-intopdf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/intopdf/" "source/latex/intopdf/" - "tex/latex/intopdf/") - (base32 - "04mys6v63mahinv08cjd71yvs1d93ly7hqw5n4m0pkljjihdjyf7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/intopdf/" "source/latex/intopdf/" + "tex/latex/intopdf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04mys6v63mahinv08cjd71yvs1d93ly7hqw5n4m0pkljjihdjyf7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/intopdf") @@ -89823,13 +107214,18 @@ (define-public texlive-inversepath (package (name "texlive-inversepath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/inversepath/" - "source/latex/inversepath/" - "tex/latex/inversepath/") - (base32 - "1mbvx1lj1h0p2li4qjc5s238iiwnp9cg0vsdlxxwdlng8ahc62p0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/inversepath/" + "source/latex/inversepath/" + "tex/latex/inversepath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mbvx1lj1h0p2li4qjc5s238iiwnp9cg0vsdlxxwdlng8ahc62p0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/inversepath") @@ -89843,11 +107239,16 @@ (define-public texlive-invoice (package (name "texlive-invoice") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/invoice/" "tex/latex/invoice/") - (base32 - "12c7kqnra2mv98xjqb0rba8xqnhvvqfd2712y8j2y47zf0r7a26k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/invoice/" "tex/latex/invoice/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12c7kqnra2mv98xjqb0rba8xqnhvvqfd2712y8j2y47zf0r7a26k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/invoice") @@ -89862,12 +107263,17 @@ (define-public texlive-invoice-class (package (name "texlive-invoice-class") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/invoice-class/" - "tex/latex/invoice-class/") - (base32 - "0078i0vv2qxfxgn45rxxzll7f7b0h33jcigm9zkx6hcmq62sv0rz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/invoice-class/" + "tex/latex/invoice-class/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0078i0vv2qxfxgn45rxxzll7f7b0h33jcigm9zkx6hcmq62sv0rz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/invoice-class") @@ -89882,13 +107288,18 @@ (define-public texlive-invoice2 (package (name "texlive-invoice2") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/invoice2/" - "source/latex/invoice2/" - "tex/latex/invoice2/") - (base32 - "133v3jk4lhbp17i1435jf4n3gnb7r892qiylzpd65pxdwivi3k0n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/invoice2/" + "source/latex/invoice2/" + "tex/latex/invoice2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "133v3jk4lhbp17i1435jf4n3gnb7r892qiylzpd65pxdwivi3k0n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/invoice2") @@ -89904,12 +107315,17 @@ (define-public texlive-iso (package (name "texlive-iso") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/iso/" "makeindex/iso/" - "source/latex/iso/" "tex/latex/iso/") - (base32 - "1rzxf4nykw6ar9dhn4vanwdryx7hapfjmqqjnlpg0ly05fckqd4i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/iso/" "makeindex/iso/" + "source/latex/iso/" "tex/latex/iso/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rzxf4nykw6ar9dhn4vanwdryx7hapfjmqqjnlpg0ly05fckqd4i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/iso") @@ -89924,13 +107340,18 @@ (define-public texlive-iso10303 (package (name "texlive-iso10303") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/iso10303/" - "source/latex/iso10303/" - "tex/latex/iso10303/") - (base32 - "04yackrrjba2ddgl8ps3ka6mmh09cw5b9rz69vczvgfdc9cr6krx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/iso10303/" + "source/latex/iso10303/" + "tex/latex/iso10303/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04yackrrjba2ddgl8ps3ka6mmh09cw5b9rz69vczvgfdc9cr6krx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/iso10303") @@ -89945,12 +107366,17 @@ (define-public texlive-isodoc (package (name "texlive-isodoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/isodoc/" "source/latex/isodoc/" - "tex/latex/isodoc/") - (base32 - "04p3rjxd636k270cy4mqzfmmhp54s69rdr2rjynvvf84p3l2573q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/isodoc/" "source/latex/isodoc/" + "tex/latex/isodoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04p3rjxd636k270cy4mqzfmmhp54s69rdr2rjynvvf84p3l2573q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "luatex")) @@ -89968,11 +107394,16 @@ (define-public texlive-isonums (package (name "texlive-isonums") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/isonums/" "tex/latex/isonums/") - (base32 - "0lm47qxvhdw3mc7549bw32k978cl7gik0inkmin8x0w9mdg22lm5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/isonums/" "tex/latex/isonums/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lm47qxvhdw3mc7549bw32k978cl7gik0inkmin8x0w9mdg22lm5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/isonums") @@ -89987,11 +107418,16 @@ (define-public texlive-isopt (package (name "texlive-isopt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/isopt/" "tex/latex/isopt/") - (base32 - "1i4zhjqknx74ki7hq55j2qn02kw17fnagb49p59bk3ifs03z4w9s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/isopt/" "tex/latex/isopt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i4zhjqknx74ki7hq55j2qn02kw17fnagb49p59bk3ifs03z4w9s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/isopt") @@ -90006,12 +107442,17 @@ (define-public texlive-isorot (package (name "texlive-isorot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/isorot/" "source/latex/isorot/" - "tex/latex/isorot/") - (base32 - "1mpph7pvcw6l65zkq641gc0c0j0vq593mqsqhbb6zq3cmvc00dkr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/isorot/" "source/latex/isorot/" + "tex/latex/isorot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mpph7pvcw6l65zkq641gc0c0j0vq593mqsqhbb6zq3cmvc00dkr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/isorot") @@ -90027,12 +107468,17 @@ (define-public texlive-isotope (package (name "texlive-isotope") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/isotope/" "source/latex/isotope/" - "tex/latex/isotope/") - (base32 - "16828laxqjbq5303c649j9nb36ci3rjdki8zds6pw2y9sdiy2kki"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/isotope/" "source/latex/isotope/" + "tex/latex/isotope/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16828laxqjbq5303c649j9nb36ci3rjdki8zds6pw2y9sdiy2kki")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/isotope") @@ -90046,13 +107492,18 @@ (define-public texlive-issuulinks (package (name "texlive-issuulinks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/issuulinks/" - "source/latex/issuulinks/" - "tex/latex/issuulinks/") - (base32 - "1lawg1l5q0c6vblwmj9nyszqk9q3ivmk05bpczwycc28xsmr6rd6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/issuulinks/" + "source/latex/issuulinks/" + "tex/latex/issuulinks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lawg1l5q0c6vblwmj9nyszqk9q3ivmk05bpczwycc28xsmr6rd6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/issuulinks") @@ -90074,11 +107525,16 @@ (define-public texlive-iwhdp (package (name "texlive-iwhdp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/iwhdp/" "tex/latex/iwhdp/") - (base32 - "0ryjbp5cb7p2amh9zp1gyl0ay8vc2f4z2gnrlnsx3hwy2nrzdl17"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/iwhdp/" "tex/latex/iwhdp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ryjbp5cb7p2amh9zp1gyl0ay8vc2f4z2gnrlnsx3hwy2nrzdl17")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/iwhdp") @@ -90093,11 +107549,16 @@ (define-public texlive-jlabels (package (name "texlive-jlabels") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jlabels/" "tex/latex/jlabels/") - (base32 - "1p12sr2i44mmn4cr3vsmrbaixx17c53qx4jh4k3mscwj7rkf3af1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jlabels/" "tex/latex/jlabels/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p12sr2i44mmn4cr3vsmrbaixx17c53qx4jh4k3mscwj7rkf3af1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jlabels") @@ -90111,13 +107572,18 @@ (define-public texlive-jmsdelim (package (name "texlive-jmsdelim") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jmsdelim/" - "source/latex/jmsdelim/" - "tex/latex/jmsdelim/") - (base32 - "0xi2gijzl747ixhl7nwam0ldzvq834j70cmqbz8sik75gwmisdj9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jmsdelim/" + "source/latex/jmsdelim/" + "tex/latex/jmsdelim/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xi2gijzl747ixhl7nwam0ldzvq834j70cmqbz8sik75gwmisdj9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jmsdelim") @@ -90139,12 +107605,17 @@ (define-public texlive-jobname-suffix (package (name "texlive-jobname-suffix") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jobname-suffix/" - "tex/latex/jobname-suffix/") - (base32 - "1qyb61pzfwdqna53akjpwwbaab1w827rjv83hrq8ss1cd754v2ka"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jobname-suffix/" + "tex/latex/jobname-suffix/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qyb61pzfwdqna53akjpwwbaab1w827rjv83hrq8ss1cd754v2ka")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jobname-suffix") @@ -90160,12 +107631,17 @@ (define-public texlive-jslectureplanner (package (name "texlive-jslectureplanner") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jslectureplanner/" - "tex/latex/jslectureplanner/") - (base32 - "0q0ni5kqrp56lly3dakn0g73pxram3d2s82b6k9g85ps2vsn96mk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jslectureplanner/" + "tex/latex/jslectureplanner/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q0ni5kqrp56lly3dakn0g73pxram3d2s82b6k9g85ps2vsn96mk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jslectureplanner") @@ -90186,12 +107662,17 @@ (define-public texlive-jumplines (package (name "texlive-jumplines") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jumplines/" - "tex/latex/jumplines/") - (base32 - "0vih9bayflngvsx0q0pfqzp04vbp5mjjgc7m8yhs4drr27nh75j2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jumplines/" + "tex/latex/jumplines/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vih9bayflngvsx0q0pfqzp04vbp5mjjgc7m8yhs4drr27nh75j2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jumplines") @@ -90207,13 +107688,18 @@ (define-public texlive-jvlisting (package (name "texlive-jvlisting") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/jvlisting/" - "source/latex/jvlisting/" - "tex/latex/jvlisting/") - (base32 - "0isbn35x3228bhkp77q3agy380w7akryam3p5i3rvi7bmk1s5958"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/jvlisting/" + "source/latex/jvlisting/" + "tex/latex/jvlisting/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0isbn35x3228bhkp77q3agy380w7akryam3p5i3rvi7bmk1s5958")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/jvlisting") @@ -90233,13 +107719,18 @@ (define-public texlive-kalendarium (package (name "texlive-kalendarium") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/kalendarium/" - "source/latex/kalendarium/" - "tex/latex/kalendarium/") - (base32 - "08cj503m0v69a3fz5n2i6y8ga3xkp79nxp3cnc5g2bk4fqq1mv7l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/kalendarium/" + "source/latex/kalendarium/" + "tex/latex/kalendarium/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08cj503m0v69a3fz5n2i6y8ga3xkp79nxp3cnc5g2bk4fqq1mv7l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kalendarium") @@ -90257,13 +107748,18 @@ (define-public texlive-kerntest (package (name "texlive-kerntest") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/kerntest/" - "source/latex/kerntest/" - "tex/latex/kerntest/") - (base32 - "08g814zv8cq6q1174wdx4z2p5lpyyp1s5mpzk4dmzsz7rzr4gdhm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/kerntest/" + "source/latex/kerntest/" + "tex/latex/kerntest/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08g814zv8cq6q1174wdx4z2p5lpyyp1s5mpzk4dmzsz7rzr4gdhm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kerntest") @@ -90283,13 +107779,18 @@ (define-public texlive-keycommand (package (name "texlive-keycommand") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/keycommand/" - "source/latex/keycommand/" - "tex/latex/keycommand/") - (base32 - "0if07qinrxr798xin04rhf6g6chq0lj1p684zi40rrlkwgrc5br5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/keycommand/" + "source/latex/keycommand/" + "tex/latex/keycommand/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0if07qinrxr798xin04rhf6g6chq0lj1p684zi40rrlkwgrc5br5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/keycommand") @@ -90306,13 +107807,18 @@ (define-public texlive-keyfloat (package (name "texlive-keyfloat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/keyfloat/" - "source/latex/keyfloat/" - "tex/latex/keyfloat/") - (base32 - "1d7qlxyypbixagppag829ay46z6idgpr5dq9z5r74ly0gggmcwah"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/keyfloat/" + "source/latex/keyfloat/" + "tex/latex/keyfloat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d7qlxyypbixagppag829ay46z6idgpr5dq9z5r74ly0gggmcwah")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/keyfloat") @@ -90338,13 +107844,18 @@ (define-public texlive-keyindex (package (name "texlive-keyindex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/keyindex/" - "source/latex/keyindex/" - "tex/latex/keyindex/") - (base32 - "1zw2sj3qq0v0kp68mmb72x44mpwfj0hnzxwqdv92m5528k1ylyr9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/keyindex/" + "source/latex/keyindex/" + "tex/latex/keyindex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zw2sj3qq0v0kp68mmb72x44mpwfj0hnzxwqdv92m5528k1ylyr9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/keyindex") @@ -90361,13 +107872,18 @@ (define-public texlive-keyparse (package (name "texlive-keyparse") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/keyparse/" - "source/latex/keyparse/" - "tex/latex/keyparse/") - (base32 - "11g2knzck2g1j8mcqy3821p8a7xz1a0krz2s3ak7jn060aim72hi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/keyparse/" + "source/latex/keyparse/" + "tex/latex/keyparse/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11g2knzck2g1j8mcqy3821p8a7xz1a0krz2s3ak7jn060aim72hi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/keyparse") @@ -90382,12 +107898,17 @@ (define-public texlive-keyreader (package (name "texlive-keyreader") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/keyreader/" - "tex/latex/keyreader/") - (base32 - "0zw0qkg4lbqk260fmdsdz0j3044dph7f1ypx81yflwj2hvinsr3z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/keyreader/" + "tex/latex/keyreader/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zw0qkg4lbqk260fmdsdz0j3044dph7f1ypx81yflwj2hvinsr3z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/keyreader") @@ -90404,12 +107925,17 @@ (define-public texlive-keystroke (package (name "texlive-keystroke") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/keystroke/" - "tex/latex/keystroke/") - (base32 - "0vgzbh02aadnwmhfvysijxxy4bkf3wv6hxmghb8kz8g7sam4f5p1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/keystroke/" + "tex/latex/keystroke/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vgzbh02aadnwmhfvysijxxy4bkf3wv6hxmghb8kz8g7sam4f5p1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/keystroke") @@ -90423,11 +107949,16 @@ (define-public texlive-keyval2e (package (name "texlive-keyval2e") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/keyval2e/" "tex/latex/keyval2e/") - (base32 - "0h8clf8xy8lw3zairdr8x5v4yv904ffibcva54ckbnvzls48ka6m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/keyval2e/" "tex/latex/keyval2e/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h8clf8xy8lw3zairdr8x5v4yv904ffibcva54ckbnvzls48ka6m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/keyval2e") @@ -90443,13 +107974,18 @@ (define-public texlive-keyvaltable (package (name "texlive-keyvaltable") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/keyvaltable/" - "source/latex/keyvaltable/" - "tex/latex/keyvaltable/") - (base32 - "0c1wgdh83b673ay0ak18iyqpwdmfyhpfqlpbk30fjrkxf78bmw83"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/keyvaltable/" + "source/latex/keyvaltable/" + "tex/latex/keyvaltable/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c1wgdh83b673ay0ak18iyqpwdmfyhpfqlpbk30fjrkxf78bmw83")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/keyvaltable") @@ -90467,11 +108003,16 @@ (define-public texlive-kix (package (name "texlive-kix") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/kix/" "tex/latex/kix/") - (base32 - "1sbvvjmrz61il4xy6vv7n0zsbv42s5g65grn4bn14sc60sfa968h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/kix/" "tex/latex/kix/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sbvvjmrz61il4xy6vv7n0zsbv42s5g65grn4bn14sc60sfa968h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/kix") @@ -90485,13 +108026,18 @@ (define-public texlive-knowledge (package (name "texlive-knowledge") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/knowledge/" - "source/latex/knowledge/" - "tex/latex/knowledge/") - (base32 - "04xf0vc987qhasyl40bjf5av01s84vf5y5h27bds89xj22i4g4in"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/knowledge/" + "source/latex/knowledge/" + "tex/latex/knowledge/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04xf0vc987qhasyl40bjf5av01s84vf5y5h27bds89xj22i4g4in")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/knowledge") @@ -90507,12 +108053,17 @@ (define-public texlive-koma-moderncvclassic (package (name "texlive-koma-moderncvclassic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/koma-moderncvclassic/" - "tex/latex/koma-moderncvclassic/") - (base32 - "169z8jvbsg8c9czf9p5lkcffm3nic6vvp7l4s1my0rqbvyyqs795"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/koma-moderncvclassic/" + "tex/latex/koma-moderncvclassic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "169z8jvbsg8c9czf9p5lkcffm3nic6vvp7l4s1my0rqbvyyqs795")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/koma-moderncvclassic") @@ -90530,12 +108081,17 @@ (define-public texlive-koma-script-sfs (package (name "texlive-koma-script-sfs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/koma-script-sfs/" - "tex/latex/koma-script-sfs/") - (base32 - "1awzff92bmc0gh5sycs5646cn15kzk7v2l79zjm27f2mpahd65l8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/koma-script-sfs/" + "tex/latex/koma-script-sfs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1awzff92bmc0gh5sycs5646cn15kzk7v2l79zjm27f2mpahd65l8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/koma-script-sfs") @@ -90553,12 +108109,17 @@ (define-public texlive-komacv (package (name "texlive-komacv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/komacv/" "source/latex/komacv/" - "tex/latex/komacv/") - (base32 - "17830drzdsk3nhd1n9fcmc4dbcm2lwia3jp2asi3g73yvzkjx7sz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/komacv/" "source/latex/komacv/" + "tex/latex/komacv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17830drzdsk3nhd1n9fcmc4dbcm2lwia3jp2asi3g73yvzkjx7sz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/komacv") @@ -90572,13 +108133,18 @@ (define-public texlive-komacv-rg (package (name "texlive-komacv-rg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/komacv-rg/" - "source/latex/komacv-rg/" - "tex/latex/komacv-rg/") - (base32 - "13r94krp1mylj09pi800mxdv0q3f0r7zd31rw8wblfkqrzhh7gw2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/komacv-rg/" + "source/latex/komacv-rg/" + "tex/latex/komacv-rg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13r94krp1mylj09pi800mxdv0q3f0r7zd31rw8wblfkqrzhh7gw2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/komacv-rg") @@ -90603,13 +108169,18 @@ (define-public texlive-ktv-texdata (package (name "texlive-ktv-texdata") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ktv-texdata/" - "source/latex/ktv-texdata/" - "tex/latex/ktv-texdata/") - (base32 - "1flmshqyjjh5m6s51rym9rn92pgqlkjvsxlvifgxj5blc4p8gmhi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ktv-texdata/" + "source/latex/ktv-texdata/" + "tex/latex/ktv-texdata/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1flmshqyjjh5m6s51rym9rn92pgqlkjvsxlvifgxj5blc4p8gmhi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ktv-texdata") @@ -90626,12 +108197,17 @@ (define-public texlive-labbook (package (name "texlive-labbook") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/labbook/" "source/latex/labbook/" - "tex/latex/labbook/") - (base32 - "1zc1mlfyjxwrq60ch6inwkryygcg5fmj90bc6w6wfzrvb0gm2yw8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/labbook/" "source/latex/labbook/" + "tex/latex/labbook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zc1mlfyjxwrq60ch6inwkryygcg5fmj90bc6w6wfzrvb0gm2yw8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/labbook") @@ -90648,12 +108224,17 @@ (define-public texlive-labels (package (name "texlive-labels") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/labels/" "source/latex/labels/" - "tex/latex/labels/") - (base32 - "1ldvd3d5c1g2hm4h02px1gzvv3kkkx834nwp3m3skh80nbhd3hcz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/labels/" "source/latex/labels/" + "tex/latex/labels/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ldvd3d5c1g2hm4h02px1gzvv3kkkx834nwp3m3skh80nbhd3hcz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/labels") @@ -90672,12 +108253,17 @@ (define-public texlive-labels4easylist (package (name "texlive-labels4easylist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/labels4easylist/" - "tex/latex/labels4easylist/") - (base32 - "1igsf1lqvmfp1yjynwcr3w6lpwsckq3gcx44j6jh65425sfn7mxy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/labels4easylist/" + "tex/latex/labels4easylist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1igsf1lqvmfp1yjynwcr3w6lpwsckq3gcx44j6jh65425sfn7mxy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/labels4easylist") @@ -90691,13 +108277,18 @@ (define-public texlive-labelschanged (package (name "texlive-labelschanged") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/labelschanged/" - "source/latex/labelschanged/" - "tex/latex/labelschanged/") - (base32 - "1x126fdi7bq0m1fsaj344fhfqnkz0bjcdgahw3d1drac1nvh6fqk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/labelschanged/" + "source/latex/labelschanged/" + "tex/latex/labelschanged/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x126fdi7bq0m1fsaj344fhfqnkz0bjcdgahw3d1drac1nvh6fqk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/labelschanged") @@ -90715,12 +108306,17 @@ (define-public texlive-lambdax (package (name "texlive-lambdax") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lambdax/" "source/latex/lambdax/" - "tex/latex/lambdax/") - (base32 - "1lmqayjzzpamvwnff65iqaqjp6x5v926p5nw4yvrd7j0nnwmz0wg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lambdax/" "source/latex/lambdax/" + "tex/latex/lambdax/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lmqayjzzpamvwnff65iqaqjp6x5v926p5nw4yvrd7j0nnwmz0wg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lambdax") @@ -90735,13 +108331,18 @@ (define-public texlive-lastpackage (package (name "texlive-lastpackage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lastpackage/" - "source/latex/lastpackage/" - "tex/latex/lastpackage/") - (base32 - "1wa0cdrig4zivblalxx9q935yyd9z36jy26f8chj8skva25dhbz8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lastpackage/" + "source/latex/lastpackage/" + "tex/latex/lastpackage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wa0cdrig4zivblalxx9q935yyd9z36jy26f8chj8skva25dhbz8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lastpackage") @@ -90755,12 +108356,17 @@ (define-public texlive-latex-uni8 (package (name "texlive-latex-uni8") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latex-uni8/" - "tex/latex/latex-uni8/") - (base32 - "0c5x8v40gvw9q35xjmpndmklkc37ry4idld0657h0xrw0b5ljnh6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latex-uni8/" + "tex/latex/latex-uni8/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c5x8v40gvw9q35xjmpndmklkc37ry4idld0657h0xrw0b5ljnh6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latex-uni8") @@ -90780,13 +108386,18 @@ (define-public texlive-latexcolors (package (name "texlive-latexcolors") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latexcolors/" - "source/latex/latexcolors/" - "tex/latex/latexcolors/") - (base32 - "1y3wvf8jvcb9i1dvkgnm2gd8pvxg538mxpchhw930gaf4rwi5xyp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latexcolors/" + "source/latex/latexcolors/" + "tex/latex/latexcolors/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1y3wvf8jvcb9i1dvkgnm2gd8pvxg538mxpchhw930gaf4rwi5xyp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latexcolors") @@ -90801,13 +108412,18 @@ (define-public texlive-latexdemo (package (name "texlive-latexdemo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latexdemo/" - "source/latex/latexdemo/" - "tex/latex/latexdemo/") - (base32 - "0d3bxwcd98n9ij3jikm7zci1j15nhds5nhrk8vifsi04l4wgh8ls"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latexdemo/" + "source/latex/latexdemo/" + "tex/latex/latexdemo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d3bxwcd98n9ij3jikm7zci1j15nhds5nhrk8vifsi04l4wgh8ls")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latexdemo") @@ -90823,13 +108439,18 @@ (define-public texlive-latexgit (package (name "texlive-latexgit") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/latexgit/" - "source/latex/latexgit/" - "tex/latex/latexgit/") - (base32 - "0c2407abynq00hllpiyg5m6dbbmy8rz9s4jgr227l6ynfnjd8mir"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/latexgit/" + "source/latex/latexgit/" + "tex/latex/latexgit/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c2407abynq00hllpiyg5m6dbbmy8rz9s4jgr227l6ynfnjd8mir")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/latexgit") @@ -90844,12 +108465,17 @@ (define-public texlive-layouts (package (name "texlive-layouts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/layouts/" "source/latex/layouts/" - "tex/latex/layouts/") - (base32 - "0bmkqld4rc0pw8ha54b1z4ycy5rj5alr9n1yv7qj5b0a4jadynf3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/layouts/" "source/latex/layouts/" + "tex/latex/layouts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bmkqld4rc0pw8ha54b1z4ycy5rj5alr9n1yv7qj5b0a4jadynf3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/layouts") @@ -90866,11 +108492,16 @@ (define-public texlive-lazylist (package (name "texlive-lazylist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lazylist/" "tex/latex/lazylist/") - (base32 - "1pyz8p3m25ccna6w8bahg29nqivryzygq62mzl1ybls90h9pls1p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lazylist/" "tex/latex/lazylist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pyz8p3m25ccna6w8bahg29nqivryzygq62mzl1ybls90h9pls1p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lazylist") @@ -90887,12 +108518,17 @@ (define-public texlive-lccaps (package (name "texlive-lccaps") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lccaps/" "source/latex/lccaps/" - "tex/latex/lccaps/") - (base32 - "1a56p7c7ldyhhrin1dm9lq1pjjblx32kyjs5005pkl35h8fl2gd2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lccaps/" "source/latex/lccaps/" + "tex/latex/lccaps/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a56p7c7ldyhhrin1dm9lq1pjjblx32kyjs5005pkl35h8fl2gd2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -90920,12 +108556,17 @@ (define-public texlive-lcd (package (name "texlive-lcd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lcd/" "source/latex/lcd/" - "tex/latex/lcd/") - (base32 - "1iglq9rcdx2m9b7k2k2m10mc1k0xylxyqk4gwz3q1avp9vxdqpd8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lcd/" "source/latex/lcd/" + "tex/latex/lcd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1iglq9rcdx2m9b7k2k2m10mc1k0xylxyqk4gwz3q1avp9vxdqpd8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -90950,12 +108591,17 @@ (define-public texlive-lcg (package (name "texlive-lcg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lcg/" "source/latex/lcg/" - "tex/latex/lcg/") - (base32 - "0gj2bpw7fpa47dbs7myx6ch5lk2yc59qp3f6wv1b69gi0kg873cv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lcg/" "source/latex/lcg/" + "tex/latex/lcg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gj2bpw7fpa47dbs7myx6ch5lk2yc59qp3f6wv1b69gi0kg873cv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lcg") @@ -90971,12 +108617,17 @@ (define-public texlive-leading (package (name "texlive-leading") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/leading/" "source/latex/leading/" - "tex/latex/leading/") - (base32 - "0fhdld6bagjyg0fs6c4gy0yp1p6wcrldqrs4hkrhylgrs2ilana9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/leading/" "source/latex/leading/" + "tex/latex/leading/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fhdld6bagjyg0fs6c4gy0yp1p6wcrldqrs4hkrhylgrs2ilana9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/leading") @@ -90992,12 +108643,17 @@ (define-public texlive-leaflet (package (name "texlive-leaflet") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/leaflet/" "source/latex/leaflet/" - "tex/latex/leaflet/") - (base32 - "0vgcywhq8llskfsxxhld9jgzdjlmz0gijs9xcv3sqcz6cw6sis68"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/leaflet/" "source/latex/leaflet/" + "tex/latex/leaflet/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vgcywhq8llskfsxxhld9jgzdjlmz0gijs9xcv3sqcz6cw6sis68")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/leaflet") @@ -91013,11 +108669,16 @@ (define-public texlive-colorist (package (name "texlive-colorist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/colorist/" "tex/latex/colorist/") - (base32 - "0c4m2c4gapdkd577v69p1nhqgz1mj4x3lfpy0v5398zx5xncr17c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/colorist/" "tex/latex/colorist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c4m2c4gapdkd577v69p1nhqgz1mj4x3lfpy0v5398zx5xncr17c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-projlib)) @@ -91034,11 +108695,16 @@ (define-public texlive-lebhart (package (name "texlive-lebhart") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lebhart/" "tex/latex/lebhart/") - (base32 - "1f253s1vcnmx79la1zdrk8wqr7rbghpby8n0hzlpihwr7qhwg6jh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lebhart/" "tex/latex/lebhart/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1f253s1vcnmx79la1zdrk8wqr7rbghpby8n0hzlpihwr7qhwg6jh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-colorist)) @@ -91056,11 +108722,16 @@ (define-public texlive-lectures (package (name "texlive-lectures") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lectures/" "tex/latex/lectures/") - (base32 - "05x3dc40n83v7faw789iw5nzwn43zx6vjl58iqwdsqchkmd8alrv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lectures/" "tex/latex/lectures/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05x3dc40n83v7faw789iw5nzwn43zx6vjl58iqwdsqchkmd8alrv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lectures") @@ -91076,12 +108747,17 @@ (define-public texlive-lectureslides (package (name "texlive-lectureslides") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lectureslides/" - "tex/latex/lectureslides/") - (base32 - "189sm3vxgi1qf6xf07f98p16bah8siwz0q97dpsjrpzx7m32bbiw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lectureslides/" + "tex/latex/lectureslides/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "189sm3vxgi1qf6xf07f98p16bah8siwz0q97dpsjrpzx7m32bbiw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lectureslides") @@ -91095,12 +108771,17 @@ (define-public texlive-leftidx (package (name "texlive-leftidx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/leftidx/" "source/latex/leftidx/" - "tex/latex/leftidx/") - (base32 - "031vrri30b0ccg44ia9i06mraamv3mr9184vmyqipcmsd2glpyla"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/leftidx/" "source/latex/leftidx/" + "tex/latex/leftidx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "031vrri30b0ccg44ia9i06mraamv3mr9184vmyqipcmsd2glpyla")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/leftidx") @@ -91114,12 +108795,17 @@ (define-public texlive-leftindex (package (name "texlive-leftindex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/leftindex/" - "tex/latex/leftindex/") - (base32 - "1dn57nvrkgmf96vnswrj0pwkdl276bi79yvl4hv4r5c8z6p5dqq6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/leftindex/" + "tex/latex/leftindex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dn57nvrkgmf96vnswrj0pwkdl276bi79yvl4hv4r5c8z6p5dqq6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/leftindex") @@ -91134,12 +108820,17 @@ (define-public texlive-leipzig (package (name "texlive-leipzig") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/leipzig/" "makeindex/leipzig/" - "source/latex/leipzig/" "tex/latex/leipzig/") - (base32 - "1iwra0yvalprgxqk4vdbh4wr17pla94x5lnjnwg3jh8nlb1887a6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/leipzig/" "makeindex/leipzig/" + "source/latex/leipzig/" "tex/latex/leipzig/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1iwra0yvalprgxqk4vdbh4wr17pla94x5lnjnwg3jh8nlb1887a6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/leipzig") @@ -91155,13 +108846,18 @@ (define-public texlive-lengthconvert (package (name "texlive-lengthconvert") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lengthconvert/" - "source/latex/lengthconvert/" - "tex/latex/lengthconvert/") - (base32 - "19j6ls0jh0s8is0sizc9r3m6x715zblk3rb3cp4nwicf526vnfg3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lengthconvert/" + "source/latex/lengthconvert/" + "tex/latex/lengthconvert/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19j6ls0jh0s8is0sizc9r3m6x715zblk3rb3cp4nwicf526vnfg3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lengthconvert") @@ -91175,11 +108871,16 @@ (define-public texlive-lettre (package (name "texlive-lettre") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lettre/" "tex/latex/lettre/") - (base32 - "1ahcsx9ds5vw3cf9jxs277jcckhbslpcs9ahhj40ycygfrlkw4p8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lettre/" "tex/latex/lettre/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ahcsx9ds5vw3cf9jxs277jcckhbslpcs9ahhj40ycygfrlkw4p8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lettre") @@ -91192,13 +108893,18 @@ (define-public texlive-lettrine (package (name "texlive-lettrine") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lettrine/" - "source/latex/lettrine/" - "tex/latex/lettrine/") - (base32 - "1s46gpgc7v336r5ksi20r6k892j8ys7inl9jqndx2wn9ikzwibb8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lettrine/" + "source/latex/lettrine/" + "tex/latex/lettrine/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s46gpgc7v336r5ksi20r6k892j8ys7inl9jqndx2wn9ikzwibb8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lettrine") @@ -91214,11 +108920,16 @@ (define-public texlive-lewis (package (name "texlive-lewis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lewis/" "tex/latex/lewis/") - (base32 - "13w585adasl0ss9mfvpnx8f55iy18748zv66x038nw2i25yrs0ly"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lewis/" "tex/latex/lewis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13w585adasl0ss9mfvpnx8f55iy18748zv66x038nw2i25yrs0ly")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lewis") @@ -91232,12 +108943,17 @@ (define-public texlive-lhelp (package (name "texlive-lhelp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lhelp/" "source/latex/lhelp/" - "tex/latex/lhelp/") - (base32 - "0yr9mv7vihizrra37dy1d0xvrkhbkyg5fvzbhgd1lh25wgpsmi92"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lhelp/" "source/latex/lhelp/" + "tex/latex/lhelp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yr9mv7vihizrra37dy1d0xvrkhbkyg5fvzbhgd1lh25wgpsmi92")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lhelp") @@ -91257,13 +108973,18 @@ (define-public texlive-libgreek (package (name "texlive-libgreek") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/libgreek/" - "source/latex/libgreek/" - "tex/latex/libgreek/") - (base32 - "1ma56mn0b2wh0kja3p275w94vhss3anv7djnil2gx3k7878kjpgy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/libgreek/" + "source/latex/libgreek/" + "tex/latex/libgreek/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ma56mn0b2wh0kja3p275w94vhss3anv7djnil2gx3k7878kjpgy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/libgreek") @@ -91285,12 +109006,17 @@ (define-public texlive-limap (package (name "texlive-limap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/limap/" "source/latex/limap/" - "tex/latex/limap/") - (base32 - "1v81wckm2g0c67shgwxvci6lfsfjhilwrigy22hcpmszfk1czasm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/limap/" "source/latex/limap/" + "tex/latex/limap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v81wckm2g0c67shgwxvci6lfsfjhilwrigy22hcpmszfk1czasm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/limap") @@ -91311,13 +109037,18 @@ (define-public texlive-linegoal (package (name "texlive-linegoal") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/linegoal/" - "source/latex/linegoal/" - "tex/latex/linegoal/") - (base32 - "1aipk7y42gkibpaqicbw8myfyj94qs736m2sk3l390xidz81fmw8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/linegoal/" + "source/latex/linegoal/" + "tex/latex/linegoal/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1aipk7y42gkibpaqicbw8myfyj94qs736m2sk3l390xidz81fmw8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/linegoal") @@ -91332,11 +109063,16 @@ (define-public texlive-linop (package (name "texlive-linop") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/linop/" "tex/latex/linop/") - (base32 - "0w8g6xfmk2y04xzn6la96ykvv2y0lz9lib6gcnz7p8cbh24fjxa5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/linop/" "tex/latex/linop/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0w8g6xfmk2y04xzn6la96ykvv2y0lz9lib6gcnz7p8cbh24fjxa5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/linop") @@ -91352,12 +109088,17 @@ (define-public texlive-lisp-on-tex (package (name "texlive-lisp-on-tex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lisp-on-tex/" - "tex/latex/lisp-on-tex/") - (base32 - "07d4bw1hs3vl8yrix13cski3gzdv6sd3s32amdnca7sjjbfp9b0l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lisp-on-tex/" + "tex/latex/lisp-on-tex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07d4bw1hs3vl8yrix13cski3gzdv6sd3s32amdnca7sjjbfp9b0l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lisp-on-tex") @@ -91372,11 +109113,16 @@ (define-public texlive-listing (package (name "texlive-listing") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/listing/" "tex/latex/listing/") - (base32 - "0f74bff3dk9v316hznjqnlfljkbbdshqj3s8b4arvf2jipg96npd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/listing/" "tex/latex/listing/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f74bff3dk9v316hznjqnlfljkbbdshqj3s8b4arvf2jipg96npd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/listing") @@ -91395,13 +109141,18 @@ (define-public texlive-listlbls (package (name "texlive-listlbls") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/listlbls/" - "source/latex/listlbls/" - "tex/latex/listlbls/") - (base32 - "1vxzvqz6iyvz69z5khjyd05di4yw29h9qp34xfcsqhk0by8hnbdy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/listlbls/" + "source/latex/listlbls/" + "tex/latex/listlbls/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vxzvqz6iyvz69z5khjyd05di4yw29h9qp34xfcsqhk0by8hnbdy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/listlbls") @@ -91417,13 +109168,18 @@ (define-public texlive-listliketab (package (name "texlive-listliketab") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/listliketab/" - "source/latex/listliketab/" - "tex/latex/listliketab/") - (base32 - "0gmd78nnjgq8ka4x9a7zmbq9f9345lcpms9pk9dhiz9a5kwpi7ii"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/listliketab/" + "source/latex/listliketab/" + "tex/latex/listliketab/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gmd78nnjgq8ka4x9a7zmbq9f9345lcpms9pk9dhiz9a5kwpi7ii")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/listliketab") @@ -91439,13 +109195,18 @@ (define-public texlive-listofsymbols (package (name "texlive-listofsymbols") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/listofsymbols/" - "source/latex/listofsymbols/" - "tex/latex/listofsymbols/") - (base32 - "1srbs3hfymyzxf9jz9zsvjladzkc27k7r4lb50aqypry9x2m0p04"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/listofsymbols/" + "source/latex/listofsymbols/" + "tex/latex/listofsymbols/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1srbs3hfymyzxf9jz9zsvjladzkc27k7r4lb50aqypry9x2m0p04")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/listofsymbols") @@ -91466,11 +109227,16 @@ (define-public texlive-lkproof (package (name "texlive-lkproof") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lkproof/" "tex/latex/lkproof/") - (base32 - "0hlf5wgvkbi12p52dy1jh7fq9d6sw8vma1hcv9s6b9fzk03h21v4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lkproof/" "tex/latex/lkproof/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hlf5wgvkbi12p52dy1jh7fq9d6sw8vma1hcv9s6b9fzk03h21v4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lkproof") @@ -91484,12 +109250,17 @@ (define-public texlive-lmake (package (name "texlive-lmake") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lmake/" "source/latex/lmake/" - "tex/latex/lmake/") - (base32 - "0d3bn1rbnmv1ai7ciiym6z10yrpca3c7f5phsf49hbrpp3x4whpj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lmake/" "source/latex/lmake/" + "tex/latex/lmake/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d3bn1rbnmv1ai7ciiym6z10yrpca3c7f5phsf49hbrpp3x4whpj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lmake") @@ -91503,13 +109274,18 @@ (define-public texlive-locality (package (name "texlive-locality") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/locality/" - "source/latex/locality/" - "tex/latex/locality/") - (base32 - "0q26jb8x9ik3wfv224yxdfj651pxq49qvbz45f0x0iw6vxqllx1n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/locality/" + "source/latex/locality/" + "tex/latex/locality/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q26jb8x9ik3wfv224yxdfj651pxq49qvbz45f0x0iw6vxqllx1n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/locality") @@ -91525,12 +109301,17 @@ (define-public texlive-logbox (package (name "texlive-logbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/logbox/" "source/latex/logbox/" - "tex/latex/logbox/") - (base32 - "1qpywgp8nl2s43cmq8xxdm8jlcbglmvif0fp28zi4psapdr0kybi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/logbox/" "source/latex/logbox/" + "tex/latex/logbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qpywgp8nl2s43cmq8xxdm8jlcbglmvif0fp28zi4psapdr0kybi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/logbox") @@ -91546,12 +109327,17 @@ (define-public texlive-logical-markup-utils (package (name "texlive-logical-markup-utils") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/logical-markup-utils/" - "tex/latex/logical-markup-utils/") - (base32 - "0rklvva3gxifb5j1i0bswh0hra2rkmavk5v88pcxqp6jmzps9zpd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/logical-markup-utils/" + "tex/latex/logical-markup-utils/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rklvva3gxifb5j1i0bswh0hra2rkmavk5v88pcxqp6jmzps9zpd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/logical-markup-utils") @@ -91567,12 +109353,17 @@ (define-public texlive-logpap (package (name "texlive-logpap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/logpap/" "source/latex/logpap/" - "tex/latex/logpap/") - (base32 - "0jg7jp40h80bmdjwhm9pz2ipz3r4r5rz1ksnac5ssybxp6psnhkq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/logpap/" "source/latex/logpap/" + "tex/latex/logpap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jg7jp40h80bmdjwhm9pz2ipz3r4r5rz1ksnac5ssybxp6psnhkq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -91597,11 +109388,16 @@ (define-public texlive-longfbox (package (name "texlive-longfbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/longfbox/" "tex/latex/longfbox/") - (base32 - "1yqjn1xmn10g5rhd1prbndzxyccy3z8piab5aribzgl5kw466zyn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/longfbox/" "tex/latex/longfbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yqjn1xmn10g5rhd1prbndzxyccy3z8piab5aribzgl5kw466zyn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/longfbox") @@ -91618,13 +109414,18 @@ (define-public texlive-longfigure (package (name "texlive-longfigure") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/longfigure/" - "source/latex/longfigure/" - "tex/latex/longfigure/") - (base32 - "01km3597c6anzy6psq9i502bn3cz5hdybgm4aypi6a59w4y2fp6p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/longfigure/" + "source/latex/longfigure/" + "tex/latex/longfigure/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01km3597c6anzy6psq9i502bn3cz5hdybgm4aypi6a59w4y2fp6p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/longfigure") @@ -91639,13 +109440,18 @@ (define-public texlive-longnamefilelist (package (name "texlive-longnamefilelist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/longnamefilelist/" - "source/latex/longnamefilelist/" - "tex/latex/longnamefilelist/") - (base32 - "05bjbn4l45ydyj2npaxki3k5kd4d2pwlbp672xg0mbh6aj1bnanr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/longnamefilelist/" + "source/latex/longnamefilelist/" + "tex/latex/longnamefilelist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05bjbn4l45ydyj2npaxki3k5kd4d2pwlbp672xg0mbh6aj1bnanr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/longnamefilelist") @@ -91662,11 +109468,16 @@ (define-public texlive-loops (package (name "texlive-loops") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/loops/" "tex/latex/loops/") - (base32 - "09r744s5v87a18h51idy59slhjqqal85wh8xl9axjkwky9ar6dk7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/loops/" "tex/latex/loops/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09r744s5v87a18h51idy59slhjqqal85wh8xl9axjkwky9ar6dk7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/loops") @@ -91681,12 +109492,17 @@ (define-public texlive-lsc (package (name "texlive-lsc") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/lsc/" "doc/latex/lsc/" - "tex/latex/lsc/") - (base32 - "0jxxcngaqxcgm1q4z2zq88xlsa9h3ij61icqpjk0gp7w5r0qcbpm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/lsc/" "doc/latex/lsc/" + "tex/latex/lsc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jxxcngaqxcgm1q4z2zq88xlsa9h3ij61icqpjk0gp7w5r0qcbpm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lsc") @@ -91703,13 +109519,18 @@ (define-public texlive-lstaddons (package (name "texlive-lstaddons") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lstaddons/" - "source/latex/lstaddons/" - "tex/latex/lstaddons/") - (base32 - "0frav8hr2xwpdpkb0qlz3sdiy3vhpln36rk58grvzqdiissa1azg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lstaddons/" + "source/latex/lstaddons/" + "tex/latex/lstaddons/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0frav8hr2xwpdpkb0qlz3sdiy3vhpln36rk58grvzqdiissa1azg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ydoc)) @@ -91727,12 +109548,17 @@ (define-public texlive-lstfiracode (package (name "texlive-lstfiracode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lstfiracode/" - "tex/latex/lstfiracode/") - (base32 - "0l2v3ir0yj3kgavijny03d10zgm273rnnn3317cnrpjjlb1gwxv1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lstfiracode/" + "tex/latex/lstfiracode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l2v3ir0yj3kgavijny03d10zgm273rnnn3317cnrpjjlb1gwxv1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lstfiracode") @@ -91747,11 +109573,16 @@ (define-public texlive-lt3graph (package (name "texlive-lt3graph") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lt3graph/" "tex/latex/lt3graph/") - (base32 - "0n68mxgidr5kb5qz8mgdc3i6qk6bmirbvs6wij6b04a3b9d0fkh0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lt3graph/" "tex/latex/lt3graph/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0n68mxgidr5kb5qz8mgdc3i6qk6bmirbvs6wij6b04a3b9d0fkh0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lt3graph") @@ -91765,13 +109596,18 @@ (define-public texlive-lt3rawobjects (package (name "texlive-lt3rawobjects") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/lt3rawobjects/" - "source/latex/lt3rawobjects/" - "tex/latex/lt3rawobjects/") - (base32 - "01hmipqcrgfqs35k8yzxir6vjnydvc65r1hhg8lfh2dycvqg9cki"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/lt3rawobjects/" + "source/latex/lt3rawobjects/" + "tex/latex/lt3rawobjects/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01hmipqcrgfqs35k8yzxir6vjnydvc65r1hhg8lfh2dycvqg9cki")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lt3rawobjects") @@ -91787,11 +109623,16 @@ (define-public texlive-ltabptch (package (name "texlive-ltabptch") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ltabptch/" "tex/latex/ltabptch/") - (base32 - "1jk16qkgvpi1jjw82gcn34p4wqry8sl5ybjv5vfhc820871fwfbl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ltabptch/" "tex/latex/ltabptch/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jk16qkgvpi1jjw82gcn34p4wqry8sl5ybjv5vfhc820871fwfbl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ltabptch") @@ -91805,12 +109646,17 @@ (define-public texlive-ltxguidex (package (name "texlive-ltxguidex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ltxguidex/" - "tex/latex/ltxguidex/") - (base32 - "0wi2v8fvp12vqrhfmbj16mgi9lph0jdf9gks6z3p0kwp0l9jn5cy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ltxguidex/" + "tex/latex/ltxguidex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wi2v8fvp12vqrhfmbj16mgi9lph0jdf9gks6z3p0kwp0l9jn5cy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ltxguidex") @@ -91825,11 +109671,16 @@ (define-public texlive-ltxkeys (package (name "texlive-ltxkeys") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ltxkeys/" "tex/latex/ltxkeys/") - (base32 - "169hm5v3rr7nl06f3qlpf7x4cpchs69r37q0xdzvpjm184s0r03n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ltxkeys/" "tex/latex/ltxkeys/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "169hm5v3rr7nl06f3qlpf7x4cpchs69r37q0xdzvpjm184s0r03n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ltxkeys") @@ -91848,12 +109699,17 @@ (define-public texlive-ltxnew (package (name "texlive-ltxnew") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ltxnew/" "source/latex/ltxnew/" - "tex/latex/ltxnew/") - (base32 - "0c60x0qmjxxi3l8zbc12xv4hyj3apr9m3knjl0vsj8dyl9iyan0s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ltxnew/" "source/latex/ltxnew/" + "tex/latex/ltxnew/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c60x0qmjxxi3l8zbc12xv4hyj3apr9m3knjl0vsj8dyl9iyan0s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ltxnew") @@ -91872,11 +109728,16 @@ (define-public texlive-ltxtools (package (name "texlive-ltxtools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ltxtools/" "tex/latex/ltxtools/") - (base32 - "0rvwdnx33k805xb72vdi6r3gw6kmw1apjiqrf0ggvi9dl2r4pfbj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ltxtools/" "tex/latex/ltxtools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rvwdnx33k805xb72vdi6r3gw6kmw1apjiqrf0ggvi9dl2r4pfbj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ltxtools") @@ -91890,12 +109751,17 @@ (define-public texlive-lua-check-hyphen (package (name "texlive-lua-check-hyphen") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/lua-check-hyphen/doc/" - "tex/lualatex/lua-check-hyphen/") - (base32 - "1pxqz93izg5xpzp4p923mi97jr7y2ng9mxa8fqyxdbzvl92q48ni"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/lua-check-hyphen/doc/" + "tex/lualatex/lua-check-hyphen/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pxqz93izg5xpzp4p923mi97jr7y2ng9mxa8fqyxdbzvl92q48ni")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lua-check-hyphen") @@ -91912,12 +109778,17 @@ (define-public texlive-lua-physical (package (name "texlive-lua-physical") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/lua-physical/" - "scripts/lua-physical/") - (base32 - "1bkzlzbpa26iw78qpp00svrzndcw78kcw1zv39hwbsyk9lz2a39s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/lua-physical/" + "scripts/lua-physical/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bkzlzbpa26iw78qpp00svrzndcw78kcw1zv39hwbsyk9lz2a39s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/lua-physical") @@ -91934,13 +109805,18 @@ (define-public texlive-luatodonotes (package (name "texlive-luatodonotes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/luatodonotes/" - "source/lualatex/luatodonotes/" - "tex/lualatex/luatodonotes/") - (base32 - "0skkr16d6kpn811nwqifsypc14p9m0q0jza8lmmk609bq8r7qvf1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/luatodonotes/" + "source/lualatex/luatodonotes/" + "tex/lualatex/luatodonotes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0skkr16d6kpn811nwqifsypc14p9m0q0jza8lmmk609bq8r7qvf1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/luatodonotes") @@ -91958,13 +109834,18 @@ (define-public texlive-macrolist (package (name "texlive-macrolist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/macrolist/" - "source/latex/macrolist/" - "tex/latex/macrolist/") - (base32 - "1lirq03dnz9pf454njqc9fmq9ra0pkkyx28lx3qjz1wph9g7cayv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/macrolist/" + "source/latex/macrolist/" + "tex/latex/macrolist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lirq03dnz9pf454njqc9fmq9ra0pkkyx28lx3qjz1wph9g7cayv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/macrolist") @@ -91981,13 +109862,18 @@ (define-public texlive-macroswap (package (name "texlive-macroswap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/macroswap/" - "source/latex/macroswap/" - "tex/latex/macroswap/") - (base32 - "06qj68pi24rblmx16wm76p5cy791p9whmglwi384k3vikb91qjrl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/macroswap/" + "source/latex/macroswap/" + "tex/latex/macroswap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06qj68pi24rblmx16wm76p5cy791p9whmglwi384k3vikb91qjrl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/macroswap") @@ -92001,11 +109887,16 @@ (define-public texlive-magaz (package (name "texlive-magaz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/magaz/" "tex/latex/magaz/") - (base32 - "142hclmrvja2pp7iks25mga099k9vp219m32b1b6vds5dzqnxc63"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/magaz/" "tex/latex/magaz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "142hclmrvja2pp7iks25mga099k9vp219m32b1b6vds5dzqnxc63")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/magaz") @@ -92023,13 +109914,18 @@ (define-public texlive-magicnum (package (name "texlive-magicnum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/magicnum/" "scripts/magicnum/" - "source/latex/magicnum/" - "tex/generic/magicnum/") - (base32 - "004zwr1qgk1cmhrxj0qb6i4p3dilh1mzbaaif03zr4wj6bb25dq3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/magicnum/" "scripts/magicnum/" + "source/latex/magicnum/" + "tex/generic/magicnum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "004zwr1qgk1cmhrxj0qb6i4p3dilh1mzbaaif03zr4wj6bb25dq3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/magicnum") @@ -92044,13 +109940,18 @@ (define-public texlive-magicwatermark (package (name "texlive-magicwatermark") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/magicwatermark/" - "source/latex/magicwatermark/" - "tex/latex/magicwatermark/") - (base32 - "1abi3xvy123alpgv0z7h7gyfj2ynz462vfsxpx0q5pnbv8648y3h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/magicwatermark/" + "source/latex/magicwatermark/" + "tex/latex/magicwatermark/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1abi3xvy123alpgv0z7h7gyfj2ynz462vfsxpx0q5pnbv8648y3h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ctex)) @@ -92065,12 +109966,17 @@ (define-public texlive-mailing (package (name "texlive-mailing") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mailing/" "source/latex/mailing/" - "tex/latex/mailing/") - (base32 - "16x4s7cql6ckcfplmxx2wc52625wyg0nr0vkdyp7r2kh3j1xci1w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mailing/" "source/latex/mailing/" + "tex/latex/mailing/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16x4s7cql6ckcfplmxx2wc52625wyg0nr0vkdyp7r2kh3j1xci1w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mailing") @@ -92087,13 +109993,18 @@ (define-public texlive-mailmerge (package (name "texlive-mailmerge") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mailmerge/" - "source/latex/mailmerge/" - "tex/latex/mailmerge/") - (base32 - "0b2kixzf42ylyicibdzfqw0d8fwsqllfpa90xs9xxvaiz13pfiyj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mailmerge/" + "source/latex/mailmerge/" + "tex/latex/mailmerge/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b2kixzf42ylyicibdzfqw0d8fwsqllfpa90xs9xxvaiz13pfiyj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mailmerge") @@ -92110,12 +110021,17 @@ (define-public texlive-makebarcode (package (name "texlive-makebarcode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/makebarcode/" - "tex/latex/makebarcode/") - (base32 - "02vqhf33bnmag5q08q4r2n41j04c73i40zz54wknrhhs2w6ksp20"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/makebarcode/" + "tex/latex/makebarcode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02vqhf33bnmag5q08q4r2n41j04c73i40zz54wknrhhs2w6ksp20")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/makebarcode") @@ -92133,13 +110049,18 @@ (define-public texlive-makebase (package (name "texlive-makebase") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/makebase/" - "source/latex/makebase/" - "tex/latex/makebase/") - (base32 - "1rqgfxfardp4z000zxfmnh231vi4wffyzsd3wfvyz9j7jd543pip"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/makebase/" + "source/latex/makebase/" + "tex/latex/makebase/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rqgfxfardp4z000zxfmnh231vi4wffyzsd3wfvyz9j7jd543pip")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/makebase") @@ -92153,12 +110074,17 @@ (define-public texlive-makebox (package (name "texlive-makebox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/makebox/" "source/latex/makebox/" - "tex/latex/makebox/") - (base32 - "0n7gxbqlx88bigcrw2z8jqwaakhisdzxx2lzn0ddjnpvslhm4hl9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/makebox/" "source/latex/makebox/" + "tex/latex/makebox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0n7gxbqlx88bigcrw2z8jqwaakhisdzxx2lzn0ddjnpvslhm4hl9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/makebox") @@ -92173,12 +110099,17 @@ (define-public texlive-makecirc (package (name "texlive-makecirc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/metapost/makecirc/" - "metapost/makecirc/") - (base32 - "17l4gd9ipbgfcpiy980dlp7zzbrsy9qfcci1ajig2l23gqa50j52"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/metapost/makecirc/" + "metapost/makecirc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17l4gd9ipbgfcpiy980dlp7zzbrsy9qfcci1ajig2l23gqa50j52")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/makecirc") @@ -92194,11 +110125,16 @@ (define-public texlive-makecookbook (package (name "texlive-makecookbook") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/makecookbook/") - (base32 - "1abzwzsm2jh11qj2qr31bznfc344ynjrdagqayrcgifg4725fa0f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/makecookbook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1abzwzsm2jh11qj2qr31bznfc344ynjrdagqayrcgifg4725fa0f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/makecookbook") @@ -92223,13 +110159,18 @@ (define-public texlive-makedtx (package (name "texlive-makedtx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/support/makedtx/" "scripts/makedtx/" - "source/support/makedtx/" - "tex/latex/makedtx/") - (base32 - "1g20p9n834b8a55rp3l4ybwxvz2w1pp27fmak2wn8zz62nmxl4lf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/support/makedtx/" "scripts/makedtx/" + "source/support/makedtx/" + "tex/latex/makedtx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1g20p9n834b8a55rp3l4ybwxvz2w1pp27fmak2wn8zz62nmxl4lf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "makedtx.pl"))) @@ -92247,11 +110188,16 @@ (define-public texlive-makeglos (package (name "texlive-makeglos") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/makeglos/" "tex/latex/makeglos/") - (base32 - "10d74vw46y5ckkr2s5rpkv6cf4z1cxp8idqx4gjm6zxfr3arp2ss"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/makeglos/" "tex/latex/makeglos/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10d74vw46y5ckkr2s5rpkv6cf4z1cxp8idqx4gjm6zxfr3arp2ss")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/makeglos") @@ -92266,13 +110212,18 @@ (define-public texlive-makelabels (package (name "texlive-makelabels") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/makelabels/" - "source/latex/makelabels/" - "tex/latex/makelabels/") - (base32 - "0aplzmyvdkyqkzwhyjcjp11dnmf2v1xm4b4qbyrvmhjbldrmzsps"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/makelabels/" + "source/latex/makelabels/" + "tex/latex/makelabels/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0aplzmyvdkyqkzwhyjcjp11dnmf2v1xm4b4qbyrvmhjbldrmzsps")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/makelabels") @@ -92293,12 +110244,17 @@ (define-public texlive-makerobust (package (name "texlive-makerobust") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/makerobust/" - "tex/latex/makerobust/") - (base32 - "1a5360vda131jh1qvwarbqc9riwksxjrzamqkcf3a2zg1ps13w59"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/makerobust/" + "tex/latex/makerobust/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a5360vda131jh1qvwarbqc9riwksxjrzamqkcf3a2zg1ps13w59")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/makerobust") @@ -92318,12 +110274,17 @@ (define-public texlive-mandi (package (name "texlive-mandi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mandi/" "source/latex/mandi/" - "tex/latex/mandi/") - (base32 - "0q5m0g5g6vd3rz9svc0c67yscgwk18hdp946bz145217y56gbbc8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mandi/" "source/latex/mandi/" + "tex/latex/mandi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q5m0g5g6vd3rz9svc0c67yscgwk18hdp946bz145217y56gbbc8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mandi") @@ -92339,13 +110300,18 @@ (define-public texlive-manuscript (package (name "texlive-manuscript") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/manuscript/" - "source/latex/manuscript/" - "tex/latex/manuscript/") - (base32 - "1idb43b4c74mdyzypvq5izfv2jf91b33d8qhva12bd7njz3wnpg9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/manuscript/" + "source/latex/manuscript/" + "tex/latex/manuscript/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1idb43b4c74mdyzypvq5izfv2jf91b33d8qhva12bd7njz3wnpg9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/manuscript") @@ -92360,11 +110326,16 @@ (define-public texlive-manyind (package (name "texlive-manyind") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/manyind/" "tex/latex/manyind/") - (base32 - "0szsdqxl962c5bsqhg9qvqx8ls5rfpxq7yp8cwlpn11rmp77jbca"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/manyind/" "tex/latex/manyind/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0szsdqxl962c5bsqhg9qvqx8ls5rfpxq7yp8cwlpn11rmp77jbca")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/manyind") @@ -92381,13 +110352,18 @@ (define-public texlive-marginfit (package (name "texlive-marginfit") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/marginfit/" - "source/latex/marginfit/" - "tex/latex/marginfit/") - (base32 - "1hw87d6f6r23f9ri9j7r51v6vbq4naycldqjach2snv19s6a2855"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/marginfit/" + "source/latex/marginfit/" + "tex/latex/marginfit/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hw87d6f6r23f9ri9j7r51v6vbq4naycldqjach2snv19s6a2855")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/marginfit") @@ -92403,13 +110379,18 @@ (define-public texlive-mathexam (package (name "texlive-mathexam") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mathexam/" - "source/latex/mathexam/" - "tex/latex/mathexam/") - (base32 - "1jw06n6cghs3s2s0yz3w0y5zx39hx7f74qs797lfki57bic34mla"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mathexam/" + "source/latex/mathexam/" + "tex/latex/mathexam/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jw06n6cghs3s2s0yz3w0y5zx39hx7f74qs797lfki57bic34mla")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mathexam") @@ -92427,12 +110408,17 @@ (define-public texlive-mathfam256 (package (name "texlive-mathfam256") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mathfam256/" - "tex/latex/mathfam256/") - (base32 - "170hjgam55xgfrmznqmqycr5iwk76s1gknfdjjg8jxqd0z8z55i9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mathfam256/" + "tex/latex/mathfam256/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "170hjgam55xgfrmznqmqycr5iwk76s1gknfdjjg8jxqd0z8z55i9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mathfam256") @@ -92449,13 +110435,18 @@ (define-public texlive-mathfont (package (name "texlive-mathfont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mathfont/" - "source/latex/mathfont/" - "tex/latex/mathfont/") - (base32 - "0mr0nnjag8mvs11kll8xzg5jjp1l57pyjwyhqz21n65lq18c1swx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mathfont/" + "source/latex/mathfont/" + "tex/latex/mathfont/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mr0nnjag8mvs11kll8xzg5jjp1l57pyjwyhqz21n65lq18c1swx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mathfont") @@ -92473,12 +110464,17 @@ (define-public texlive-maybemath (package (name "texlive-maybemath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/maybemath/" - "tex/latex/maybemath/") - (base32 - "07xg0kljl4pj5hx6490yxsl3i4hi1mcmy0g69jpv80zizbgx3004"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/maybemath/" + "tex/latex/maybemath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07xg0kljl4pj5hx6490yxsl3i4hi1mcmy0g69jpv80zizbgx3004")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/maybemath") @@ -92500,13 +110496,18 @@ (define-public texlive-mcaption (package (name "texlive-mcaption") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mcaption/" - "source/latex/mcaption/" - "tex/latex/mcaption/") - (base32 - "1ibg7k05mcwjkb6ln4w6nlbp9f4iybqhs7wrc1smf6f7dh14d0np"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mcaption/" + "source/latex/mcaption/" + "tex/latex/mcaption/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ibg7k05mcwjkb6ln4w6nlbp9f4iybqhs7wrc1smf6f7dh14d0np")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mcaption") @@ -92522,12 +110523,17 @@ (define-public texlive-mceinleger (package (name "texlive-mceinleger") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mceinleger/" - "tex/latex/mceinleger/") - (base32 - "0fkg8hz11nl7xfg1d4w4yxc2wf2ffry0jcv48phcxsjm50hw7wv2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mceinleger/" + "tex/latex/mceinleger/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fkg8hz11nl7xfg1d4w4yxc2wf2ffry0jcv48phcxsjm50hw7wv2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mceinleger") @@ -92542,11 +110548,16 @@ (define-public texlive-mcexam (package (name "texlive-mcexam") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mcexam/" "tex/latex/mcexam/") - (base32 - "1j16v67rq9vlyaxjc49lbl7xawas0m2l4vkfnkl47va4091dcq29"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mcexam/" "tex/latex/mcexam/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j16v67rq9vlyaxjc49lbl7xawas0m2l4vkfnkl47va4091dcq29")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mcexam") @@ -92565,12 +110576,17 @@ (define-public texlive-mcite (package (name "texlive-mcite") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mcite/" "source/latex/mcite/" - "tex/latex/mcite/") - (base32 - "1hr8hc5d7ha249a817rgc64jx3nh8k1assbvknd14gbbp3x8wqx7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mcite/" "source/latex/mcite/" + "tex/latex/mcite/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hr8hc5d7ha249a817rgc64jx3nh8k1assbvknd14gbbp3x8wqx7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mcite") @@ -92585,13 +110601,18 @@ (define-public texlive-mciteplus (package (name "texlive-mciteplus") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/mciteplus/" - "doc/latex/mciteplus/" - "tex/latex/mciteplus/") - (base32 - "1j6dhj5rcxlx7824060yq5fixhbccz6qjns52d8v2vrs11rgw2q5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/mciteplus/" + "doc/latex/mciteplus/" + "tex/latex/mciteplus/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j6dhj5rcxlx7824060yq5fixhbccz6qjns52d8v2vrs11rgw2q5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mciteplus") @@ -92607,12 +110628,17 @@ (define-public texlive-media4svg (package (name "texlive-media4svg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/media4svg/" - "tex/latex/media4svg/") - (base32 - "01a9p1c4mqvs07qn5gign7d389q856mkh9rszw26d5czxc2rb6kh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/media4svg/" + "tex/latex/media4svg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01a9p1c4mqvs07qn5gign7d389q856mkh9rszw26d5czxc2rb6kh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/media4svg") @@ -92631,12 +110657,17 @@ (define-public texlive-medstarbeamer (package (name "texlive-medstarbeamer") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/medstarbeamer/" - "tex/latex/medstarbeamer/") - (base32 - "08psazzrskzf1wspzjxfl9wlsafm0v5cjmfyn8wwmmwngzz87bwj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/medstarbeamer/" + "tex/latex/medstarbeamer/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08psazzrskzf1wspzjxfl9wlsafm0v5cjmfyn8wwmmwngzz87bwj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/medstarbeamer") @@ -92651,13 +110682,18 @@ (define-public texlive-meetingmins (package (name "texlive-meetingmins") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/meetingmins/" - "source/latex/meetingmins/" - "tex/latex/meetingmins/") - (base32 - "1x5w8iwxhf6cyl5iimrsddfi38ijgydhcg5sh5vb3spzf7dfjl64"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/meetingmins/" + "source/latex/meetingmins/" + "tex/latex/meetingmins/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x5w8iwxhf6cyl5iimrsddfi38ijgydhcg5sh5vb3spzf7dfjl64")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -92680,12 +110716,17 @@ (define-public texlive-memexsupp (package (name "texlive-memexsupp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/memexsupp/" - "tex/latex/memexsupp/") - (base32 - "1ckgin457bskn3iih0fzyy2jnh7w4xyyx7nspcpk2bc6ncslmbpj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/memexsupp/" + "tex/latex/memexsupp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ckgin457bskn3iih0fzyy2jnh7w4xyyx7nspcpk2bc6ncslmbpj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/memexsupp") @@ -92700,12 +110741,17 @@ (define-public texlive-memory (package (name "texlive-memory") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/memory/" "source/latex/memory/" - "tex/latex/memory/") - (base32 - "04rkyi3kb90hcbhy124yw2akzsy5ws36bh2pva0zxncq62l60lj4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/memory/" "source/latex/memory/" + "tex/latex/memory/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04rkyi3kb90hcbhy124yw2akzsy5ws36bh2pva0zxncq62l60lj4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/memory") @@ -92718,12 +110764,17 @@ (define-public texlive-mensa-tex (package (name "texlive-mensa-tex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mensa-tex/" - "tex/latex/mensa-tex/") - (base32 - "09g0dafp3xfsndvff9mrapsy35zg9jax04jwwslyd7rvh2cl37fg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mensa-tex/" + "tex/latex/mensa-tex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09g0dafp3xfsndvff9mrapsy35zg9jax04jwwslyd7rvh2cl37fg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mensa-tex") @@ -92741,12 +110792,17 @@ (define-public texlive-menu (package (name "texlive-menu") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/menu/" "source/latex/menu/" - "tex/latex/menu/") - (base32 - "0qlwrkqnj59s9c5qqp65xagv834wh6ak4aafc7hk97m29jyndygr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/menu/" "source/latex/menu/" + "tex/latex/menu/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qlwrkqnj59s9c5qqp65xagv834wh6ak4aafc7hk97m29jyndygr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/menu") @@ -92760,13 +110816,18 @@ (define-public texlive-menucard (package (name "texlive-menucard") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/menucard/" - "source/latex/menucard/" - "tex/latex/menucard/") - (base32 - "01n1n4yamx6z1bs2drqqr7sjbarans1llqlkyaisxcrbv9hn47sa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/menucard/" + "source/latex/menucard/" + "tex/latex/menucard/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01n1n4yamx6z1bs2drqqr7sjbarans1llqlkyaisxcrbv9hn47sa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/menucard") @@ -92779,13 +110840,18 @@ (define-public texlive-menukeys (package (name "texlive-menukeys") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/menukeys/" - "source/latex/menukeys/" - "tex/latex/menukeys/") - (base32 - "1cscn6mafm08459amgacy2awa5disqjlr0nbg0zwb0wfkgk5iqln"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/menukeys/" + "source/latex/menukeys/" + "tex/latex/menukeys/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cscn6mafm08459amgacy2awa5disqjlr0nbg0zwb0wfkgk5iqln")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/menukeys") @@ -92800,13 +110866,18 @@ (define-public texlive-metalogox (package (name "texlive-metalogox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/metalogox/" - "source/latex/metalogox/" - "tex/latex/metalogox/") - (base32 - "097a5zmx7fpspz23qrnk5dikjlkpxq42z8p0haw2y9krhg56s045"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/metalogox/" + "source/latex/metalogox/" + "tex/latex/metalogox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "097a5zmx7fpspz23qrnk5dikjlkpxq42z8p0haw2y9krhg56s045")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/metalogox") @@ -92821,12 +110892,17 @@ (define-public texlive-metanorma (package (name "texlive-metanorma") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/metanorma/" - "tex/latex/metanorma/") - (base32 - "1b0f2sz7229q3nkv8ch1b72ima32jjh3ji5i4j3fwrsa0ck8gjw6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/metanorma/" + "tex/latex/metanorma/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b0f2sz7229q3nkv8ch1b72ima32jjh3ji5i4j3fwrsa0ck8gjw6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/metanorma") @@ -92841,12 +110917,17 @@ (define-public texlive-metastr (package (name "texlive-metastr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/metastr/" "source/latex/metastr/" - "tex/latex/metastr/") - (base32 - "1ljsprddbdfqp9iy6dahlf8nym7x66l2yjx4x3yhdqx0ir8562jl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/metastr/" "source/latex/metastr/" + "tex/latex/metastr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ljsprddbdfqp9iy6dahlf8nym7x66l2yjx4x3yhdqx0ir8562jl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/metastr") @@ -92863,12 +110944,17 @@ (define-public texlive-method (package (name "texlive-method") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/method/" "source/latex/method/" - "tex/latex/method/") - (base32 - "0x8lqdj245jpkqywjwql34l0qvhvbx38qk02kcf03icdy1szfdlr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/method/" "source/latex/method/" + "tex/latex/method/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0x8lqdj245jpkqywjwql34l0qvhvbx38qk02kcf03icdy1szfdlr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/method") @@ -92882,12 +110968,17 @@ (define-public texlive-metre (package (name "texlive-metre") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/metre/" "source/latex/metre/" - "tex/latex/metre/") - (base32 - "033q7ikg7fcvfqjy8p3xhnmgr0gxvs2qgw7nmpzs1wcd8xvp2qmh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/metre/" "source/latex/metre/" + "tex/latex/metre/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "033q7ikg7fcvfqjy8p3xhnmgr0gxvs2qgw7nmpzs1wcd8xvp2qmh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/metre") @@ -92907,12 +110998,17 @@ (define-public texlive-mftinc (package (name "texlive-mftinc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mftinc/" "source/latex/mftinc/" - "tex/latex/mftinc/") - (base32 - "0kixm45whs2160yg8kw0anyvhrklwr342zdqhxkdpvqb5qp957mr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mftinc/" "source/latex/mftinc/" + "tex/latex/mftinc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kixm45whs2160yg8kw0anyvhrklwr342zdqhxkdpvqb5qp957mr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mftinc") @@ -92928,13 +111024,18 @@ (define-public texlive-mi-solns (package (name "texlive-mi-solns") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mi-solns/" - "source/latex/mi-solns/" - "tex/latex/mi-solns/") - (base32 - "1s8p7cibai4mc0pw9cqz87v3frq556wjh3kvvrxqs216s6wg9n53"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mi-solns/" + "source/latex/mi-solns/" + "tex/latex/mi-solns/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s8p7cibai4mc0pw9cqz87v3frq556wjh3kvvrxqs216s6wg9n53")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mi-solns") @@ -92949,11 +111050,16 @@ (define-public texlive-midpage (package (name "texlive-midpage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/midpage/" "tex/latex/midpage/") - (base32 - "0ky1p8y4vc30p6395yw820qw6i3rs0fhjrylf0szfbd969qk50yv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/midpage/" "tex/latex/midpage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ky1p8y4vc30p6395yw820qw6i3rs0fhjrylf0szfbd969qk50yv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/midpage") @@ -92967,13 +111073,18 @@ (define-public texlive-mindflow (package (name "texlive-mindflow") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mindflow/" - "source/latex/mindflow/" - "tex/latex/mindflow/") - (base32 - "1js0w4xgw7485c78cdakckg7jkl9q86m17xw2iqzq21ip97pr03q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mindflow/" + "source/latex/mindflow/" + "tex/latex/mindflow/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1js0w4xgw7485c78cdakckg7jkl9q86m17xw2iqzq21ip97pr03q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mindflow") @@ -92988,12 +111099,17 @@ (define-public texlive-minibox (package (name "texlive-minibox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/minibox/" "source/latex/minibox/" - "tex/latex/minibox/") - (base32 - "0z53r59771rdkbqxyjxn37r2ra67kw0ir0fnggmza90h3vidq5yg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/minibox/" "source/latex/minibox/" + "tex/latex/minibox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z53r59771rdkbqxyjxn37r2ra67kw0ir0fnggmza90h3vidq5yg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -93010,13 +111126,18 @@ (define-public texlive-minidocument (package (name "texlive-minidocument") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/minidocument/" - "source/latex/minidocument/" - "tex/latex/minidocument/") - (base32 - "04nz6c7prm2icbkcjzxxd53wqaqxbc52damnny13b1jlcj7c9kn9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/minidocument/" + "source/latex/minidocument/" + "tex/latex/minidocument/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04nz6c7prm2icbkcjzxxd53wqaqxbc52damnny13b1jlcj7c9kn9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/minidocument") @@ -93031,13 +111152,18 @@ (define-public texlive-minifp (package (name "texlive-minifp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/minifp/" - "source/generic/minifp/" - "tex/generic/minifp/") - (base32 - "0kan8c7v4y7b56wxxap64x13a22dl04xq4w5aaq9lyd1v55d4cyh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/minifp/" + "source/generic/minifp/" + "tex/generic/minifp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kan8c7v4y7b56wxxap64x13a22dl04xq4w5aaq9lyd1v55d4cyh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/minifp") @@ -93056,13 +111182,18 @@ (define-public texlive-minipage-marginpar (package (name "texlive-minipage-marginpar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/minipage-marginpar/" - "source/latex/minipage-marginpar/" - "tex/latex/minipage-marginpar/") - (base32 - "0k6ygpbb8ym45z7r4zk6wbywaamxk5kclk01i7pryg9wk1j6kwwi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/minipage-marginpar/" + "source/latex/minipage-marginpar/" + "tex/latex/minipage-marginpar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0k6ygpbb8ym45z7r4zk6wbywaamxk5kclk01i7pryg9wk1j6kwwi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/minipage-marginpar") @@ -93078,12 +111209,17 @@ (define-public texlive-minorrevision (package (name "texlive-minorrevision") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/minorrevision/" - "tex/latex/minorrevision/") - (base32 - "1ijamqhl709877z3rcfbvcsgjsw611ag7swx1brk2rgzz4llyjqj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/minorrevision/" + "tex/latex/minorrevision/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ijamqhl709877z3rcfbvcsgjsw611ag7swx1brk2rgzz4llyjqj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/minorrevision") @@ -93101,12 +111237,17 @@ (define-public texlive-minutes (package (name "texlive-minutes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/minutes/" "source/latex/minutes/" - "tex/latex/minutes/") - (base32 - "1ln6lxw8sf9wyqii7v8w7cjw7byhkasyvmwivkwszwqjn054431b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/minutes/" "source/latex/minutes/" + "tex/latex/minutes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ln6lxw8sf9wyqii7v8w7cjw7byhkasyvmwivkwszwqjn054431b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/minutes") @@ -93138,12 +111279,17 @@ (define-public texlive-mla-paper (package (name "texlive-mla-paper") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mla-paper/" - "tex/latex/mla-paper/") - (base32 - "0i8phimwfdg29njkvnk8p7rcybqsfxv5d90sfpbba990h4knz95y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mla-paper/" + "tex/latex/mla-paper/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0i8phimwfdg29njkvnk8p7rcybqsfxv5d90sfpbba990h4knz95y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mla-paper") @@ -93159,13 +111305,18 @@ (define-public texlive-mleftright (package (name "texlive-mleftright") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mleftright/" - "source/latex/mleftright/" - "tex/generic/mleftright/") - (base32 - "17rx9kndll8iwbkh07swjv5dn78wm74hd2qiga3gc7xbq9zmiczs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mleftright/" + "source/latex/mleftright/" + "tex/generic/mleftright/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17rx9kndll8iwbkh07swjv5dn78wm74hd2qiga3gc7xbq9zmiczs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mleftright") @@ -93181,12 +111332,17 @@ (define-public texlive-mlist (package (name "texlive-mlist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mlist/" "source/latex/mlist/" - "tex/latex/mlist/") - (base32 - "1r5pi557f75k4z3f4dfs52hid98g2ly5nqgg8jpya0qrxcfgj1mp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mlist/" "source/latex/mlist/" + "tex/latex/mlist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r5pi557f75k4z3f4dfs52hid98g2ly5nqgg8jpya0qrxcfgj1mp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mlist") @@ -93202,11 +111358,16 @@ (define-public texlive-mmap (package (name "texlive-mmap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mmap/" "tex/latex/mmap/") - (base32 - "0gzkpsgfiqkazjrcnr5bvrjs9fa220sxdq761mspvsw80aglagy5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mmap/" "tex/latex/mmap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gzkpsgfiqkazjrcnr5bvrjs9fa220sxdq761mspvsw80aglagy5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mmap") @@ -93220,12 +111381,17 @@ (define-public texlive-mnotes (package (name "texlive-mnotes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mnotes/" "source/latex/mnotes/" - "tex/latex/mnotes/") - (base32 - "01bd57f9k0g1dp866jj66m6mrcp6483imqxp4nx05s5m6pivs2ff"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mnotes/" "source/latex/mnotes/" + "tex/latex/mnotes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01bd57f9k0g1dp866jj66m6mrcp6483imqxp4nx05s5m6pivs2ff")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mnotes") @@ -93239,11 +111405,16 @@ (define-public texlive-moderncv (package (name "texlive-moderncv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/moderncv/" "tex/latex/moderncv/") - (base32 - "0g4syan63zycw07ixy7qk1qmwb8gfwb3mpj7lg65514k80jh8nbi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/moderncv/" "tex/latex/moderncv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0g4syan63zycw07ixy7qk1qmwb8gfwb3mpj7lg65514k80jh8nbi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -93269,12 +111440,17 @@ (define-public texlive-modernposter (package (name "texlive-modernposter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/modernposter/" - "tex/latex/modernposter/") - (base32 - "0ihkzzq141k2pw3qdyz808vsj59wx4zs7qs0qq0qwawcdv1q7bl9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/modernposter/" + "tex/latex/modernposter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ihkzzq141k2pw3qdyz808vsj59wx4zs7qs0qq0qwawcdv1q7bl9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/modernposter") @@ -93292,13 +111468,18 @@ (define-public texlive-moderntimeline (package (name "texlive-moderntimeline") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/moderntimeline/" - "source/latex/moderntimeline/" - "tex/latex/moderntimeline/") - (base32 - "1bn0kcgrr76slg93fp8zqlcwawk8a38galknyr6dv79lilmldx8h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/moderntimeline/" + "source/latex/moderntimeline/" + "tex/latex/moderntimeline/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bn0kcgrr76slg93fp8zqlcwawk8a38galknyr6dv79lilmldx8h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/moderntimeline") @@ -93313,12 +111494,17 @@ (define-public texlive-modref (package (name "texlive-modref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/modref/" "source/latex/modref/" - "tex/latex/modref/") - (base32 - "1az7lkvazjn5yqkmxi6h60yk18nm16arl5glv0bcslwhagn63lfk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/modref/" "source/latex/modref/" + "tex/latex/modref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1az7lkvazjn5yqkmxi6h60yk18nm16arl5glv0bcslwhagn63lfk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/modref") @@ -93334,13 +111520,18 @@ (define-public texlive-modroman (package (name "texlive-modroman") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/modroman/" - "source/latex/modroman/" - "tex/latex/modroman/") - (base32 - "0sjj98a2qwwknlznrvjzpblp3kxs5l3kzw2rg09l73xn2kj91jwh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/modroman/" + "source/latex/modroman/" + "tex/latex/modroman/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sjj98a2qwwknlznrvjzpblp3kxs5l3kzw2rg09l73xn2kj91jwh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/modroman") @@ -93361,11 +111552,16 @@ (define-public texlive-modular (package (name "texlive-modular") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/modular/" "tex/latex/modular/") - (base32 - "050z4181br4npg413xbb7wngssyj5mvfc3nc7wwagijd0c6n7l1k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/modular/" "tex/latex/modular/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "050z4181br4npg413xbb7wngssyj5mvfc3nc7wwagijd0c6n7l1k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/modular") @@ -93382,13 +111578,18 @@ (define-public texlive-monofill (package (name "texlive-monofill") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/monofill/" - "source/latex/monofill/" - "tex/latex/monofill/") - (base32 - "1v6inr7q7bx7x2asyky7qx6ccrvyminr1sbb97xkxy2z064j11n7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/monofill/" + "source/latex/monofill/" + "tex/latex/monofill/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v6inr7q7bx7x2asyky7qx6ccrvyminr1sbb97xkxy2z064j11n7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/monofill") @@ -93402,12 +111603,17 @@ (define-public texlive-moodle (package (name "texlive-moodle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/moodle/" "source/latex/moodle/" - "tex/latex/moodle/") - (base32 - "0zi30nl5zqhz3291i2fvkra2bx5ysi9lsmkybcl9kzw63nzrnvwf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/moodle/" "source/latex/moodle/" + "tex/latex/moodle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zi30nl5zqhz3291i2fvkra2bx5ysi9lsmkybcl9kzw63nzrnvwf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/moodle") @@ -93422,11 +111628,16 @@ (define-public texlive-moreenum (package (name "texlive-moreenum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/moreenum/" "tex/latex/moreenum/") - (base32 - "0v0wvnshsva5z2ll9y204rxfqp334v1dxwz015y5v4kzf0wgi826"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/moreenum/" "tex/latex/moreenum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0v0wvnshsva5z2ll9y204rxfqp334v1dxwz015y5v4kzf0wgi826")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/moreenum") @@ -93445,13 +111656,18 @@ (define-public texlive-morehype (package (name "texlive-morehype") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/morehype/" - "source/latex/morehype/" - "tex/latex/morehype/") - (base32 - "0h7pp2j43b3ks78js3dcs9213piazscc44ylwjsd1vsm0yg7xscd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/morehype/" + "source/latex/morehype/" + "tex/latex/morehype/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h7pp2j43b3ks78js3dcs9213piazscc44ylwjsd1vsm0yg7xscd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/morehype") @@ -93477,13 +111693,18 @@ (define-public texlive-moresize (package (name "texlive-moresize") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/moresize/" - "source/latex/moresize/" - "tex/latex/moresize/") - (base32 - "0wa1pp7k5s8xcxjw37543jdjclnx5hzcx4gnivhsb34s9nhwcjzn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/moresize/" + "source/latex/moresize/" + "tex/latex/moresize/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wa1pp7k5s8xcxjw37543jdjclnx5hzcx4gnivhsb34s9nhwcjzn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/moresize") @@ -93501,11 +111722,16 @@ (define-public texlive-movie15 (package (name "texlive-movie15") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/movie15/" "tex/latex/movie15/") - (base32 - "1q1l099s84cnp7byh889mi322vjs8nivw7zljgffngjpzinccgbm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/movie15/" "tex/latex/movie15/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q1l099s84cnp7byh889mi322vjs8nivw7zljgffngjpzinccgbm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/movie15") @@ -93523,13 +111749,18 @@ (define-public texlive-mpostinl (package (name "texlive-mpostinl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mpostinl/" - "source/latex/mpostinl/" - "tex/latex/mpostinl/") - (base32 - "02micxsgrhry1ii5ih070rd014c3vxvz8mrzzd5qh2pf32zzfwa4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mpostinl/" + "source/latex/mpostinl/" + "tex/latex/mpostinl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02micxsgrhry1ii5ih070rd014c3vxvz8mrzzd5qh2pf32zzfwa4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mpostinl") @@ -93546,11 +111777,16 @@ (define-public texlive-msc (package (name "texlive-msc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/msc/" "tex/latex/msc/") - (base32 - "0hsxvqk0nhx8zwmlzws8xl47syg993k044sbj0w22kvk3kqf0cqc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/msc/" "tex/latex/msc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hsxvqk0nhx8zwmlzws8xl47syg993k044sbj0w22kvk3kqf0cqc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/msc") @@ -93567,12 +111803,17 @@ (define-public texlive-msg (package (name "texlive-msg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/msg/" "source/latex/msg/" - "tex/latex/msg/") - (base32 - "1l6imkzdnygfsqzx75qj9j5rk2qvjgqhclvj54mai9rs6dfrcvk9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/msg/" "source/latex/msg/" + "tex/latex/msg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l6imkzdnygfsqzx75qj9j5rk2qvjgqhclvj54mai9rs6dfrcvk9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/msg") @@ -93587,12 +111828,17 @@ (define-public texlive-mslapa (package (name "texlive-mslapa") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/mslapa/" "doc/latex/mslapa/" - "tex/latex/mslapa/") - (base32 - "0c3bw05gaqdwzvs40z1481gn6dr4rf71h520pplrcp1mgbxabzhv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/mslapa/" "doc/latex/mslapa/" + "tex/latex/mslapa/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c3bw05gaqdwzvs40z1481gn6dr4rf71h520pplrcp1mgbxabzhv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mslapa") @@ -93607,12 +111853,17 @@ (define-public texlive-mtgreek (package (name "texlive-mtgreek") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mtgreek/" "source/latex/mtgreek/" - "tex/latex/mtgreek/") - (base32 - "1c4npkwx6apdg22ivkvc16scdlr06499idax351s1jq6sdw0yzpb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mtgreek/" "source/latex/mtgreek/" + "tex/latex/mtgreek/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c4npkwx6apdg22ivkvc16scdlr06499idax351s1jq6sdw0yzpb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mtgreek") @@ -93628,11 +111879,16 @@ (define-public texlive-multenum (package (name "texlive-multenum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/multenum/" "tex/latex/multenum/") - (base32 - "18nvnxs5gpaxz82kbfxc7yj8vc7vh0ki1yc0y91xchfnc88hcdhs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/multenum/" "tex/latex/multenum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18nvnxs5gpaxz82kbfxc7yj8vc7vh0ki1yc0y91xchfnc88hcdhs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/multenum") @@ -93646,13 +111902,18 @@ (define-public texlive-multiaudience (package (name "texlive-multiaudience") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/multiaudience/" - "source/latex/multiaudience/" - "tex/latex/multiaudience/") - (base32 - "1j0lh7pwaqccg68x1j938c69b05x7qbj1i70ka4ywh3pi6ilqw9i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/multiaudience/" + "source/latex/multiaudience/" + "tex/latex/multiaudience/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j0lh7pwaqccg68x1j938c69b05x7qbj1i70ka4ywh3pi6ilqw9i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/multiaudience") @@ -93666,13 +111927,18 @@ (define-public texlive-multibbl (package (name "texlive-multibbl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/multibbl/" - "source/latex/multibbl/" - "tex/latex/multibbl/") - (base32 - "06abaw5disihnjg1x5zd7y413rrqmwq10pqjw2hkn9frak2xmhaw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/multibbl/" + "source/latex/multibbl/" + "tex/latex/multibbl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06abaw5disihnjg1x5zd7y413rrqmwq10pqjw2hkn9frak2xmhaw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/multibbl") @@ -93687,13 +111953,18 @@ (define-public texlive-multicap (package (name "texlive-multicap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/multicap/" - "source/latex/multicap/" - "tex/latex/multicap/") - (base32 - "1hczlj5hhk3qigbq09k8b8s4sgn526lm72a99r14frblpc3177qr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/multicap/" + "source/latex/multicap/" + "tex/latex/multicap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hczlj5hhk3qigbq09k8b8s4sgn526lm72a99r14frblpc3177qr")))) (outputs '("out" "doc")) (build-system texlive-build-system) ;; "multicap.dtx" only generates documentation, not @@ -93712,13 +111983,18 @@ (define-public texlive-multicolrule (package (name "texlive-multicolrule") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/multicolrule/" - "source/latex/multicolrule/" - "tex/latex/multicolrule/") - (base32 - "0l58120c9pfizsqxjhwn7jsd9mhp7b5hmwjliyjw91xb0z1agz9x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/multicolrule/" + "source/latex/multicolrule/" + "tex/latex/multicolrule/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l58120c9pfizsqxjhwn7jsd9mhp7b5hmwjliyjw91xb0z1agz9x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/multicolrule") @@ -93735,13 +112011,18 @@ (define-public texlive-multidef (package (name "texlive-multidef") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/multidef/" - "source/latex/multidef/" - "tex/latex/multidef/") - (base32 - "0cicj54nkl6b4f10j3zr5n1hjakrb8nq7lah4cf4l6qy68d11ias"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/multidef/" + "source/latex/multidef/" + "tex/latex/multidef/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cicj54nkl6b4f10j3zr5n1hjakrb8nq7lah4cf4l6qy68d11ias")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/multidef") @@ -93755,13 +112036,18 @@ (define-public texlive-multienv (package (name "texlive-multienv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/multienv/" - "source/latex/multienv/" - "tex/latex/multienv/") - (base32 - "0m3p6ql3mqipay9caif3n92687jwnrnhbvwdwa5y5ibrqqpnxi59"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/multienv/" + "source/latex/multienv/" + "tex/latex/multienv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m3p6ql3mqipay9caif3n92687jwnrnhbvwdwa5y5ibrqqpnxi59")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ydoc)) @@ -93777,13 +112063,18 @@ (define-public texlive-multiexpand (package (name "texlive-multiexpand") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/multiexpand/" - "source/generic/multiexpand/" - "tex/generic/multiexpand/") - (base32 - "1gvdmz8sahwb1idnivn21wvl1zkaywqianl813hrxji4gvm2ifg1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/multiexpand/" + "source/generic/multiexpand/" + "tex/generic/multiexpand/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gvdmz8sahwb1idnivn21wvl1zkaywqianl813hrxji4gvm2ifg1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/multiexpand") @@ -93798,12 +112089,17 @@ (define-public texlive-multifootnote (package (name "texlive-multifootnote") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/multifootnote/" - "tex/latex/multifootnote/") - (base32 - "0d4xn8ks3wdl59qyx2hlnljkxa7d5k22xlqqlrizmmlyb743inbl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/multifootnote/" + "tex/latex/multifootnote/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d4xn8ks3wdl59qyx2hlnljkxa7d5k22xlqqlrizmmlyb743inbl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/multifootnote") @@ -93817,13 +112113,18 @@ (define-public texlive-multilang (package (name "texlive-multilang") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/multilang/" - "source/latex/multilang/" - "tex/latex/multilang/") - (base32 - "1ssh6c0hsdbghy56pxv8wnjlpan5f9wn5748ahwnjr8vnkrq3ixp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/multilang/" + "source/latex/multilang/" + "tex/latex/multilang/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ssh6c0hsdbghy56pxv8wnjlpan5f9wn5748ahwnjr8vnkrq3ixp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/multilang") @@ -93844,12 +112145,17 @@ (define-public texlive-multiple-choice (package (name "texlive-multiple-choice") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/multiple-choice/" - "tex/latex/multiple-choice/") - (base32 - "1g99ggspnab763jil1xdapnpi6bzwdpa4f9qdxm9iy5vvwhdzc1i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/multiple-choice/" + "tex/latex/multiple-choice/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1g99ggspnab763jil1xdapnpi6bzwdpa4f9qdxm9iy5vvwhdzc1i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/multiple-choice") @@ -93863,13 +112169,18 @@ (define-public texlive-mversion (package (name "texlive-mversion") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mversion/" - "source/latex/mversion/" - "tex/latex/mversion/") - (base32 - "04s7lhqs3hznjai9by61p4i2kycxypc8rs02zay14cl1glhwh21a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mversion/" + "source/latex/mversion/" + "tex/latex/mversion/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04s7lhqs3hznjai9by61p4i2kycxypc8rs02zay14cl1glhwh21a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mversion") @@ -93886,12 +112197,17 @@ (define-public texlive-mwe (package (name "texlive-mwe") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mwe/" "source/latex/mwe/" - "tex/latex/mwe/") - (base32 - "19ak9zq3mcz2bla9vwvlbvj8h6k64n0wpsvjbbdql51jrqa1r4dj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mwe/" "source/latex/mwe/" + "tex/latex/mwe/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19ak9zq3mcz2bla9vwvlbvj8h6k64n0wpsvjbbdql51jrqa1r4dj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ydoc)) @@ -93910,12 +112226,17 @@ (define-public texlive-mycv (package (name "texlive-mycv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mycv/" "scripts/mycv/" - "source/latex/mycv/" "tex/latex/mycv/") - (base32 - "0qz2n8iqp87xnfa0w6a0hq6k2b6kzf9cbl722h5yc0msrp635nfs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mycv/" "scripts/mycv/" + "source/latex/mycv/" "tex/latex/mycv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qz2n8iqp87xnfa0w6a0hq6k2b6kzf9cbl722h5yc0msrp635nfs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mycv") @@ -93933,11 +112254,16 @@ (define-public texlive-mylatex (package (name "texlive-mylatex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mylatex/" "tex/latex/mylatex/") - (base32 - "18a2mswspg6m02mx1nkbsrqh82cky6yyywbrjv423z09w95s3nks"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mylatex/" "tex/latex/mylatex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18a2mswspg6m02mx1nkbsrqh82cky6yyywbrjv423z09w95s3nks")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mylatex") @@ -93951,13 +112277,18 @@ (define-public texlive-mylatexformat (package (name "texlive-mylatexformat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/mylatexformat/" - "source/latex/mylatexformat/" - "tex/latex/mylatexformat/") - (base32 - "0kas0rgpim2dw3ym3wxslvmi8y08wmxp0ypl2zx3r4agb2fcy1jn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/mylatexformat/" + "source/latex/mylatexformat/" + "tex/latex/mylatexformat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kas0rgpim2dw3ym3wxslvmi8y08wmxp0ypl2zx3r4agb2fcy1jn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/mylatexformat") @@ -93972,12 +112303,17 @@ (define-public texlive-nag (package (name "texlive-nag") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nag/" "source/latex/nag/" - "tex/latex/nag/") - (base32 - "1r7b31wbd3cxixm9dqw4pkn9r9ghsdzqz2rb4mbp5va6yrmiz1sw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nag/" "source/latex/nag/" + "tex/latex/nag/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r7b31wbd3cxixm9dqw4pkn9r9ghsdzqz2rb4mbp5va6yrmiz1sw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nag") @@ -93992,13 +112328,18 @@ (define-public texlive-nameauth (package (name "texlive-nameauth") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nameauth/" - "source/latex/nameauth/" - "tex/latex/nameauth/") - (base32 - "1mx7kamgidlp26rgkxfp6x5bc597361fvrg938rwdlrph4irvrhn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nameauth/" + "source/latex/nameauth/" + "tex/latex/nameauth/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mx7kamgidlp26rgkxfp6x5bc597361fvrg938rwdlrph4irvrhn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nameauth") @@ -94016,12 +112357,17 @@ (define-public texlive-namespc (package (name "texlive-namespc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/namespc/" "source/latex/namespc/" - "tex/latex/namespc/") - (base32 - "1k4j0rjfl0cy0in272k3dyiqzq5nc31zhygqckfvaw328mkkagz9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/namespc/" "source/latex/namespc/" + "tex/latex/namespc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1k4j0rjfl0cy0in272k3dyiqzq5nc31zhygqckfvaw328mkkagz9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -94040,11 +112386,16 @@ (define-public texlive-ncclatex (package (name "texlive-ncclatex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ncclatex/" "tex/latex/ncclatex/") - (base32 - "10jv9da81472x33bhjqhxan4f4hzbl5pbf1p3xj0fnidd8440nk2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ncclatex/" "tex/latex/ncclatex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10jv9da81472x33bhjqhxan4f4hzbl5pbf1p3xj0fnidd8440nk2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ncclatex") @@ -94060,11 +112411,16 @@ (define-public texlive-nestquot (package (name "texlive-nestquot") (version "2023.0") - (source (texlive-origin - name version - (list "tex/latex/nestquot/") - (base32 - "0l2glc6aykd492rspxphgscx0ykc8cakvqkm8z99jq7xxi80l1x8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/latex/nestquot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l2glc6aykd492rspxphgscx0ykc8cakvqkm8z99jq7xxi80l1x8")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nestquot") (synopsis "Alternate quotes between double and single with nesting") @@ -94078,11 +112434,16 @@ (define-public texlive-newcommand (package (name "texlive-newcommand") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/newcommand/") - (base32 - "1vlxm26393psl4kjfh533q03sb4klnfq84nld9ggs8l5x08dks58"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/newcommand/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vlxm26393psl4kjfh533q03sb4klnfq84nld9ggs8l5x08dks58")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/newcommand") @@ -94097,12 +112458,17 @@ (define-public texlive-newenviron (package (name "texlive-newenviron") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/newenviron/" - "tex/latex/newenviron/") - (base32 - "193qxw4mck3sngjf1p63c65sbysji15j3hbvq0mbmg6xrjw2im7j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/newenviron/" + "tex/latex/newenviron/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "193qxw4mck3sngjf1p63c65sbysji15j3hbvq0mbmg6xrjw2im7j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/newenviron") @@ -94115,12 +112481,17 @@ (define-public texlive-newfile (package (name "texlive-newfile") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/newfile/" "source/latex/newfile/" - "tex/latex/newfile/") - (base32 - "1sqn7yylhzi6q2bvnbcvh79ljk7afqn99hjnqk3l6ys48vq2cgkc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/newfile/" "source/latex/newfile/" + "tex/latex/newfile/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sqn7yylhzi6q2bvnbcvh79ljk7afqn99hjnqk3l6ys48vq2cgkc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/newfile") @@ -94136,12 +112507,17 @@ (define-public texlive-newlfm (package (name "texlive-newlfm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/newlfm/" "source/latex/newlfm/" - "tex/latex/newlfm/") - (base32 - "1psscqagy9p1gv208dwv0xd053afpaa6s3rxasv69ni6inm3wlln"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/newlfm/" "source/latex/newlfm/" + "tex/latex/newlfm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1psscqagy9p1gv208dwv0xd053afpaa6s3rxasv69ni6inm3wlln")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/newlfm") @@ -94160,13 +112536,18 @@ (define-public texlive-newspaper (package (name "texlive-newspaper") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/newspaper/" - "source/latex/newspaper/" - "tex/latex/newspaper/") - (base32 - "1naa0w3bvnj709msfq9kk6yb7b5qf1sahisjr7z8bfs1q17ml8xc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/newspaper/" + "source/latex/newspaper/" + "tex/latex/newspaper/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1naa0w3bvnj709msfq9kk6yb7b5qf1sahisjr7z8bfs1q17ml8xc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -94200,12 +112581,17 @@ (define-public texlive-newvbtm (package (name "texlive-newvbtm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/newvbtm/" "source/latex/newvbtm/" - "tex/latex/newvbtm/") - (base32 - "0cvm24v80f40yi2mx6w33kaznlng3gj8b385f5imzd8qrgwkf3f2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/newvbtm/" "source/latex/newvbtm/" + "tex/latex/newvbtm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cvm24v80f40yi2mx6w33kaznlng3gj8b385f5imzd8qrgwkf3f2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/newvbtm") @@ -94221,11 +112607,16 @@ (define-public texlive-nextpage (package (name "texlive-nextpage") (version "2023.0") - (source (texlive-origin - name version - (list "tex/latex/nextpage/") - (base32 - "1p9dvw7fqspkg6hk6rdmsb5k5m9mkj0kz5a47wg5dgfqgrqpixf8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/latex/nextpage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p9dvw7fqspkg6hk6rdmsb5k5m9mkj0kz5a47wg5dgfqgrqpixf8")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nextpage") (synopsis "Generalisations of the page advance commands") @@ -94240,12 +112631,17 @@ (define-public texlive-nfssext-cfr (package (name "texlive-nfssext-cfr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nfssext-cfr/" - "tex/latex/nfssext-cfr/") - (base32 - "1jbxqkcn84ldap7j6ln64763wy73z3acp52a3zjgadx9m3rfp27r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nfssext-cfr/" + "tex/latex/nfssext-cfr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jbxqkcn84ldap7j6ln64763wy73z3acp52a3zjgadx9m3rfp27r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nfssext-cfr") @@ -94259,13 +112655,18 @@ (define-public texlive-nicefilelist (package (name "texlive-nicefilelist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nicefilelist/" - "source/latex/nicefilelist/" - "tex/latex/nicefilelist/") - (base32 - "0wylqgqrwdsyqx16whksgpvm3f1d83cssz5qk7nk3k7vn3da81mn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nicefilelist/" + "source/latex/nicefilelist/" + "tex/latex/nicefilelist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wylqgqrwdsyqx16whksgpvm3f1d83cssz5qk7nk3k7vn3da81mn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nicefilelist") @@ -94280,15 +112681,20 @@ (define-public texlive-niceframe (package (name "texlive-niceframe") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/niceframe/" - "fonts/source/public/niceframe/" - "fonts/tfm/public/niceframe/" - "source/latex/niceframe/" - "tex/latex/niceframe/") - (base32 - "0an86fr2crlxxz84d325jhpccal0ilbkhscqzl6dhk91cysdzrij"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/niceframe/" + "fonts/source/public/niceframe/" + "fonts/tfm/public/niceframe/" + "source/latex/niceframe/" + "tex/latex/niceframe/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0an86fr2crlxxz84d325jhpccal0ilbkhscqzl6dhk91cysdzrij")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -94310,13 +112716,18 @@ (define-public texlive-nicetext (package (name "texlive-nicetext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nicetext/" - "source/latex/nicetext/" - "tex/latex/nicetext/") - (base32 - "1si1slffnw957h6bmyvgnhivbcdz32wcj7s1r5myq7rjhq1dg9ar"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nicetext/" + "source/latex/nicetext/" + "tex/latex/nicetext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1si1slffnw957h6bmyvgnhivbcdz32wcj7s1r5myq7rjhq1dg9ar")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nicetext") @@ -94349,13 +112760,18 @@ (define-public texlive-nidanfloat (package (name "texlive-nidanfloat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nidanfloat/" - "source/latex/nidanfloat/" - "tex/latex/nidanfloat/") - (base32 - "18c58k4f2vq6ys7dq8b4xcl0yxvwn4maazb51fyf4mnl8cd2sl6f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nidanfloat/" + "source/latex/nidanfloat/" + "tex/latex/nidanfloat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18c58k4f2vq6ys7dq8b4xcl0yxvwn4maazb51fyf4mnl8cd2sl6f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nidanfloat") @@ -94370,12 +112786,17 @@ (define-public texlive-ninecolors (package (name "texlive-ninecolors") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ninecolors/" - "tex/latex/ninecolors/") - (base32 - "00y4csamr0nrrjmf9xjcym95a4rkg2a8dncdwgjc39il3ql0za9c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ninecolors/" + "tex/latex/ninecolors/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00y4csamr0nrrjmf9xjcym95a4rkg2a8dncdwgjc39il3ql0za9c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ninecolors") @@ -94392,11 +112813,16 @@ (define-public texlive-nlctdoc (package (name "texlive-nlctdoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nlctdoc/" "tex/latex/nlctdoc/") - (base32 - "0s4l6g178jh8qx1sinjcfg5jq5xy0djxmzrc2dwywwfci4kdi9vx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nlctdoc/" "tex/latex/nlctdoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s4l6g178jh8qx1sinjcfg5jq5xy0djxmzrc2dwywwfci4kdi9vx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nlctdoc") @@ -94411,12 +112837,17 @@ (define-public texlive-noconflict (package (name "texlive-noconflict") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/noconflict/" - "tex/latex/noconflict/") - (base32 - "0bsn56qy21j8iqrk0cz522ad7x9sn67gfrk5xzjf6y9yhyach44p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/noconflict/" + "tex/latex/noconflict/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bsn56qy21j8iqrk0cz522ad7x9sn67gfrk5xzjf6y9yhyach44p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/noconflict") @@ -94431,13 +112862,18 @@ (define-public texlive-noindentafter (package (name "texlive-noindentafter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/noindentafter/" - "source/latex/noindentafter/" - "tex/latex/noindentafter/") - (base32 - "16kg9x8s1kk9spa91vdnkgc4v69919w4n378kyyxy33pd64cyzzx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/noindentafter/" + "source/latex/noindentafter/" + "tex/latex/noindentafter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16kg9x8s1kk9spa91vdnkgc4v69919w4n378kyyxy33pd64cyzzx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/noindentafter") @@ -94452,13 +112888,18 @@ (define-public texlive-noitcrul (package (name "texlive-noitcrul") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/noitcrul/" - "source/latex/noitcrul/" - "tex/latex/noitcrul/") - (base32 - "1c06ziixcmfmfqq23gi71vingk3f6c19ggbsj1zm5l78nyk2s48v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/noitcrul/" + "source/latex/noitcrul/" + "tex/latex/noitcrul/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c06ziixcmfmfqq23gi71vingk3f6c19ggbsj1zm5l78nyk2s48v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/noitcrul") @@ -94472,12 +112913,17 @@ (define-public texlive-nolbreaks (package (name "texlive-nolbreaks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nolbreaks/" - "tex/latex/nolbreaks/") - (base32 - "00hpb5zzr3v342a7vgx3cgwhzsiywqp4w8qrj3w042h0ix17q7ja"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nolbreaks/" + "tex/latex/nolbreaks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00hpb5zzr3v342a7vgx3cgwhzsiywqp4w8qrj3w042h0ix17q7ja")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nolbreaks") @@ -94494,13 +112940,18 @@ (define-public texlive-nomentbl (package (name "texlive-nomentbl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nomentbl/" "makeindex/nomentbl/" - "source/latex/nomentbl/" - "tex/latex/nomentbl/") - (base32 - "1q44gay0a701sn99ripip2h4p4g95p10958vkxxc3cs5hhlqv9s5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nomentbl/" "makeindex/nomentbl/" + "source/latex/nomentbl/" + "tex/latex/nomentbl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q44gay0a701sn99ripip2h4p4g95p10958vkxxc3cs5hhlqv9s5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nomentbl") @@ -94515,13 +112966,18 @@ (define-public texlive-nonfloat (package (name "texlive-nonfloat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nonfloat/" - "source/latex/nonfloat/" - "tex/latex/nonfloat/") - (base32 - "085mas0as5p1bk4d2ffk01xc6fm1n52iidcdlzrw9d2s5cf8kc8y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nonfloat/" + "source/latex/nonfloat/" + "tex/latex/nonfloat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "085mas0as5p1bk4d2ffk01xc6fm1n52iidcdlzrw9d2s5cf8kc8y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nonfloat") @@ -94536,13 +112992,18 @@ (define-public texlive-nonumonpart (package (name "texlive-nonumonpart") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nonumonpart/" - "source/latex/nonumonpart/" - "tex/latex/nonumonpart/") - (base32 - "0dn7y32yzzv6wy5z6v96q0cbhrdgadqj6hdcla2k7cfrnvh3lc1k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nonumonpart/" + "source/latex/nonumonpart/" + "tex/latex/nonumonpart/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dn7y32yzzv6wy5z6v96q0cbhrdgadqj6hdcla2k7cfrnvh3lc1k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nonumonpart") @@ -94557,11 +113018,16 @@ (define-public texlive-nopageno (package (name "texlive-nopageno") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nopageno/" "tex/latex/nopageno/") - (base32 - "1az5hq793q20h73vay67pyxk6bhmi1xxbp7gw5nbyy7jcyq39389"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nopageno/" "tex/latex/nopageno/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1az5hq793q20h73vay67pyxk6bhmi1xxbp7gw5nbyy7jcyq39389")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nopageno") @@ -94580,13 +113046,18 @@ (define-public texlive-normalcolor (package (name "texlive-normalcolor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/normalcolor/" - "source/latex/normalcolor/" - "tex/latex/normalcolor/") - (base32 - "1p8718q0jc451m812wfgkj8i7dip49hhyba73s36c7vbnmk3wmfg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/normalcolor/" + "source/latex/normalcolor/" + "tex/latex/normalcolor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p8718q0jc451m812wfgkj8i7dip49hhyba73s36c7vbnmk3wmfg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/normalcolor") @@ -94601,12 +113072,17 @@ (define-public texlive-notes (package (name "texlive-notes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/notes/" "source/latex/notes/" - "tex/latex/notes/") - (base32 - "0sbkksm3zgp2fd8lzay7mszhzs6n201qzy4a652j972yzy5bs1j7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/notes/" "source/latex/notes/" + "tex/latex/notes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sbkksm3zgp2fd8lzay7mszhzs6n201qzy4a652j972yzy5bs1j7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/notes") @@ -94621,13 +113097,18 @@ (define-public texlive-notespages (package (name "texlive-notespages") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/notespages/" - "source/latex/notespages/" - "tex/latex/notespages/") - (base32 - "14q6rjkbnhnj7fbw3vsnnxp08qm3w9vax6s22g20qclh3q1x2ll6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/notespages/" + "source/latex/notespages/" + "tex/latex/notespages/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14q6rjkbnhnj7fbw3vsnnxp08qm3w9vax6s22g20qclh3q1x2ll6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -94653,11 +113134,16 @@ (define-public texlive-notestex (package (name "texlive-notestex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/notestex/" "tex/latex/notestex/") - (base32 - "0qdgqmiq94k758h68gphir4y50pmggmd3h2jlxjw411l15fgnyvx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/notestex/" "tex/latex/notestex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qdgqmiq94k758h68gphir4y50pmggmd3h2jlxjw411l15fgnyvx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/notestex") @@ -94673,12 +113159,17 @@ (define-public texlive-notoccite (package (name "texlive-notoccite") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/notoccite/" - "tex/latex/notoccite/") - (base32 - "1l5gj5f495vmxiixnfjmkfp2wlq0gg39y6lhd3f68lf3wq3nqd99"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/notoccite/" + "tex/latex/notoccite/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l5gj5f495vmxiixnfjmkfp2wlq0gg39y6lhd3f68lf3wq3nqd99")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/notoccite") @@ -94695,12 +113186,17 @@ (define-public texlive-nowidow (package (name "texlive-nowidow") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nowidow/" "source/latex/nowidow/" - "tex/latex/nowidow/") - (base32 - "06vfrixlxv49y53hjsk8spr5k0sd533lnql684jp4yfjq9qqyyaw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nowidow/" "source/latex/nowidow/" + "tex/latex/nowidow/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06vfrixlxv49y53hjsk8spr5k0sd533lnql684jp4yfjq9qqyyaw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nowidow") @@ -94712,11 +113208,16 @@ (define-public texlive-nox (package (name "texlive-nox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/nox/" "tex/latex/nox/") - (base32 - "1bp6p9485myn5w9nn9l8mjyqm6f7j678xpc04g9q1wfc5yi7zm4p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/nox/" "tex/latex/nox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bp6p9485myn5w9nn9l8mjyqm6f7j678xpc04g9q1wfc5yi7zm4p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/nox") @@ -94730,12 +113231,17 @@ (define-public texlive-numberedblock (package (name "texlive-numberedblock") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/numberedblock/" - "tex/latex/numberedblock/") - (base32 - "006vgcs8x00knp0a7rmnjh3fbjhwc212iy6ixi97s0awkkhmb1j6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/numberedblock/" + "tex/latex/numberedblock/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "006vgcs8x00knp0a7rmnjh3fbjhwc212iy6ixi97s0awkkhmb1j6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/numberedblock") @@ -94751,11 +113257,16 @@ (define-public texlive-numname (package (name "texlive-numname") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/numname/" "tex/latex/numname/") - (base32 - "164v2rlz3gvfmdpi0qprgkbkz14z8nndr282g85bkggdl4fl9968"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/numname/" "tex/latex/numname/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "164v2rlz3gvfmdpi0qprgkbkz14z8nndr282g85bkggdl4fl9968")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/numname") @@ -94770,11 +113281,16 @@ (define-public texlive-numspell (package (name "texlive-numspell") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/numspell/" "tex/latex/numspell/") - (base32 - "0cb1xzpkassg9zdk2p22dm6f9x4hg7ij7siw1bivhqwfgkd1l617"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/numspell/" "tex/latex/numspell/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cb1xzpkassg9zdk2p22dm6f9x4hg7ij7siw1bivhqwfgkd1l617")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/numspell") @@ -94789,11 +113305,16 @@ (define-public texlive-ocg-p (package (name "texlive-ocg-p") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ocg-p/" "tex/latex/ocg-p/") - (base32 - "1fm3a0ipzqmk2wjc866b42imfkqc5a3zrfr6cs030m0j0g9dccjy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ocg-p/" "tex/latex/ocg-p/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fm3a0ipzqmk2wjc866b42imfkqc5a3zrfr6cs030m0j0g9dccjy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ocg-p") @@ -94808,12 +113329,17 @@ (define-public texlive-ocgx (package (name "texlive-ocgx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ocgx/" "source/latex/ocgx/" - "tex/latex/ocgx/") - (base32 - "19m54qp1s3gxiys4lh5dha3x2vci85i3sk0sszsbbvwf0ivsryhc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ocgx/" "source/latex/ocgx/" + "tex/latex/ocgx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19m54qp1s3gxiys4lh5dha3x2vci85i3sk0sszsbbvwf0ivsryhc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ocgx") @@ -94831,12 +113357,17 @@ (define-public texlive-ocr-latex (package (name "texlive-ocr-latex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ocr-latex/" - "tex/latex/ocr-latex/") - (base32 - "0sykr0xvy0fk75prq7614k302vzdpfx8qz0yvj2yx7kzk2pr5h6k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ocr-latex/" + "tex/latex/ocr-latex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sykr0xvy0fk75prq7614k302vzdpfx8qz0yvj2yx7kzk2pr5h6k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ocr-latex") @@ -94850,13 +113381,18 @@ (define-public texlive-oldstyle (package (name "texlive-oldstyle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/oldstyle/" - "source/latex/oldstyle/" - "tex/latex/oldstyle/") - (base32 - "0lrjr8w54m2ab9a8l1vigjdlsbg21lh0nl9kyyhpn6xgpi16ph1p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/oldstyle/" + "source/latex/oldstyle/" + "tex/latex/oldstyle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lrjr8w54m2ab9a8l1vigjdlsbg21lh0nl9kyyhpn6xgpi16ph1p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/oldstyle") @@ -94870,13 +113406,18 @@ (define-public texlive-onlyamsmath (package (name "texlive-onlyamsmath") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/onlyamsmath/" - "source/latex/onlyamsmath/" - "tex/latex/onlyamsmath/") - (base32 - "1sl2zrd2vp9lpvjxaqa9mfff8n9m6wk39mb855k6xr2pkhdiyw7m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/onlyamsmath/" + "source/latex/onlyamsmath/" + "tex/latex/onlyamsmath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sl2zrd2vp9lpvjxaqa9mfff8n9m6wk39mb855k6xr2pkhdiyw7m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/onlyamsmath") @@ -94893,12 +113434,17 @@ (define-public texlive-opcit (package (name "texlive-opcit") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/opcit/" "doc/latex/opcit/" - "source/latex/opcit/" "tex/latex/opcit/") - (base32 - "1x6jjhg5z33kxkrs1fc5snvvzaiz95dgpdbzfmw81v565l84ppyc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/opcit/" "doc/latex/opcit/" + "source/latex/opcit/" "tex/latex/opcit/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x6jjhg5z33kxkrs1fc5snvvzaiz95dgpdbzfmw81v565l84ppyc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/opcit") @@ -94917,12 +113463,17 @@ (define-public texlive-opencolor (package (name "texlive-opencolor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/opencolor/" - "tex/latex/opencolor/") - (base32 - "0q632lyhjbvvan92jd0w76zy78lbqr6vp17v0bbwcs68jpff65m0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/opencolor/" + "tex/latex/opencolor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q632lyhjbvvan92jd0w76zy78lbqr6vp17v0bbwcs68jpff65m0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/opencolor") @@ -94936,11 +113487,16 @@ (define-public texlive-optidef (package (name "texlive-optidef") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/optidef/" "tex/latex/optidef/") - (base32 - "1k51i2r67rn2c3i4qar6smhqrrf978cyvcsiak2a6kq446yspy4x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/optidef/" "tex/latex/optidef/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1k51i2r67rn2c3i4qar6smhqrrf978cyvcsiak2a6kq446yspy4x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/optidef") @@ -94988,11 +113544,16 @@ (define-public texlive-optional (package (name "texlive-optional") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/optional/" "tex/latex/optional/") - (base32 - "06dxidxin8jaygr1glzwlhcpxcq71kcd0g86k0r61sgiwscnr8bg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/optional/" "tex/latex/optional/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06dxidxin8jaygr1glzwlhcpxcq71kcd0g86k0r61sgiwscnr8bg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/optional") @@ -95011,11 +113572,16 @@ (define-public texlive-options (package (name "texlive-options") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/options/" "tex/latex/options/") - (base32 - "06qbmf3z0wxjgr2zrmymk271nxssvwlig6x2i283fvl2m73sw683"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/options/" "tex/latex/options/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06qbmf3z0wxjgr2zrmymk271nxssvwlig6x2i283fvl2m73sw683")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/options") @@ -95032,13 +113598,18 @@ (define-public texlive-orcidlink (package (name "texlive-orcidlink") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/orcidlink/" - "source/latex/orcidlink/" - "tex/latex/orcidlink/") - (base32 - "19vzfpr3hqlqshf55gqrh1z5mgfa2z6apavmkbjwhd0ds783k1p3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/orcidlink/" + "source/latex/orcidlink/" + "tex/latex/orcidlink/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19vzfpr3hqlqshf55gqrh1z5mgfa2z6apavmkbjwhd0ds783k1p3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/orcidlink") @@ -95052,12 +113623,17 @@ (define-public texlive-orientation (package (name "texlive-orientation") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/orientation/" - "tex/latex/orientation/") - (base32 - "1qb9a3wmccih89q609r45bjbl0gq95didgz9766wyzzx3sq2zbxx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/orientation/" + "tex/latex/orientation/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qb9a3wmccih89q609r45bjbl0gq95didgz9766wyzzx3sq2zbxx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/orientation") @@ -95072,11 +113648,16 @@ (define-public texlive-outline (package (name "texlive-outline") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/outline/" "tex/latex/outline/") - (base32 - "1nnv02xf0w821spaxhvv2qb54d23a5dv33js4hdil60lnn6893fw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/outline/" "tex/latex/outline/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nnv02xf0w821spaxhvv2qb54d23a5dv33js4hdil60lnn6893fw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/outline") @@ -95090,11 +113671,16 @@ (define-public texlive-outliner (package (name "texlive-outliner") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/outliner/" "tex/latex/outliner/") - (base32 - "0qgvg1807vqfbcdkg74jmqjlbjc63vvfi9dhds79jzygjwm1carq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/outliner/" "tex/latex/outliner/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qgvg1807vqfbcdkg74jmqjlbjc63vvfi9dhds79jzygjwm1carq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/outliner") @@ -95110,11 +113696,16 @@ (define-public texlive-outlines (package (name "texlive-outlines") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/outlines/" "tex/latex/outlines/") - (base32 - "0jdsjyxsx9shl6vlm05a3lnq55a6lnfm6w4kh6ykzmn6jms9kkjd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/outlines/" "tex/latex/outlines/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jdsjyxsx9shl6vlm05a3lnq55a6lnfm6w4kh6ykzmn6jms9kkjd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/outlines") @@ -95132,13 +113723,18 @@ (define-public texlive-outlining (package (name "texlive-outlining") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/outlining/" - "source/latex/outlining/" - "tex/latex/outlining/") - (base32 - "0s4lhxiv4dzakjbd2x2z5x8bhphw5pn4d5fzrw18y42fql544b2p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/outlining/" + "source/latex/outlining/" + "tex/latex/outlining/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s4lhxiv4dzakjbd2x2z5x8bhphw5pn4d5fzrw18y42fql544b2p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/outlining") @@ -95152,11 +113748,16 @@ (define-public texlive-overlays (package (name "texlive-overlays") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/overlays/" "tex/latex/overlays/") - (base32 - "15lhbpja1rjjqn15c1b0pcqzv8lhacka63m1d80jnzfj16jkmvdc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/overlays/" "tex/latex/overlays/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15lhbpja1rjjqn15c1b0pcqzv8lhacka63m1d80jnzfj16jkmvdc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/overlays") @@ -95171,13 +113772,18 @@ (define-public texlive-padcount (package (name "texlive-padcount") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/padcount/" - "source/latex/padcount/" - "tex/latex/padcount/") - (base32 - "13dk66ax3wr7vx0nkr36dnw411qc5q3d7wdm40kgm8r6a9xg0f7w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/padcount/" + "source/latex/padcount/" + "tex/latex/padcount/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13dk66ax3wr7vx0nkr36dnw411qc5q3d7wdm40kgm8r6a9xg0f7w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/padcount") @@ -95194,13 +113800,18 @@ (define-public texlive-pagecont (package (name "texlive-pagecont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pagecont/" - "source/latex/pagecont/" - "tex/latex/pagecont/") - (base32 - "1n2axjznak2mlajk5m9jgdxzn7n3jmaiv0hsx2mk165630h4vaax"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pagecont/" + "source/latex/pagecont/" + "tex/latex/pagecont/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n2axjznak2mlajk5m9jgdxzn7n3jmaiv0hsx2mk165630h4vaax")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pagecont") @@ -95215,13 +113826,18 @@ (define-public texlive-pagegrid (package (name "texlive-pagegrid") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pagegrid/" - "source/latex/pagegrid/" - "tex/latex/pagegrid/") - (base32 - "0vyy27d9209r5v0n6scd8zbk7qgjx13df12qwydkrhg246khx0is"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pagegrid/" + "source/latex/pagegrid/" + "tex/latex/pagegrid/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vyy27d9209r5v0n6scd8zbk7qgjx13df12qwydkrhg246khx0is")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pagegrid") @@ -95239,17 +113855,22 @@ (define-public texlive-pagelayout (package (name "texlive-pagelayout") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pagelayout/" - "doc/man/man1/pagelayoutapi.1" - "doc/man/man1/pagelayoutapi.man1.pdf" - "doc/man/man1/textestvis.1" - "doc/man/man1/textestvis.man1.pdf" - "scripts/pagelayout/" - "tex/latex/pagelayout/") - (base32 - "1zaif2bfv1p97w1yj40rkgyspf0np45phz85ag0v0ikdvshqhs0v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pagelayout/" + "doc/man/man1/pagelayoutapi.1" + "doc/man/man1/pagelayoutapi.man1.pdf" + "doc/man/man1/textestvis.1" + "doc/man/man1/textestvis.man1.pdf" + "scripts/pagelayout/" + "tex/latex/pagelayout/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zaif2bfv1p97w1yj40rkgyspf0np45phz85ag0v0ikdvshqhs0v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -95272,12 +113893,17 @@ (define-public texlive-pagerange (package (name "texlive-pagerange") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pagerange/" - "tex/latex/pagerange/") - (base32 - "07ddakr8p8gjzyxs3b6kl000ij13y9i4pdbxay0ghddx36z7z620"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pagerange/" + "tex/latex/pagerange/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07ddakr8p8gjzyxs3b6kl000ij13y9i4pdbxay0ghddx36z7z620")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pagerange") @@ -95292,13 +113918,18 @@ (define-public texlive-pageslts (package (name "texlive-pageslts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pageslts/" - "source/latex/pageslts/" - "tex/latex/pageslts/") - (base32 - "0cxkmdiipcclyvrg54rv0lzqr3bllflr6f4pvaar0avw8grgrljc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pageslts/" + "source/latex/pageslts/" + "tex/latex/pageslts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cxkmdiipcclyvrg54rv0lzqr3bllflr6f4pvaar0avw8grgrljc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pageslts") @@ -95315,12 +113946,17 @@ (define-public texlive-palette (package (name "texlive-palette") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/palette/" "source/latex/palette/" - "tex/latex/palette/") - (base32 - "1sb4jfrp2g1nf0a9ihzcfwsfc2b7mdx3knfdzzw3m6hfkhgplv4f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/palette/" "source/latex/palette/" + "tex/latex/palette/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sb4jfrp2g1nf0a9ihzcfwsfc2b7mdx3knfdzzw3m6hfkhgplv4f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/palette") @@ -95339,12 +113975,17 @@ (define-public texlive-pangram (package (name "texlive-pangram") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pangram/" "source/latex/pangram/" - "tex/latex/pangram/") - (base32 - "14vlhvrc2j1vz9jhj3npm0nn1qbs9b2b4dv5qm3mnvi5a34wq586"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pangram/" "source/latex/pangram/" + "tex/latex/pangram/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14vlhvrc2j1vz9jhj3npm0nn1qbs9b2b4dv5qm3mnvi5a34wq586")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pangram") @@ -95358,12 +113999,17 @@ (define-public texlive-paper (package (name "texlive-paper") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/paper/" "source/latex/paper/" - "tex/latex/paper/") - (base32 - "1clhnncan253k88gxhqg2wjqp95w483skydk0f6imfz89jbpyixs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/paper/" "source/latex/paper/" + "tex/latex/paper/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1clhnncan253k88gxhqg2wjqp95w483skydk0f6imfz89jbpyixs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -95386,13 +114032,18 @@ (define-public texlive-papercdcase (package (name "texlive-papercdcase") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/papercdcase/" - "source/latex/papercdcase/" - "tex/latex/papercdcase/") - (base32 - "0c4nyy0brcarc2pa8wi6x2z0jv281qzr74s3majlirpkk4c87421"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/papercdcase/" + "source/latex/papercdcase/" + "tex/latex/papercdcase/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c4nyy0brcarc2pa8wi6x2z0jv281qzr74s3majlirpkk4c87421")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/papercdcase") @@ -95406,13 +114057,18 @@ (define-public texlive-papermas (package (name "texlive-papermas") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/papermas/" - "source/latex/papermas/" - "tex/latex/papermas/") - (base32 - "0cyw6lrhh6nh8rhwky6assda80rvgcc5djmdd9zl68svp373vxd2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/papermas/" + "source/latex/papermas/" + "tex/latex/papermas/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cyw6lrhh6nh8rhwky6assda80rvgcc5djmdd9zl68svp373vxd2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/papermas") @@ -95427,13 +114083,18 @@ (define-public texlive-papertex (package (name "texlive-papertex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/papertex/" - "source/latex/papertex/" - "tex/latex/papertex/") - (base32 - "0d6dps2pj03mc2g7yzwi998x0rqml2afnnh6kh2mqrl1b64l3zvd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/papertex/" + "source/latex/papertex/" + "tex/latex/papertex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d6dps2pj03mc2g7yzwi998x0rqml2afnnh6kh2mqrl1b64l3zvd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/papertex") @@ -95449,12 +114110,17 @@ (define-public texlive-paracol (package (name "texlive-paracol") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/paracol/" "source/latex/paracol/" - "tex/latex/paracol/") - (base32 - "1qrwdbz75i32gmaqg8cmzycqgjmw9m651fqq4h582lzaqkgqwyq1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/paracol/" "source/latex/paracol/" + "tex/latex/paracol/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qrwdbz75i32gmaqg8cmzycqgjmw9m651fqq4h582lzaqkgqwyq1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/paracol") @@ -95469,11 +114135,16 @@ (define-public texlive-parades (package (name "texlive-parades") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/parades/" "tex/latex/parades/") - (base32 - "1s7vdypyrkvg4c17qgwy8x9d6jkjkr29cjgzg9lx2iq1zaw178zb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/parades/" "tex/latex/parades/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s7vdypyrkvg4c17qgwy8x9d6jkjkr29cjgzg9lx2iq1zaw178zb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/parades") @@ -95489,12 +114160,17 @@ (define-public texlive-paresse (package (name "texlive-paresse") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/paresse/" "source/latex/paresse/" - "tex/latex/paresse/") - (base32 - "03rk67lc2rg5v3d3rs9kn2gvmavsjls1xywi4q78jjnak4dr2kb6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/paresse/" "source/latex/paresse/" + "tex/latex/paresse/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03rk67lc2rg5v3d3rs9kn2gvmavsjls1xywi4q78jjnak4dr2kb6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/paresse") @@ -95510,11 +114186,16 @@ (define-public texlive-parnotes (package (name "texlive-parnotes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/parnotes/" "tex/latex/parnotes/") - (base32 - "129wgpd2bwff2g8w6ihjpz2l6n4hyl6bs12g502xd1y89a7g1f0x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/parnotes/" "tex/latex/parnotes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "129wgpd2bwff2g8w6ihjpz2l6n4hyl6bs12g502xd1y89a7g1f0x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/parnotes") @@ -95529,11 +114210,16 @@ (define-public texlive-parsa (package (name "texlive-parsa") (version "2023.0") - (source (texlive-origin - name version - (list "doc/xelatex/parsa/" "tex/xelatex/parsa/") - (base32 - "0g22q6frngl8mw1lhjzyfizw8394n0f8mnafxijyw0am40ipsvi4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/xelatex/parsa/" "tex/xelatex/parsa/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0g22q6frngl8mw1lhjzyfizw8394n0f8mnafxijyw0am40ipsvi4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/parsa") @@ -95548,13 +114234,18 @@ (define-public texlive-parselines (package (name "texlive-parselines") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/parselines/" - "source/latex/parselines/" - "tex/latex/parselines/") - (base32 - "11gmlsw6m86wqdzfah2qgr43mxnr7cwk73fxwv8nd47pxcfb9cvj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/parselines/" + "source/latex/parselines/" + "tex/latex/parselines/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11gmlsw6m86wqdzfah2qgr43mxnr7cwk73fxwv8nd47pxcfb9cvj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/parselines") @@ -95569,12 +114260,17 @@ (define-public texlive-pas-cours (package (name "texlive-pas-cours") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pas-cours/" - "tex/latex/pas-cours/") - (base32 - "02rqs5r345n64313h64mmszm7s8c0q8pwxaz9rjijzgs499jyzmn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pas-cours/" + "tex/latex/pas-cours/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02rqs5r345n64313h64mmszm7s8c0q8pwxaz9rjijzgs499jyzmn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pas-cours") @@ -95588,11 +114284,16 @@ (define-public texlive-pas-cv (package (name "texlive-pas-cv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pas-cv/" "tex/latex/pas-cv/") - (base32 - "1bd3i240fj90fawvcjk78r53nmdmjdcmcv85as7v13r6b1h2f6fs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pas-cv/" "tex/latex/pas-cv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bd3i240fj90fawvcjk78r53nmdmjdcmcv85as7v13r6b1h2f6fs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pas-cv") @@ -95608,12 +114309,17 @@ (define-public texlive-pas-tableur (package (name "texlive-pas-tableur") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pas-tableur/" - "tex/latex/pas-tableur/") - (base32 - "0gy20s7prkj7da56y9hrxi7knbww02i7pf4lr4fc9f2q5zlakq1k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pas-tableur/" + "tex/latex/pas-tableur/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gy20s7prkj7da56y9hrxi7knbww02i7pf4lr4fc9f2q5zlakq1k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pas-tableur") @@ -95628,11 +114334,16 @@ (define-public texlive-patch (package (name "texlive-patch") (version "2023.0") - (source (texlive-origin - name version - (list "source/generic/patch/") - (base32 - "02xfy1fs30nha0l03lqwl8xrpd81855kb5nb660ks83aj187dghy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "source/generic/patch/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02xfy1fs30nha0l03lqwl8xrpd81855kb5nb660ks83aj187dghy")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/patch") (synopsis "Patch loaded packages, etc.") @@ -95648,13 +114359,18 @@ (define-public texlive-patchcmd (package (name "texlive-patchcmd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/patchcmd/" - "source/latex/patchcmd/" - "tex/latex/patchcmd/") - (base32 - "14w3r2xqwq9nwhpdfmlib48xjg2wn4ns58qa4rqsslw1bbsyrl3q"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/patchcmd/" + "source/latex/patchcmd/" + "tex/latex/patchcmd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14w3r2xqwq9nwhpdfmlib48xjg2wn4ns58qa4rqsslw1bbsyrl3q")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/patchcmd") @@ -95670,12 +114386,17 @@ (define-public texlive-pauldoc (package (name "texlive-pauldoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pauldoc/" "source/latex/pauldoc/" - "tex/latex/pauldoc/") - (base32 - "1kml8vqxxypddipf4vinhj1kxb0qxb7c8yhanx7nll08z668cdwp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pauldoc/" "source/latex/pauldoc/" + "tex/latex/pauldoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kml8vqxxypddipf4vinhj1kxb0qxb7c8yhanx7nll08z668cdwp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pauldoc") @@ -95688,12 +114409,17 @@ (define-public texlive-pawpict (package (name "texlive-pawpict") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pawpict/" "source/latex/pawpict/" - "tex/latex/pawpict/") - (base32 - "15b9xr4ilvkwgcw19narv52ixn4w9c6q2cl2dqs3myglvaw21w4p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pawpict/" "source/latex/pawpict/" + "tex/latex/pawpict/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15b9xr4ilvkwgcw19narv52ixn4w9c6q2cl2dqs3myglvaw21w4p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pawpict") @@ -95707,12 +114433,17 @@ (define-public texlive-pax (package (name "texlive-pax") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pax/" "scripts/pax/" - "source/latex/pax/" "tex/latex/pax/") - (base32 - "0fnpf4rfv552ss5jw2a1k0irb503magvzlcbp2mwwpi5k3wdvkx2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pax/" "scripts/pax/" + "source/latex/pax/" "tex/latex/pax/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fnpf4rfv552ss5jw2a1k0irb503magvzlcbp2mwwpi5k3wdvkx2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -95734,13 +114465,18 @@ (define-public texlive-pbalance (package (name "texlive-pbalance") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pbalance/" - "source/latex/pbalance/" - "tex/latex/pbalance/") - (base32 - "1r3xqdmcx3k5labiwm3swy7lp530b02yyiw3skfjc8ysy01p8rfv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pbalance/" + "source/latex/pbalance/" + "tex/latex/pbalance/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r3xqdmcx3k5labiwm3swy7lp530b02yyiw3skfjc8ysy01p8rfv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pbalance") @@ -95756,12 +114492,17 @@ (define-public texlive-pbsheet (package (name "texlive-pbsheet") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pbsheet/" "source/latex/pbsheet/" - "tex/latex/pbsheet/") - (base32 - "126gps82j47xhw01p8w8qpcdlfffzqxan6xjizz9gdj1bhgyqk49"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pbsheet/" "source/latex/pbsheet/" + "tex/latex/pbsheet/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "126gps82j47xhw01p8w8qpcdlfffzqxan6xjizz9gdj1bhgyqk49")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pbsheet") @@ -95776,12 +114517,17 @@ (define-public texlive-pdf14 (package (name "texlive-pdf14") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdf14/" "source/latex/pdf14/" - "tex/latex/pdf14/") - (base32 - "1sha8vbj0d75a3hsx8x34r79yfm3r5x9fn0qi4zbf070x3way6ff"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdf14/" "source/latex/pdf14/" + "tex/latex/pdf14/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sha8vbj0d75a3hsx8x34r79yfm3r5x9fn0qi4zbf070x3way6ff")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdf14") @@ -95799,11 +114545,16 @@ (define-public texlive-pdfcolmk (package (name "texlive-pdfcolmk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfcolmk/" "tex/latex/pdfcolmk/") - (base32 - "0maapa92xjv2d9l4ra0zjn4girzyk5lnaq7asigj050a9v611wqs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfcolmk/" "tex/latex/pdfcolmk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0maapa92xjv2d9l4ra0zjn4girzyk5lnaq7asigj050a9v611wqs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfcolmk") @@ -95821,12 +114572,17 @@ (define-public texlive-pdfcomment (package (name "texlive-pdfcomment") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfcomment/" - "tex/latex/pdfcomment/") - (base32 - "0vv2lgnfnxyx7slbyg0xa4rh4j7192s4gis30zsz7rnydzq016fi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfcomment/" + "tex/latex/pdfcomment/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vv2lgnfnxyx7slbyg0xa4rh4j7192s4gis30zsz7rnydzq016fi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfcomment") @@ -95844,13 +114600,18 @@ (define-public texlive-pdfcprot (package (name "texlive-pdfcprot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfcprot/" - "source/latex/pdfcprot/" - "tex/latex/pdfcprot/") - (base32 - "12ijgxy2ki3ygi3kfzi2z6shys9wb32gra8qdmksnp5zn3rv5spf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfcprot/" + "source/latex/pdfcprot/" + "tex/latex/pdfcprot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12ijgxy2ki3ygi3kfzi2z6shys9wb32gra8qdmksnp5zn3rv5spf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfcprot") @@ -95865,12 +114626,17 @@ (define-public texlive-pdfmarginpar (package (name "texlive-pdfmarginpar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfmarginpar/" - "tex/latex/pdfmarginpar/") - (base32 - "0l294kgyvjmrvnvfp3hdjb7nfcl6d02n5nmjlnzrghcj2692hy8v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfmarginpar/" + "tex/latex/pdfmarginpar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l294kgyvjmrvnvfp3hdjb7nfcl6d02n5nmjlnzrghcj2692hy8v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfmarginpar") @@ -95889,13 +114655,18 @@ (define-public texlive-pdfoverlay (package (name "texlive-pdfoverlay") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfoverlay/" - "source/latex/pdfoverlay/" - "tex/latex/pdfoverlay/") - (base32 - "1jv6kh19vm2kflvajcridcjn14i00xmgc0wamnhxiz4ias4v72yq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfoverlay/" + "source/latex/pdfoverlay/" + "tex/latex/pdfoverlay/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jv6kh19vm2kflvajcridcjn14i00xmgc0wamnhxiz4ias4v72yq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfoverlay") @@ -95918,12 +114689,17 @@ (define-public texlive-pdfpagediff (package (name "texlive-pdfpagediff") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfpagediff/" - "tex/latex/pdfpagediff/") - (base32 - "02mz7qc68772ixdmnrdi7a9mrfimzfaxxjc31c01jrrx7ph4g33y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfpagediff/" + "tex/latex/pdfpagediff/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02mz7qc68772ixdmnrdi7a9mrfimzfaxxjc31c01jrrx7ph4g33y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfpagediff") @@ -95935,11 +114711,16 @@ (define-public texlive-pdfpc (package (name "texlive-pdfpc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfpc/" "tex/latex/pdfpc/") - (base32 - "0r0393h6yxyrv45p5wywqx2r88ppxf1xg7gikhhnx5hvc0rxn8ws"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfpc/" "tex/latex/pdfpc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0r0393h6yxyrv45p5wywqx2r88ppxf1xg7gikhhnx5hvc0rxn8ws")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfpc") @@ -95953,13 +114734,18 @@ (define-public texlive-pdfpc-movie (package (name "texlive-pdfpc-movie") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfpc-movie/" - "source/latex/pdfpc-movie/" - "tex/latex/pdfpc-movie/") - (base32 - "0bcr2vn4mljh4y5z75ar8lxfk4m1g5gc168dd12v55jasbghx1sm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfpc-movie/" + "source/latex/pdfpc-movie/" + "tex/latex/pdfpc-movie/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bcr2vn4mljh4y5z75ar8lxfk4m1g5gc168dd12v55jasbghx1sm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfpc-movie") @@ -95974,13 +114760,18 @@ (define-public texlive-pdfprivacy (package (name "texlive-pdfprivacy") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfprivacy/" - "source/latex/pdfprivacy/" - "tex/latex/pdfprivacy/") - (base32 - "1xs4gsgbdp5q8p32d9idq10bscnxn8whbdha1n3l6ki1dmn89g0g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfprivacy/" + "source/latex/pdfprivacy/" + "tex/latex/pdfprivacy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xs4gsgbdp5q8p32d9idq10bscnxn8whbdha1n3l6ki1dmn89g0g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfprivacy") @@ -95998,12 +114789,17 @@ (define-public texlive-pdfreview (package (name "texlive-pdfreview") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfreview/" - "tex/latex/pdfreview/") - (base32 - "19ybq5yqzp39z9l04sf3inp41rm9w5k6h02ig7qhc34gi9ps97bi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfreview/" + "tex/latex/pdfreview/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19ybq5yqzp39z9l04sf3inp41rm9w5k6h02ig7qhc34gi9ps97bi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfreview") @@ -96028,12 +114824,17 @@ (define-public texlive-pdfscreen (package (name "texlive-pdfscreen") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfscreen/" - "tex/latex/pdfscreen/") - (base32 - "0g6jydzd4zs4qpz3v53fiagca24vzn3slqd3fsw5kghx3zysq145"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfscreen/" + "tex/latex/pdfscreen/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0g6jydzd4zs4qpz3v53fiagca24vzn3slqd3fsw5kghx3zysq145")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfscreen") @@ -96050,11 +114851,16 @@ (define-public texlive-pdfslide (package (name "texlive-pdfslide") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfslide/" "tex/latex/pdfslide/") - (base32 - "00h5f6acmxq4mwr91k1zcmvjv1n7rv8kk9lqy11pngqp76gf5w5n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfslide/" "tex/latex/pdfslide/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00h5f6acmxq4mwr91k1zcmvjv1n7rv8kk9lqy11pngqp76gf5w5n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfslide") @@ -96075,11 +114881,16 @@ (define-public texlive-pdfsync (package (name "texlive-pdfsync") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfsync/" "tex/latex/pdfsync/") - (base32 - "0csxvx2wns2hng28s320i1wv7c73yx98jzwiich1hsqp93sss6a1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfsync/" "tex/latex/pdfsync/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0csxvx2wns2hng28s320i1wv7c73yx98jzwiich1hsqp93sss6a1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfsync") @@ -96094,11 +114905,16 @@ (define-public texlive-pdfwin (package (name "texlive-pdfwin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pdfwin/" "tex/latex/pdfwin/") - (base32 - "0n89nl0layrjhz79jr7zsnbz5kzik1b2ha71npw3c5qpc2mvrrhk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pdfwin/" "tex/latex/pdfwin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0n89nl0layrjhz79jr7zsnbz5kzik1b2ha71npw3c5qpc2mvrrhk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pdfwin") @@ -96112,11 +114928,16 @@ (define-public texlive-pecha (package (name "texlive-pecha") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pecha/" "tex/latex/pecha/") - (base32 - "0a7j556dnc59a4r88g037ssr8ggsfvycyfcsdk2rbs8x16ljdvjh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pecha/" "tex/latex/pecha/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a7j556dnc59a4r88g037ssr8ggsfvycyfcsdk2rbs8x16ljdvjh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pecha") @@ -96132,16 +114953,21 @@ (define-public texlive-perltex (package (name "texlive-perltex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/perltex/" - "doc/man/man1/perltex.1" - "doc/man/man1/perltex.man1.pdf" - "scripts/perltex/" - "source/latex/perltex/" - "tex/latex/perltex/") - (base32 - "1djgcpij1g63ln74n60xkm8fd43948yq6nks4854627w23yi8k19"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/perltex/" + "doc/man/man1/perltex.1" + "doc/man/man1/perltex.man1.pdf" + "scripts/perltex/" + "source/latex/perltex/" + "tex/latex/perltex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1djgcpij1g63ln74n60xkm8fd43948yq6nks4854627w23yi8k19")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "perltex.pl"))) @@ -96164,12 +114990,17 @@ (define-public texlive-permute (package (name "texlive-permute") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/permute/" "source/latex/permute/" - "tex/latex/permute/") - (base32 - "0lrkk57w9sslj8cvjala4frpp71v28ixdkvizrmwpjcn9n0p46pv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/permute/" "source/latex/permute/" + "tex/latex/permute/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lrkk57w9sslj8cvjala4frpp71v28ixdkvizrmwpjcn9n0p46pv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/permute") @@ -96183,12 +115014,17 @@ (define-public texlive-petiteannonce (package (name "texlive-petiteannonce") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/petiteannonce/" - "tex/latex/petiteannonce/") - (base32 - "0d3ljwsbyv8idym40q1d40md74mlvgpx41ya99y89p2xfm69xffy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/petiteannonce/" + "tex/latex/petiteannonce/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d3ljwsbyv8idym40q1d40md74mlvgpx41ya99y89p2xfm69xffy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/petiteannonce") @@ -96203,13 +115039,18 @@ (define-public texlive-pgfmath-xfp (package (name "texlive-pgfmath-xfp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pgfmath-xfp/" - "source/latex/pgfmath-xfp/" - "tex/latex/pgfmath-xfp/") - (base32 - "1ss8wfqj5bmngzpcp0nfw6zm331bnjqa9x0ddfl1hf6i6j6c27b2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pgfmath-xfp/" + "source/latex/pgfmath-xfp/" + "tex/latex/pgfmath-xfp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ss8wfqj5bmngzpcp0nfw6zm331bnjqa9x0ddfl1hf6i6j6c27b2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pgfmath-xfp") @@ -96227,12 +115068,17 @@ (define-public texlive-phfcc (package (name "texlive-phfcc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/phfcc/" "source/latex/phfcc/" - "tex/latex/phfcc/") - (base32 - "04i0srq2ps4l8vbacci3ipdw4mc4hccwzp03lxj4b4a874yxdhg6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/phfcc/" "source/latex/phfcc/" + "tex/latex/phfcc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04i0srq2ps4l8vbacci3ipdw4mc4hccwzp03lxj4b4a874yxdhg6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/phfcc") @@ -96251,13 +115097,18 @@ (define-public texlive-phfextendedabstract (package (name "texlive-phfextendedabstract") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/phfextendedabstract/" - "source/latex/phfextendedabstract/" - "tex/latex/phfextendedabstract/") - (base32 - "1a9jrsmlafi2q67bqzzwmdxiivqnrzscz9nb99is08rkwnfwmj97"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/phfextendedabstract/" + "source/latex/phfextendedabstract/" + "tex/latex/phfextendedabstract/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a9jrsmlafi2q67bqzzwmdxiivqnrzscz9nb99is08rkwnfwmj97")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/phfextendedabstract") @@ -96279,13 +115130,18 @@ (define-public texlive-phffullpagefigure (package (name "texlive-phffullpagefigure") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/phffullpagefigure/" - "source/latex/phffullpagefigure/" - "tex/latex/phffullpagefigure/") - (base32 - "15s58c6b0yp948dwyw68cr6r1cj9wlwh334b49a6yi1fnfgrr71l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/phffullpagefigure/" + "source/latex/phffullpagefigure/" + "tex/latex/phffullpagefigure/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15s58c6b0yp948dwyw68cr6r1cj9wlwh334b49a6yi1fnfgrr71l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/phffullpagefigure") @@ -96300,12 +115156,17 @@ (define-public texlive-phfnote (package (name "texlive-phfnote") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/phfnote/" "doc/latex/phfnote/" - "source/latex/phfnote/" "tex/latex/phfnote/") - (base32 - "1fx5lpd4wfnjj441xm6d539kfvq88b2gkw8i8k28c2gksjs4hdgx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/phfnote/" "doc/latex/phfnote/" + "source/latex/phfnote/" "tex/latex/phfnote/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fx5lpd4wfnjj441xm6d539kfvq88b2gkw8i8k28c2gksjs4hdgx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/phfnote") @@ -96323,13 +115184,18 @@ (define-public texlive-phfparen (package (name "texlive-phfparen") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/phfparen/" - "source/latex/phfparen/" - "tex/latex/phfparen/") - (base32 - "1b11l81xcqna11w7hhzy4adybrgpr1a64jl7376w970v7d41nd4d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/phfparen/" + "source/latex/phfparen/" + "tex/latex/phfparen/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b11l81xcqna11w7hhzy4adybrgpr1a64jl7376w970v7d41nd4d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/phfparen") @@ -96345,12 +115211,17 @@ (define-public texlive-phfqit (package (name "texlive-phfqit") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/phfqit/" "source/latex/phfqit/" - "tex/latex/phfqit/") - (base32 - "1n9waig83pq0s6wgnbaxh3p1b1pj85j77pqsbvjsnmffffaiaqg8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/phfqit/" "source/latex/phfqit/" + "tex/latex/phfqit/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n9waig83pq0s6wgnbaxh3p1b1pj85j77pqsbvjsnmffffaiaqg8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/phfqit") @@ -96369,13 +115240,18 @@ (define-public texlive-phfquotetext (package (name "texlive-phfquotetext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/phfquotetext/" - "source/latex/phfquotetext/" - "tex/latex/phfquotetext/") - (base32 - "0zhbxcdsg1250yn9m31w1zbqz1pcp2znif3r3fc1az4pfgcd8hyy"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/phfquotetext/" + "source/latex/phfquotetext/" + "tex/latex/phfquotetext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zhbxcdsg1250yn9m31w1zbqz1pcp2znif3r3fc1az4pfgcd8hyy")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/phfquotetext") @@ -96392,13 +115268,18 @@ (define-public texlive-phfsvnwatermark (package (name "texlive-phfsvnwatermark") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/phfsvnwatermark/" - "source/latex/phfsvnwatermark/" - "tex/latex/phfsvnwatermark/") - (base32 - "0q8ylfraz8c20x665aacgjzz1sx7ykp7wg0ygxv2q3z2cniqgr3z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/phfsvnwatermark/" + "source/latex/phfsvnwatermark/" + "tex/latex/phfsvnwatermark/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q8ylfraz8c20x665aacgjzz1sx7ykp7wg0ygxv2q3z2cniqgr3z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/phfsvnwatermark") @@ -96413,12 +115294,17 @@ (define-public texlive-phfthm (package (name "texlive-phfthm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/phfthm/" "source/latex/phfthm/" - "tex/latex/phfthm/") - (base32 - "0m6xavj8wiyx9z6agy8z6sm7kskjrmhfvi9idd0qwyvjgsnfb3v8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/phfthm/" "source/latex/phfthm/" + "tex/latex/phfthm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m6xavj8wiyx9z6agy8z6sm7kskjrmhfvi9idd0qwyvjgsnfb3v8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/phfthm") @@ -96434,11 +115320,16 @@ (define-public texlive-philex (package (name "texlive-philex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/philex/" "tex/latex/philex/") - (base32 - "05qlcfradxs3pcz8a9an6aihbxwm0dbsa8b6sf55yi7j85ymp991"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/philex/" "tex/latex/philex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05qlcfradxs3pcz8a9an6aihbxwm0dbsa8b6sf55yi7j85ymp991")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/philex") @@ -96456,12 +115347,17 @@ (define-public texlive-phonenumbers (package (name "texlive-phonenumbers") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/phonenumbers/" - "tex/latex/phonenumbers/") - (base32 - "18886ag4j8n6p9p00qsv7jjbfk75z59lfmrmawgsjpf2a435jg3d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/phonenumbers/" + "tex/latex/phonenumbers/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18886ag4j8n6p9p00qsv7jjbfk75z59lfmrmawgsjpf2a435jg3d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/phonenumbers") @@ -96481,12 +115377,17 @@ (define-public texlive-photo (package (name "texlive-photo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/photo/" "source/latex/photo/" - "tex/latex/photo/") - (base32 - "0cyyvqd1l4m7sy0c88j3fyalxg4nkgq62wnw28js7q3qsd6bd40j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/photo/" "source/latex/photo/" + "tex/latex/photo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cyyvqd1l4m7sy0c88j3fyalxg4nkgq62wnw28js7q3qsd6bd40j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/photo") @@ -96505,12 +115406,17 @@ (define-public texlive-photobook (package (name "texlive-photobook") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/photobook/" - "tex/latex/photobook/") - (base32 - "0blwjpmjgxdnhsbfans3lb3q6p1y3s4gc7jz30c9mccakk4ib0xx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/photobook/" + "tex/latex/photobook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0blwjpmjgxdnhsbfans3lb3q6p1y3s4gc7jz30c9mccakk4ib0xx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/photobook") @@ -96526,12 +115432,17 @@ (define-public texlive-picture (package (name "texlive-picture") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/picture/" "source/latex/picture/" - "tex/latex/picture/") - (base32 - "157icaf3sx263y7vf25klcxs1ycnv5rxcag0wc8q19hbxj2qxg6v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/picture/" "source/latex/picture/" + "tex/latex/picture/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "157icaf3sx263y7vf25klcxs1ycnv5rxcag0wc8q19hbxj2qxg6v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/picture") @@ -96547,11 +115458,16 @@ (define-public texlive-piff (package (name "texlive-piff") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/piff/" "tex/latex/piff/") - (base32 - "1y61wv1msddh4d1cybdq4dxcaibbc2rx9yhv1c0kjavzyvdmjyxx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/piff/" "tex/latex/piff/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1y61wv1msddh4d1cybdq4dxcaibbc2rx9yhv1c0kjavzyvdmjyxx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/piff") @@ -96567,12 +115483,17 @@ (define-public texlive-pkgloader (package (name "texlive-pkgloader") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pkgloader/" - "tex/latex/pkgloader/") - (base32 - "0lmim1ssnhws8lvh6rs36q6b50al3j638nd6rqilv2pvy9z30ich"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pkgloader/" + "tex/latex/pkgloader/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lmim1ssnhws8lvh6rs36q6b50al3j638nd6rqilv2pvy9z30ich")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pkgloader") @@ -96586,12 +115507,17 @@ (define-public texlive-plantslabels (package (name "texlive-plantslabels") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/plantslabels/" - "tex/latex/plantslabels/") - (base32 - "1isrp48vzawl7fw1w2166nlhz78h7vjcjnsri389i5kv54k2pihz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/plantslabels/" + "tex/latex/plantslabels/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1isrp48vzawl7fw1w2166nlhz78h7vjcjnsri389i5kv54k2pihz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/plantslabels") @@ -96605,11 +115531,16 @@ (define-public texlive-plates (package (name "texlive-plates") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/plates/" "tex/latex/plates/") - (base32 - "08dpfyy22d1fh7jxyhlhv98bb5lmd6jkfbix5fqjdbrxyhz8snsk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/plates/" "tex/latex/plates/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08dpfyy22d1fh7jxyhlhv98bb5lmd6jkfbix5fqjdbrxyhz8snsk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/plates") @@ -96626,12 +115557,17 @@ (define-public texlive-plweb (package (name "texlive-plweb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/plweb/" "source/latex/plweb/" - "tex/latex/plweb/") - (base32 - "1gnr1ykjmj014w4di19c02ir3y6x6fqzdz6g7km3bki1kjq0gj6p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/plweb/" "source/latex/plweb/" + "tex/latex/plweb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gnr1ykjmj014w4di19c02ir3y6x6fqzdz6g7km3bki1kjq0gj6p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pl") @@ -96646,13 +115582,18 @@ (define-public texlive-pmboxdraw (package (name "texlive-pmboxdraw") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pmboxdraw/" - "source/latex/pmboxdraw/" - "tex/latex/pmboxdraw/") - (base32 - "19zgl38h0cxm7w7md3zjji3j2in9ibalhc4ljazdla50rgmcr81p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pmboxdraw/" + "source/latex/pmboxdraw/" + "tex/latex/pmboxdraw/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19zgl38h0cxm7w7md3zjji3j2in9ibalhc4ljazdla50rgmcr81p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pmboxdraw") @@ -96666,12 +115607,17 @@ (define-public texlive-polynom (package (name "texlive-polynom") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/polynom/" "source/latex/polynom/" - "tex/latex/polynom/") - (base32 - "1zywkgngpf7n8hgfdwj0cp2i3b2wn0jqrf799vrgfscwg7dhbgm3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/polynom/" "source/latex/polynom/" + "tex/latex/polynom/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zywkgngpf7n8hgfdwj0cp2i3b2wn0jqrf799vrgfscwg7dhbgm3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/polynom") @@ -96687,13 +115633,18 @@ (define-public texlive-polynomial (package (name "texlive-polynomial") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/polynomial/" - "source/latex/polynomial/" - "tex/latex/polynomial/") - (base32 - "1jxiv64368n7my0qc52gdbh510ys106lq9vfx0y9i9w88alm7js6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/polynomial/" + "source/latex/polynomial/" + "tex/latex/polynomial/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jxiv64368n7my0qc52gdbh510ys106lq9vfx0y9i9w88alm7js6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/polynomial") @@ -96710,13 +115661,18 @@ (define-public texlive-polytable (package (name "texlive-polytable") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/polytable/" - "source/latex/polytable/" - "tex/latex/polytable/") - (base32 - "16hr99p6mx14px3jrwhgw5pqpp80prkb9l2647gmfk59df9zjl6m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/polytable/" + "source/latex/polytable/" + "tex/latex/polytable/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16hr99p6mx14px3jrwhgw5pqpp80prkb9l2647gmfk59df9zjl6m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/polytable") @@ -96732,12 +115688,17 @@ (define-public texlive-postcards (package (name "texlive-postcards") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/postcards/" - "tex/latex/postcards/") - (base32 - "110q0lha3wkvh17c67qgdib81pg0qbfbqwbjr00p0zhfyb7ri4xx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/postcards/" + "tex/latex/postcards/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "110q0lha3wkvh17c67qgdib81pg0qbfbqwbjr00p0zhfyb7ri4xx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/postcards") @@ -96754,12 +115715,17 @@ (define-public texlive-poster-mac (package (name "texlive-poster-mac") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/poster-mac/" - "tex/generic/poster-mac/") - (base32 - "1h63zijhan1rvghklsia9siyzg67f7mq2pfl5n068qdss5i91k77"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/poster-mac/" + "tex/generic/poster-mac/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1h63zijhan1rvghklsia9siyzg67f7mq2pfl5n068qdss5i91k77")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/poster-mac") @@ -96778,13 +115744,18 @@ (define-public texlive-postnotes (package (name "texlive-postnotes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/postnotes/" - "source/latex/postnotes/" - "tex/latex/postnotes/") - (base32 - "1gavhhvma0n0sq64jxp5d0xz4xdlcqbddxx9c6csrw65pq28g2xn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/postnotes/" + "source/latex/postnotes/" + "tex/latex/postnotes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gavhhvma0n0sq64jxp5d0xz4xdlcqbddxx9c6csrw65pq28g2xn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/postnotes") @@ -96805,13 +115776,18 @@ (define-public texlive-powerdot (package (name "texlive-powerdot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/powerdot/" - "source/latex/powerdot/" - "tex/latex/powerdot/") - (base32 - "1b5fmrzaif2d7rwbwlpd9xdykpw1r5p5cpjqiw3gs1f3241p43f4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/powerdot/" + "source/latex/powerdot/" + "tex/latex/powerdot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b5fmrzaif2d7rwbwlpd9xdykpw1r5p5cpjqiw3gs1f3241p43f4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/powerdot") @@ -96852,12 +115828,17 @@ (define-public texlive-ppr-prv (package (name "texlive-ppr-prv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ppr-prv/" "source/latex/ppr-prv/" - "tex/latex/ppr-prv/") - (base32 - "13fyjhym5idskszlrxajr7aglrn7y44xm5adh9l32xjvf3lnsmgh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ppr-prv/" "source/latex/ppr-prv/" + "tex/latex/ppr-prv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13fyjhym5idskszlrxajr7aglrn7y44xm5adh9l32xjvf3lnsmgh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ppr-prv") @@ -96872,12 +115853,17 @@ (define-public texlive-crumbs (package (name "texlive-crumbs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/crumbs/" "source/latex/crumbs/" - "tex/latex/crumbs/") - (base32 - "12hyir8ia6ns2r3wf27vr58ymkgcvpsj2m3vzal815znimhk8ik2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/crumbs/" "source/latex/crumbs/" + "tex/latex/crumbs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12hyir8ia6ns2r3wf27vr58ymkgcvpsj2m3vzal815znimhk8ik2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-catchfile texlive-etoolbox @@ -96893,13 +115879,18 @@ (define-public texlive-pagecolor (package (name "texlive-pagecolor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pagecolor/" - "source/latex/pagecolor/" - "tex/latex/pagecolor/") - (base32 - "153hlqp4dzcrc3hkpss6m908f47yk6d3bfyyy9xkx795fa4c83n5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pagecolor/" + "source/latex/pagecolor/" + "tex/latex/pagecolor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "153hlqp4dzcrc3hkpss6m908f47yk6d3bfyyy9xkx795fa4c83n5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pagecolor") @@ -96923,13 +115914,18 @@ (define-public texlive-ppt-slides (package (name "texlive-ppt-slides") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ppt-slides/" - "source/latex/ppt-slides/" - "tex/latex/ppt-slides/") - (base32 - "18sig2mk6pb2i86x9jyl2fyac10sg356n1wwvwxzgpbrn62g46y6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ppt-slides/" + "source/latex/ppt-slides/" + "tex/latex/ppt-slides/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18sig2mk6pb2i86x9jyl2fyac10sg356n1wwvwxzgpbrn62g46y6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -96956,12 +115952,17 @@ (define-public texlive-practicalreports (package (name "texlive-practicalreports") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/practicalreports/" - "tex/latex/practicalreports/") - (base32 - "0zm7rx8d5vgg2b2dlra44qk77kgivb4pq7glkaligcd1fw8sdzyp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/practicalreports/" + "tex/latex/practicalreports/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zm7rx8d5vgg2b2dlra44qk77kgivb4pq7glkaligcd1fw8sdzyp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/practicalreports") @@ -96975,13 +115976,18 @@ (define-public texlive-prelim2e (package (name "texlive-prelim2e") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/prelim2e/" - "source/latex/prelim2e/" - "tex/latex/prelim2e/") - (base32 - "0p86dh95rdddrakwdr6rf6adnfpg5pppqkgqvhzp8q028xz0xdbi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/prelim2e/" + "source/latex/prelim2e/" + "tex/latex/prelim2e/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p86dh95rdddrakwdr6rf6adnfpg5pppqkgqvhzp8q028xz0xdbi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -96997,13 +116003,18 @@ (define-public texlive-pressrelease (package (name "texlive-pressrelease") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pressrelease/" - "source/latex/pressrelease/" - "tex/latex/pressrelease/") - (base32 - "1gp9m7smh21r3shvlqivnh560sgpfvibh47qlz39pwn6285nix51"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pressrelease/" + "source/latex/pressrelease/" + "tex/latex/pressrelease/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gp9m7smh21r3shvlqivnh560sgpfvibh47qlz39pwn6285nix51")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pressrelease") @@ -97016,13 +116027,18 @@ (define-public texlive-prettyref (package (name "texlive-prettyref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/prettyref/" - "source/latex/prettyref/" - "tex/latex/prettyref/") - (base32 - "1kp50ipij9n32w5ri7qir5qqnxkm08d3rrq3ngc0k1lpnibc8xwn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/prettyref/" + "source/latex/prettyref/" + "tex/latex/prettyref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kp50ipij9n32w5ri7qir5qqnxkm08d3rrq3ngc0k1lpnibc8xwn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/prettyref") @@ -97040,12 +116056,17 @@ (define-public texlive-prettytok (package (name "texlive-prettytok") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/prettytok/" - "tex/latex/prettytok/") - (base32 - "1xz1q9n1jgscjsmbyccqwnxi57kzyxhm4bwqyix50pj1gywy27aw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/prettytok/" + "tex/latex/prettytok/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xz1q9n1jgscjsmbyccqwnxi57kzyxhm4bwqyix50pj1gywy27aw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-filecontentsdef texlive-l3kernel @@ -97062,11 +116083,16 @@ (define-public texlive-printlen (package (name "texlive-printlen") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/printlen/" "tex/latex/printlen/") - (base32 - "0pha10m0zgsp4zs100kjlf1zgdj2dsb1i1a6ng3wamhbq8l0508l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/printlen/" "tex/latex/printlen/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pha10m0zgsp4zs100kjlf1zgdj2dsb1i1a6ng3wamhbq8l0508l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/printlen") @@ -97085,13 +116111,18 @@ (define-public texlive-probsoln (package (name "texlive-probsoln") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/probsoln/" - "source/latex/probsoln/" - "tex/latex/probsoln/") - (base32 - "1805q6qq2rgq2l2akdkh8a7zn9b9l051fc9nbdkwv0j8dvynvlkv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/probsoln/" + "source/latex/probsoln/" + "tex/latex/probsoln/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1805q6qq2rgq2l2akdkh8a7zn9b9l051fc9nbdkwv0j8dvynvlkv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/probsoln") @@ -97113,11 +116144,16 @@ (define-public texlive-program (package (name "texlive-program") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/program/" "tex/latex/program/") - (base32 - "1icg7zv74g1q0rvg5vsmri1m17n87wmazgvy9brp3dmincsvg1jd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/program/" "tex/latex/program/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1icg7zv74g1q0rvg5vsmri1m17n87wmazgvy9brp3dmincsvg1jd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/program") @@ -97131,11 +116167,16 @@ (define-public texlive-progress (package (name "texlive-progress") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/progress/" "tex/latex/progress/") - (base32 - "14sfbs9d3b28xqqaxzv7wcyjk60gqy30zwpl91mz0g55xxng7y6r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/progress/" "tex/latex/progress/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14sfbs9d3b28xqqaxzv7wcyjk60gqy30zwpl91mz0g55xxng7y6r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/progress") @@ -97152,12 +116193,17 @@ (define-public texlive-progressbar (package (name "texlive-progressbar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/progressbar/" - "tex/latex/progressbar/") - (base32 - "0s2hspv490bbvazjzkcpvaa3l4ypgwn3pymiiqibas9kvgs5yycj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/progressbar/" + "tex/latex/progressbar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s2hspv490bbvazjzkcpvaa3l4ypgwn3pymiiqibas9kvgs5yycj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/progressbar") @@ -97175,13 +116221,18 @@ (define-public texlive-proofread (package (name "texlive-proofread") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/proofread/" - "source/latex/proofread/" - "tex/latex/proofread/") - (base32 - "13sp7xd1a5k25l5wvjzk51p01zk6wcnj5fjd7fpca4indqz3x2kx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/proofread/" + "source/latex/proofread/" + "tex/latex/proofread/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13sp7xd1a5k25l5wvjzk51p01zk6wcnj5fjd7fpca4indqz3x2kx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/proofread") @@ -97199,12 +116250,17 @@ (define-public texlive-properties (package (name "texlive-properties") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/properties/" - "tex/latex/properties/") - (base32 - "0za99c6894nmss3jz7ivbx7gia2c6pzqsxnr0rmzayd4ig4q543y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/properties/" + "tex/latex/properties/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0za99c6894nmss3jz7ivbx7gia2c6pzqsxnr0rmzayd4ig4q543y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/properties") @@ -97218,11 +116274,16 @@ (define-public texlive-prosper (package (name "texlive-prosper") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/prosper/" "tex/latex/prosper/") - (base32 - "1wbfgvh0lgfz7l9ihd6p25w88zpbgn2v1pjfsr19xyrf5h1dkg0s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/prosper/" "tex/latex/prosper/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wbfgvh0lgfz7l9ihd6p25w88zpbgn2v1pjfsr19xyrf5h1dkg0s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/prosper") @@ -97240,11 +116301,16 @@ (define-public texlive-protex (package (name "texlive-protex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/protex/" "tex/latex/protex/") - (base32 - "1cbsz5r8dj528mrpsbdp3flz3dma6kifbd2xqy1vkw6vhc3nbvcg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/protex/" "tex/latex/protex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1cbsz5r8dj528mrpsbdp3flz3dma6kifbd2xqy1vkw6vhc3nbvcg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/protex") @@ -97258,13 +116324,18 @@ (define-public texlive-protocol (package (name "texlive-protocol") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/protocol/" - "source/latex/protocol/" - "tex/latex/protocol/") - (base32 - "000gqwbqfbir9kx8j9n0hs40pdwsk7mf82j3p4m3byhc38j56cds"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/protocol/" + "source/latex/protocol/" + "tex/latex/protocol/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "000gqwbqfbir9kx8j9n0hs40pdwsk7mf82j3p4m3byhc38j56cds")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/protocol") @@ -97278,12 +116349,17 @@ (define-public texlive-psfragx (package (name "texlive-psfragx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/psfragx/" "source/latex/psfragx/" - "tex/latex/psfragx/") - (base32 - "1d6rsdjdjjr4m3b18hakzhzrscxw2kf07kh5p9pnb26771ikvndz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/psfragx/" "source/latex/psfragx/" + "tex/latex/psfragx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d6rsdjdjjr4m3b18hakzhzrscxw2kf07kh5p9pnb26771ikvndz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -97311,11 +116387,16 @@ (define-public texlive-pstring (package (name "texlive-pstring") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pstring/" "tex/latex/pstring/") - (base32 - "07z072r8l55gplyr538nc76c0pfmz8mslx84gdy7nmmp9410sqv1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pstring/" "tex/latex/pstring/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07z072r8l55gplyr538nc76c0pfmz8mslx84gdy7nmmp9410sqv1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pstring") @@ -97331,13 +116412,18 @@ (define-public texlive-pxgreeks (package (name "texlive-pxgreeks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pxgreeks/" - "source/latex/pxgreeks/" - "tex/latex/pxgreeks/") - (base32 - "1s4bckmniy5paszg6hjqkf7vkj66mc5fpplwlz7xq432k0773xx3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pxgreeks/" + "source/latex/pxgreeks/" + "tex/latex/pxgreeks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1s4bckmniy5paszg6hjqkf7vkj66mc5fpplwlz7xq432k0773xx3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/pxgreeks") @@ -97355,12 +116441,17 @@ (define-public texlive-pygmentex (package (name "texlive-pygmentex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pygmentex/" "scripts/pygmentex/" - "tex/latex/pygmentex/") - (base32 - "012ljn25ihnw3i9fava7z9zg1372m7map6sgkjsikwlk18v8b30j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pygmentex/" "scripts/pygmentex/" + "tex/latex/pygmentex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "012ljn25ihnw3i9fava7z9zg1372m7map6sgkjsikwlk18v8b30j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -97379,11 +116470,16 @@ (define-public texlive-python (package (name "texlive-python") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/python/" "tex/latex/python/") - (base32 - "0b6r510m4a9iy6nk8r5id6265kvxljir8y6v06gp7r841cj5sy9z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/python/" "tex/latex/python/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b6r510m4a9iy6nk8r5id6265kvxljir8y6v06gp7r841cj5sy9z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/python") @@ -97397,12 +116493,17 @@ (define-public texlive-pythonimmediate (package (name "texlive-pythonimmediate") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/pythonimmediate/" - "tex/latex/pythonimmediate/") - (base32 - "0qdmb155k34g5mml04a8rwwgq9m4s984cjd732zx34hbbqd5rvzr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/pythonimmediate/" + "tex/latex/pythonimmediate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qdmb155k34g5mml04a8rwwgq9m4s984cjd732zx34hbbqd5rvzr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-currfile texlive-l3packages @@ -97430,12 +116531,17 @@ (define-public texlive-qcm (package (name "texlive-qcm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/qcm/" "source/latex/qcm/" - "tex/latex/qcm/") - (base32 - "0ck1q695z1j5vjb528k10cq000kswrw524caia3amw8ibxxvqzdi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/qcm/" "source/latex/qcm/" + "tex/latex/qcm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ck1q695z1j5vjb528k10cq000kswrw524caia3amw8ibxxvqzdi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -97458,12 +116564,17 @@ (define-public texlive-qstest (package (name "texlive-qstest") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/qstest/" "source/latex/qstest/" - "tex/latex/qstest/") - (base32 - "1b1w1h4g2b3hbgza87aqm9hb36g46xwcr2f42qb30drc8p5svybv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/qstest/" "source/latex/qstest/" + "tex/latex/qstest/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b1w1h4g2b3hbgza87aqm9hb36g46xwcr2f42qb30drc8p5svybv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/qstest") @@ -97482,13 +116593,18 @@ (define-public texlive-qsymbols (package (name "texlive-qsymbols") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/qsymbols/" - "source/latex/qsymbols/" - "tex/latex/qsymbols/") - (base32 - "02hb4d193dqsm2190alr4mh49rdx7wyy51281amz8pnfnkhlqifc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/qsymbols/" + "source/latex/qsymbols/" + "tex/latex/qsymbols/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02hb4d193dqsm2190alr4mh49rdx7wyy51281amz8pnfnkhlqifc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/qsymbols") @@ -97504,12 +116620,17 @@ (define-public texlive-quicktype (package (name "texlive-quicktype") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/quicktype/" - "tex/latex/quicktype/") - (base32 - "1aza4qdzqylv8h2gdzq83m8hs4n8lf3f6l4x2gf3q9mg2v0gms2x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/quicktype/" + "tex/latex/quicktype/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1aza4qdzqylv8h2gdzq83m8hs4n8lf3f6l4x2gf3q9mg2v0gms2x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quicktype") @@ -97524,12 +116645,17 @@ (define-public texlive-quiz2socrative (package (name "texlive-quiz2socrative") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/quiz2socrative/" - "tex/latex/quiz2socrative/") - (base32 - "02w9hqb2ri1xp3b5mi2sd41q2grq4vw4cvi7zmff02rrwaxd16wa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/quiz2socrative/" + "tex/latex/quiz2socrative/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02w9hqb2ri1xp3b5mi2sd41q2grq4vw4cvi7zmff02rrwaxd16wa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quiz2socrative") @@ -97545,13 +116671,18 @@ (define-public texlive-quotchap (package (name "texlive-quotchap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/quotchap/" - "source/latex/quotchap/" - "tex/latex/quotchap/") - (base32 - "1v3hn7znccza193jlny1f61q6nx1hawp3hmr3277iq31idv59m99"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/quotchap/" + "source/latex/quotchap/" + "tex/latex/quotchap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v3hn7znccza193jlny1f61q6nx1hawp3hmr3277iq31idv59m99")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -97567,12 +116698,17 @@ (define-public texlive-quoting (package (name "texlive-quoting") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/quoting/" "source/latex/quoting/" - "tex/latex/quoting/") - (base32 - "035jilwq326893l3iza8dasznjfxvxg0w3r5zkygrjc5zycqmfp4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/quoting/" "source/latex/quoting/" + "tex/latex/quoting/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "035jilwq326893l3iza8dasznjfxvxg0w3r5zkygrjc5zycqmfp4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quoting") @@ -97590,13 +116726,18 @@ (define-public texlive-quotmark (package (name "texlive-quotmark") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/quotmark/" - "source/latex/quotmark/" - "tex/latex/quotmark/") - (base32 - "1hijpw5d29b6zdgrqrpmg8p5vh9kf3f6kx6r6qr1yc2l7ydscyma"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/quotmark/" + "source/latex/quotmark/" + "tex/latex/quotmark/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hijpw5d29b6zdgrqrpmg8p5vh9kf3f6kx6r6qr1yc2l7ydscyma")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/quotmark") @@ -97616,13 +116757,18 @@ (define-public texlive-ran-toks (package (name "texlive-ran-toks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ran_toks/" - "source/latex/ran_toks/" - "tex/latex/ran_toks/") - (base32 - "18js88apqcvsr4z4fwjf6219d28fxnhcv3srhhksbi5h4ky8y88m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ran_toks/" + "source/latex/ran_toks/" + "tex/latex/ran_toks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18js88apqcvsr4z4fwjf6219d28fxnhcv3srhhksbi5h4ky8y88m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ran_toks") @@ -97640,11 +116786,16 @@ (define-public texlive-randtext (package (name "texlive-randtext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/randtext/" "tex/latex/randtext/") - (base32 - "19zammzlnd4c0sa34pcm4gn5ascxsxcd9k2lrzpxdzck6cydycg8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/randtext/" "tex/latex/randtext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19zammzlnd4c0sa34pcm4gn5ascxsxcd9k2lrzpxdzck6cydycg8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/randtext") @@ -97662,12 +116813,17 @@ (define-public texlive-rccol (package (name "texlive-rccol") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rccol/" "source/latex/rccol/" - "tex/latex/rccol/") - (base32 - "1qd37lacjixjkz89lw6q3nszdqxbdsn89rw262rqldx4wn65l4qa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rccol/" "source/latex/rccol/" + "tex/latex/rccol/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qd37lacjixjkz89lw6q3nszdqxbdsn89rw262rqldx4wn65l4qa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rccol") @@ -97682,13 +116838,18 @@ (define-public texlive-rcs-multi (package (name "texlive-rcs-multi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rcs-multi/" - "source/latex/rcs-multi/" - "tex/latex/rcs-multi/") - (base32 - "13wa428acrycfrqva5agdq7mhnxr2cya5jzlprrs5k4bn01g40lj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rcs-multi/" + "source/latex/rcs-multi/" + "tex/latex/rcs-multi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13wa428acrycfrqva5agdq7mhnxr2cya5jzlprrs5k4bn01g40lj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rcs-multi") @@ -97703,12 +116864,17 @@ (define-public texlive-rcsinfo (package (name "texlive-rcsinfo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rcsinfo/" "source/latex/rcsinfo/" - "tex/latex/rcsinfo/") - (base32 - "0q0d961vqj7kmzmf07zssq6wwwj7zjdhl3a9yi53slhfjar4y8zz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rcsinfo/" "source/latex/rcsinfo/" + "tex/latex/rcsinfo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q0d961vqj7kmzmf07zssq6wwwj7zjdhl3a9yi53slhfjar4y8zz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rcsinfo") @@ -97723,12 +116889,17 @@ (define-public texlive-readablecv (package (name "texlive-readablecv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/readablecv/" - "tex/latex/readablecv/") - (base32 - "12gjcwmli04pj2cgsj2g0xw2m0vczqs7kq9zirqakbkk7nb7w4g2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/readablecv/" + "tex/latex/readablecv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12gjcwmli04pj2cgsj2g0xw2m0vczqs7kq9zirqakbkk7nb7w4g2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/readablecv") @@ -97742,13 +116913,18 @@ (define-public texlive-realboxes (package (name "texlive-realboxes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/realboxes/" - "source/latex/realboxes/" - "tex/latex/realboxes/") - (base32 - "1bvd1apjdw8x1rhp8g09p7mhy7v1hqbx27vhc18lfg3izz79gkr3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/realboxes/" + "source/latex/realboxes/" + "tex/latex/realboxes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bvd1apjdw8x1rhp8g09p7mhy7v1hqbx27vhc18lfg3izz79gkr3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/realboxes") @@ -97769,11 +116945,16 @@ (define-public texlive-recipe (package (name "texlive-recipe") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/recipe/" "tex/latex/recipe/") - (base32 - "1rw29wqyasp939w3shkh0ch1q97g51r1jd3g0gskasif9i4p4al8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/recipe/" "tex/latex/recipe/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rw29wqyasp939w3shkh0ch1q97g51r1jd3g0gskasif9i4p4al8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/recipe") @@ -97787,12 +116968,17 @@ (define-public texlive-recipebook (package (name "texlive-recipebook") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/recipebook/" - "tex/latex/recipebook/") - (base32 - "058hrxnj3zhp4yjcq1xbbyg1rp7jxycpp6nac2gn9v1admcdami0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/recipebook/" + "tex/latex/recipebook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "058hrxnj3zhp4yjcq1xbbyg1rp7jxycpp6nac2gn9v1admcdami0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/recipebook") @@ -97810,13 +116996,18 @@ (define-public texlive-recipecard (package (name "texlive-recipecard") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/recipecard/" - "source/latex/recipecard/" - "tex/latex/recipecard/") - (base32 - "0794jd9d28rjvwk6bx93al2dcavjrb341yjmivhmq74d504wahpf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/recipecard/" + "source/latex/recipecard/" + "tex/latex/recipecard/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0794jd9d28rjvwk6bx93al2dcavjrb341yjmivhmq74d504wahpf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -97833,11 +117024,16 @@ (define-public texlive-rectopma (package (name "texlive-rectopma") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rectopma/" "tex/latex/rectopma/") - (base32 - "158rk112xb538zav89w6yp4s0nasp8z4s7gwq22q3nchm4q7j8br"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rectopma/" "tex/latex/rectopma/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "158rk112xb538zav89w6yp4s0nasp8z4s7gwq22q3nchm4q7j8br")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rectopma") @@ -97852,11 +117048,16 @@ (define-public texlive-refcheck (package (name "texlive-refcheck") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/refcheck/" "tex/latex/refcheck/") - (base32 - "1zrwz6450p8gapw2sm7716k0h2si0l3c419xph0i0j9mj381kr8y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/refcheck/" "tex/latex/refcheck/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zrwz6450p8gapw2sm7716k0h2si0l3c419xph0i0j9mj381kr8y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/refcheck") @@ -97872,11 +117073,16 @@ (define-public texlive-refenums (package (name "texlive-refenums") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/refenums/" "tex/latex/refenums/") - (base32 - "08k7n3vwb12hyjdyj2509gll724v08r6cx1196piqcclbxb6vrll"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/refenums/" "tex/latex/refenums/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08k7n3vwb12hyjdyj2509gll724v08r6cx1196piqcclbxb6vrll")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/refenums") @@ -97894,13 +117100,18 @@ (define-public texlive-reflectgraphics (package (name "texlive-reflectgraphics") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/reflectgraphics/" - "source/latex/reflectgraphics/" - "tex/latex/reflectgraphics/") - (base32 - "0hwri11ywffm1a4rwgbb11yhhsa5p5ccz7x8rpclpr86rqg54mv1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/reflectgraphics/" + "source/latex/reflectgraphics/" + "tex/latex/reflectgraphics/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hwri11ywffm1a4rwgbb11yhhsa5p5ccz7x8rpclpr86rqg54mv1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/reflectgraphics") @@ -97914,12 +117125,17 @@ (define-public texlive-refman (package (name "texlive-refman") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/refman/" "source/latex/refman/" - "tex/latex/refman/") - (base32 - "11yrv849xq2qa6x1zihm1mk19gs7zfa7blw0psbcv945vxpz6vm8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/refman/" "source/latex/refman/" + "tex/latex/refman/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11yrv849xq2qa6x1zihm1mk19gs7zfa7blw0psbcv945vxpz6vm8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/refman") @@ -97934,13 +117150,18 @@ (define-public texlive-regcount (package (name "texlive-regcount") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/regcount/" - "source/latex/regcount/" - "tex/latex/regcount/") - (base32 - "1iyc21qs4y5cf1xbqz6h7hpv5w2aplb5xlczzkva23n562gg3gf7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/regcount/" + "source/latex/regcount/" + "tex/latex/regcount/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1iyc21qs4y5cf1xbqz6h7hpv5w2aplb5xlczzkva23n562gg3gf7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/regcount") @@ -97956,13 +117177,18 @@ (define-public texlive-register (package (name "texlive-register") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/register/" - "source/latex/register/" - "tex/latex/register/") - (base32 - "0zcffpp53dg59d7l24vsl6qjb6qfhmfbvwcbr658jhdmhawkzirr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/register/" + "source/latex/register/" + "tex/latex/register/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zcffpp53dg59d7l24vsl6qjb6qfhmfbvwcbr658jhdmhawkzirr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/register") @@ -97982,13 +117208,18 @@ (define-public texlive-regstats (package (name "texlive-regstats") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/regstats/" - "source/latex/regstats/" - "tex/latex/regstats/") - (base32 - "1a7jzqs8iv9pmami1pihn1dp3a4dz69ywzgz20zppxsdlg4m01fx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/regstats/" + "source/latex/regstats/" + "tex/latex/regstats/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a7jzqs8iv9pmami1pihn1dp3a4dz69ywzgz20zppxsdlg4m01fx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/regstats") @@ -98005,14 +117236,19 @@ (define-public texlive-relenc (package (name "texlive-relenc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/relenc/" - "fonts/tfm/public/relenc/" - "fonts/vf/public/relenc/" - "source/latex/relenc/" "tex/latex/relenc/") - (base32 - "1n712fg70rsxw3y7yxi3ijwb5cdn78ylkfs0j5kxi8k73lzxjjkb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/relenc/" + "fonts/tfm/public/relenc/" + "fonts/vf/public/relenc/" + "source/latex/relenc/" "tex/latex/relenc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n712fg70rsxw3y7yxi3ijwb5cdn78ylkfs0j5kxi8k73lzxjjkb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/relenc") @@ -98027,13 +117263,18 @@ (define-public texlive-repeatindex (package (name "texlive-repeatindex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/repeatindex/" - "makeindex/repeatindex/" - "tex/latex/repeatindex/") - (base32 - "10i5z21vz123xq7mn8248584n2h4gziznb28cmjbfmljvc7gfcfr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/repeatindex/" + "makeindex/repeatindex/" + "tex/latex/repeatindex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10i5z21vz123xq7mn8248584n2h4gziznb28cmjbfmljvc7gfcfr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/repeatindex") @@ -98047,13 +117288,18 @@ (define-public texlive-repltext (package (name "texlive-repltext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/repltext/" - "source/latex/repltext/" - "tex/latex/repltext/") - (base32 - "0kgkybp0fajswdl0cv8w29nglc2a0g2fxsm4k8z6idn2dkcc2z0c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/repltext/" + "source/latex/repltext/" + "tex/latex/repltext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kgkybp0fajswdl0cv8w29nglc2a0g2fxsm4k8z6idn2dkcc2z0c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/repltext") @@ -98069,12 +117315,17 @@ (define-public texlive-rescansync (package (name "texlive-rescansync") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rescansync/" - "tex/latex/rescansync/") - (base32 - "084wqg5h7jxqccz2ml7r0y2r3a9mp7zd7add9g1ly7p3fykygi0h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rescansync/" + "tex/latex/rescansync/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "084wqg5h7jxqccz2ml7r0y2r3a9mp7zd7add9g1ly7p3fykygi0h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rescansync") @@ -98088,12 +117339,17 @@ (define-public texlive-resmes (package (name "texlive-resmes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/resmes/" "source/latex/resmes/" - "tex/latex/resmes/") - (base32 - "1rj78zbk6dcadacck9n6jp23424aciwk88b5xgqmxgb3km5rnp89"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/resmes/" "source/latex/resmes/" + "tex/latex/resmes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rj78zbk6dcadacck9n6jp23424aciwk88b5xgqmxgb3km5rnp89")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/resmes") @@ -98107,12 +117363,17 @@ (define-public texlive-returntogrid (package (name "texlive-returntogrid") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/returntogrid/" - "tex/latex/returntogrid/") - (base32 - "0sm1ncfplpa1bfmxi6ak3hnpalkw211h6mrhl89qls00gd3hf5hg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/returntogrid/" + "tex/latex/returntogrid/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sm1ncfplpa1bfmxi6ak3hnpalkw211h6mrhl89qls00gd3hf5hg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/returntogrid") @@ -98129,13 +117390,18 @@ (define-public texlive-rgltxdoc (package (name "texlive-rgltxdoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rgltxdoc/" - "source/latex/rgltxdoc/" - "tex/latex/rgltxdoc/") - (base32 - "0wbgxl24d67hcwy01vsajg2am6ia6dagxgl32ql4854gcim0ypbj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rgltxdoc/" + "source/latex/rgltxdoc/" + "tex/latex/rgltxdoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wbgxl24d67hcwy01vsajg2am6ia6dagxgl32ql4854gcim0ypbj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rgltxdoc") @@ -98151,13 +117417,18 @@ (define-public texlive-rjlparshap (package (name "texlive-rjlparshap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rjlparshap/" - "source/latex/rjlparshap/" - "tex/latex/rjlparshap/") - (base32 - "1csigz0i8a1zlrzlv0wl5dc5rqbpjkfhadaib5y92qb54n4aqi36"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rjlparshap/" + "source/latex/rjlparshap/" + "tex/latex/rjlparshap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1csigz0i8a1zlrzlv0wl5dc5rqbpjkfhadaib5y92qb54n4aqi36")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rjlparshap") @@ -98173,11 +117444,16 @@ (define-public texlive-rlepsf (package (name "texlive-rlepsf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/rlepsf/" "tex/generic/rlepsf/") - (base32 - "0q3apjplxx9z1ff5cpg5ysjbybdfz8fj0av9h3kvrgvy0b4pqdg5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/rlepsf/" "tex/generic/rlepsf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q3apjplxx9z1ff5cpg5ysjbybdfz8fj0av9h3kvrgvy0b4pqdg5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rlepsf") @@ -98196,11 +117472,16 @@ (define-public texlive-rmpage (package (name "texlive-rmpage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rmpage/" "tex/latex/rmpage/") - (base32 - "0wv0nv514a8017vgbfbsykzn92lzpp7ma5hckn6fwhpvh9y8h9r7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rmpage/" "tex/latex/rmpage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wv0nv514a8017vgbfbsykzn92lzpp7ma5hckn6fwhpvh9y8h9r7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rmpage") @@ -98220,13 +117501,18 @@ (define-public texlive-robustcommand (package (name "texlive-robustcommand") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/robustcommand/" - "source/latex/robustcommand/" - "tex/latex/robustcommand/") - (base32 - "0h8j23ww9mrwsnn61f21inxr5m8xsgb60qswk6p8nw89z2zgrl7x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/robustcommand/" + "source/latex/robustcommand/" + "tex/latex/robustcommand/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h8j23ww9mrwsnn61f21inxr5m8xsgb60qswk6p8nw89z2zgrl7x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/robustcommand") @@ -98240,12 +117526,17 @@ (define-public texlive-robustindex (package (name "texlive-robustindex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/robustindex/" - "tex/latex/robustindex/") - (base32 - "1vm0fsshl9g4kkw9sfdva6xrmxmqhk1sndrg4nbh6ch8mk5s4b2a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/robustindex/" + "tex/latex/robustindex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vm0fsshl9g4kkw9sfdva6xrmxmqhk1sndrg4nbh6ch8mk5s4b2a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/robustindex") @@ -98262,13 +117553,18 @@ (define-public texlive-romanbar (package (name "texlive-romanbar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/romanbar/" - "source/latex/romanbar/" - "tex/latex/romanbar/") - (base32 - "0fq5jlpfj7cz6b4ic6y19sk35z51h6qqkqh0n8kg5snpclag1662"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/romanbar/" + "source/latex/romanbar/" + "tex/latex/romanbar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fq5jlpfj7cz6b4ic6y19sk35z51h6qqkqh0n8kg5snpclag1662")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/romanbar") @@ -98285,13 +117581,18 @@ (define-public texlive-romanbarpagenumber (package (name "texlive-romanbarpagenumber") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/romanbarpagenumber/" - "source/latex/romanbarpagenumber/" - "tex/latex/romanbarpagenumber/") - (base32 - "179n10ij40zfbnfqh44598c7amz45829i7lh155afl5hx40g72xm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/romanbarpagenumber/" + "source/latex/romanbarpagenumber/" + "tex/latex/romanbarpagenumber/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "179n10ij40zfbnfqh44598c7amz45829i7lh155afl5hx40g72xm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/romanbarpagenumber") @@ -98305,11 +117606,16 @@ (define-public texlive-romanneg (package (name "texlive-romanneg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/romanneg/" "tex/latex/romanneg/") - (base32 - "1j6anqlmvg36znah2cx10lpa5fnlqa1g2lfv3g2351hy2i94g9f8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/romanneg/" "tex/latex/romanneg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j6anqlmvg36znah2cx10lpa5fnlqa1g2lfv3g2351hy2i94g9f8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/romanneg") @@ -98323,13 +117629,18 @@ (define-public texlive-romannum (package (name "texlive-romannum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/romannum/" - "source/latex/romannum/" - "tex/latex/romannum/") - (base32 - "1n9hy1pxb6lgf27zmzzizj7jlygv9jc72gjlawqpp1akzjfzdq5r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/romannum/" + "source/latex/romannum/" + "tex/latex/romannum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n9hy1pxb6lgf27zmzzizj7jlygv9jc72gjlawqpp1akzjfzdq5r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/romannum") @@ -98344,13 +117655,18 @@ (define-public texlive-rotfloat (package (name "texlive-rotfloat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rotfloat/" - "source/latex/rotfloat/" - "tex/latex/rotfloat/") - (base32 - "1m0xmy3yip4j62rby0fqri2dk4jl75cph1y27r3x129l4kzyblvw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rotfloat/" + "source/latex/rotfloat/" + "tex/latex/rotfloat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m0xmy3yip4j62rby0fqri2dk4jl75cph1y27r3x129l4kzyblvw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rotfloat") @@ -98369,11 +117685,16 @@ (define-public texlive-rotpages (package (name "texlive-rotpages") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rotpages/" "tex/latex/rotpages/") - (base32 - "1lr7xj6z1l0prl787sfw3l5z4m4gp46n840zc84a51rm05vghjp7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rotpages/" "tex/latex/rotpages/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lr7xj6z1l0prl787sfw3l5z4m4gp46n840zc84a51rm05vghjp7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rotpages") @@ -98390,11 +117711,16 @@ (define-public texlive-roundbox (package (name "texlive-roundbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/roundbox/" "tex/latex/roundbox/") - (base32 - "1pyxk774xpl88pqjd1jg17cv06ipvv0injkhvf96ziz6mkranjzw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/roundbox/" "tex/latex/roundbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pyxk774xpl88pqjd1jg17cv06ipvv0injkhvf96ziz6mkranjzw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/roundbox") @@ -98408,11 +117734,16 @@ (define-public texlive-rterface (package (name "texlive-rterface") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rterface/" "tex/latex/rterface/") - (base32 - "1k9xfi2sxl9p7h3vm5b4dzp15w2vdr80p2bf8pvlry2wn8lb9vws"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rterface/" "tex/latex/rterface/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1k9xfi2sxl9p7h3vm5b4dzp15w2vdr80p2bf8pvlry2wn8lb9vws")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rterface") @@ -98426,13 +117757,18 @@ (define-public texlive-rtkinenc (package (name "texlive-rtkinenc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rtkinenc/" - "source/latex/rtkinenc/" - "tex/latex/rtkinenc/") - (base32 - "0921b6c5k168nbs32vlqxg8jznzw51dd02w5g1q6ld4dw8c78zxc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rtkinenc/" + "source/latex/rtkinenc/" + "tex/latex/rtkinenc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0921b6c5k168nbs32vlqxg8jznzw51dd02w5g1q6ld4dw8c78zxc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rtkinenc") @@ -98454,11 +117790,16 @@ (define-public texlive-rulerbox (package (name "texlive-rulerbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rulerbox/" "tex/latex/rulerbox/") - (base32 - "1rrhkr9z22xz0adm77b09spcpc80v2ld3iqzcgaq4hfmsl4vykzv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rulerbox/" "tex/latex/rulerbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rrhkr9z22xz0adm77b09spcpc80v2ld3iqzcgaq4hfmsl4vykzv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rulerbox") @@ -98473,13 +117814,18 @@ (define-public texlive-rulercompass (package (name "texlive-rulercompass") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rulercompass/" - "source/latex/rulercompass/" - "tex/latex/rulercompass/") - (base32 - "0ndbyvpqx5p8z7fnpiz8rihmvd8qni0pwl5d2wa8xslialy777b0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rulercompass/" + "source/latex/rulercompass/" + "tex/latex/rulercompass/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ndbyvpqx5p8z7fnpiz8rihmvd8qni0pwl5d2wa8xslialy777b0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rulercompass") @@ -98493,11 +117839,16 @@ (define-public texlive-runcode (package (name "texlive-runcode") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/runcode/" "tex/latex/runcode/") - (base32 - "0hl179kc1snbld8ggp2jsx7rb5kyi9xjw2xbvzlf0bjxib8c2id7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/runcode/" "tex/latex/runcode/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hl179kc1snbld8ggp2jsx7rb5kyi9xjw2xbvzlf0bjxib8c2id7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/runcode") @@ -98517,11 +117868,16 @@ (define-public texlive-rvwrite (package (name "texlive-rvwrite") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/rvwrite/" "tex/latex/rvwrite/") - (base32 - "0m3arw9ccm32y07w6ryvkyhyywgccc58pmyc8w46rlzzjq1bns13"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/rvwrite/" "tex/latex/rvwrite/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m3arw9ccm32y07w6ryvkyhyywgccc58pmyc8w46rlzzjq1bns13")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/rvwrite") @@ -98540,12 +117896,17 @@ (define-public texlive-sanitize-umlaut (package (name "texlive-sanitize-umlaut") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sanitize-umlaut/" - "tex/latex/sanitize-umlaut/") - (base32 - "14hi35xzs2kmv5bk4h9yw8xqm1h08w9aqm6yhd8y3lx9jcggxmqf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sanitize-umlaut/" + "tex/latex/sanitize-umlaut/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14hi35xzs2kmv5bk4h9yw8xqm1h08w9aqm6yhd8y3lx9jcggxmqf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sanitize-umlaut") @@ -98562,11 +117923,16 @@ (define-public texlive-precattl (package (name "texlive-precattl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/precattl/" "tex/latex/precattl/") - (base32 - "0b003sdv58chmckyqcrij6k2b76639j7r5hiidnwcwf1lk56wfk4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/precattl/" "tex/latex/precattl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b003sdv58chmckyqcrij6k2b76639j7r5hiidnwcwf1lk56wfk4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/precattl") @@ -98580,11 +117946,16 @@ (define-public texlive-saveenv (package (name "texlive-saveenv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/saveenv/" "tex/latex/saveenv/") - (base32 - "0m3pmzmqpksymlqn71d5p98d10yg3nqz7a5pqcylpb4a8w0g63r7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/saveenv/" "tex/latex/saveenv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m3pmzmqpksymlqn71d5p98d10yg3nqz7a5pqcylpb4a8w0g63r7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-precattl)) @@ -98599,13 +117970,18 @@ (define-public texlive-savefnmark (package (name "texlive-savefnmark") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/savefnmark/" - "source/latex/savefnmark/" - "tex/latex/savefnmark/") - (base32 - "06gcknhf2hm924l8zzbp4bxpcs69kchd3nqgy7n3fjaz8k8gwz0i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/savefnmark/" + "source/latex/savefnmark/" + "tex/latex/savefnmark/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06gcknhf2hm924l8zzbp4bxpcs69kchd3nqgy7n3fjaz8k8gwz0i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/savefnmark") @@ -98620,11 +117996,16 @@ (define-public texlive-savesym (package (name "texlive-savesym") (version "2023.0") - (source (texlive-origin - name version - (list "tex/latex/savesym/") - (base32 - "18z0xwarbkb6cm7n29wasa04d92g2pirlzsr0icnzfip2f4j7524"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/latex/savesym/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18z0xwarbkb6cm7n29wasa04d92g2pirlzsr0icnzfip2f4j7524")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/savesym") (synopsis "Redefine symbols where names conflict") @@ -98643,14 +118024,19 @@ (define-public texlive-savetrees (package (name "texlive-savetrees") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/savetrees/" - "doc/latex/savetrees/" - "source/latex/savetrees/" - "tex/latex/savetrees/") - (base32 - "06vhi0yzdrry5l8xg1j3hm0c22af4hasdaivgrbgqbjxldll2dxa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/savetrees/" + "doc/latex/savetrees/" + "source/latex/savetrees/" + "tex/latex/savetrees/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06vhi0yzdrry5l8xg1j3hm0c22af4hasdaivgrbgqbjxldll2dxa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/savetrees") @@ -98670,12 +118056,17 @@ (define-public texlive-scale (package (name "texlive-scale") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/scale/" "source/latex/scale/" - "tex/latex/scale/") - (base32 - "150dm7w2nlqfrhi71xnnmi92mrhdn7lbpnnsz22r0z71wk95qb26"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/scale/" "source/latex/scale/" + "tex/latex/scale/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "150dm7w2nlqfrhi71xnnmi92mrhdn7lbpnnsz22r0z71wk95qb26")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scale") @@ -98691,13 +118082,18 @@ (define-public texlive-scalebar (package (name "texlive-scalebar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/scalebar/" - "source/latex/scalebar/" - "tex/latex/scalebar/") - (base32 - "09s698gnw8qh30srff40yd8f2dl7ja0vgh8djh20i5xyzb74c0xg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/scalebar/" + "source/latex/scalebar/" + "tex/latex/scalebar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09s698gnw8qh30srff40yd8f2dl7ja0vgh8djh20i5xyzb74c0xg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scalebar") @@ -98713,11 +118109,16 @@ (define-public texlive-scalerel (package (name "texlive-scalerel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/scalerel/" "tex/latex/scalerel/") - (base32 - "1l2miwqhgrcv74iy3zwi656bs89hsag1pyfs9ycbcbxs6rcp270h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/scalerel/" "tex/latex/scalerel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l2miwqhgrcv74iy3zwi656bs89hsag1pyfs9ycbcbxs6rcp270h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scalerel") @@ -98736,15 +118137,20 @@ (define-public texlive-scanpages (package (name "texlive-scanpages") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/scanpages/" - "fonts/map/dvips/scanpages/" - "fonts/tfm/public/scanpages/" - "fonts/type1/public/scanpages/" - "tex/latex/scanpages/") - (base32 - "1a94fvacp5hqkz5f0wkshhjlnv97b2nqvm49fc93hylkgvi9pqym"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/scanpages/" + "fonts/map/dvips/scanpages/" + "fonts/tfm/public/scanpages/" + "fonts/type1/public/scanpages/" + "tex/latex/scanpages/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a94fvacp5hqkz5f0wkshhjlnv97b2nqvm49fc93hylkgvi9pqym")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scanpages") @@ -98758,13 +118164,18 @@ (define-public texlive-schedule (package (name "texlive-schedule") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/schedule/" - "source/latex/schedule/" - "tex/latex/schedule/") - (base32 - "08k092d0vy1s45180bgh4476r0h22lg3ngizh8ncy5mkgh5fyznl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/schedule/" + "source/latex/schedule/" + "tex/latex/schedule/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08k092d0vy1s45180bgh4476r0h22lg3ngizh8ncy5mkgh5fyznl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/schedule") @@ -98782,13 +118193,18 @@ (define-public texlive-schooldocs (package (name "texlive-schooldocs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/schooldocs/" - "source/latex/schooldocs/" - "tex/latex/schooldocs/") - (base32 - "0rfdxsfgi6d4q755fcp7kzc4lxfkvwwp82j3z7sfhp6xgqx11hm6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/schooldocs/" + "source/latex/schooldocs/" + "tex/latex/schooldocs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rfdxsfgi6d4q755fcp7kzc4lxfkvwwp82j3z7sfhp6xgqx11hm6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/schooldocs") @@ -98805,15 +118221,20 @@ (define-public texlive-scontents (package (name "texlive-scontents") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/scontents/" - "source/latex/scontents/" - "tex/context/third/scontents/" - "tex/generic/scontents/" - "tex/latex/scontents/") - (base32 - "0817f3xjaxli7rjqpr1gl13mx2iba3c0p95y9818kwccj47v71py"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/scontents/" + "source/latex/scontents/" + "tex/context/third/scontents/" + "tex/generic/scontents/" + "tex/latex/scontents/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0817f3xjaxli7rjqpr1gl13mx2iba3c0p95y9818kwccj47v71py")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scontents") @@ -98828,13 +118249,18 @@ (define-public texlive-scrambledenvs (package (name "texlive-scrambledenvs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/scrambledenvs/" - "source/latex/scrambledenvs/" - "tex/latex/scrambledenvs/") - (base32 - "0s88vg9zwsbny8i8m5vs9hwd4fpblsvwwxam5z3416i2xc924mnx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/scrambledenvs/" + "source/latex/scrambledenvs/" + "tex/latex/scrambledenvs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s88vg9zwsbny8i8m5vs9hwd4fpblsvwwxam5z3416i2xc924mnx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scrambledenvs") @@ -98853,13 +118279,18 @@ (define-public texlive-scrlayer-fancyhdr (package (name "texlive-scrlayer-fancyhdr") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/scrlayer-fancyhdr/" - "source/latex/scrlayer-fancyhdr/" - "tex/latex/scrlayer-fancyhdr/") - (base32 - "1ikr1l1pa33l6v2d3ad4gz2qp3ggldk1f31j49cgfazs6qwnzy0a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/scrlayer-fancyhdr/" + "source/latex/scrlayer-fancyhdr/" + "tex/latex/scrlayer-fancyhdr/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ikr1l1pa33l6v2d3ad4gz2qp3ggldk1f31j49cgfazs6qwnzy0a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scrlayer-fancyhdr") @@ -98875,12 +118306,17 @@ (define-public texlive-scrlttr2copy (package (name "texlive-scrlttr2copy") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/scrlttr2copy/" - "tex/latex/scrlttr2copy/") - (base32 - "05wgvw2fqaf5fnrxx1viscic4c3hmncmkbji9kljwx8mpl2s2zcs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/scrlttr2copy/" + "tex/latex/scrlttr2copy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05wgvw2fqaf5fnrxx1viscic4c3hmncmkbji9kljwx8mpl2s2zcs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/scrlttr2copy") @@ -98896,12 +118332,17 @@ (define-public texlive-sdaps (package (name "texlive-sdaps") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sdaps/" "source/latex/sdaps/" - "tex/latex/sdaps/") - (base32 - "1nddqv5wgbay8wqdjppanbks6xivb48x0l0fpbkv1sak7h92kmbg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sdaps/" "source/latex/sdaps/" + "tex/latex/sdaps/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nddqv5wgbay8wqdjppanbks6xivb48x0l0fpbkv1sak7h92kmbg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs @@ -98949,11 +118390,16 @@ (define-public texlive-sdrt (package (name "texlive-sdrt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sdrt/" "tex/latex/sdrt/") - (base32 - "1lv0fv3af0z5r7ca422dymimf6lkc55ylqhaq8hpq8ynz0qh7zl0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sdrt/" "tex/latex/sdrt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1lv0fv3af0z5r7ca422dymimf6lkc55ylqhaq8hpq8ynz0qh7zl0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sdrt") @@ -98970,11 +118416,16 @@ (define-public texlive-secdot (package (name "texlive-secdot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/secdot/" "tex/latex/secdot/") - (base32 - "1ndmzj21xwjdqz905h0bgz581adsij2w95m1zjpc9avhgsgx7fy0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/secdot/" "tex/latex/secdot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ndmzj21xwjdqz905h0bgz581adsij2w95m1zjpc9avhgsgx7fy0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/secdot") @@ -98989,12 +118440,17 @@ (define-public texlive-secnum (package (name "texlive-secnum") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/secnum/" "source/latex/secnum/" - "tex/latex/secnum/") - (base32 - "0nsvq3w3925r45qg6na5i79wg84sy6p4a2gi6nrgkilb1mdvxxqx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/secnum/" "source/latex/secnum/" + "tex/latex/secnum/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nsvq3w3925r45qg6na5i79wg84sy6p4a2gi6nrgkilb1mdvxxqx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/secnum") @@ -99008,12 +118464,17 @@ (define-public texlive-sectionbox (package (name "texlive-sectionbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sectionbox/" - "tex/latex/sectionbox/") - (base32 - "0lhjf0pmp9i0ka24flfpn88z4k66mxid0vrhvwxfq01bcr695wcf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sectionbox/" + "tex/latex/sectionbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lhjf0pmp9i0ka24flfpn88z4k66mxid0vrhvwxfq01bcr695wcf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sectionbox") @@ -99029,12 +118490,17 @@ (define-public texlive-sectionbreak (package (name "texlive-sectionbreak") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sectionbreak/" - "tex/latex/sectionbreak/") - (base32 - "0b58qzhxbsmg3yfkmgq8xis3l9yb3jzi85znzczd75yvbcs5b0f3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sectionbreak/" + "tex/latex/sectionbreak/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b58qzhxbsmg3yfkmgq8xis3l9yb3jzi85znzczd75yvbcs5b0f3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sectionbreak") @@ -99050,12 +118516,17 @@ (define-public texlive-seealso (package (name "texlive-seealso") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/seealso/" "source/latex/seealso/" - "tex/latex/seealso/") - (base32 - "0ibgrrmbdmdbkzahkwgi726zaqz06q9da2102lkyy6r11x7dnvbf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/seealso/" "source/latex/seealso/" + "tex/latex/seealso/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ibgrrmbdmdbkzahkwgi726zaqz06q9da2102lkyy6r11x7dnvbf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/seealso") @@ -99070,11 +118541,16 @@ (define-public texlive-selectp (package (name "texlive-selectp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/selectp/" "tex/latex/selectp/") - (base32 - "1j1i4d5ira8kiqxl24pvlzic8fvvl5zlmsm6wy7hk6z37wp4jmc7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/selectp/" "tex/latex/selectp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j1i4d5ira8kiqxl24pvlzic8fvvl5zlmsm6wy7hk6z37wp4jmc7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/selectp") @@ -99089,11 +118565,16 @@ (define-public texlive-semantex (package (name "texlive-semantex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/semantex/" "tex/latex/semantex/") - (base32 - "0pjx6ff628bwa027vrcjx1x9vg967mh22vb7sy3pdxdk1mx0idhn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/semantex/" "tex/latex/semantex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pjx6ff628bwa027vrcjx1x9vg967mh22vb7sy3pdxdk1mx0idhn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-semtex)) @@ -99114,13 +118595,18 @@ (define-public texlive-semantic (package (name "texlive-semantic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/semantic/" - "source/latex/semantic/" - "tex/latex/semantic/") - (base32 - "14v1538y7gsn63833j41z9yan8cpn2c4pls2rwyyk7qmzjj30nh7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/semantic/" + "source/latex/semantic/" + "tex/latex/semantic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14v1538y7gsn63833j41z9yan8cpn2c4pls2rwyyk7qmzjj30nh7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/semantic") @@ -99134,12 +118620,17 @@ (define-public texlive-semantic-markup (package (name "texlive-semantic-markup") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/semantic-markup/" - "tex/latex/semantic-markup/") - (base32 - "0c7n0rwz8lm5qs67rln2qky9bjkffkwlrx9xaw6c1z7xsgwbm6n1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/semantic-markup/" + "tex/latex/semantic-markup/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c7n0rwz8lm5qs67rln2qky9bjkffkwlrx9xaw6c1z7xsgwbm6n1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/semantic-markup") @@ -99162,13 +118653,18 @@ (define-public texlive-semesterplanner (package (name "texlive-semesterplanner") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/semesterplanner/" - "source/lualatex/semesterplanner/" - "tex/lualatex/semesterplanner/") - (base32 - "1ixi839q2p88gplzlxhx4mqk9nwaw9yi16xh2fvihbmd0gllzw86"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/semesterplanner/" + "source/lualatex/semesterplanner/" + "tex/lualatex/semesterplanner/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ixi839q2p88gplzlxhx4mqk9nwaw9yi16xh2fvihbmd0gllzw86")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/semesterplanner") @@ -99183,13 +118679,18 @@ (define-public texlive-semioneside (package (name "texlive-semioneside") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/semioneside/" - "source/latex/semioneside/" - "tex/latex/semioneside/") - (base32 - "025wvr95j3p8i1pfcvai57zaq1bnw0wkf1j8piljlaap95fc09ii"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/semioneside/" + "source/latex/semioneside/" + "tex/latex/semioneside/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "025wvr95j3p8i1pfcvai57zaq1bnw0wkf1j8piljlaap95fc09ii")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/semioneside") @@ -99206,12 +118707,17 @@ (define-public texlive-semproc (package (name "texlive-semproc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/semproc/" "source/latex/semproc/" - "tex/latex/semproc/") - (base32 - "1ymixf3wggka9n7888wnaylkh2hzlylsdnzlk6chy9llnfy4wr7d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/semproc/" "source/latex/semproc/" + "tex/latex/semproc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ymixf3wggka9n7888wnaylkh2hzlylsdnzlk6chy9llnfy4wr7d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/semproc") @@ -99232,11 +118738,16 @@ (define-public texlive-semtex (package (name "texlive-semtex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/semtex/" "tex/latex/semtex/") - (base32 - "1d0sh9rjnwnfgkh5vnnv2sbk4xnklbf8a6dk1dc3y3p3qv36yial"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/semtex/" "tex/latex/semtex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d0sh9rjnwnfgkh5vnnv2sbk4xnklbf8a6dk1dc3y3p3qv36yial")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/semtex") @@ -99257,12 +118768,17 @@ (define-public texlive-sepfootnotes (package (name "texlive-sepfootnotes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sepfootnotes/" - "tex/latex/sepfootnotes/") - (base32 - "1k9hi6vffn10j75gw5pjxjqila2dyvlv6s1b8r4m4s0mad24498f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sepfootnotes/" + "tex/latex/sepfootnotes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1k9hi6vffn10j75gw5pjxjqila2dyvlv6s1b8r4m4s0mad24498f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sepfootnotes") @@ -99278,13 +118794,18 @@ (define-public texlive-sesstime (package (name "texlive-sesstime") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sesstime/" - "source/latex/sesstime/" - "tex/latex/sesstime/") - (base32 - "0ajryzcw1pf9yva3qpbx1f7mpl5pnkj4k3ccvh5hxaif86jydcc1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sesstime/" + "source/latex/sesstime/" + "tex/latex/sesstime/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ajryzcw1pf9yva3qpbx1f7mpl5pnkj4k3ccvh5hxaif86jydcc1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sesstime") @@ -99300,12 +118821,17 @@ (define-public texlive-sf298 (package (name "texlive-sf298") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sf298/" "source/latex/sf298/" - "tex/latex/sf298/") - (base32 - "1mn1lhj2hqwpyb2q06sw15vgz5ykl7gx4n5iy3q1d3dj8nj3rr6v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sf298/" "source/latex/sf298/" + "tex/latex/sf298/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mn1lhj2hqwpyb2q06sw15vgz5ykl7gx4n5iy3q1d3dj8nj3rr6v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sf298") @@ -99320,12 +118846,17 @@ (define-public texlive-sffms (package (name "texlive-sffms") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sffms/" "source/latex/sffms/" - "tex/latex/sffms/") - (base32 - "1bijlqr55fbd1jx6739242vbi04zai5mcqmy23dzhpn8bbayzvrj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sffms/" "source/latex/sffms/" + "tex/latex/sffms/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bijlqr55fbd1jx6739242vbi04zai5mcqmy23dzhpn8bbayzvrj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sffms") @@ -99340,11 +118871,16 @@ (define-public texlive-sfmath (package (name "texlive-sfmath") (version "2023.0") - (source (texlive-origin - name version - (list "tex/latex/sfmath/") - (base32 - "05m3whw5xkml48yx93j9h46qmspnr5hwsfszb59l4wy4jfj66zk4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/latex/sfmath/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05m3whw5xkml48yx93j9h46qmspnr5hwsfszb59l4wy4jfj66zk4")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sfmath") (synopsis "Sans-serif mathematics") @@ -99358,11 +118894,16 @@ (define-public texlive-shadethm (package (name "texlive-shadethm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/shadethm/" "tex/latex/shadethm/") - (base32 - "0mzvfvz5f07mva4hjaba9jrhj9jalv7hqck93236qqbxkp1lxpr9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/shadethm/" "tex/latex/shadethm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mzvfvz5f07mva4hjaba9jrhj9jalv7hqck93236qqbxkp1lxpr9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/shadethm") @@ -99380,11 +118921,16 @@ (define-public texlive-shadow (package (name "texlive-shadow") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/shadow/" "tex/latex/shadow/") - (base32 - "0rqwga17jy4d8zyv2v3sf0vww8cf54jg4qqd0blxq748fk2b4509"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/shadow/" "tex/latex/shadow/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rqwga17jy4d8zyv2v3sf0vww8cf54jg4qqd0blxq748fk2b4509")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/shadow") @@ -99398,12 +118944,17 @@ (define-public texlive-shadowtext (package (name "texlive-shadowtext") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/shadowtext/" - "tex/latex/shadowtext/") - (base32 - "1ffldvx7as6jympf2fqkwd2arxphcf6l1cmpf8kvgh1f5hdbzwcr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/shadowtext/" + "tex/latex/shadowtext/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ffldvx7as6jympf2fqkwd2arxphcf6l1cmpf8kvgh1f5hdbzwcr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/shadowtext") @@ -99418,12 +118969,17 @@ (define-public texlive-shapepar (package (name "texlive-shapepar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/shapepar/" - "tex/generic/shapepar/") - (base32 - "0bv18gkw4x5hz5bharypnw30zhiasryczvq92bib57gww8lxr3n7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/shapepar/" + "tex/generic/shapepar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bv18gkw4x5hz5bharypnw30zhiasryczvq92bib57gww8lxr3n7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/shapepar") @@ -99453,12 +119009,17 @@ (define-public texlive-shdoc (package (name "texlive-shdoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/shdoc/" "source/latex/shdoc/" - "tex/latex/shdoc/") - (base32 - "0gx7jndmz4x2n03af7537bbngbmpg4vh51m35q9ziz6agsvjlxn3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/shdoc/" "source/latex/shdoc/" + "tex/latex/shdoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gx7jndmz4x2n03af7537bbngbmpg4vh51m35q9ziz6agsvjlxn3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/shdoc") @@ -99474,12 +119035,17 @@ (define-public texlive-shipunov (package (name "texlive-shipunov") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/shipunov/" "doc/latex/shipunov/" - "tex/latex/shipunov/") - (base32 - "1zzjbsshv60k2a3nfgj1rdad3883ys04an5hsq7hm4vs62k6j53b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/shipunov/" "doc/latex/shipunov/" + "tex/latex/shipunov/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zzjbsshv60k2a3nfgj1rdad3883ys04an5hsq7hm4vs62k6j53b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/shipunov") @@ -99557,13 +119123,18 @@ (define-public texlive-shorttoc (package (name "texlive-shorttoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/shorttoc/" - "source/latex/shorttoc/" - "tex/latex/shorttoc/") - (base32 - "0ajzxmpj3d4lnzh3l86k4bii1jjs2483x7lmzgc2rqkp80zaayh0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/shorttoc/" + "source/latex/shorttoc/" + "tex/latex/shorttoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ajzxmpj3d4lnzh3l86k4bii1jjs2483x7lmzgc2rqkp80zaayh0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/shorttoc") @@ -99579,12 +119150,17 @@ (define-public texlive-show2e (package (name "texlive-show2e") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/show2e/" "source/latex/show2e/" - "tex/latex/show2e/") - (base32 - "1j1cb5qy25qni8wq1kaf6p6c0whzrbymhm00g4jjajaizagm4ki2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/show2e/" "source/latex/show2e/" + "tex/latex/show2e/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j1cb5qy25qni8wq1kaf6p6c0whzrbymhm00g4jjajaizagm4ki2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -99609,13 +119185,18 @@ (define-public texlive-showcharinbox (package (name "texlive-showcharinbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/showcharinbox/" - "source/latex/showcharinbox/" - "tex/latex/showcharinbox/") - (base32 - "1y91l00r6a04bjvqxqf0s4k3bf093q2wccd6s7dcz78wbp92ycj9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/showcharinbox/" + "source/latex/showcharinbox/" + "tex/latex/showcharinbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1y91l00r6a04bjvqxqf0s4k3bf093q2wccd6s7dcz78wbp92ycj9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/showcharinbox") @@ -99629,11 +119210,16 @@ (define-public texlive-showdim (package (name "texlive-showdim") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/showdim/" "tex/latex/showdim/") - (base32 - "1hr2hfrvgqyfqaj9jgwiikcpf1pnslg8v0zw5qbj1ii6r7l8vrrd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/showdim/" "tex/latex/showdim/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hr2hfrvgqyfqaj9jgwiikcpf1pnslg8v0zw5qbj1ii6r7l8vrrd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/showdim") @@ -99649,13 +119235,18 @@ (define-public texlive-showlabels (package (name "texlive-showlabels") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/showlabels/" - "source/latex/showlabels/" - "tex/latex/showlabels/") - (base32 - "0c88yijjfw1xnlcchmsk9965fn464fj5xzi0s9ri13nj8cq7dmsw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/showlabels/" + "source/latex/showlabels/" + "tex/latex/showlabels/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c88yijjfw1xnlcchmsk9965fn464fj5xzi0s9ri13nj8cq7dmsw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/showlabels") @@ -99673,13 +119264,18 @@ (define-public texlive-sidenotes (package (name "texlive-sidenotes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sidenotes/" - "source/latex/sidenotes/" - "tex/latex/sidenotes/") - (base32 - "0amrcapvyz9fbh7mqck7pg85nmkr6wgqmyvjj3syjnkshlcpvrr8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sidenotes/" + "source/latex/sidenotes/" + "tex/latex/sidenotes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0amrcapvyz9fbh7mqck7pg85nmkr6wgqmyvjj3syjnkshlcpvrr8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sidenotes") @@ -99694,13 +119290,18 @@ (define-public texlive-sidenotesplus (package (name "texlive-sidenotesplus") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sidenotesplus/" - "source/latex/sidenotesplus/" - "tex/latex/sidenotesplus/") - (base32 - "1nkyijswqnkd3igg9ln8pgfrmibfgfvavzrmi8d36d9f6bbc4i3a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sidenotesplus/" + "source/latex/sidenotesplus/" + "tex/latex/sidenotesplus/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nkyijswqnkd3igg9ln8pgfrmibfgfvavzrmi8d36d9f6bbc4i3a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sidenotesplus") @@ -99730,12 +119331,17 @@ (define-public texlive-silence (package (name "texlive-silence") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/silence/" "source/latex/silence/" - "tex/latex/silence/") - (base32 - "1pavby09may2z85r94hb4881knlssx7alvnrp523j6k4s2wqsxyq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/silence/" "source/latex/silence/" + "tex/latex/silence/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pavby09may2z85r94hb4881knlssx7alvnrp523j6k4s2wqsxyq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/silence") @@ -99753,13 +119359,18 @@ (define-public texlive-sillypage (package (name "texlive-sillypage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sillypage/" - "source/latex/sillypage/" - "tex/latex/sillypage/") - (base32 - "04jnp1hl3k0hs8rgzn1q3q41rmd95wlzv7f1dd9s4affzfk6an1z"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sillypage/" + "source/latex/sillypage/" + "tex/latex/sillypage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04jnp1hl3k0hs8rgzn1q3q41rmd95wlzv7f1dd9s4affzfk6an1z")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sillypage") @@ -99774,13 +119385,18 @@ (define-public texlive-simplecd (package (name "texlive-simplecd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/simplecd/" - "source/latex/simplecd/" - "tex/latex/simplecd/") - (base32 - "1z01p6xzr17745pn344p0s4z8l76sn3vhlliy7mnqlrv29fg6x61"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/simplecd/" + "source/latex/simplecd/" + "tex/latex/simplecd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z01p6xzr17745pn344p0s4z8l76sn3vhlliy7mnqlrv29fg6x61")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/simplecd") @@ -99797,13 +119413,18 @@ (define-public texlive-simplecv (package (name "texlive-simplecv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/simplecv/" - "source/latex/simplecv/" - "tex/latex/simplecv/") - (base32 - "03clih4gy6isd2p0xg75w19d4l8zx1d9c2i46idfh8wzcqzr35mj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/simplecv/" + "source/latex/simplecv/" + "tex/latex/simplecv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "03clih4gy6isd2p0xg75w19d4l8zx1d9c2i46idfh8wzcqzr35mj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/simplecv") @@ -99817,12 +119438,17 @@ (define-public texlive-simpleinvoice (package (name "texlive-simpleinvoice") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/simpleinvoice/" - "tex/latex/simpleinvoice/") - (base32 - "02rni033d2ighbc3s165blqpsxzxqz4sfvlnc7h4820l5583nvfr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/simpleinvoice/" + "tex/latex/simpleinvoice/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02rni033d2ighbc3s165blqpsxzxqz4sfvlnc7h4820l5583nvfr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/simpleinvoice") @@ -99838,12 +119464,17 @@ (define-public texlive-simplivre (package (name "texlive-simplivre") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/simplivre/" - "tex/latex/simplivre/") - (base32 - "0hi0rdzlsvqw7m0z1qz6cm8zcz0r29rnd5w7d5624ihqnjscn6j5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/simplivre/" + "tex/latex/simplivre/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hi0rdzlsvqw7m0z1qz6cm8zcz0r29rnd5w7d5624ihqnjscn6j5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-minimalist)) @@ -99861,12 +119492,17 @@ (define-public texlive-sitem (package (name "texlive-sitem") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sitem/" "source/latex/sitem/" - "tex/latex/sitem/") - (base32 - "0a3j735747kip4l72rl8xkzlnmp0fsqj9vdig4m1jbvwk2qhsn8c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sitem/" "source/latex/sitem/" + "tex/latex/sitem/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a3j735747kip4l72rl8xkzlnmp0fsqj9vdig4m1jbvwk2qhsn8c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sitem") @@ -99880,12 +119516,17 @@ (define-public texlive-skb (package (name "texlive-skb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/skb/" "source/latex/skb/" - "tex/latex/skb/") - (base32 - "146fjbh3jihjq9chbzshfcaha2d05dzqwcg7j154af00na59n8qk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/skb/" "source/latex/skb/" + "tex/latex/skb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "146fjbh3jihjq9chbzshfcaha2d05dzqwcg7j154af00na59n8qk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -99908,12 +119549,17 @@ (define-public texlive-skdoc (package (name "texlive-skdoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/skdoc/" "source/latex/skdoc/" - "tex/latex/skdoc/") - (base32 - "0m0961393b2r5rmkyjnl9l13gvzxjmif63mbl45wykcvpwrp2jhl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/skdoc/" "source/latex/skdoc/" + "tex/latex/skdoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m0961393b2r5rmkyjnl9l13gvzxjmif63mbl45wykcvpwrp2jhl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/skdoc") @@ -99930,11 +119576,16 @@ (define-public texlive-skeldoc (package (name "texlive-skeldoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/skeldoc/" "tex/latex/skeldoc/") - (base32 - "10172ig4pivy3hl8y6cb3jxzxdb1lylwbjc75a17ygk2x1lm4xds"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/skeldoc/" "tex/latex/skeldoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10172ig4pivy3hl8y6cb3jxzxdb1lylwbjc75a17ygk2x1lm4xds")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/skeldoc") @@ -99952,12 +119603,17 @@ (define-public texlive-skeycommand (package (name "texlive-skeycommand") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/skeycommand/" - "tex/latex/skeycommand/") - (base32 - "1iqmqxiiiq6mqmnmw4ii30la4d7z970wr7jx0yv50lh102lx67rw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/skeycommand/" + "tex/latex/skeycommand/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1iqmqxiiiq6mqmnmw4ii30la4d7z970wr7jx0yv50lh102lx67rw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/skeycommand") @@ -99972,11 +119628,16 @@ (define-public texlive-skeyval (package (name "texlive-skeyval") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/skeyval/" "tex/latex/skeyval/") - (base32 - "09647p16f50wa9yz9jfypwckginvlv0897x4gb7m69pbvgnsdf4i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/skeyval/" "tex/latex/skeyval/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09647p16f50wa9yz9jfypwckginvlv0897x4gb7m69pbvgnsdf4i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/skeyval") @@ -99993,11 +119654,16 @@ (define-public texlive-skills (package (name "texlive-skills") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/skills/" "tex/latex/skills/") - (base32 - "0hvh16a6iziand9wlq48lnaw3ha1lj5g396mpfv1m8ci3r9hydm6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/skills/" "tex/latex/skills/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0hvh16a6iziand9wlq48lnaw3ha1lj5g396mpfv1m8ci3r9hydm6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/skills") @@ -100016,13 +119682,18 @@ (define-public texlive-skrapport (package (name "texlive-skrapport") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/skrapport/" - "source/latex/skrapport/" - "tex/latex/skrapport/") - (base32 - "1bln56w1dfd36qg07b98d9271dhszca7l8w7x4vxwfq1n4yxm1rd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/skrapport/" + "source/latex/skrapport/" + "tex/latex/skrapport/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bln56w1dfd36qg07b98d9271dhszca7l8w7x4vxwfq1n4yxm1rd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/skrapport") @@ -100037,12 +119708,17 @@ (define-public texlive-slantsc (package (name "texlive-slantsc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/slantsc/" "source/latex/slantsc/" - "tex/latex/slantsc/") - (base32 - "1m00h2bmgj5w3zd219s1l25ihr05kj1kpwilggbgh720bcvc3idp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/slantsc/" "source/latex/slantsc/" + "tex/latex/slantsc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m00h2bmgj5w3zd219s1l25ihr05kj1kpwilggbgh720bcvc3idp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/slantsc") @@ -100057,12 +119733,17 @@ (define-public texlive-smalltableof (package (name "texlive-smalltableof") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/smalltableof/" - "tex/latex/smalltableof/") - (base32 - "022m2n0524mcgzjq4ba1sm76alwy78h4w83kvc68h3yzfb6i7mm6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/smalltableof/" + "tex/latex/smalltableof/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "022m2n0524mcgzjq4ba1sm76alwy78h4w83kvc68h3yzfb6i7mm6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/smalltableof") @@ -100077,13 +119758,18 @@ (define-public texlive-smart-eqn (package (name "texlive-smart-eqn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/smart-eqn/" - "source/latex/smart-eqn/" - "tex/latex/smart-eqn/") - (base32 - "1w98b1m1i43rk12392vqbw92133ijf5af0xwd85a0bjixjfrjdwb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/smart-eqn/" + "source/latex/smart-eqn/" + "tex/latex/smart-eqn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1w98b1m1i43rk12392vqbw92133ijf5af0xwd85a0bjixjfrjdwb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/smart-eqn") @@ -100102,11 +119788,16 @@ (define-public texlive-smartref (package (name "texlive-smartref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/smartref/" "tex/latex/smartref/") - (base32 - "11fvmy3173spkg8y8l9nfjwlfnhyqhz4mp8h32234x72ybjhkmhl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/smartref/" "tex/latex/smartref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11fvmy3173spkg8y8l9nfjwlfnhyqhz4mp8h32234x72ybjhkmhl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/smartref") @@ -100128,12 +119819,17 @@ (define-public texlive-smartunits (package (name "texlive-smartunits") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/smartunits/" - "tex/latex/smartunits/") - (base32 - "002962fis50p644izb5rj0yx8b54h7jj98ksxrfn5043hxq80za8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/smartunits/" + "tex/latex/smartunits/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "002962fis50p644izb5rj0yx8b54h7jj98ksxrfn5043hxq80za8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/smartunits") @@ -100147,13 +119843,18 @@ (define-public texlive-snapshot (package (name "texlive-snapshot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/snapshot/" - "source/latex/snapshot/" - "tex/latex/snapshot/") - (base32 - "1skw799vxasx87ib0avmjh1wspj4h21r9lys8xyxmazm1xgwfjj3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/snapshot/" + "source/latex/snapshot/" + "tex/latex/snapshot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1skw799vxasx87ib0avmjh1wspj4h21r9lys8xyxmazm1xgwfjj3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/snapshot") @@ -100176,11 +119877,16 @@ (define-public texlive-snaptodo (package (name "texlive-snaptodo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/snaptodo/" "tex/latex/snaptodo/") - (base32 - "0iya0njq8icvf084ifs76hhbbc50h9livsp499v85r9x77hblmlf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/snaptodo/" "tex/latex/snaptodo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0iya0njq8icvf084ifs76hhbbc50h9livsp499v85r9x77hblmlf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/snaptodo") @@ -100197,11 +119903,16 @@ (define-public texlive-snotez (package (name "texlive-snotez") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/snotez/" "tex/latex/snotez/") - (base32 - "075aj3lbmqsvsj0vpq79zbdl64ghcym47k2kc6ijfad2k9ygijbm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/snotez/" "tex/latex/snotez/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "075aj3lbmqsvsj0vpq79zbdl64ghcym47k2kc6ijfad2k9ygijbm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/snotez") @@ -100217,11 +119928,16 @@ (define-public texlive-soulpos (package (name "texlive-soulpos") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/soulpos/" "tex/latex/soulpos/") - (base32 - "11z7h0rawvvlghi5rgcr0hhvk203sp0yvs1k5r62czvsacby0qzk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/soulpos/" "tex/latex/soulpos/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "11z7h0rawvvlghi5rgcr0hhvk203sp0yvs1k5r62czvsacby0qzk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-oberdiek texlive-soul)) @@ -100239,13 +119955,18 @@ (define-public texlive-spacingtricks (package (name "texlive-spacingtricks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/spacingtricks/" - "source/latex/spacingtricks/" - "tex/latex/spacingtricks/") - (base32 - "1c9qhraa8nlxlydia4ymqwgc751hldnzyknlkwy30gyfjwyv4s80"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/spacingtricks/" + "source/latex/spacingtricks/" + "tex/latex/spacingtricks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c9qhraa8nlxlydia4ymqwgc751hldnzyknlkwy30gyfjwyv4s80")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/spacingtricks") @@ -100261,13 +119982,18 @@ (define-public texlive-spark-otf (package (name "texlive-spark-otf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/spark-otf/" - "fonts/opentype/public/spark-otf/" - "tex/latex/spark-otf/") - (base32 - "1kydm3ixnnnv2r40aayr6hg7ky9lh4y1xyar26ip45d8a45plll2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/spark-otf/" + "fonts/opentype/public/spark-otf/" + "tex/latex/spark-otf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kydm3ixnnnv2r40aayr6hg7ky9lh4y1xyar26ip45d8a45plll2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/spark-otf") @@ -100281,12 +120007,17 @@ (define-public texlive-sparklines (package (name "texlive-sparklines") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sparklines/" - "tex/latex/sparklines/") - (base32 - "0p40s93s51bf67gf8mq5v888mm9nhabwd4gr8lyhaf5hhl2g8909"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sparklines/" + "tex/latex/sparklines/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p40s93s51bf67gf8mq5v888mm9nhabwd4gr8lyhaf5hhl2g8909")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sparklines") @@ -100303,11 +120034,16 @@ (define-public texlive-sphack (package (name "texlive-sphack") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sphack/" "tex/latex/sphack/") - (base32 - "1pami588h0lw8f79idy088bwhfjrf2q993nrjw8cb0bpsbqqmrx6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sphack/" "tex/latex/sphack/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pami588h0lw8f79idy088bwhfjrf2q993nrjw8cb0bpsbqqmrx6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sphack") @@ -100322,17 +120058,22 @@ (define-public texlive-splitindex (package (name "texlive-splitindex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/splitindex/" - "doc/man/man1/splitindex.1" - "doc/man/man1/splitindex.man1.pdf" - "scripts/splitindex/" - "source/latex/splitindex/" - "tex/generic/splitindex/" - "tex/latex/splitindex/") - (base32 - "14c7x81zqvwwdd54jvjkyr34inhfppidcask6wx9w23xsy8mr8y8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/splitindex/" + "doc/man/man1/splitindex.1" + "doc/man/man1/splitindex.man1.pdf" + "scripts/splitindex/" + "source/latex/splitindex/" + "tex/generic/splitindex/" + "tex/latex/splitindex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "14c7x81zqvwwdd54jvjkyr34inhfppidcask6wx9w23xsy8mr8y8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "splitindex.pl"))) @@ -100353,12 +120094,17 @@ (define-public texlive-spot (package (name "texlive-spot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/spot/" "source/latex/spot/" - "tex/latex/spot/") - (base32 - "05y83rvvxnlgq77clmf3k7id72v5lnyfvxhyp30gfaxni68v44n5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/spot/" "source/latex/spot/" + "tex/latex/spot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05y83rvvxnlgq77clmf3k7id72v5lnyfvxhyp30gfaxni68v44n5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/spot") @@ -100373,12 +120119,17 @@ (define-public texlive-spotcolor (package (name "texlive-spotcolor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/spotcolor/" - "tex/latex/spotcolor/") - (base32 - "10nnal9cffwvwpw108fbkfhn7q4labs9xnb5nfz1sn9wk4li3j30"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/spotcolor/" + "tex/latex/spotcolor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10nnal9cffwvwpw108fbkfhn7q4labs9xnb5nfz1sn9wk4li3j30")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/spotcolor") @@ -100393,12 +120144,17 @@ (define-public texlive-spreadtab (package (name "texlive-spreadtab") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/spreadtab/" - "tex/latex/spreadtab/") - (base32 - "052is9kyikixfga67ab3fl8rk8whmvpwgzy02z75awhn164fk2zq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/spreadtab/" + "tex/latex/spreadtab/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "052is9kyikixfga67ab3fl8rk8whmvpwgzy02z75awhn164fk2zq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/spreadtab") @@ -100413,13 +120169,18 @@ (define-public texlive-spverbatim (package (name "texlive-spverbatim") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/spverbatim/" - "source/latex/spverbatim/" - "tex/latex/spverbatim/") - (base32 - "0nxnq5naphz9kj4a6d3yv8x9xamqi4lnhrmd9jbw4saknwc77n7p"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/spverbatim/" + "source/latex/spverbatim/" + "tex/latex/spverbatim/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nxnq5naphz9kj4a6d3yv8x9xamqi4lnhrmd9jbw4saknwc77n7p")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/spverbatim") @@ -100437,12 +120198,17 @@ (define-public texlive-srbook-mem (package (name "texlive-srbook-mem") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/srbook-mem/" - "tex/latex/srbook-mem/") - (base32 - "1v6wwxr5hkda98wqccvfm3clch6w27lwkh3z01lgn652v6q110yj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/srbook-mem/" + "tex/latex/srbook-mem/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1v6wwxr5hkda98wqccvfm3clch6w27lwkh3z01lgn652v6q110yj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/serbian-book") @@ -100456,12 +120222,17 @@ (define-public texlive-srcltx (package (name "texlive-srcltx") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/srcltx/" "source/latex/srcltx/" - "tex/latex/srcltx/") - (base32 - "1yj6clsb89n0aiz8pn7il1vf2pfg369psys3b73dncf92dhlawff"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/srcltx/" "source/latex/srcltx/" + "tex/latex/srcltx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yj6clsb89n0aiz8pn7il1vf2pfg369psys3b73dncf92dhlawff")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/srcltx") @@ -100476,12 +120247,17 @@ (define-public texlive-sseq (package (name "texlive-sseq") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sseq/" "source/latex/sseq/" - "tex/latex/sseq/") - (base32 - "02qfqnihvyffs7j4avjn9v7z0z0p07ki10yjbxrimlj0drqcmhqv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sseq/" "source/latex/sseq/" + "tex/latex/sseq/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02qfqnihvyffs7j4avjn9v7z0z0p07ki10yjbxrimlj0drqcmhqv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sseq") @@ -100499,11 +120275,16 @@ (define-public texlive-sslides (package (name "texlive-sslides") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sslides/" "tex/latex/sslides/") - (base32 - "0rplfdzzp15h3xsszzr7hcbb40kqd6bbqv8850ip8df4yd19mb8r"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sslides/" "tex/latex/sslides/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rplfdzzp15h3xsszzr7hcbb40kqd6bbqv8850ip8df4yd19mb8r")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sslides") @@ -100517,11 +120298,16 @@ (define-public texlive-stack (package (name "texlive-stack") (version "2023.0") - (source (texlive-origin - name version - (list "source/latex/stack/" "tex/latex/stack/") - (base32 - "0annz6qz921m1f7l2scqsg9kh10xxihizwf0gg10drm6yvxmy7ha"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "source/latex/stack/" "tex/latex/stack/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0annz6qz921m1f7l2scqsg9kh10xxihizwf0gg10drm6yvxmy7ha")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/stack") (synopsis "Tools to define and use stacks") @@ -100536,13 +120322,18 @@ (define-public texlive-stdclsdv (package (name "texlive-stdclsdv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/stdclsdv/" - "source/latex/stdclsdv/" - "tex/latex/stdclsdv/") - (base32 - "1hk74qclq68f4lhm4yz548zw4nmy4hldr64ijvlsw5s6l3azhzqq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/stdclsdv/" + "source/latex/stdclsdv/" + "tex/latex/stdclsdv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hk74qclq68f4lhm4yz548zw4nmy4hldr64ijvlsw5s6l3azhzqq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/stdclsdv") @@ -100558,12 +120349,17 @@ (define-public texlive-stdpage (package (name "texlive-stdpage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/stdpage/" "source/latex/stdpage/" - "tex/latex/stdpage/") - (base32 - "064l0mj06wnacz7hcgf9c4nqc6f7l2fyg6gvq797vbdffgw721wd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/stdpage/" "source/latex/stdpage/" + "tex/latex/stdpage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "064l0mj06wnacz7hcgf9c4nqc6f7l2fyg6gvq797vbdffgw721wd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/stdpage") @@ -100579,13 +120375,18 @@ (define-public texlive-stealcaps (package (name "texlive-stealcaps") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/stealcaps/" - "source/latex/stealcaps/" - "tex/latex/stealcaps/") - (base32 - "05lskyv9k4mgkzw08cknbcgbx6d64my7qjc2jljhqgmjsxd4yh07"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/stealcaps/" + "source/latex/stealcaps/" + "tex/latex/stealcaps/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05lskyv9k4mgkzw08cknbcgbx6d64my7qjc2jljhqgmjsxd4yh07")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -100605,12 +120406,17 @@ (define-public texlive-stex (package (name "texlive-stex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/stex/" "source/latex/stex/" - "tex/latex/stex/") - (base32 - "1yh991kwsm59vsylw0q1xifq18b8bdfmzf4ga0x7f0bcmwf3plab"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/stex/" "source/latex/stex/" + "tex/latex/stex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yh991kwsm59vsylw0q1xifq18b8bdfmzf4ga0x7f0bcmwf3plab")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/stex") @@ -100626,11 +120432,16 @@ (define-public texlive-storecmd (package (name "texlive-storecmd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/storecmd/" "tex/latex/storecmd/") - (base32 - "1ds88g5zb97vjlijnk2vq487ixs3pklq7f9fn66j17cdcnsz619f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/storecmd/" "tex/latex/storecmd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ds88g5zb97vjlijnk2vq487ixs3pklq7f9fn66j17cdcnsz619f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/storecmd") @@ -100646,13 +120457,18 @@ (define-public texlive-stringstrings (package (name "texlive-stringstrings") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/stringstrings/" - "source/latex/stringstrings/" - "tex/latex/stringstrings/") - (base32 - "0ayqzw5z2kj8q87zh0x9m8wk6swnz87s4ils21z557izqb668w4y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/stringstrings/" + "source/latex/stringstrings/" + "tex/latex/stringstrings/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ayqzw5z2kj8q87zh0x9m8wk6swnz87s4ils21z557izqb668w4y")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/stringstrings") @@ -100673,12 +120489,17 @@ (define-public texlive-sttools (package (name "texlive-sttools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/sttools/" "source/latex/sttools/" - "tex/latex/sttools/") - (base32 - "0dvx30fzzkf632c3qnz7bg2ljlnawz7440qga8shcdb70i951lgm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/sttools/" "source/latex/sttools/" + "tex/latex/sttools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dvx30fzzkf632c3qnz7bg2ljlnawz7440qga8shcdb70i951lgm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/sttools") @@ -100695,11 +120516,16 @@ (define-public texlive-stubs (package (name "texlive-stubs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/stubs/" "tex/latex/stubs/") - (base32 - "0bd4ccv4lgrh0z471aqh63pdydg93ba8wkqr2a9q513y8l93i00f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/stubs/" "tex/latex/stubs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bd4ccv4lgrh0z471aqh63pdydg93ba8wkqr2a9q513y8l93i00f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/stubs") @@ -100714,12 +120540,17 @@ (define-public texlive-studenthandouts (package (name "texlive-studenthandouts") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/studenthandouts/" - "tex/latex/studenthandouts/") - (base32 - "1n6h1dl6lyipaxngrlxqf8if2mv0fihvsz0kvgcn1nv002sjw9wi"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/studenthandouts/" + "tex/latex/studenthandouts/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n6h1dl6lyipaxngrlxqf8if2mv0fihvsz0kvgcn1nv002sjw9wi")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/studenthandouts") @@ -100739,13 +120570,18 @@ (define-public texlive-styledcmd (package (name "texlive-styledcmd") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/styledcmd/" - "source/latex/styledcmd/" - "tex/latex/styledcmd/") - (base32 - "0828ay5kyd0z77mh1y590m3ln52awi0rcdmdp5djlx1198xlvfj5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/styledcmd/" + "source/latex/styledcmd/" + "tex/latex/styledcmd/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0828ay5kyd0z77mh1y590m3ln52awi0rcdmdp5djlx1198xlvfj5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/styledcmd") @@ -100760,13 +120596,18 @@ (define-public texlive-subdepth (package (name "texlive-subdepth") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/subdepth/" - "source/latex/subdepth/" - "tex/latex/subdepth/") - (base32 - "1h79qghibgnfz2savf158c6qkliizif95azma905rpwhz06zw1f9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/subdepth/" + "source/latex/subdepth/" + "tex/latex/subdepth/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1h79qghibgnfz2savf158c6qkliizif95azma905rpwhz06zw1f9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/subdepth") @@ -100781,11 +120622,16 @@ (define-public texlive-subdocs (package (name "texlive-subdocs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/subdocs/" "tex/latex/subdocs/") - (base32 - "1j30b926n15i3dbdw4xgd241a9g7q084lbalaq7sf4pkjqjj9zh8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/subdocs/" "tex/latex/subdocs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1j30b926n15i3dbdw4xgd241a9g7q084lbalaq7sf4pkjqjj9zh8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/subdocs") @@ -100802,12 +120648,17 @@ (define-public texlive-subeqn (package (name "texlive-subeqn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/subeqn/" "source/latex/subeqn/" - "tex/latex/subeqn/") - (base32 - "0x58m2lsjc8d3m673g59cxw3a81cj5699cd8vvps1fly0fsl5azb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/subeqn/" "source/latex/subeqn/" + "tex/latex/subeqn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0x58m2lsjc8d3m673g59cxw3a81cj5699cd8vvps1fly0fsl5azb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/subeqn") @@ -100825,13 +120676,18 @@ (define-public texlive-subeqnarray (package (name "texlive-subeqnarray") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/subeqnarray/" - "source/latex/subeqnarray/" - "tex/latex/subeqnarray/") - (base32 - "19jv7sl6p1kshv13wk813lndb9fjr4bf2rf4s1ffd0l253mmxch6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/subeqnarray/" + "source/latex/subeqnarray/" + "tex/latex/subeqnarray/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19jv7sl6p1kshv13wk813lndb9fjr4bf2rf4s1ffd0l253mmxch6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/subeqnarray") @@ -100850,12 +120706,17 @@ (define-public texlive-subfigmat (package (name "texlive-subfigmat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/subfigmat/" - "tex/latex/subfigmat/") - (base32 - "1656zcs1zay6pz1sqlhnspbphg7zkq7ziyxb8kkn943f2a8azmka"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/subfigmat/" + "tex/latex/subfigmat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1656zcs1zay6pz1sqlhnspbphg7zkq7ziyxb8kkn943f2a8azmka")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/subfigmat") @@ -100871,13 +120732,18 @@ (define-public texlive-subfloat (package (name "texlive-subfloat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/subfloat/" - "source/latex/subfloat/" - "tex/latex/subfloat/") - (base32 - "119p6vf8ai1sfhma3aplkyldiypjnfc6qj08xnij69szk6yq6gdv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/subfloat/" + "source/latex/subfloat/" + "tex/latex/subfloat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "119p6vf8ai1sfhma3aplkyldiypjnfc6qj08xnij69szk6yq6gdv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/subfloat") @@ -100894,12 +120760,17 @@ (define-public texlive-substitutefont (package (name "texlive-substitutefont") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/substitutefont/" - "tex/latex/substitutefont/") - (base32 - "12h6012ckkacv2hjcs0cv3ylzzxfp54ps0ca2fp6m20achbv93lc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/substitutefont/" + "tex/latex/substitutefont/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12h6012ckkacv2hjcs0cv3ylzzxfp54ps0ca2fp6m20achbv93lc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/substitutefont") @@ -100915,11 +120786,16 @@ (define-public texlive-suppose (package (name "texlive-suppose") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/suppose/" "tex/latex/suppose/") - (base32 - "0jll93kng5kkbl1f5yvclaclvxl5kcbsv76vbzmv2p0v271miybn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/suppose/" "tex/latex/suppose/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jll93kng5kkbl1f5yvclaclvxl5kcbsv76vbzmv2p0v271miybn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/suppose") @@ -100935,11 +120811,16 @@ (define-public texlive-svgcolor (package (name "texlive-svgcolor") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/svgcolor/" "tex/latex/svgcolor/") - (base32 - "1fhgxms95j65mn3q9bj2xckp7gsjza2swwqkvlhzszk5kc2lq0l4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/svgcolor/" "tex/latex/svgcolor/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fhgxms95j65mn3q9bj2xckp7gsjza2swwqkvlhzszk5kc2lq0l4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/svgcolor") @@ -100953,12 +120834,17 @@ (define-public texlive-svn (package (name "texlive-svn") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/svn/" "source/latex/svn/" - "tex/latex/svn/") - (base32 - "1q4l4vhvkzkv5bsbp11vfmqxf407l4y4s8840qva7nc7cwvc3n7b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/svn/" "source/latex/svn/" + "tex/latex/svn/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1q4l4vhvkzkv5bsbp11vfmqxf407l4y4s8840qva7nc7cwvc3n7b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/svn") @@ -100973,15 +120859,20 @@ (define-public texlive-svn-multi (package (name "texlive-svn-multi") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/svn-multi/" - "doc/support/svn-multi/" - "scripts/svn-multi/" - "source/latex/svn-multi/" - "tex/latex/svn-multi/") - (base32 - "1sfvp00c7bcql1hdmsmvc28jhngc553g8ldrjglvjp8gvcfpjww5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/svn-multi/" + "doc/support/svn-multi/" + "scripts/svn-multi/" + "source/latex/svn-multi/" + "tex/latex/svn-multi/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sfvp00c7bcql1hdmsmvc28jhngc553g8ldrjglvjp8gvcfpjww5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "svn-multi.pl"))) @@ -101001,12 +120892,17 @@ (define-public texlive-svninfo (package (name "texlive-svninfo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/svninfo/" "source/latex/svninfo/" - "tex/latex/svninfo/") - (base32 - "0y0lxpp1lqznvsxvckhcnvw3l712l9prfb9gi56csypngaqph5rb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/svninfo/" "source/latex/svninfo/" + "tex/latex/svninfo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y0lxpp1lqznvsxvckhcnvw3l712l9prfb9gi56csypngaqph5rb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/svninfo") @@ -101020,13 +120916,18 @@ (define-public texlive-swfigure (package (name "texlive-swfigure") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/swfigure/" - "source/latex/swfigure/" - "tex/latex/swfigure/") - (base32 - "1w2s9wil773dypa7xllbvawbdk41qdfzwy19pya17z8qp8csjqvh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/swfigure/" + "source/latex/swfigure/" + "tex/latex/swfigure/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1w2s9wil773dypa7xllbvawbdk41qdfzwy19pya17z8qp8csjqvh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/swfigure") @@ -101041,12 +120942,17 @@ (define-public texlive-swungdash (package (name "texlive-swungdash") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/swungdash/" - "tex/latex/swungdash/") - (base32 - "0b8qq8yh6rp6gmglgbi4afdd48hbhd2gncxcjarwddy1x127jc62"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/swungdash/" + "tex/latex/swungdash/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b8qq8yh6rp6gmglgbi4afdd48hbhd2gncxcjarwddy1x127jc62")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/swungdash") @@ -101062,11 +120968,16 @@ (define-public texlive-syntax (package (name "texlive-syntax") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/syntax/" "tex/latex/syntax/") - (base32 - "1n064jqsgcz3g6nkqmd05zpaf8hivm48mdms39a69cmw5958am9j"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/syntax/" "tex/latex/syntax/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n064jqsgcz3g6nkqmd05zpaf8hivm48mdms39a69cmw5958am9j")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/syntax2") @@ -101080,13 +120991,18 @@ (define-public texlive-syntrace (package (name "texlive-syntrace") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/syntrace/" - "source/latex/syntrace/" - "tex/latex/syntrace/") - (base32 - "1qdl3vriidpdl3cpa05r2h2dv3i8bmqf5l47313mghyz1pilkrga"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/syntrace/" + "source/latex/syntrace/" + "tex/latex/syntrace/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qdl3vriidpdl3cpa05r2h2dv3i8bmqf5l47313mghyz1pilkrga")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/syntrace") @@ -101102,13 +121018,18 @@ (define-public texlive-synttree (package (name "texlive-synttree") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/synttree/" - "source/latex/synttree/" - "tex/latex/synttree/") - (base32 - "1a2ifj2922477vn7gljis6gv9p51q1c0kpl3y7vyb016pmg9ny04"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/synttree/" + "source/latex/synttree/" + "tex/latex/synttree/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a2ifj2922477vn7gljis6gv9p51q1c0kpl3y7vyb016pmg9ny04")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/synttree") @@ -101123,12 +121044,17 @@ (define-public texlive-tabbing (package (name "texlive-tabbing") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tabbing/" "source/latex/tabbing/" - "tex/latex/tabbing/") - (base32 - "1dpkirz4318031ikq3y1134y19cyq6lgzhj610w12zywfmdy5jcj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tabbing/" "source/latex/tabbing/" + "tex/latex/tabbing/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dpkirz4318031ikq3y1134y19cyq6lgzhj610w12zywfmdy5jcj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tabbing") @@ -101145,13 +121071,18 @@ (define-public texlive-tabfigures (package (name "texlive-tabfigures") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tabfigures/" - "source/latex/tabfigures/" - "tex/latex/tabfigures/") - (base32 - "18z0w4q5s1pz1r39b6ca8d5l7gp0x9dg9l4b351wsr1jjcci60c0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tabfigures/" + "source/latex/tabfigures/" + "tex/latex/tabfigures/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18z0w4q5s1pz1r39b6ca8d5l7gp0x9dg9l4b351wsr1jjcci60c0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tabfigures") @@ -101169,11 +121100,16 @@ (define-public texlive-tableaux (package (name "texlive-tableaux") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tableaux/" "tex/latex/tableaux/") - (base32 - "021qins7h014pjg297iih071n45mqabx8sf0vr78ln9k984h7v8l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tableaux/" "tex/latex/tableaux/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "021qins7h014pjg297iih071n45mqabx8sf0vr78ln9k984h7v8l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tableaux") @@ -101189,13 +121125,18 @@ (define-public texlive-tablefootnote (package (name "texlive-tablefootnote") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tablefootnote/" - "source/latex/tablefootnote/" - "tex/latex/tablefootnote/") - (base32 - "1179jcgjnsh6plk4kfcyyczjx0xcn2cjdc413kfz4pxmx7592jdn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tablefootnote/" + "source/latex/tablefootnote/" + "tex/latex/tablefootnote/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1179jcgjnsh6plk4kfcyyczjx0xcn2cjdc413kfz4pxmx7592jdn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tablefootnote") @@ -101211,12 +121152,17 @@ (define-public texlive-tableof (package (name "texlive-tableof") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tableof/" "source/latex/tableof/" - "tex/latex/tableof/") - (base32 - "05dj51js7nvks16k7wmdjmxf771bnmfjfrv3ilpkyaj6ahadkav9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tableof/" "source/latex/tableof/" + "tex/latex/tableof/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05dj51js7nvks16k7wmdjmxf771bnmfjfrv3ilpkyaj6ahadkav9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tableof") @@ -101236,13 +121182,18 @@ (define-public texlive-tablists (package (name "texlive-tablists") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tablists/" - "source/latex/tablists/" - "tex/latex/tablists/") - (base32 - "1bwwqzdfsqnm338qwnc0lnyskk58k6s4lr0v2gfizskamzygmi1b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tablists/" + "source/latex/tablists/" + "tex/latex/tablists/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1bwwqzdfsqnm338qwnc0lnyskk58k6s4lr0v2gfizskamzygmi1b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -101267,11 +121218,16 @@ (define-public texlive-tabls (package (name "texlive-tabls") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tabls/" "tex/latex/tabls/") - (base32 - "1rc8h2704ca5v7l3lxdm0mmnqc52bci216n6kylwl3770mgwivqw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tabls/" "tex/latex/tabls/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rc8h2704ca5v7l3lxdm0mmnqc52bci216n6kylwl3770mgwivqw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tabls") @@ -101289,12 +121245,17 @@ (define-public texlive-tablvar (package (name "texlive-tablvar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tablvar/" "source/latex/tablvar/" - "tex/latex/tablvar/") - (base32 - "09avmk6czz2p36mmsyd83i8riblj92vbdb344mp2rh8rjv3myzj8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tablvar/" "source/latex/tablvar/" + "tex/latex/tablvar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09avmk6czz2p36mmsyd83i8riblj92vbdb344mp2rh8rjv3myzj8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tablvar") @@ -101314,12 +121275,17 @@ (define-public texlive-tabstackengine (package (name "texlive-tabstackengine") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tabstackengine/" - "tex/latex/tabstackengine/") - (base32 - "1qj9w9rjsakrijy953ab2sa5k92npvvm4zz1y2z4k4a78g981q0n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tabstackengine/" + "tex/latex/tabstackengine/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qj9w9rjsakrijy953ab2sa5k92npvvm4zz1y2z4k4a78g981q0n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tabstackengine") @@ -101338,13 +121304,18 @@ (define-public texlive-tabularborder (package (name "texlive-tabularborder") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tabularborder/" - "source/latex/tabularborder/" - "tex/latex/tabularborder/") - (base32 - "0qjjr19f5cxpvvbrna6rg506w8j72dqqddxd412z6r4pcmnbiqd4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tabularborder/" + "source/latex/tabularborder/" + "tex/latex/tabularborder/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qjjr19f5cxpvvbrna6rg506w8j72dqqddxd412z6r4pcmnbiqd4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tabularborder") @@ -101358,12 +121329,17 @@ (define-public texlive-tabularcalc (package (name "texlive-tabularcalc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tabularcalc/" - "tex/latex/tabularcalc/") - (base32 - "0xcwn9cqs32z8kfb37k1i1hyxaqjvrbhnriy5fa9spymlrb4pi3i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tabularcalc/" + "tex/latex/tabularcalc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xcwn9cqs32z8kfb37k1i1hyxaqjvrbhnriy5fa9spymlrb4pi3i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tabularcalc") @@ -101380,13 +121356,18 @@ (define-public texlive-tabularew (package (name "texlive-tabularew") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tabularew/" - "source/latex/tabularew/" - "tex/latex/tabularew/") - (base32 - "02xral8h2qbwm8mr4y701mrigk72x42kgjl9zki72qnx95fcy579"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tabularew/" + "source/latex/tabularew/" + "tex/latex/tabularew/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02xral8h2qbwm8mr4y701mrigk72x42kgjl9zki72qnx95fcy579")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tabularew") @@ -101401,12 +121382,17 @@ (define-public texlive-tabularray (package (name "texlive-tabularray") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tabularray/" - "tex/latex/tabularray/") - (base32 - "0bwjlna7732ii8ivk2szmz7kd6rddfgnh5qc9ilxwlwr9c7zw2xz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tabularray/" + "tex/latex/tabularray/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bwjlna7732ii8ivk2szmz7kd6rddfgnh5qc9ilxwlwr9c7zw2xz")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tabularray") @@ -101429,11 +121415,16 @@ (define-public texlive-tagging (package (name "texlive-tagging") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tagging/" "tex/latex/tagging/") - (base32 - "1w1rjdfaamk1ifjv0k39hnc70aj9h5iw3l7l9cnbf8yrkkha84f4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tagging/" "tex/latex/tagging/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1w1rjdfaamk1ifjv0k39hnc70aj9h5iw3l7l9cnbf8yrkkha84f4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tagging") @@ -101448,11 +121439,16 @@ (define-public texlive-tagpair (package (name "texlive-tagpair") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tagpair/" "tex/latex/tagpair/") - (base32 - "1pw5dip8p38djkksa7c11mzqvhglppy6n0zyv54zqrsd1fwjqwll"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tagpair/" "tex/latex/tagpair/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pw5dip8p38djkksa7c11mzqvhglppy6n0zyv54zqrsd1fwjqwll")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tagpair") @@ -101468,12 +121464,17 @@ (define-public texlive-tagpdf (package (name "texlive-tagpdf") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tagpdf/" "source/latex/tagpdf/" - "tex/latex/tagpdf/") - (base32 - "1kw3i9ks2qh9y912vldj9nvlmmy77dwajcnl4yrh5ig5byhwwgnr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tagpdf/" "source/latex/tagpdf/" + "tex/latex/tagpdf/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kw3i9ks2qh9y912vldj9nvlmmy77dwajcnl4yrh5ig5byhwwgnr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tagpdf") @@ -101492,12 +121493,17 @@ (define-public texlive-talk (package (name "texlive-talk") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/talk/" "source/latex/talk/" - "tex/latex/talk/") - (base32 - "1ws65g8m640dqclbzbl4ip2g3n0j1kpvp447f9sl71j4hxc3lvzx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/talk/" "source/latex/talk/" + "tex/latex/talk/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ws65g8m640dqclbzbl4ip2g3n0j1kpvp447f9sl71j4hxc3lvzx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/talk") @@ -101521,12 +121527,17 @@ (define-public texlive-tamefloats (package (name "texlive-tamefloats") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tamefloats/" - "tex/latex/tamefloats/") - (base32 - "1qsmyw732ilgdwhwhh4dnd1yhk2x3hn95sn9v6aq58mdlhax2cv0"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tamefloats/" + "tex/latex/tamefloats/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qsmyw732ilgdwhwhh4dnd1yhk2x3hn95sn9v6aq58mdlhax2cv0")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tamefloats") @@ -101544,11 +121555,16 @@ (define-public texlive-tasks (package (name "texlive-tasks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tasks/" "tex/latex/tasks/") - (base32 - "1sfgnwzpyfyvilyz7j12d6wql54rlcami682b32rf6xphxjs0z3b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tasks/" "tex/latex/tasks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sfgnwzpyfyvilyz7j12d6wql54rlcami682b32rf6xphxjs0z3b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tasks") @@ -101564,12 +121580,17 @@ (define-public texlive-tcldoc (package (name "texlive-tcldoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tcldoc/" "source/latex/tcldoc/" - "tex/latex/tcldoc/") - (base32 - "09z9gdhidwsmn8h1a77smyyis8w03w8qw94biqcfqqzgsra2ling"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tcldoc/" "source/latex/tcldoc/" + "tex/latex/tcldoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "09z9gdhidwsmn8h1a77smyyis8w03w8qw94biqcfqqzgsra2ling")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tclldoc") @@ -101585,11 +121606,16 @@ (define-public texlive-tdclock (package (name "texlive-tdclock") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tdclock/" "tex/latex/tdclock/") - (base32 - "0az6h5avri7z7mvp222zwkd7n5nsnx8np73ym2rppp9d2j8fq9wb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tdclock/" "tex/latex/tdclock/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0az6h5avri7z7mvp222zwkd7n5nsnx8np73ym2rppp9d2j8fq9wb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tdclock") @@ -101603,11 +121629,16 @@ (define-public texlive-technics (package (name "texlive-technics") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/technics/" "tex/latex/technics/") - (base32 - "1nhh5zkm3w3n6bxxk7ysnwkff1bxkhzbc91aplz4d03j5yvy76l6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/technics/" "tex/latex/technics/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1nhh5zkm3w3n6bxxk7ysnwkff1bxkhzbc91aplz4d03j5yvy76l6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/technics") @@ -101623,12 +121654,17 @@ (define-public texlive-ted (package (name "texlive-ted") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ted/" "source/latex/ted/" - "tex/latex/ted/") - (base32 - "0vkp71bpmhs3ys29cx4sxcvqqx63pqym6n87j3sr5hy7rw20ya0x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ted/" "source/latex/ted/" + "tex/latex/ted/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vkp71bpmhs3ys29cx4sxcvqqx63pqym6n87j3sr5hy7rw20ya0x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -101657,13 +121693,18 @@ (define-public texlive-templatetools (package (name "texlive-templatetools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/templatetools/" - "source/latex/templatetools/" - "tex/latex/templatetools/") - (base32 - "02gi82iqbm568rvyqlmg61lzifxl32fd4cmgk5i4aiw93im0s1al"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/templatetools/" + "source/latex/templatetools/" + "tex/latex/templatetools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02gi82iqbm568rvyqlmg61lzifxl32fd4cmgk5i4aiw93im0s1al")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/templatetools") @@ -101678,12 +121719,17 @@ (define-public texlive-termcal (package (name "texlive-termcal") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/termcal/" "source/latex/termcal/" - "tex/latex/termcal/") - (base32 - "0ikqi79g3vlcl7aqm4fdszz9172mgv8sd0b6gpx20pr74r6431p7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/termcal/" "source/latex/termcal/" + "tex/latex/termcal/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ikqi79g3vlcl7aqm4fdszz9172mgv8sd0b6gpx20pr74r6431p7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/termcal") @@ -101701,13 +121747,18 @@ (define-public texlive-termlist (package (name "texlive-termlist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/termlist/" - "source/latex/termlist/" - "tex/latex/termlist/") - (base32 - "1qj5b8n8b4g7asc010cpk265fx2zaxlb7l52q5l77pmqzg8p3k56"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/termlist/" + "source/latex/termlist/" + "tex/latex/termlist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qj5b8n8b4g7asc010cpk265fx2zaxlb7l52q5l77pmqzg8p3k56")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/termlist") @@ -101722,12 +121773,17 @@ (define-public texlive-termsim (package (name "texlive-termsim") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/termsim/" "source/latex/termsim/" - "tex/latex/termsim/") - (base32 - "1yz4kjvc4ip58vnwcvyiyg65sr9szy6z772cammdakx2ga344v78"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/termsim/" "source/latex/termsim/" + "tex/latex/termsim/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1yz4kjvc4ip58vnwcvyiyg65sr9szy6z772cammdakx2ga344v78")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ctex)) @@ -101743,13 +121799,18 @@ (define-public texlive-testhyphens (package (name "texlive-testhyphens") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/testhyphens/" - "source/latex/testhyphens/" - "tex/latex/testhyphens/") - (base32 - "1sw0anyv3la86hamkrnxjxach2j6hqr2lxakihz7ma3d2l545xwh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/testhyphens/" + "source/latex/testhyphens/" + "tex/latex/testhyphens/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sw0anyv3la86hamkrnxjxach2j6hqr2lxakihz7ma3d2l545xwh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/testhyphens") @@ -101767,12 +121828,17 @@ (define-public texlive-testidx (package (name "texlive-testidx") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bib/testidx/" "doc/latex/testidx/" - "source/latex/testidx/" "tex/latex/testidx/") - (base32 - "18wj5gv0zn014i29da74p2ac0qlzvbs12ys4vplqc9ryn8nkf1fs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bib/testidx/" "doc/latex/testidx/" + "source/latex/testidx/" "tex/latex/testidx/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18wj5gv0zn014i29da74p2ac0qlzvbs12ys4vplqc9ryn8nkf1fs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/testidx") @@ -101791,13 +121857,18 @@ (define-public texlive-tex-label (package (name "texlive-tex-label") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tex-label/" - "source/latex/tex-label/" - "tex/latex/tex-label/") - (base32 - "1xvyyvzyxiynsf4a64b6m40m7qnn2q2xdp81fsksz53s7d3h0wp2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tex-label/" + "source/latex/tex-label/" + "tex/latex/tex-label/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xvyyvzyxiynsf4a64b6m40m7qnn2q2xdp81fsksz53s7d3h0wp2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tex-label") @@ -101811,14 +121882,19 @@ (define-public texlive-tex-locale (package (name "texlive-tex-locale") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/tex-locale/" - "source/latex/tex-locale/" - "tex/generic/tex-locale/" - "tex/latex/tex-locale/") - (base32 - "0h7sl172flri87cbpygabkhk2qlrng3cwkyk71hz8289qx4g0wpr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/tex-locale/" + "source/latex/tex-locale/" + "tex/generic/tex-locale/" + "tex/latex/tex-locale/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h7sl172flri87cbpygabkhk2qlrng3cwkyk71hz8289qx4g0wpr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tex-locale") @@ -101834,11 +121910,16 @@ (define-public texlive-texlogos (package (name "texlive-texlogos") (version "2023.0") - (source (texlive-origin - name version - (list "tex/latex/texlogos/") - (base32 - "0rp4l8da3dn6djdjajavxqr5mmi3fsyadcqrpmd9cfggdvb9i8qz"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/latex/texlogos/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rp4l8da3dn6djdjajavxqr5mmi3fsyadcqrpmd9cfggdvb9i8qz")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texlogos") (synopsis "Ready-to-use LaTeX logos") @@ -101855,12 +121936,17 @@ (define-public texlive-texmate (package (name "texlive-texmate") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/texmate/" "source/latex/texmate/" - "tex/latex/texmate/") - (base32 - "1c584zbmz0k1kwd41cgz11zjzw29b0128j1xqz5a8wbsw894csq4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/texmate/" "source/latex/texmate/" + "tex/latex/texmate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c584zbmz0k1kwd41cgz11zjzw29b0128j1xqz5a8wbsw894csq4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texmate") @@ -101881,13 +121967,18 @@ (define-public texlive-texments (package (name "texlive-texments") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/texments/" - "source/latex/texments/" - "tex/latex/texments/") - (base32 - "06k1nfxdnl811sw4n9blp863a903ryh7b4m79rjj367kzs2zkbca"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/texments/" + "source/latex/texments/" + "tex/latex/texments/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06k1nfxdnl811sw4n9blp863a903ryh7b4m79rjj367kzs2zkbca")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texments") @@ -101902,13 +121993,18 @@ (define-public texlive-texpower (package (name "texlive-texpower") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/texpower/" - "source/latex/texpower/" - "tex/latex/texpower/") - (base32 - "1jndkkngnldksg37hx1hpcawhyzy9phirqsbk03l2hwqv20r5hz4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/texpower/" + "source/latex/texpower/" + "tex/latex/texpower/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jndkkngnldksg37hx1hpcawhyzy9phirqsbk03l2hwqv20r5hz4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-tpslifonts)) @@ -101928,13 +122024,18 @@ (define-public texlive-texshade (package (name "texlive-texshade") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/texshade/" - "source/latex/texshade/" - "tex/latex/texshade/") - (base32 - "00vja01rqbvl205lw2wgf256hdr641mq2s7rh180rhjybqlj7m0h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/texshade/" + "source/latex/texshade/" + "tex/latex/texshade/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00vja01rqbvl205lw2wgf256hdr641mq2s7rh180rhjybqlj7m0h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texshade") @@ -101953,12 +122054,17 @@ (define-public texlive-texsurgery (package (name "texlive-texsurgery") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/texsurgery/" - "tex/latex/texsurgery/") - (base32 - "042jafcsvsjijmmmi8vz417178rbb02vk7vwd16b4laxxpzd5b2a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/texsurgery/" + "tex/latex/texsurgery/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "042jafcsvsjijmmmi8vz417178rbb02vk7vwd16b4laxxpzd5b2a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texsurgery") @@ -101975,11 +122081,16 @@ (define-public texlive-textcsc (package (name "texlive-textcsc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/textcsc/" "tex/latex/textcsc/") - (base32 - "0bs5r723jarv0pm16vvw4h6bclqnnvnj7w4li34i0j2gqs8gk0n5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/textcsc/" "tex/latex/textcsc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bs5r723jarv0pm16vvw4h6bclqnnvnj7w4li34i0j2gqs8gk0n5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/textcsc") @@ -101995,12 +122106,17 @@ (define-public texlive-textfit (package (name "texlive-textfit") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/textfit/" "source/latex/textfit/" - "tex/latex/textfit/") - (base32 - "18rhvd8xh83xi7f7mvnqblmi45ws4pcr0vbs689s2ycdxfzfhfzr"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/textfit/" "source/latex/textfit/" + "tex/latex/textfit/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18rhvd8xh83xi7f7mvnqblmi45ws4pcr0vbs689s2ycdxfzfhfzr")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/textfit") @@ -102013,13 +122129,18 @@ (define-public texlive-textmerg (package (name "texlive-textmerg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/textmerg/" - "source/generic/textmerg/" - "tex/generic/textmerg/") - (base32 - "1fr34cr1r2f5g72acx33jx74lxgf37c2f2gyjw8frfljmw3fdqc2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/textmerg/" + "source/generic/textmerg/" + "tex/generic/textmerg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fr34cr1r2f5g72acx33jx74lxgf37c2f2gyjw8frfljmw3fdqc2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -102035,13 +122156,18 @@ (define-public texlive-textualicomma (package (name "texlive-textualicomma") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/textualicomma/" - "source/latex/textualicomma/" - "tex/latex/textualicomma/") - (base32 - "15d2jkfmmy1n0ni7516dik071v8jr3m0wyphv2ixr63cplbmr3sk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/textualicomma/" + "source/latex/textualicomma/" + "tex/latex/textualicomma/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15d2jkfmmy1n0ni7516dik071v8jr3m0wyphv2ixr63cplbmr3sk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/textualicomma") @@ -102059,12 +122185,17 @@ (define-public texlive-texvc (package (name "texlive-texvc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/texvc/" "source/latex/texvc/" - "tex/latex/texvc/") - (base32 - "1ryr67kls8xqykv73zm583hiavc4z52b78jkg9wqz4zv9nykifjh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/texvc/" "source/latex/texvc/" + "tex/latex/texvc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ryr67kls8xqykv73zm583hiavc4z52b78jkg9wqz4zv9nykifjh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/texvc") @@ -102078,12 +122209,17 @@ (define-public texlive-theoremref (package (name "texlive-theoremref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/theoremref/" - "tex/latex/theoremref/") - (base32 - "1f2897nw1qsfp3lydx1v0ph9vyvwc0ms2azln69wr8ijh3lgyack"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/theoremref/" + "tex/latex/theoremref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1f2897nw1qsfp3lydx1v0ph9vyvwc0ms2azln69wr8ijh3lgyack")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/theoremref") @@ -102100,11 +122236,16 @@ (define-public texlive-thinsp (package (name "texlive-thinsp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/thinsp/" "tex/latex/thinsp/") - (base32 - "1brnqvzj9z74dalymnk3yrmagqrlrbq8zq0whcxg3bi33gx4b76f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/thinsp/" "tex/latex/thinsp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1brnqvzj9z74dalymnk3yrmagqrlrbq8zq0whcxg3bi33gx4b76f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thinsp") @@ -102117,13 +122258,18 @@ (define-public texlive-thmtools (package (name "texlive-thmtools") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/thmtools/" - "source/latex/thmtools/" - "tex/latex/thmtools/") - (base32 - "0v8pszndbr76vvq7fhrikpvkxp33kk77ylyb9jl5il66pk28f7zx"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/thmtools/" + "source/latex/thmtools/" + "tex/latex/thmtools/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0v8pszndbr76vvq7fhrikpvkxp33kk77ylyb9jl5il66pk28f7zx")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -102151,13 +122297,18 @@ (define-public texlive-threadcol (package (name "texlive-threadcol") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/threadcol/" - "source/latex/threadcol/" - "tex/latex/threadcol/") - (base32 - "0mkwcxhiajak2xhq52x3bn134sgylqk6bi3fswg4nvvz66511xc9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/threadcol/" + "source/latex/threadcol/" + "tex/latex/threadcol/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0mkwcxhiajak2xhq52x3bn134sgylqk6bi3fswg4nvvz66511xc9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/threadcol") @@ -102176,12 +122327,17 @@ (define-public texlive-thumb (package (name "texlive-thumb") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/thumb/" "source/latex/thumb/" - "tex/latex/thumb/") - (base32 - "02va4kzc032vqlr8hv893s5280bzqmziqirg2y94rb1sjhkl98zg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/thumb/" "source/latex/thumb/" + "tex/latex/thumb/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "02va4kzc032vqlr8hv893s5280bzqmziqirg2y94rb1sjhkl98zg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thumb") @@ -102194,12 +122350,17 @@ (define-public texlive-thumbs (package (name "texlive-thumbs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/thumbs/" "source/latex/thumbs/" - "tex/latex/thumbs/") - (base32 - "0p7p9kg81b0zld25xfipjlv5dv9sc8mjq80kv15mkc4v2y41cdl2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/thumbs/" "source/latex/thumbs/" + "tex/latex/thumbs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p7p9kg81b0zld25xfipjlv5dv9sc8mjq80kv15mkc4v2y41cdl2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thumbs") @@ -102219,11 +122380,16 @@ (define-public texlive-thumby (package (name "texlive-thumby") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/thumby/" "tex/latex/thumby/") - (base32 - "138ddfn5ha4lbmf66snwvvrvjx0anfgcb9gpv2slbybm0lb9gb6k"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/thumby/" "tex/latex/thumby/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "138ddfn5ha4lbmf66snwvvrvjx0anfgcb9gpv2slbybm0lb9gb6k")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/thumby") @@ -102242,11 +122408,16 @@ (define-public texlive-ticket (package (name "texlive-ticket") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ticket/" "tex/latex/ticket/") - (base32 - "1hn6hn8m5zf8srj67g2nwjl8jnlzbnix18db0adidf83mzwbpjws"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ticket/" "tex/latex/ticket/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1hn6hn8m5zf8srj67g2nwjl8jnlzbnix18db0adidf83mzwbpjws")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ticket") @@ -102263,12 +122434,17 @@ (define-public texlive-tipauni (package (name "texlive-tipauni") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tipauni/" "source/latex/tipauni/" - "tex/latex/tipauni/") - (base32 - "1wwanhv28azbmx7wsx4xwxr1mbpzxz34kxin8dyl3ds816w0m6ar"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tipauni/" "source/latex/tipauni/" + "tex/latex/tipauni/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1wwanhv28azbmx7wsx4xwxr1mbpzxz34kxin8dyl3ds816w0m6ar")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tipauni") @@ -102291,12 +122467,17 @@ (define-public texlive-titlecaps (package (name "texlive-titlecaps") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/titlecaps/" - "tex/latex/titlecaps/") - (base32 - "0v921cy02dm72q60976vijpcbp5zpwljgr7y8ry5n4gqzzinnfbj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/titlecaps/" + "tex/latex/titlecaps/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0v921cy02dm72q60976vijpcbp5zpwljgr7y8ry5n4gqzzinnfbj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/titlecaps") @@ -102314,11 +122495,16 @@ (define-public texlive-titlefoot (package (name "texlive-titlefoot") (version "2023.0") - (source (texlive-origin - name version - (list "tex/latex/titlefoot/") - (base32 - "0c0nhhxhb3hmvg3a64lr5npbqsmrmprqqj9pic91j007k4s1in4y"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "tex/latex/titlefoot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0c0nhhxhb3hmvg3a64lr5npbqsmrmprqqj9pic91j007k4s1in4y")))) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/titlefoot") (synopsis "Add special material to footer of title page") @@ -102334,11 +122520,16 @@ (define-public texlive-titlepic (package (name "texlive-titlepic") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/titlepic/" "tex/latex/titlepic/") - (base32 - "1mqmcqyh7c109m158n38mv0jhxlppdb92ki2g38g9y9gaq6jbr49"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/titlepic/" "tex/latex/titlepic/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mqmcqyh7c109m158n38mv0jhxlppdb92ki2g38g9y9gaq6jbr49")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/titlepic") @@ -102353,11 +122544,16 @@ (define-public texlive-titleref (package (name "texlive-titleref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/titleref/" "tex/latex/titleref/") - (base32 - "16s0kqln0mzs9mqnsw8rv5rpqizpd3r3lgmw3wl1yrrbq11n9grh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/titleref/" "tex/latex/titleref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16s0kqln0mzs9mqnsw8rv5rpqizpd3r3lgmw3wl1yrrbq11n9grh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/titleref") @@ -102374,13 +122570,18 @@ (define-public texlive-to-be-determined (package (name "texlive-to-be-determined") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/to-be-determined/" - "source/latex/to-be-determined/" - "tex/latex/to-be-determined/") - (base32 - "0jvyvcrnz8vv17rjd3mxb25d2ljrlkmmcl8qk3bnr19gpb4a1vcb"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/to-be-determined/" + "source/latex/to-be-determined/" + "tex/latex/to-be-determined/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jvyvcrnz8vv17rjd3mxb25d2ljrlkmmcl8qk3bnr19gpb4a1vcb")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-soul texlive-xcolor)) @@ -102397,12 +122598,17 @@ (define-public texlive-tocdata (package (name "texlive-tocdata") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tocdata/" "source/latex/tocdata/" - "tex/latex/tocdata/") - (base32 - "12yzfjg8ag7nh9ddk2mja1mn4w31rw931kzgdwk4aq022w5ksv8m"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tocdata/" "source/latex/tocdata/" + "tex/latex/tocdata/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12yzfjg8ag7nh9ddk2mja1mn4w31rw931kzgdwk4aq022w5ksv8m")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tocdata") @@ -102426,12 +122632,17 @@ (define-public texlive-todo (package (name "texlive-todo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/todo/" "source/latex/todo/" - "tex/latex/todo/") - (base32 - "0fdj17gg0c77qa7lq9xhh9dc85navhzdgfm2lfis480n4yw7wbfq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/todo/" "source/latex/todo/" + "tex/latex/todo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fdj17gg0c77qa7lq9xhh9dc85navhzdgfm2lfis480n4yw7wbfq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/todo") @@ -102445,12 +122656,17 @@ (define-public texlive-tokcycle (package (name "texlive-tokcycle") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/tokcycle/" - "tex/generic/tokcycle/") - (base32 - "0jwpj78wc50zg2wp1mdylhc025cvz1zd548ivfixdw3lmd2wdc8s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/tokcycle/" + "tex/generic/tokcycle/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jwpj78wc50zg2wp1mdylhc025cvz1zd548ivfixdw3lmd2wdc8s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tokcycle") @@ -102473,12 +122689,17 @@ (define-public texlive-tokenizer (package (name "texlive-tokenizer") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tokenizer/" - "tex/latex/tokenizer/") - (base32 - "0gvqn1rc3aq7kzmg6vibwgcpvpzsqkdfbp5im43405zl3d7rzhb9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tokenizer/" + "tex/latex/tokenizer/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0gvqn1rc3aq7kzmg6vibwgcpvpzsqkdfbp5im43405zl3d7rzhb9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tokenizer") @@ -102497,12 +122718,17 @@ (define-public texlive-toolbox (package (name "texlive-toolbox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/toolbox/" "source/latex/toolbox/" - "tex/latex/toolbox/") - (base32 - "08l1hn7ag065lmjlnap1kpa6xqppk24k81y0vm1ka45idwxi08ih"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/toolbox/" "source/latex/toolbox/" + "tex/latex/toolbox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08l1hn7ag065lmjlnap1kpa6xqppk24k81y0vm1ka45idwxi08ih")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/toolbox") @@ -102519,11 +122745,16 @@ (define-public texlive-topfloat (package (name "texlive-topfloat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/topfloat/" "tex/latex/topfloat/") - (base32 - "04m5avwr7v713k6ygbs23bvpk761c2m7cvmq677zwfq6983abrrf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/topfloat/" "tex/latex/topfloat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04m5avwr7v713k6ygbs23bvpk761c2m7cvmq677zwfq6983abrrf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/topfloat") @@ -102535,12 +122766,17 @@ (define-public texlive-topiclongtable (package (name "texlive-topiclongtable") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/topiclongtable/" - "tex/latex/topiclongtable/") - (base32 - "0ib9d3an7glqgc329f5krjjqf5cdwrpdzfv2b9sl6hpfyw0z7r7f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/topiclongtable/" + "tex/latex/topiclongtable/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ib9d3an7glqgc329f5krjjqf5cdwrpdzfv2b9sl6hpfyw0z7r7f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/topiclongtable") @@ -102558,13 +122794,18 @@ (define-public texlive-totalcount (package (name "texlive-totalcount") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/totalcount/" - "source/latex/totalcount/" - "tex/latex/totalcount/") - (base32 - "1c24h0snldg1lpijsm7h65dr7bs32dk6nsvlgmcc92kmxc13y9lj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/totalcount/" + "source/latex/totalcount/" + "tex/latex/totalcount/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1c24h0snldg1lpijsm7h65dr7bs32dk6nsvlgmcc92kmxc13y9lj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/totalcount") @@ -102577,12 +122818,17 @@ (define-public texlive-tramlines (package (name "texlive-tramlines") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tramlines/" - "tex/latex/tramlines/") - (base32 - "0q843pxar0l69h74ywiw9jr9f1rvwj64y4257cz4wn8y4dimyrv9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tramlines/" + "tex/latex/tramlines/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0q843pxar0l69h74ywiw9jr9f1rvwj64y4257cz4wn8y4dimyrv9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tramlines") @@ -102597,13 +122843,18 @@ (define-public texlive-trfsigns (package (name "texlive-trfsigns") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/trfsigns/" - "source/latex/trfsigns/" - "tex/latex/trfsigns/") - (base32 - "0j2zlydfxbdmx5ligdw2gqkqbb5mcajmag05c4b99ijr2q58ccyh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/trfsigns/" + "source/latex/trfsigns/" + "tex/latex/trfsigns/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0j2zlydfxbdmx5ligdw2gqkqbb5mcajmag05c4b99ijr2q58ccyh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/trfsigns") @@ -102617,13 +122868,18 @@ (define-public texlive-trivfloat (package (name "texlive-trivfloat") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/trivfloat/" - "source/latex/trivfloat/" - "tex/latex/trivfloat/") - (base32 - "0kf431k8fvg69a2v5xp37q274bs0834ychc3cybwsjhisq0nzsmn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/trivfloat/" + "source/latex/trivfloat/" + "tex/latex/trivfloat/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0kf431k8fvg69a2v5xp37q274bs0834ychc3cybwsjhisq0nzsmn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/trivfloat") @@ -102639,14 +122895,19 @@ (define-public texlive-trsym (package (name "texlive-trsym") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/trsym/" - "fonts/source/public/trsym/" - "fonts/tfm/public/trsym/" - "source/latex/trsym/" "tex/latex/trsym/") - (base32 - "1njz8i5p98f9msnn9x1806jaifwm2h3ffjyn2wx7cyca9f628gx6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/trsym/" + "fonts/source/public/trsym/" + "fonts/tfm/public/trsym/" + "source/latex/trsym/" "tex/latex/trsym/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1njz8i5p98f9msnn9x1806jaifwm2h3ffjyn2wx7cyca9f628gx6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-metafont)) @@ -102662,11 +122923,16 @@ (define-public texlive-truncate (package (name "texlive-truncate") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/truncate/" "tex/latex/truncate/") - (base32 - "1zxcn84lrl07cjiw4gzg2fnkriwfv8ziww5grbvfhffwqpaf8mgj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/truncate/" "tex/latex/truncate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zxcn84lrl07cjiw4gzg2fnkriwfv8ziww5grbvfhffwqpaf8mgj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/truncate") @@ -102680,12 +122946,17 @@ (define-public texlive-tucv (package (name "texlive-tucv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/tucv/" "source/latex/tucv/" - "tex/latex/tucv/") - (base32 - "127cqbyprmm5mh3nl0y3088105qv40qghq70prrd50269h89cyrl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/tucv/" "source/latex/tucv/" + "tex/latex/tucv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "127cqbyprmm5mh3nl0y3088105qv40qghq70prrd50269h89cyrl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/tucv") @@ -102703,12 +122974,17 @@ (define-public texlive-turnthepage (package (name "texlive-turnthepage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/turnthepage/" - "tex/latex/turnthepage/") - (base32 - "0cm62cykmf7h6piazaa44fkhbkxds1ik6idpvg4f296y7jz6mjjh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/turnthepage/" + "tex/latex/turnthepage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cm62cykmf7h6piazaa44fkhbkxds1ik6idpvg4f296y7jz6mjjh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/turnthepage") @@ -102723,11 +122999,16 @@ (define-public texlive-twoinone (package (name "texlive-twoinone") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/twoinone/" "tex/latex/twoinone/") - (base32 - "0asph7md8s5x2y8f18cczca906fc5wkh29ydabs43v3mn17lrkpw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/twoinone/" "tex/latex/twoinone/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0asph7md8s5x2y8f18cczca906fc5wkh29ydabs43v3mn17lrkpw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/twoinone") @@ -102742,12 +123023,17 @@ (define-public texlive-twoup (package (name "texlive-twoup") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/twoup/" "source/latex/twoup/" - "tex/latex/twoup/") - (base32 - "0s33w3mvpkw2jy2vxfbbagasxc37vi09dlkn9kbi0917mz8k5i70"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/twoup/" "source/latex/twoup/" + "tex/latex/twoup/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s33w3mvpkw2jy2vxfbbagasxc37vi09dlkn9kbi0917mz8k5i70")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/twoupltx") @@ -102764,13 +123050,18 @@ (define-public texlive-txgreeks (package (name "texlive-txgreeks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/txgreeks/" - "source/latex/txgreeks/" - "tex/latex/txgreeks/") - (base32 - "1n5bn8jd3czcns0rhslndmqh4sgka8ym12bpps1xhz5z64lsfbjj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/txgreeks/" + "source/latex/txgreeks/" + "tex/latex/txgreeks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1n5bn8jd3czcns0rhslndmqh4sgka8ym12bpps1xhz5z64lsfbjj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/txgreeks") @@ -102788,13 +123079,18 @@ (define-public texlive-typed-checklist (package (name "texlive-typed-checklist") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/typed-checklist/" - "source/latex/typed-checklist/" - "tex/latex/typed-checklist/") - (base32 - "1g0qcw8b461qsmic1xr00zzqcv84xqwdrdq9zs4klxyb3y5d0389"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/typed-checklist/" + "source/latex/typed-checklist/" + "tex/latex/typed-checklist/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1g0qcw8b461qsmic1xr00zzqcv84xqwdrdq9zs4klxyb3y5d0389")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/typed-checklist") @@ -102814,13 +123110,18 @@ (define-public texlive-typeface (package (name "texlive-typeface") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/typeface/" - "source/latex/typeface/" - "tex/latex/typeface/") - (base32 - "0xyqvqvk06ca4rcgw917abprz5qi8kqsrm5z89ws1n72vyzfjhgm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/typeface/" + "source/latex/typeface/" + "tex/latex/typeface/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0xyqvqvk06ca4rcgw917abprz5qi8kqsrm5z89ws1n72vyzfjhgm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/typeface") @@ -102841,11 +123142,16 @@ (define-public texlive-typoaid (package (name "texlive-typoaid") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/typoaid/" "tex/latex/typoaid/") - (base32 - "1qf84xagz2lcfygfs2k7pgml85d6nf7k5psf274a1hq1djn19rdf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/typoaid/" "tex/latex/typoaid/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qf84xagz2lcfygfs2k7pgml85d6nf7k5psf274a1hq1djn19rdf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/typoaid") @@ -102860,13 +123166,18 @@ (define-public texlive-typogrid (package (name "texlive-typogrid") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/typogrid/" - "source/latex/typogrid/" - "tex/latex/typogrid/") - (base32 - "08hq2zcr2xd73qfh0f05d33sn1zvwnizrsr8r82mb3vsnbyczn0b"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/typogrid/" + "source/latex/typogrid/" + "tex/latex/typogrid/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08hq2zcr2xd73qfh0f05d33sn1zvwnizrsr8r82mb3vsnbyczn0b")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/typogrid") @@ -102880,11 +123191,16 @@ (define-public texlive-uassign (package (name "texlive-uassign") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uassign/" "tex/latex/uassign/") - (base32 - "0qfj5z9ljd5x169jcr8dv09ajib9cc1m2hwq0ymz95qc17s7rk5l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uassign/" "tex/latex/uassign/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qfj5z9ljd5x169jcr8dv09ajib9cc1m2hwq0ymz95qc17s7rk5l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uassign") @@ -102899,12 +123215,17 @@ (define-public texlive-uebungsblatt (package (name "texlive-uebungsblatt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uebungsblatt/" - "tex/latex/uebungsblatt/") - (base32 - "00vgn9qv9xl0afj37r2nlvw51vb3qfdd8an5az8f7mqkydi33ppa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uebungsblatt/" + "tex/latex/uebungsblatt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "00vgn9qv9xl0afj37r2nlvw51vb3qfdd8an5az8f7mqkydi33ppa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uebungsblatt") @@ -102936,12 +123257,17 @@ (define-public texlive-umoline (package (name "texlive-umoline") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/umoline/" "source/latex/umoline/" - "tex/latex/umoline/") - (base32 - "1z1yaqvaxx9a0s6dzjx7g88f97zjq262c6f1jqkdvckmjy3zqd9w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/umoline/" "source/latex/umoline/" + "tex/latex/umoline/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z1yaqvaxx9a0s6dzjx7g88f97zjq262c6f1jqkdvckmjy3zqd9w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/umoline") @@ -102956,13 +123282,18 @@ (define-public texlive-underlin (package (name "texlive-underlin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/underlin/" - "source/latex/underlin/" - "tex/latex/underlin/") - (base32 - "0537jv5m1xbib1db64skxs46qfjj7x00l89xn0rjr9w2mxksii5g"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/underlin/" + "source/latex/underlin/" + "tex/latex/underlin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0537jv5m1xbib1db64skxs46qfjj7x00l89xn0rjr9w2mxksii5g")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/underlin") @@ -102976,12 +123307,17 @@ (define-public texlive-underoverlap (package (name "texlive-underoverlap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/underoverlap/" - "tex/latex/underoverlap/") - (base32 - "0ah8y9ninlkizjqi74qh4kxa23334pa58bnhl1g5n12vh80c4177"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/underoverlap/" + "tex/latex/underoverlap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ah8y9ninlkizjqi74qh4kxa23334pa58bnhl1g5n12vh80c4177")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/underoverlap") @@ -102996,13 +123332,18 @@ (define-public texlive-uni-titlepage (package (name "texlive-uni-titlepage") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uni-titlepage/" - "source/latex/uni-titlepage/" - "tex/latex/uni-titlepage/") - (base32 - "047092jnshnnhy2axqpxh0x0lzaz1dkk9k8gy1vdgwimigzxxn9a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uni-titlepage/" + "source/latex/uni-titlepage/" + "tex/latex/uni-titlepage/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "047092jnshnnhy2axqpxh0x0lzaz1dkk9k8gy1vdgwimigzxxn9a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uni-titlepage") @@ -103021,13 +123362,18 @@ (define-public texlive-unicodefonttable (package (name "texlive-unicodefonttable") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/unicodefonttable/" - "source/latex/unicodefonttable/" - "tex/latex/unicodefonttable/") - (base32 - "1r1z89bcc48kzz4sms1sp0gvbrssq5s949b5srcyf2rmw1a4g93f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/unicodefonttable/" + "source/latex/unicodefonttable/" + "tex/latex/unicodefonttable/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1r1z89bcc48kzz4sms1sp0gvbrssq5s949b5srcyf2rmw1a4g93f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unicodefonttable") @@ -103045,12 +123391,17 @@ (define-public texlive-unisc (package (name "texlive-unisc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/unisc/" "source/latex/unisc/" - "tex/latex/unisc/") - (base32 - "0rrpaga6hny2v8qv5kx860zn8b9j8ypy3bmq4a5nadscg08g7v17"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/unisc/" "source/latex/unisc/" + "tex/latex/unisc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rrpaga6hny2v8qv5kx860zn8b9j8ypy3bmq4a5nadscg08g7v17")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unisc") @@ -103069,12 +123420,17 @@ (define-public texlive-unitconv (package (name "texlive-unitconv") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/unitconv/" - "tex/lualatex/unitconv/") - (base32 - "0z10w79cddldw1rm9xzsr610ydn9hczx7dfda9n8g6wlpwhal0ps"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/unitconv/" + "tex/lualatex/unitconv/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0z10w79cddldw1rm9xzsr610ydn9hczx7dfda9n8g6wlpwhal0ps")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unitconv") @@ -103090,12 +123446,17 @@ (define-public texlive-unravel (package (name "texlive-unravel") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/unravel/" "source/latex/unravel/" - "tex/latex/unravel/") - (base32 - "0d80axwfyc73q92vcazmkvlk69g1fqx986gcncpqpc11a81y10qa"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/unravel/" "source/latex/unravel/" + "tex/latex/unravel/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d80axwfyc73q92vcazmkvlk69g1fqx986gcncpqpc11a81y10qa")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/unravel") @@ -103112,13 +123473,18 @@ (define-public texlive-upmethodology (package (name "texlive-upmethodology") (version "2023.0") - (source (texlive-origin - name version - (list "bibtex/bst/upmethodology/" - "doc/latex/upmethodology/" - "tex/latex/upmethodology/") - (base32 - "1118xx6bjxj6lzqqf124r1ir0x627z0gyimdvnnscyag5n5jyqfd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "bibtex/bst/upmethodology/" + "doc/latex/upmethodology/" + "tex/latex/upmethodology/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1118xx6bjxj6lzqqf124r1ir0x627z0gyimdvnnscyag5n5jyqfd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/upmethodology") @@ -103134,12 +123500,17 @@ (define-public texlive-uri (package (name "texlive-uri") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uri/" "source/latex/uri/" - "tex/latex/uri/") - (base32 - "1vljxmd8fp5jfh8z223z2hh9rl40kiscvsp9y49k0677a1qk8yhq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uri/" "source/latex/uri/" + "tex/latex/uri/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vljxmd8fp5jfh8z223z2hh9rl40kiscvsp9y49k0677a1qk8yhq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uri") @@ -103155,12 +123526,17 @@ (define-public texlive-ushort (package (name "texlive-ushort") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ushort/" "source/latex/ushort/" - "tex/latex/ushort/") - (base32 - "16pkrlb1v67ydjis2w3gz20i9rkmjnaidh47sxwpn62gpjgy01gw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ushort/" "source/latex/ushort/" + "tex/latex/ushort/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16pkrlb1v67ydjis2w3gz20i9rkmjnaidh47sxwpn62gpjgy01gw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ushort") @@ -103175,11 +123551,16 @@ (define-public texlive-uspace (package (name "texlive-uspace") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uspace/" "tex/latex/uspace/") - (base32 - "0998pxjsjrbziy0pib2gbg6695nl9klz9f9i3qsczrby6zhihrgd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uspace/" "tex/latex/uspace/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0998pxjsjrbziy0pib2gbg6695nl9klz9f9i3qsczrby6zhihrgd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uspace") @@ -103192,11 +123573,16 @@ (define-public texlive-utf8add (package (name "texlive-utf8add") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/utf8add/" "tex/latex/utf8add/") - (base32 - "0chqx3l9c4khw20gdj3pr25hky3xgmwi39y2jy6im6y1nyhwxm4s"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/utf8add/" "tex/latex/utf8add/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0chqx3l9c4khw20gdj3pr25hky3xgmwi39y2jy6im6y1nyhwxm4s")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/utf8add") @@ -103213,11 +123599,16 @@ (define-public texlive-uwmslide (package (name "texlive-uwmslide") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/uwmslide/" "tex/latex/uwmslide/") - (base32 - "1mwm4j9gsq8kmqx1wrh9ri7w9hlhqa5721a77rlpyxz18kzwv366"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/uwmslide/" "tex/latex/uwmslide/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mwm4j9gsq8kmqx1wrh9ri7w9hlhqa5721a77rlpyxz18kzwv366")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/uwmslide") @@ -103247,12 +123638,17 @@ (define-public texlive-variablelm (package (name "texlive-variablelm") (version "2023.0") - (source (texlive-origin - name version - (list "doc/fonts/variablelm/" - "tex/latex/variablelm/") - (base32 - "1jlcvsz8ah8s33vqbnw13mgap3k8lh4p6ap1bwf6czwyq7m5r47h"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/fonts/variablelm/" + "tex/latex/variablelm/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jlcvsz8ah8s33vqbnw13mgap3k8lh4p6ap1bwf6czwyq7m5r47h")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/variablelm") @@ -103268,13 +123664,18 @@ (define-public texlive-varindex (package (name "texlive-varindex") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/varindex/" - "source/latex/varindex/" - "tex/latex/varindex/") - (base32 - "079blfmdil8dhw8qxbwp6n2kgxqc92yn8fjlk8zahkkvims89xaj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/varindex/" + "source/latex/varindex/" + "tex/latex/varindex/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "079blfmdil8dhw8qxbwp6n2kgxqc92yn8fjlk8zahkkvims89xaj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/varindex") @@ -103289,12 +123690,17 @@ (define-public texlive-varsfromjobname (package (name "texlive-varsfromjobname") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/varsfromjobname/" - "tex/latex/varsfromjobname/") - (base32 - "1b6k85hxz2frz33cqdbkhqa204s43r6sd44i2qjihicgwlnv2q60"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/varsfromjobname/" + "tex/latex/varsfromjobname/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1b6k85hxz2frz33cqdbkhqa204s43r6sd44i2qjihicgwlnv2q60")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/varsfromjobname") @@ -103309,11 +123715,16 @@ (define-public texlive-vcell (package (name "texlive-vcell") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/vcell/" "tex/latex/vcell/") - (base32 - "0y4gxf5waxs7n9xb9qbraa9isk11pvxm5737z0j069kg6bkra5rl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/vcell/" "tex/latex/vcell/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y4gxf5waxs7n9xb9qbraa9isk11pvxm5737z0j069kg6bkra5rl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/vcell") @@ -103329,12 +123740,17 @@ (define-public texlive-vdmlisting (package (name "texlive-vdmlisting") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/vdmlisting/" - "tex/latex/vdmlisting/") - (base32 - "0yhgql2gflygjhx5mz87qqyiny7j0wpiqs2yvpmzm57linna3vzn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/vdmlisting/" + "tex/latex/vdmlisting/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0yhgql2gflygjhx5mz87qqyiny7j0wpiqs2yvpmzm57linna3vzn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/vdmlisting") @@ -103352,11 +123768,16 @@ (define-public texlive-verbasef (package (name "texlive-verbasef") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/verbasef/" "tex/latex/verbasef/") - (base32 - "0qs4142zgygcp7yl69mz1i92plnkkp61qb1icjzpw8g7myxyhn9a"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/verbasef/" "tex/latex/verbasef/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0qs4142zgygcp7yl69mz1i92plnkkp61qb1icjzpw8g7myxyhn9a")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/verbasef") @@ -103374,12 +123795,17 @@ (define-public texlive-verbatimcopy (package (name "texlive-verbatimcopy") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/verbatimcopy/" - "tex/latex/verbatimcopy/") - (base32 - "0nmni0l73rjsapixl27i2hxp17psa73pycwkvvql4n1x9zl7yw9w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/verbatimcopy/" + "tex/latex/verbatimcopy/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nmni0l73rjsapixl27i2hxp17psa73pycwkvvql4n1x9zl7yw9w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/verbatimcopy") @@ -103396,11 +123822,16 @@ (define-public texlive-verbdef (package (name "texlive-verbdef") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/verbdef/" "tex/latex/verbdef/") - (base32 - "1l6sm2mk7c197qicxlagl1hrfcaqswpq7b5a22i7m7gq1wpa8yvg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/verbdef/" "tex/latex/verbdef/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l6sm2mk7c197qicxlagl1hrfcaqswpq7b5a22i7m7gq1wpa8yvg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/verbdef") @@ -103418,12 +123849,17 @@ (define-public texlive-verbments (package (name "texlive-verbments") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/verbments/" - "tex/latex/verbments/") - (base32 - "0lsxr6mibc8v8wfabdph5mnf8zf77yk6s0qnz5p85g9z2fdvpgvf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/verbments/" + "tex/latex/verbments/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0lsxr6mibc8v8wfabdph5mnf8zf77yk6s0qnz5p85g9z2fdvpgvf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/verbments") @@ -103438,13 +123874,18 @@ (define-public texlive-verifiche (package (name "texlive-verifiche") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/verifiche/" - "source/latex/verifiche/" - "tex/latex/verifiche/") - (base32 - "1k3vly7hrvj3xfinhmd0pdmjqy42ab839sxiywf2141sn9ngjs5i"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/verifiche/" + "source/latex/verifiche/" + "tex/latex/verifiche/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1k3vly7hrvj3xfinhmd0pdmjqy42ab839sxiywf2141sn9ngjs5i")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/verifiche") @@ -103460,11 +123901,16 @@ (define-public texlive-version (package (name "texlive-version") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/version/" "tex/latex/version/") - (base32 - "1m4w450kgv92r41cqsxxn697h59bdsmms6icvhbfg5wq819k917v"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/version/" "tex/latex/version/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1m4w450kgv92r41cqsxxn697h59bdsmms6icvhbfg5wq819k917v")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/version") @@ -103485,11 +123931,16 @@ (define-public texlive-versions (package (name "texlive-versions") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/versions/" "tex/latex/versions/") - (base32 - "1zq8vp85hsy8c6yjhpjslr8063q95w5rnyv23kkks44bkcgrac8l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/versions/" "tex/latex/versions/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1zq8vp85hsy8c6yjhpjslr8063q95w5rnyv23kkks44bkcgrac8l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/versions") @@ -103504,13 +123955,18 @@ (define-public texlive-versonotes (package (name "texlive-versonotes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/versonotes/" - "source/latex/versonotes/" - "tex/latex/versonotes/") - (base32 - "1l45jgz7sginjrzg2q4xm7lbzgqk024p5mqlwym924rs6hpi8j71"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/versonotes/" + "source/latex/versonotes/" + "tex/latex/versonotes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l45jgz7sginjrzg2q4xm7lbzgqk024p5mqlwym924rs6hpi8j71")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/versonotes") @@ -103524,11 +123980,16 @@ (define-public texlive-vertbars (package (name "texlive-vertbars") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/vertbars/" "tex/latex/vertbars/") - (base32 - "1kqj1f1x9apssr678y0d85x5wlc338i3dmdn3ln3mb5bgm6hbwj5"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/vertbars/" "tex/latex/vertbars/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kqj1f1x9apssr678y0d85x5wlc338i3dmdn3ln3mb5bgm6hbwj5")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/vertbars") @@ -103542,12 +124003,17 @@ (define-public texlive-vgrid (package (name "texlive-vgrid") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/vgrid/" "source/latex/vgrid/" - "tex/latex/vgrid/") - (base32 - "1czaf1rz4x7wsinnk6mg78674azg5hnyi53rwh64bv2lzs3l0ah1"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/vgrid/" "source/latex/vgrid/" + "tex/latex/vgrid/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1czaf1rz4x7wsinnk6mg78674azg5hnyi53rwh64bv2lzs3l0ah1")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/vgrid") @@ -103561,11 +124027,16 @@ (define-public texlive-vhistory (package (name "texlive-vhistory") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/vhistory/" "tex/latex/vhistory/") - (base32 - "0s7p56x77yqhrmmf46y3ip703xr49dc0cs4h32qf42ahh6psw8pn"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/vhistory/" "tex/latex/vhistory/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0s7p56x77yqhrmmf46y3ip703xr49dc0cs4h32qf42ahh6psw8pn")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/vhistory") @@ -103583,12 +124054,17 @@ (define-public texlive-vmargin (package (name "texlive-vmargin") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/vmargin/" "source/latex/vmargin/" - "tex/latex/vmargin/") - (base32 - "0548wbh05b6ga8fxvarmsai8kzadcgix5zkh5l4a4ym4lsdgb47l"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/vmargin/" "source/latex/vmargin/" + "tex/latex/vmargin/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0548wbh05b6ga8fxvarmsai8kzadcgix5zkh5l4a4ym4lsdgb47l")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/vmargin") @@ -103608,12 +124084,17 @@ (define-public texlive-volumes (package (name "texlive-volumes") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/volumes/" "source/latex/volumes/" - "tex/latex/volumes/") - (base32 - "06q6p31m11p3iavksrs7hrbgbsmxhfsq0qh3h96jch0xf46dyy4c"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/volumes/" "source/latex/volumes/" + "tex/latex/volumes/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06q6p31m11p3iavksrs7hrbgbsmxhfsq0qh3h96jch0xf46dyy4c")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/volumes") @@ -103630,12 +124111,17 @@ (define-public texlive-vpe (package (name "texlive-vpe") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/vpe/" "scripts/vpe/" - "tex/latex/vpe/") - (base32 - "1mic6ljwfx50rassr1rr8ymqvbiblbpvrcdqkvwbahxxirjdj1xl"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/vpe/" "scripts/vpe/" + "tex/latex/vpe/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mic6ljwfx50rassr1rr8ymqvbiblbpvrcdqkvwbahxxirjdj1xl")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -103654,11 +124140,16 @@ (define-public texlive-vruler (package (name "texlive-vruler") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/vruler/" "tex/latex/vruler/") - (base32 - "06yvgz6bl6xjkvf7a4nwdsrpdql97bg812vh7s524f7y3whka1lp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/vruler/" "tex/latex/vruler/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06yvgz6bl6xjkvf7a4nwdsrpdql97bg812vh7s524f7y3whka1lp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/vruler") @@ -103673,11 +124164,16 @@ (define-public texlive-vtable (package (name "texlive-vtable") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/vtable/" "tex/latex/vtable/") - (base32 - "1kvkaksls3nvjzqpf45l13jmm8mdpz8iccxhx5pqsfhwy19b9yp2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/vtable/" "tex/latex/vtable/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1kvkaksls3nvjzqpf45l13jmm8mdpz8iccxhx5pqsfhwy19b9yp2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/vtable") @@ -103694,12 +124190,17 @@ (define-public texlive-vwcol (package (name "texlive-vwcol") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/vwcol/" "source/latex/vwcol/" - "tex/latex/vwcol/") - (base32 - "06lj8yvijjdlffl4qbgcxkygy6s43w6h8bgvs7k3vnn7znb7ga00"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/vwcol/" "source/latex/vwcol/" + "tex/latex/vwcol/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06lj8yvijjdlffl4qbgcxkygy6s43w6h8bgvs7k3vnn7znb7ga00")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/vwcol") @@ -103713,12 +124214,17 @@ (define-public texlive-wallcalendar (package (name "texlive-wallcalendar") (version "2023.0") - (source (texlive-origin - name version - (list "doc/lualatex/wallcalendar/" - "tex/lualatex/wallcalendar/") - (base32 - "18f6jxwn1lzg98bw8y3yaxfm7wv8s4spp6nkhrqsssc0n7x2x8ig"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/lualatex/wallcalendar/" + "tex/lualatex/wallcalendar/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18f6jxwn1lzg98bw8y3yaxfm7wv8s4spp6nkhrqsssc0n7x2x8ig")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/wallcalendar") @@ -103733,11 +124239,16 @@ (define-public texlive-warning (package (name "texlive-warning") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/warning/" "tex/latex/warning/") - (base32 - "0d259bpnv7qgki5cmf0w12gqxiw9ww0901j13lm30b1myxhy0giq"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/warning/" "tex/latex/warning/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d259bpnv7qgki5cmf0w12gqxiw9ww0901j13lm30b1myxhy0giq")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/warning") @@ -103752,12 +124263,17 @@ (define-public texlive-warpcol (package (name "texlive-warpcol") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/warpcol/" "source/latex/warpcol/" - "tex/latex/warpcol/") - (base32 - "0f03v03vsfavkx3wchh2nli10hihapjlgw822rgxi8z6bm5jphss"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/warpcol/" "source/latex/warpcol/" + "tex/latex/warpcol/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f03v03vsfavkx3wchh2nli10hihapjlgw822rgxi8z6bm5jphss")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/warpcol") @@ -103773,14 +124289,19 @@ (define-public texlive-webquiz (package (name "texlive-webquiz") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/webquiz/" - "doc/man/man1/webquiz.1" - "doc/man/man1/webquiz.man1.pdf" - "scripts/webquiz/" "tex/latex/webquiz/") - (base32 - "1z2qwm3jaj2wh8f6vx7mih21y32d0604jirdgd3bywq7yv57y125"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/webquiz/" + "doc/man/man1/webquiz.1" + "doc/man/man1/webquiz.man1.pdf" + "scripts/webquiz/" "tex/latex/webquiz/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1z2qwm3jaj2wh8f6vx7mih21y32d0604jirdgd3bywq7yv57y125")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "webquiz.py"))) @@ -103798,13 +124319,18 @@ (define-public texlive-widetable (package (name "texlive-widetable") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/widetable/" - "source/latex/widetable/" - "tex/latex/widetable/") - (base32 - "1fb1545agxpkd4xjh6hs70flqpwna13rh5kzc202w64jxsfgwwzs"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/widetable/" + "source/latex/widetable/" + "tex/latex/widetable/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fb1545agxpkd4xjh6hs70flqpwna13rh5kzc202w64jxsfgwwzs")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/widetable") @@ -103819,13 +124345,18 @@ (define-public texlive-widows-and-orphans (package (name "texlive-widows-and-orphans") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/widows-and-orphans/" - "source/latex/widows-and-orphans/" - "tex/latex/widows-and-orphans/") - (base32 - "1jwfwkl9f9xjdk03vxziiwxz6wb9150ig6zdkpvj5d1ivwkg87v2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/widows-and-orphans/" + "source/latex/widows-and-orphans/" + "tex/latex/widows-and-orphans/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jwfwkl9f9xjdk03vxziiwxz6wb9150ig6zdkpvj5d1ivwkg87v2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/widows-and-orphans") @@ -103843,11 +124374,16 @@ (define-public texlive-williams (package (name "texlive-williams") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/williams/" "tex/latex/williams/") - (base32 - "1rk7x20a23mq3r920hr96m65x48040q8m0ps6in91qlf77fz0lpw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/williams/" "tex/latex/williams/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1rk7x20a23mq3r920hr96m65x48040q8m0ps6in91qlf77fz0lpw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/williams") @@ -103862,11 +124398,16 @@ (define-public texlive-withargs (package (name "texlive-withargs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/withargs/" "tex/latex/withargs/") - (base32 - "06zyvaldbwf80hijp3526qyyrfrbj6zc03fw5pan38gxhin270hg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/withargs/" "tex/latex/withargs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "06zyvaldbwf80hijp3526qyyrfrbj6zc03fw5pan38gxhin270hg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/withargs") @@ -103882,12 +124423,17 @@ (define-public texlive-wordcount (package (name "texlive-wordcount") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/wordcount/" "scripts/wordcount/" - "tex/latex/wordcount/") - (base32 - "1x4qx3skvlndinligp0k2j8dpgpkim6374vc4fxfjrsd2bhw2fnm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/wordcount/" "scripts/wordcount/" + "tex/latex/wordcount/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1x4qx3skvlndinligp0k2j8dpgpkim6374vc4fxfjrsd2bhw2fnm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "wordcount.sh"))) @@ -103905,13 +124451,18 @@ (define-public texlive-wordlike (package (name "texlive-wordlike") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/wordlike/" - "source/latex/wordlike/" - "tex/latex/wordlike/") - (base32 - "04m9syfp78grgxfa0d3vq990381sdrayg1id34gp13c8cl6kxdv8"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/wordlike/" + "source/latex/wordlike/" + "tex/latex/wordlike/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04m9syfp78grgxfa0d3vq990381sdrayg1id34gp13c8cl6kxdv8")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/wordlike") @@ -103930,12 +124481,17 @@ (define-public texlive-worksheet (package (name "texlive-worksheet") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/worksheet/" - "tex/latex/worksheet/") - (base32 - "0bciww1nnjgh7z7w3b5fwh0dr2hbsqw6ymdsx9xxm2ycrxx0lbxk"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/worksheet/" + "tex/latex/worksheet/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0bciww1nnjgh7z7w3b5fwh0dr2hbsqw6ymdsx9xxm2ycrxx0lbxk")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/worksheet") @@ -103962,13 +124518,18 @@ (define-public texlive-wrapfig2 (package (name "texlive-wrapfig2") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/wrapfig2/" - "source/latex/wrapfig2/" - "tex/latex/wrapfig2/") - (base32 - "10wjksrni017bw1npwd2h6z6qzll7i024pl1dwsdh9ccfwfjir9w"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/wrapfig2/" + "source/latex/wrapfig2/" + "tex/latex/wrapfig2/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10wjksrni017bw1npwd2h6z6qzll7i024pl1dwsdh9ccfwfjir9w")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/wrapfig2") @@ -103982,13 +124543,18 @@ (define-public texlive-wrapstuff (package (name "texlive-wrapstuff") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/wrapstuff/" - "source/latex/wrapstuff/" - "tex/latex/wrapstuff/") - (base32 - "1a5dlivmmpanlk376c3f9hx71cmb2cx0dg8ijhl7bccqic0zx234"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/wrapstuff/" + "source/latex/wrapstuff/" + "tex/latex/wrapstuff/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1a5dlivmmpanlk376c3f9hx71cmb2cx0dg8ijhl7bccqic0zx234")))) (outputs '("out" "doc")) (build-system texlive-build-system) (native-inputs (list texlive-ctex)) @@ -104002,12 +124568,17 @@ (define-public texlive-writeongrid (package (name "texlive-writeongrid") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/writeongrid/" - "tex/latex/writeongrid/") - (base32 - "0vrwgc0ldcy1b948dk1ry4j5ass4f92zmf5wiq517zza7fz45rql"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/writeongrid/" + "tex/latex/writeongrid/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vrwgc0ldcy1b948dk1ry4j5ass4f92zmf5wiq517zza7fz45rql")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/writeongrid") @@ -104021,11 +124592,16 @@ (define-public texlive-wtref (package (name "texlive-wtref") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/wtref/" "tex/latex/wtref/") - (base32 - "12agpx710fdf7y1gy0pj592xkg61miscjnx3rnjm5zszlrwd83f7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/wtref/" "tex/latex/wtref/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "12agpx710fdf7y1gy0pj592xkg61miscjnx3rnjm5zszlrwd83f7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/wtref") @@ -104040,12 +124616,17 @@ (define-public texlive-xargs (package (name "texlive-xargs") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xargs/" "source/latex/xargs/" - "tex/latex/xargs/") - (base32 - "1gbdnc1k819fncvnhzihx9q6qdxsrkpfjy47dh70bdwqf5klhqbh"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xargs/" "source/latex/xargs/" + "tex/latex/xargs/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1gbdnc1k819fncvnhzihx9q6qdxsrkpfjy47dh70bdwqf5klhqbh")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:tex-format "latex")) @@ -104070,12 +124651,17 @@ (define-public texlive-xassoccnt (package (name "texlive-xassoccnt") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xassoccnt/" - "tex/latex/xassoccnt/") - (base32 - "0b38fjfi9ydm0snkdwmgzm2qrmh32dzl3k8ypj06fwaan7n3341n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xassoccnt/" + "tex/latex/xassoccnt/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b38fjfi9ydm0snkdwmgzm2qrmh32dzl3k8ypj06fwaan7n3341n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xassoccnt") @@ -104096,12 +124682,17 @@ (define-public texlive-xbmks (package (name "texlive-xbmks") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xbmks/" "source/latex/xbmks/" - "tex/latex/xbmks/") - (base32 - "0sgbd4083kiinhy7wq1fh6apx1ln1pyfkvl6k0822na9cxd2z560"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xbmks/" "source/latex/xbmks/" + "tex/latex/xbmks/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0sgbd4083kiinhy7wq1fh6apx1ln1pyfkvl6k0822na9cxd2z560")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xbmks") @@ -104116,12 +124707,17 @@ (define-public texlive-xcntperchap (package (name "texlive-xcntperchap") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xcntperchap/" - "tex/latex/xcntperchap/") - (base32 - "0cbkvf8dw1pi6qr397pf985s4zyvdmc5g87y9jvg9na69v8r4pkj"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xcntperchap/" + "tex/latex/xcntperchap/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cbkvf8dw1pi6qr397pf985s4zyvdmc5g87y9jvg9na69v8r4pkj")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xcntperchap") @@ -104136,13 +124732,18 @@ (define-public texlive-xcolor-material (package (name "texlive-xcolor-material") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xcolor-material/" - "source/latex/xcolor-material/" - "tex/latex/xcolor-material/") - (base32 - "1ks2mp2r9dgpp1397ci5qza93cwwc3b02rax1rqs1vpd4bxrklnp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xcolor-material/" + "source/latex/xcolor-material/" + "tex/latex/xcolor-material/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ks2mp2r9dgpp1397ci5qza93cwwc3b02rax1rqs1vpd4bxrklnp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xcolor-material") @@ -104157,13 +124758,18 @@ (define-public texlive-xcolor-solarized (package (name "texlive-xcolor-solarized") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xcolor-solarized/" - "source/latex/xcolor-solarized/" - "tex/latex/xcolor-solarized/") - (base32 - "1jcq23p50syr16hz1hskkwf55whb68sdyyh45y8q3zvh7q7y1qr7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xcolor-solarized/" + "source/latex/xcolor-solarized/" + "tex/latex/xcolor-solarized/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jcq23p50syr16hz1hskkwf55whb68sdyyh45y8q3zvh7q7y1qr7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xcolor-solarized") @@ -104179,13 +124785,18 @@ (define-public texlive-xcookybooky (package (name "texlive-xcookybooky") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xcookybooky/" - "source/latex/xcookybooky/" - "tex/latex/xcookybooky/") - (base32 - "0h0a4y1aax9zkm3mnxjhi8q9s3ql8jg50s88npazac5c2b2f8qxv"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xcookybooky/" + "source/latex/xcookybooky/" + "tex/latex/xcookybooky/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0h0a4y1aax9zkm3mnxjhi8q9s3ql8jg50s88npazac5c2b2f8qxv")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xcookybooky") @@ -104203,13 +124814,18 @@ (define-public texlive-xcpdftips (package (name "texlive-xcpdftips") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xcpdftips/" - "source/latex/xcpdftips/" - "tex/latex/xcpdftips/") - (base32 - "16in0hkr8ij36xxclq6z0rxmkldn0pba49sj3vnfamrgq80r70xg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xcpdftips/" + "source/latex/xcpdftips/" + "tex/latex/xcpdftips/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16in0hkr8ij36xxclq6z0rxmkldn0pba49sj3vnfamrgq80r70xg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xcpdftips") @@ -104223,12 +124839,17 @@ (define-public texlive-xdoc (package (name "texlive-xdoc") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xdoc/" "makeindex/xdoc/" - "source/latex/xdoc/" "tex/latex/xdoc/") - (base32 - "0jyvl0xaknycr47rypcvdcriz4kx0kgnvy643p1rgmnjddvarv1n"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xdoc/" "makeindex/xdoc/" + "source/latex/xdoc/" "tex/latex/xdoc/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0jyvl0xaknycr47rypcvdcriz4kx0kgnvy643p1rgmnjddvarv1n")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xdoc") @@ -104248,13 +124869,18 @@ (define-public texlive-xellipsis (package (name "texlive-xellipsis") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xellipsis/" - "source/latex/xellipsis/" - "tex/latex/xellipsis/") - (base32 - "1p1xzaprrglliid7zsl4s22zzqd7wrryhn69mdpac267jh8cpxds"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xellipsis/" + "source/latex/xellipsis/" + "tex/latex/xellipsis/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1p1xzaprrglliid7zsl4s22zzqd7wrryhn69mdpac267jh8cpxds")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xellipsis") @@ -104273,12 +124899,17 @@ (define-public texlive-xfakebold (package (name "texlive-xfakebold") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xfakebold/" - "tex/latex/xfakebold/") - (base32 - "0p51bscpac1vaxpqpwd9fdkxa1gv8f5x640zzzp09yhcbmpync8f"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xfakebold/" + "tex/latex/xfakebold/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p51bscpac1vaxpqpwd9fdkxa1gv8f5x640zzzp09yhcbmpync8f")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-iftex)) @@ -104294,11 +124925,16 @@ (define-public texlive-xhfill (package (name "texlive-xhfill") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xhfill/" "tex/latex/xhfill/") - (base32 - "0a69ri107qpzzhclja1jn01nb33wlzs5g6x8c8k0iz9qzwbrm3by"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xhfill/" "tex/latex/xhfill/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a69ri107qpzzhclja1jn01nb33wlzs5g6x8c8k0iz9qzwbrm3by")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xhfill") @@ -104312,12 +124948,17 @@ (define-public texlive-xint (package (name "texlive-xint") (version "2023.0") - (source (texlive-origin - name version - (list "doc/generic/xint/" "source/generic/xint/" - "tex/generic/xint/") - (base32 - "0dk1rgip7svqzlsvdr67hk9yw3ifak2ka67hpym0hlslmy1igvd2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/generic/xint/" "source/generic/xint/" + "tex/generic/xint/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dk1rgip7svqzlsvdr67hk9yw3ifak2ka67hpym0hlslmy1igvd2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xint") @@ -104365,12 +125006,17 @@ (define-public texlive-xkcdcolors (package (name "texlive-xkcdcolors") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xkcdcolors/" - "tex/latex/xkcdcolors/") - (base32 - "0fm8ipmx6nflm4mbjdcz1c3jqqbv9rca5myahgksjpis5w3mvsfd"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xkcdcolors/" + "tex/latex/xkcdcolors/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fm8ipmx6nflm4mbjdcz1c3jqqbv9rca5myahgksjpis5w3mvsfd")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xkcdcolors") @@ -104388,12 +125034,17 @@ (define-public texlive-xltabular (package (name "texlive-xltabular") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xltabular/" - "tex/latex/xltabular/") - (base32 - "08wpgf2w0pcl2nqm2mgplxvy9q0zbszd5lm4rqzkz3vyi6zlravm"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xltabular/" + "tex/latex/xltabular/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08wpgf2w0pcl2nqm2mgplxvy9q0zbszd5lm4rqzkz3vyi6zlravm")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xltabular") @@ -104407,34 +125058,44 @@ (define-public texlive-xltabular (define-public texlive-xnewcommand (package - (name "texlive-xnewcommand") - (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xnewcommand/" - "tex/latex/xnewcommand/") - (base32 - "0nicb4v9mxkavsgns37ap9bhi5wc1aqlk82dcsvpysxps1rmmyk4"))) - (outputs '("out" "doc")) - (build-system texlive-build-system) - (home-page "https://ctan.org/pkg/xnewcommand") - (synopsis - "Define @code{\\global} and @code{\\protected} commands with @code{\\newcommand}") - (description - "The package provides the means of defining @code{\\global} and (e-TeX) + (name "texlive-xnewcommand") + (version "2023.0") + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xnewcommand/" + "tex/latex/xnewcommand/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0nicb4v9mxkavsgns37ap9bhi5wc1aqlk82dcsvpysxps1rmmyk4")))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/xnewcommand") + (synopsis + "Define @code{\\global} and @code{\\protected} commands with @code{\\newcommand}") + (description + "The package provides the means of defining @code{\\global} and (e-TeX) @code{\\protected} commands, within the framework of LaTeX's standard @code{\\newcommand}.") - (license license:lppl))) + (license license:lppl))) (define-public texlive-xoptarg (package (name "texlive-xoptarg") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xoptarg/" "tex/latex/xoptarg/") - (base32 - "13fifaq7c64rpqaaqj9zlq280ckmzdlqrs4p1gzs1h269p9z8mbf"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xoptarg/" "tex/latex/xoptarg/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "13fifaq7c64rpqaaqj9zlq280ckmzdlqrs4p1gzs1h269p9z8mbf")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xoptarg") @@ -104449,13 +125110,18 @@ (define-public texlive-xpunctuate (package (name "texlive-xpunctuate") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xpunctuate/" - "source/latex/xpunctuate/" - "tex/latex/xpunctuate/") - (base32 - "1sgjyrdgsvrlvx2zfy0ya6laapylfkw6ivdxvmba8rxllcas462x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xpunctuate/" + "source/latex/xpunctuate/" + "tex/latex/xpunctuate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1sgjyrdgsvrlvx2zfy0ya6laapylfkw6ivdxvmba8rxllcas462x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xpunctuate") @@ -104472,12 +125138,17 @@ (define-public texlive-xpeek (package (name "texlive-xpeek") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xpeek/" "source/latex/xpeek/" - "tex/latex/xpeek/") - (base32 - "01khzfgkvsfs8vs64wym07k5hnaa0rmcgpgajp1q06g5f9shcsjc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xpeek/" "source/latex/xpeek/" + "tex/latex/xpeek/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01khzfgkvsfs8vs64wym07k5hnaa0rmcgpgajp1q06g5f9shcsjc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments @@ -104515,12 +125186,17 @@ (define-public texlive-xprintlen (package (name "texlive-xprintlen") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xprintlen/" - "tex/latex/xprintlen/") - (base32 - "0skz6y06wslzf0yb0g101g24kw6bkm9kl825swpqahyzdgwapxw4"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xprintlen/" + "tex/latex/xprintlen/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0skz6y06wslzf0yb0g101g24kw6bkm9kl825swpqahyzdgwapxw4")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xprintlen") @@ -104534,13 +125210,18 @@ (define-public texlive-xsavebox (package (name "texlive-xsavebox") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xsavebox/" - "source/latex/xsavebox/" - "tex/latex/xsavebox/") - (base32 - "1k055jv83yk17f7l8bvg8mvm7cw7afry7sykli4fbz8w0yjq3yci"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xsavebox/" + "source/latex/xsavebox/" + "tex/latex/xsavebox/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1k055jv83yk17f7l8bvg8mvm7cw7afry7sykli4fbz8w0yjq3yci")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xsavebox") @@ -104559,11 +125240,16 @@ (define-public texlive-xsim (package (name "texlive-xsim") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xsim/" "tex/latex/xsim/") - (base32 - "0dalnjkisyk4ixxqpim5hvjzi9sn71gjiygj08ix0ifpbix9hqn2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xsim/" "tex/latex/xsim/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0dalnjkisyk4ixxqpim5hvjzi9sn71gjiygj08ix0ifpbix9hqn2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xsim") @@ -104578,12 +125264,17 @@ (define-public texlive-xtab (package (name "texlive-xtab") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xtab/" "source/latex/xtab/" - "tex/latex/xtab/") - (base32 - "0d9rc8dwirxlzvyfrwf884achshimcrz99c2d57gad2097c6qkd6"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xtab/" "source/latex/xtab/" + "tex/latex/xtab/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0d9rc8dwirxlzvyfrwf884achshimcrz99c2d57gad2097c6qkd6")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xtab") @@ -104597,11 +125288,16 @@ (define-public texlive-xurl (package (name "texlive-xurl") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xurl/" "tex/latex/xurl/") - (base32 - "0g03b27vg4qmprjy7jlpvpvq0223xsjfd6ynhsfwglqva3yq70ri"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xurl/" "tex/latex/xurl/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0g03b27vg4qmprjy7jlpvpvq0223xsjfd6ynhsfwglqva3yq70ri")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xurl") @@ -104617,12 +125313,17 @@ (define-public texlive-xwatermark (package (name "texlive-xwatermark") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xwatermark/" - "tex/latex/xwatermark/") - (base32 - "1xisq0xg5jl7id4ajl0ywjz8d8s8bzl4qy8sxg0rya3p013p5990"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xwatermark/" + "tex/latex/xwatermark/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xisq0xg5jl7id4ajl0ywjz8d8s8bzl4qy8sxg0rya3p013p5990")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xwatermark") @@ -104636,11 +125337,16 @@ (define-public texlive-xytree (package (name "texlive-xytree") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/xytree/" "tex/latex/xytree/") - (base32 - "0l0is0a46zp21qswwdb5rbjh4ap61lm5d581j5q9baiycmxk4ban"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/xytree/" "tex/latex/xytree/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0l0is0a46zp21qswwdb5rbjh4ap61lm5d581j5q9baiycmxk4ban")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/xytree") @@ -104654,12 +125360,17 @@ (define-public texlive-yafoot (package (name "texlive-yafoot") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/yafoot/" "source/latex/yafoot/" - "tex/latex/yafoot/") - (base32 - "04p8qlk7nbrapr2gggkqm2iqgq36ywh7a7iqawmmqhsqnmz501cp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/yafoot/" "source/latex/yafoot/" + "tex/latex/yafoot/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "04p8qlk7nbrapr2gggkqm2iqgq36ywh7a7iqawmmqhsqnmz501cp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/yafoot") @@ -104674,13 +125385,18 @@ (define-public texlive-yagusylo (package (name "texlive-yagusylo") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/yagusylo/" - "source/latex/yagusylo/" - "tex/latex/yagusylo/") - (base32 - "0y2fgfj21m15n44xc6i996rgyf4wpg7wjk0db6cyc5wb7q012270"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/yagusylo/" + "source/latex/yagusylo/" + "tex/latex/yagusylo/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0y2fgfj21m15n44xc6i996rgyf4wpg7wjk0db6cyc5wb7q012270")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/yagusylo") @@ -104695,13 +125411,18 @@ (define-public texlive-yaletter (package (name "texlive-yaletter") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/yaletter/" - "source/latex/yaletter/" - "tex/latex/yaletter/") - (base32 - "1ak35xs7b7v5314nic8mb158828rnq1bv53v412ad2zmsha7wrg9"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/yaletter/" + "source/latex/yaletter/" + "tex/latex/yaletter/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ak35xs7b7v5314nic8mb158828rnq1bv53v412ad2zmsha7wrg9")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/yaletter") @@ -104720,11 +125441,16 @@ (define-public texlive-ycbook (package (name "texlive-ycbook") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ycbook/" "tex/latex/ycbook/") - (base32 - "0ikjh157df0l2yq8whpsizs32i92xg8am65migbjq6pfm57bph70"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ycbook/" "tex/latex/ycbook/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ikjh157df0l2yq8whpsizs32i92xg8am65migbjq6pfm57bph70")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ycbook") @@ -104742,12 +125468,17 @@ (define-public texlive-yplan (package (name "texlive-yplan") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/yplan/" "scripts/yplan/" - "tex/latex/yplan/") - (base32 - "0cwd7yzmsp3jxb9190cqy05mbp40kw5qx1fjc7f8rbf5m2dfcbb7"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/yplan/" "scripts/yplan/" + "tex/latex/yplan/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cwd7yzmsp3jxb9190cqy05mbp40kw5qx1fjc7f8rbf5m2dfcbb7")))) (outputs '("out" "doc")) (build-system texlive-build-system) (arguments (list #:link-scripts #~(list "yplan"))) @@ -104767,13 +125498,18 @@ (define-public texlive-zebra-goodies (package (name "texlive-zebra-goodies") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/zebra-goodies/" - "source/latex/zebra-goodies/" - "tex/latex/zebra-goodies/") - (base32 - "0a02haskb2bahfv03dl5661g28nhxigklv6mxm1fbx72an6d2zyw"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/zebra-goodies/" + "source/latex/zebra-goodies/" + "tex/latex/zebra-goodies/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0a02haskb2bahfv03dl5661g28nhxigklv6mxm1fbx72an6d2zyw")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zebra-goodies") @@ -104791,11 +125527,16 @@ (define-public texlive-zed-csp (package (name "texlive-zed-csp") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/zed-csp/" "tex/latex/zed-csp/") - (base32 - "16xv24vf6d3znfa2a6qhbz7hgq3s5n8fg8i8h07i9rf008apja0d"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/zed-csp/" "tex/latex/zed-csp/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "16xv24vf6d3znfa2a6qhbz7hgq3s5n8fg8i8h07i9rf008apja0d")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zed-csp") @@ -104810,11 +125551,16 @@ (define-public texlive-zennote (package (name "texlive-zennote") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/zennote/" "tex/latex/zennote/") - (base32 - "0iviklm37rdzn7fbq8i6kn5hfj3kqh32pz5pamr1bg52whvn0ly2"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/zennote/" "tex/latex/zennote/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0iviklm37rdzn7fbq8i6kn5hfj3kqh32pz5pamr1bg52whvn0ly2")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zennote") @@ -104833,11 +125579,16 @@ (define-public texlive-ziffer (package (name "texlive-ziffer") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/ziffer/" "tex/latex/ziffer/") - (base32 - "073w0rpkf7g1pjy4i30x20g7k0wksqpwi2288ly2fz4b2d66aafc"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/ziffer/" "tex/latex/ziffer/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "073w0rpkf7g1pjy4i30x20g7k0wksqpwi2288ly2fz4b2d66aafc")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/ziffer") @@ -104863,13 +125614,18 @@ (define-public texlive-zref-check (package (name "texlive-zref-check") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/zref-check/" - "source/latex/zref-check/" - "tex/latex/zref-check/") - (base32 - "0zjv0qijvl2rz08amgvqm785v46salk6q9v0bh5y64k1ljzg96jg"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/zref-check/" + "source/latex/zref-check/" + "tex/latex/zref-check/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0zjv0qijvl2rz08amgvqm785v46salk6q9v0bh5y64k1ljzg96jg")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zref-check") @@ -104890,13 +125646,18 @@ (define-public texlive-zref-clever (package (name "texlive-zref-clever") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/zref-clever/" - "source/latex/zref-clever/" - "tex/latex/zref-clever/") - (base32 - "0vz1w70j9lmx14s5fbznwansqmv2rn8dkqp8y5wr8jixr5wbwil3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/zref-clever/" + "source/latex/zref-clever/" + "tex/latex/zref-clever/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0vz1w70j9lmx14s5fbznwansqmv2rn8dkqp8y5wr8jixr5wbwil3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zref-clever") @@ -104915,13 +125676,18 @@ (define-public texlive-zref-vario (package (name "texlive-zref-vario") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/zref-vario/" - "source/latex/zref-vario/" - "tex/latex/zref-vario/") - (base32 - "0m2q6agq66yc5prag12b1rk6fn4bqcapqqiq5p1nn89n53x1nxyp"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/zref-vario/" + "source/latex/zref-vario/" + "tex/latex/zref-vario/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0m2q6agq66yc5prag12b1rk6fn4bqcapqqiq5p1nn89n53x1nxyp")))) (outputs '("out" "doc")) (build-system texlive-build-system) (propagated-inputs (list texlive-tools texlive-zref-clever)) @@ -104939,12 +125705,17 @@ (define-public texlive-zwgetfdate (package (name "texlive-zwgetfdate") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/zwgetfdate/" - "tex/latex/zwgetfdate/") - (base32 - "1qkipas5qrrxvjvm08fws45vfqg87qz3x4ghpgcmipd91ydcaxc3"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/zwgetfdate/" + "tex/latex/zwgetfdate/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qkipas5qrrxvjvm08fws45vfqg87qz3x4ghpgcmipd91ydcaxc3")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zwgetfdate") @@ -104959,12 +125730,17 @@ (define-public texlive-zwpagelayout (package (name "texlive-zwpagelayout") (version "2023.0") - (source (texlive-origin - name version - (list "doc/latex/zwpagelayout/" - "tex/latex/zwpagelayout/") - (base32 - "0wvdx8jgvxpxln61xbh4lyd95r6g1dnjmhy1vjsqqdhqwwgch40x"))) + (source (origin + (method svn-multi-fetch) + (uri (svn-multi-reference + (url (texlive-packages-repository version)) + (revision 66594) + (locations (list "doc/latex/zwpagelayout/" + "tex/latex/zwpagelayout/")))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wvdx8jgvxpxln61xbh4lyd95r6g1dnjmhy1vjsqqdhqwwgch40x")))) (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/zwpagelayout")