[cpan2nix] perlPackages.BusinessISMN: 1.13 -> 1.131
This commit is contained in:
parent
28e26ec84c
commit
5338995694
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue