perlPackages.ConvertASN1: update from 0.22 to 0.26

This commit is contained in:
Evgeny Egorochkin 2014-02-14 20:11:46 +02:00
parent 7cc98001dc
commit 3d41e4ebde

View File

@ -1430,10 +1430,10 @@ let self = _self // overrides; _self = with self; {
};
ConvertASN1 = buildPerlPackage rec {
name = "Convert-ASN1-0.22";
name = "Convert-ASN1-0.26";
src = fetchurl {
url = "mirror://cpan/authors/id/G/GB/GBARR/Convert-ASN1-0.22.tar.gz";
sha256 = "1vpny8smwl23rai1kxngi5i31jhp6s6cdls19gjhcwsxf76daqxy";
url = "mirror://cpan/authors/id/G/GB/GBARR/Convert-ASN1-0.26.tar.gz";
sha256 = "188wpjnp4j2m1l1zzw9ak9ymiba1g7hzysf8mc6bsdnhl0pvdf2x";
};
};