diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-05-31 18:55:51 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-06-01 00:51:39 +0200 |
commit | 912be8ec342a04bd4f50c353f2776408fbcfea74 (patch) | |
tree | 3198855410585d9cfd7178d9686494d6516ecb2a /gnu/packages/patches/biber-sortinithash.patch | |
parent | 6f6758c45d3913dbf98bb8e50f21f7bfb25b40ea (diff) | |
download | guix-912be8ec342a04bd4f50c353f2776408fbcfea74.tar.gz guix-912be8ec342a04bd4f50c353f2776408fbcfea74.zip |
gnu: biber: Update to 2.12.
Fixes <https://bugs.gnu.org/41400>.
Reported by Mikhail Tsykalov <tsymsh@gmail.com>.
This essentially reverts 40fd909e3ddee2c46a27a4fe92ed49d3e7ffb413.
This is a followup to the TeX Live 2019 update in
85892948bd9fb5fcc3409a60204cc8b14a4eb030.
* gnu/packages/tex.scm (biber): Update to 2.12.
Diffstat (limited to 'gnu/packages/patches/biber-sortinithash.patch')
-rw-r--r-- | gnu/packages/patches/biber-sortinithash.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/packages/patches/biber-sortinithash.patch b/gnu/packages/patches/biber-sortinithash.patch index 1f054d25e4..5a626705e6 100644 --- a/gnu/packages/patches/biber-sortinithash.patch +++ b/gnu/packages/patches/biber-sortinithash.patch @@ -21,6 +21,15 @@ index b4f641e..c6f86c7 100644 \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} + \field{title}{The Title} diff --git a/t/basic-misc.t b/t/basic-misc.t index d4664b1..a9168cc 100644 --- a/t/basic-misc.t |