summaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludovic.courtes@inria.fr>2020-04-24 16:17:38 +0200
committerLudovic Courtès <ludo@gnu.org>2020-04-24 16:22:02 +0200
commit40fd909e3ddee2c46a27a4fe92ed49d3e7ffb413 (patch)
tree299a526240f82f51e5af1e1e6087df3f6e0b59ea /gnu/packages/tex.scm
parent122b3cd68dbc6c83de5357d4db4d82d2fd92d9b1 (diff)
downloadguix-patches-40fd909e3ddee2c46a27a4fe92ed49d3e7ffb413.tar
guix-patches-40fd909e3ddee2c46a27a4fe92ed49d3e7ffb413.tar.gz
gnu: biber: Downgrade to 2.11.
Biber 2.12 is incompatible with biblatex 3.11, which is what's currently packaged. This is a followup to 41a010875ba4108e666f11fc111cf5bb5dcf5464. * gnu/packages/tex.scm (biber): Downgrade to 2.11.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r--gnu/packages/tex.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2e8e79c169..91d3ee6295 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6036,7 +6036,7 @@ values (strings, macros, or numbers) pasted together.")
(define-public biber
(package
(name "biber")
- (version "2.12")
+ (version "2.11")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -6049,7 +6049,7 @@ values (strings, macros, or numbers) pasted together.")
"biber-sortinithash.patch"))
(sha256
(base32
- "1g1hi6zvf2hmrjly1sidjaxy5440gfqm4p7p3n7kayshnjsmlskx"))))
+ "0qgkc1k9n36yfmndwz879pak6mjphld0p85lzn9g2ng0vhxsifzz"))))
(build-system perl-build-system)
(arguments
`(#:phases