This is an automated email from the git hooks/post-receive script.
andreas pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 744cf07005 gnu: texlive: Update to 20250308.
744cf07005 is described below
commit 744cf07005745312ccddb549bb1bab5ab7031106
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Mar 24 16:30:05 2025 +0100
gnu: texlive: Update to 20250308.
* gnu/packages/texlive.scm (%texlive-date, texlive-extra-src,
texlive-texmf-src, texlivebin): Update to 20250308.
Change-Id: Ic0fdfefd6a82ae0ae34eb1d3e0b9cbe1043f8ca6
---
gnu/packages/texlive.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm
index 36bbf4beb8..db357da6a7 100644
--- a/gnu/packages/texlive.scm
+++ b/gnu/packages/texlive.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014, 2015, 2016, 2023, 2024 Andreas Enge
<[email protected]>
+;;; Copyright © 2013, 2014, 2015, 2016, 2023, 2024, 2025 Andreas Enge
<[email protected]>
;;; Copyright © 2014 Eric Bavier <[email protected]>
;;; Copyright © 2015 Mark H Weaver <[email protected]>
;;; Copyright © 2016 Roel Janssen <[email protected]>
@@ -62,7 +62,7 @@
#:use-module (gnu packages xdisorg)
#:use-module (gnu packages xorg))
-(define %texlive-date "20240312")
+(define %texlive-date "20250308")
(define %texlive-year (string-take %texlive-date 4))
(define texlive-extra-src
@@ -72,7 +72,7 @@
%texlive-year "/texlive-"
%texlive-date "-extra.tar.xz"))
(sha256 (base32
- "15jlphblgqccycrqpqib1bvp8h996yxji8rfvbd5s6ydrm31j3vp"))))
+ "1lk9fsyvxayfz4xjplazwkjgamwk9p5yhxjlqk5ql4wvpkncysga"))))
(define texlive-texmf-src
(origin
@@ -81,7 +81,7 @@
%texlive-year "/texlive-"
%texlive-date "-texmf.tar.xz"))
(sha256 (base32
- "19y72ahd5isc8zgr6a6rl03al4jcx72bqsxa7gcqc7pmmbgf5sn8"))))
+ "1ky72r9z8v93nyns5109rkvx6wqlgqciwvrjpdp2y3dz61sdmp08"))))
(define texlivebin
(package
@@ -95,7 +95,7 @@
%texlive-date "-source.tar.xz"))
(sha256
(base32
- "15pynqwajzh4bnbhylgd74qq9fcpxmmi54swqkx705k6077qfvbv"))
+ "03s92wj9z334azyxrxp5k20g323a1nj2j8la76j7gha3s6iv3zgz"))
(modules '((guix build utils)
(ice-9 ftw)))
(snippet