perlPackages.TextBibTeX: 0.71 -> 0.72

This commit is contained in:
Ioannis Koutras 2016-07-05 09:27:21 +03:00
parent 125ffff089
commit 956da24281

View File

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