diff options
author | Andreas Enge <andreas@enge.fr> | 2023-08-07 14:25:07 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-08-17 16:19:05 +0200 |
commit | 8767bc48f6e3fe382eb68ffd4e1eb9fb913a60d6 (patch) | |
tree | 227b58561e6616ea67da17b2df183e66c495716d /gnu/packages/texlive.scm | |
parent | e13b631e03e5d7740182a671a96dda9d1e458de6 (diff) | |
download | guix-8767bc48f6e3fe382eb68ffd4e1eb9fb913a60d6.tar.gz |
gnu: biber: Update to 2.17.
* gnu/packages/texlive.scm (biber): Update to 2.17.
Diffstat (limited to 'gnu/packages/texlive.scm')
-rw-r--r-- | gnu/packages/texlive.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm index bbb4cb27c7..071eb41987 100644 --- a/gnu/packages/texlive.scm +++ b/gnu/packages/texlive.scm @@ -473,7 +473,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.16") + (version "2.17") (source (origin (method git-fetch) (uri (git-reference @@ -482,7 +482,7 @@ This package contains the complete TeX Live distribution.") (file-name (git-file-name name version)) (sha256 (base32 - "0586q8y1f2k23mvb02ccm3qsb35cwskafksixsjaih7a7xcf5gxx")) + "0b8a8lldz9xx3yr1h5bh2akbqq1ljydqyhr6bdf6qd7ncqvsrpaf")) (patches (search-patches "biber-adapt-perl-5.36.patch")))) (build-system perl-build-system) (arguments |