aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/texlive.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2023-08-07 14:14:26 +0200
committerAndreas Enge <andreas@enge.fr>2023-08-17 16:19:05 +0200
commite13b631e03e5d7740182a671a96dda9d1e458de6 (patch)
tree702ec8b86d31f244b57a8925c00aee9ebf4e2bf2 /gnu/packages/texlive.scm
parent9e6e6b3610961fc5262da10c0a471a5cae702e35 (diff)
downloadguix-e13b631e03e5d7740182a671a96dda9d1e458de6.tar
guix-e13b631e03e5d7740182a671a96dda9d1e458de6.tar.gz
gnu: texlive: Update to 2022.
* gnu/packages/texlive.scm (%texlive-date): Update to 20220321. (texlive-extra-src, texlive-texmf-src, texlivebin): Update source hashes.
Diffstat (limited to 'gnu/packages/texlive.scm')
-rw-r--r--gnu/packages/texlive.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm
index 2495f34c9b..bbb4cb27c7 100644
--- a/gnu/packages/texlive.scm
+++ b/gnu/packages/texlive.scm
@@ -71,7 +71,7 @@
#:use-module (gnu packages xml)
#:use-module (gnu packages xorg))
-(define %texlive-date "20210325")
+(define %texlive-date "20220321")
(define %texlive-version (string-take %texlive-date 4))
(define texlive-extra-src
@@ -81,7 +81,7 @@
%texlive-version "/texlive-"
%texlive-date "-extra.tar.xz"))
(sha256 (base32
- "171kg1n9zapw3d2g47d8l0cywa99bl9m54xkqvp9625ks22z78s6"))))
+ "15ljdlxvv051q3fq5rn1ncfk0z9a8cbchqfdpv3qrgj7i4vcz102"))))
(define texlive-texmf-src
(origin
@@ -90,7 +90,7 @@
%texlive-version "/texlive-"
%texlive-date "-texmf.tar.xz"))
(sha256 (base32
- "070gczcm1h9rx29w2f02xd3nhd84c4k28nfmm8qgp69yq8vd84pz"))))
+ "05iz38v2j0aih3zc20qdlajk8b72ark7zz3cfq9dvlgpn43jnarp"))))
(define-public texlivebin
(package
@@ -104,7 +104,7 @@
%texlive-date "-source.tar.xz"))
(sha256
(base32
- "0jsq1p66l46k2qq0gbqmx25flj2nprsz4wrd1ybn286p11kdkvvs"))
+ "0mlv2zb4zkabvf97sdakkv5xfywxkg30yicn0i4w9chywn2k9yjz"))
(modules '((guix build utils)
(ice-9 ftw)))
(snippet