guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/10: gnu: biber: Update to 2.17.


From: guix-commits
Subject: 04/10: gnu: biber: Update to 2.17.
Date: Thu, 17 Aug 2023 10:28:26 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit 8767bc48f6e3fe382eb68ffd4e1eb9fb913a60d6
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]