[cpan2nix] perlPackages.NetSMTPTLSButMaintained: cleanup

This commit is contained in:
volth 2018-04-07 07:55:18 +00:00
parent 860db7a3c5
commit 849c6f535d

View File

@ -10618,7 +10618,7 @@ let self = _self // overrides; _self = with self; {
url = mirror://cpan/authors/id/F/FA/FAYLAND/Net-SMTP-TLS-ButMaintained-0.24.tar.gz;
sha256 = "0vi5cv7f9i96hgp3q3jpxzn1ysn802kh5xc304f8b7apf67w15bb";
};
propagatedBuildInputs = [NetSSLeay DigestHMAC IOSocketSSL];
propagatedBuildInputs = [ DigestHMAC IOSocketSSL ];
};
NetSNMP = buildPerlModule rec {