mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 20:30:05 -05:00
gnu: biber: Update to 2.17.
* gnu/packages/texlive.scm (biber): Update to 2.17.
This commit is contained in:
parent
e13b631e03
commit
8767bc48f6
1 changed files with 2 additions and 2 deletions
|
@ -473,7 +473,7 @@ (define-public biber
|
|||
;; 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 @@ (define-public biber
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue