gnu: texlive: Update to 20240312.

* gnu/packages/texlive.scm (%texlive-date): Set to 20240312.
(texlive-extra-src, texlive-texmf-src): Update hashes.
(texlivebin): Update hash. Add input.

Change-Id: I0f68e8dfd4614b5e5de0518eefae59d82947f94b
This commit is contained in:
Andreas Enge 2024-09-02 16:22:15 +02:00
parent 0aa66ec0b0
commit 778dd796bf
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2013, 2014, 2015, 2016, 2023, 2024 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
@ -62,7 +62,7 @@ (define-module (gnu packages texlive)
#:use-module (gnu packages xdisorg)
#:use-module (gnu packages xorg))
(define %texlive-date "20230313")
(define %texlive-date "20240312")
(define %texlive-year (string-take %texlive-date 4))
(define texlive-extra-src
@ -72,7 +72,7 @@ (define texlive-extra-src
%texlive-year "/texlive-"
%texlive-date "-extra.tar.xz"))
(sha256 (base32
"1hiqvdg679yadygf23f37b3dz5ick258k1qcam9nhkhprkx7d9l0"))))
"15jlphblgqccycrqpqib1bvp8h996yxji8rfvbd5s6ydrm31j3vp"))))
(define texlive-texmf-src
(origin
@ -81,7 +81,7 @@ (define texlive-texmf-src
%texlive-year "/texlive-"
%texlive-date "-texmf.tar.xz"))
(sha256 (base32
"0lqjm11pr9vasvivaci3k9xcmdyd08ldnh31zf8avjjs09xcfkac"))))
"19y72ahd5isc8zgr6a6rl03al4jcx72bqsxa7gcqc7pmmbgf5sn8"))))
(define texlivebin
(package
@ -95,7 +95,7 @@ (define texlivebin
%texlive-date "-source.tar.xz"))
(sha256
(base32
"1fbrkv7g9j6ipmwjx27l8l9l974rmply8bhf7c2iqc6h3q7aly1q"))
"15pynqwajzh4bnbhylgd74qq9fcpxmmi54swqkx705k6077qfvbv"))
(modules '((guix build utils)
(ice-9 ftw)))
(snippet
@ -130,6 +130,7 @@ (define texlivebin
("libpng" ,libpng)
("libxaw" ,libxaw)
("libxt" ,libxt)
("mpfi" ,mpfi)
("mpfr" ,mpfr)
("perl" ,perl)
("pixman" ,pixman)