[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: biber: Update to 2.17.
From: |
guix-commits |
Subject: |
04/05: gnu: biber: Update to 2.17. |
Date: |
Mon, 7 Aug 2023 12:08:16 -0400 (EDT) |
andreas pushed a commit to branch wip-texlive-mono
in repository guix.
commit 7deef95be1b359edf95a3dd9b6cca0cc8a9dd3e6
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