[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: biber: Update to 2.17.
From: |
guix-commits |
Subject: |
04/06: gnu: biber: Update to 2.17. |
Date: |
Mon, 7 Aug 2023 10:14:52 -0400 (EDT) |
andreas pushed a commit to branch wip-texlive-mono
in repository guix.
commit e714bb91e3f1b81be7b2086ae16056d439e27e39
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Mon Aug 7 14:25:07 2023 +0200
gnu: biber: Update to 2.17.
* gnu/packages/texlive.scm (biber): Update to 2.17.
---
gnu/packages/texlive.scm | 4 ++--
1 file 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
- branch wip-texlive-mono created (now d1749cc728), guix-commits, 2023/08/07
- 01/06: gnu: texlive: Reinstate the monolithic texlive package., guix-commits, 2023/08/07
- 02/06: gnu: texlive: Simplify the monolithic build., guix-commits, 2023/08/07
- 06/06: gnu: texlive: Update to 20230313., guix-commits, 2023/08/07
- 03/06: gnu: texlive: Update to 2022., guix-commits, 2023/08/07
- 05/06: gnu: Remove %texlive-date., guix-commits, 2023/08/07
- 04/06: gnu: biber: Update to 2.17.,
guix-commits <=