diff options
author | Andreas Enge <andreas@enge.fr> | 2023-08-07 18:13:48 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-08-17 16:19:05 +0200 |
commit | 6274dcbdbd2c1f8c539d7dbc8675e713d14d1af8 (patch) | |
tree | ba3767c349cec506549a16b0bbf60be8276d0b57 /gnu/packages/texlive.scm | |
parent | 8b71ddf91a819cd5af9016ff8507beb9850f1a37 (diff) |
gnu: biber: Update to 2.19.
* gnu/packages/texlive.scm (biber): Update to 2.19. Remove patch.
* gnu/packages/patches/biber-adapt-perl-5.36.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Unregister patch.
Diffstat (limited to 'gnu/packages/texlive.scm')
-rw-r--r-- | gnu/packages/texlive.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm index 591c71b3ecd..b6bc3f30f7f 100644 --- a/gnu/packages/texlive.scm +++ b/gnu/packages/texlive.scm @@ -455,7 +455,7 @@ This package contains the complete TeX Live distribution.") ;; checking the Biber/BibLaTeX compatibility matrix in the BibLaTeX manual ;; at <https://ctan.org/pkg/biblatex>. (name "biber") - (version "2.17") + (version "2.19") (source (origin (method git-fetch) (uri (git-reference @@ -464,8 +464,7 @@ This package contains the complete TeX Live distribution.") (file-name (git-file-name name version)) (sha256 (base32 - "0b8a8lldz9xx3yr1h5bh2akbqq1ljydqyhr6bdf6qd7ncqvsrpaf")) - (patches (search-patches "biber-adapt-perl-5.36.patch")))) + "1cl7hrflbw61wc95rnjdwyx8cip3jmpn3ic2zjfm0pdp86f2i9rj")))) (build-system perl-build-system) (arguments `(#:phases |