[cpan2nix] perlPackages.BusinessISMN: 1.13 -> 1.131

This commit is contained in:
volth 2018-04-07 07:54:03 +00:00
parent 28e26ec84c
commit 5338995694

View File

@ -832,10 +832,10 @@ let self = _self // overrides; _self = with self; {
};
BusinessISMN = buildPerlPackage rec {
name = "Business-ISMN-1.13";
name = "Business-ISMN-1.131";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BD/BDFOY/${name}.tar.gz";
sha256 = "0cm1v75axg4gp6cnbyavmnqqjscsxh7nc60vcbw34rqivvf9idc9";
sha256 = "1xyc7x4c4xl930rz7grs1l52f1vg4rbiv0c6xlxdsim8qsh7k94g";
};
propagatedBuildInputs = [ TieCycle ];
meta = {