3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.TextBibTeX: update from 0.66 to 0.69

This commit is contained in:
Peter Simons 2014-04-07 14:00:36 +02:00
parent 167a636e5c
commit 9b26002d06

View file

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