guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: biber: Downgrade to 2.11.


From: guix-commits
Subject: 04/04: gnu: biber: Downgrade to 2.11.
Date: Fri, 24 Apr 2020 10:22:28 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 40fd909e3ddee2c46a27a4fe92ed49d3e7ffb413
Author: Ludovic Courtès <address@hidden>
AuthorDate: Fri Apr 24 16:17:38 2020 +0200

    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.
---
 gnu/packages/patches/biber-sortinithash.patch | 9 ---------
 gnu/packages/tex.scm                          | 4 ++--
 2 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/patches/biber-sortinithash.patch 
b/gnu/packages/patches/biber-sortinithash.patch
index 5a62670..1f054d2 100644
--- a/gnu/packages/patches/biber-sortinithash.patch
+++ b/gnu/packages/patches/biber-sortinithash.patch
@@ -21,15 +21,6 @@ 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
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2e8e79c..91d3ee6 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



reply via email to

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