me
/
guix
Archived
1
0
Fork 0

gnu: biber: Update to 2.12.

Fixes <https://bugs.gnu.org/41400>.
Reported by Mikhail Tsykalov <tsymsh@gmail.com>.

This essentially reverts 40fd909e3d.
This is a followup to the TeX Live 2019 update in
85892948bd.

* gnu/packages/tex.scm (biber): Update to 2.12.
master
Ludovic Courtès 2020-05-31 18:55:51 +02:00
parent 6f6758c45d
commit 912be8ec34
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
2 changed files with 14 additions and 2 deletions

View File

@ -17,6 +17,15 @@ index b4f641e..c6f86c7 100644
\field{extraname}{1}
\field{sortinit}{L}
- \field{sortinithash}{2c7981aaabc885868aba60f0c09ee20f}
+ \field{sortinithash}{dad3efd0836470093a7b4a7bb756eb8c}
\field{labelnamesource}{author}
\field{labeltitlesource}{title}
\field{title}{The Title}
@@ -116,7 +116,7 @@ my $ann2 = q| \entry{ann2}{misc}{}
\strng{authorfullhash}{90ae96c82de92e36949bc64254bbde0c}
\field{extraname}{2}
\field{sortinit}{L}
- \field{sortinithash}{2c7981aaabc885868aba60f0c09ee20f}
+ \field{sortinithash}{dad3efd0836470093a7b4a7bb756eb8c}
\field{labelnamesource}{author}
\field{labeltitlesource}{title}

View File

@ -5916,8 +5916,11 @@ values (strings, macros, or numbers) pasted together.")
(define-public biber
(package
;; Note: When updating Biber, make sure it matches our BibLaTeX version by
;; checking the Biber/BibLaTeX compatibility matrix in the BibLaTeX manual
;; at <https://ctan.org/pkg/biblatex>.
(name "biber")
(version "2.11")
(version "2.12")
(source (origin
(method git-fetch)
(uri (git-reference
@ -5930,7 +5933,7 @@ values (strings, macros, or numbers) pasted together.")
"biber-sortinithash.patch"))
(sha256
(base32
"0qgkc1k9n36yfmndwz879pak6mjphld0p85lzn9g2ng0vhxsifzz"))))
"1g1hi6zvf2hmrjly1sidjaxy5440gfqm4p7p3n7kayshnjsmlskx"))))
(build-system perl-build-system)
(arguments
`(#:phases