Text-BibTeX: 0.69 -> 0.71

This commit is contained in:
Pascal Wittmann 2015-09-12 16:23:22 +02:00
parent e36d017207
commit 0ef87e7d9f

View File

@ -11167,12 +11167,12 @@ let self = _self // overrides; _self = with self; {
}; };
}; };
TextBibTeX = buildPerlModule { TextBibTeX = buildPerlModule rec {
name = "Text-BibTeX-0.69"; name = "Text-BibTeX-0.71";
buildInputs = [ ConfigAutoConf ExtUtilsLibBuilder ]; buildInputs = [ ConfigAutoConf ExtUtilsLibBuilder ];
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/A/AM/AMBS/Text/Text-BibTeX-0.69.tar.gz; url = "mirror://cpan/authors/id/A/AM/AMBS/${name}.tar.gz";
sha256 = "1gzh5zh2ggfp15q5im7gpr1krq4mzmhbjdivyb2x03vcg0qdkk3z"; sha256 = "1jwi4yc4l1sf9pyc6qifcm493lwf8iggdjli7f9a9aqin1swh36d";
}; };
meta = { meta = {
description = "Interface to read and parse BibTeX files"; description = "Interface to read and parse BibTeX files";