mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
[cpan2nix] perlPackages.MailDKIM: 0.58 -> 1.20200513.1
This commit is contained in:
parent
effc78ac1d
commit
8cfd2011b2
@ -11129,14 +11129,14 @@ let
|
|||||||
|
|
||||||
MailDKIM = buildPerlPackage {
|
MailDKIM = buildPerlPackage {
|
||||||
pname = "Mail-DKIM";
|
pname = "Mail-DKIM";
|
||||||
version = "0.58";
|
version = "1.20200513.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/M/MB/MBRADSHAW/Mail-DKIM-0.58.tar.gz";
|
url = mirror://cpan/authors/id/M/MB/MBRADSHAW/Mail-DKIM-1.20200513.1.tar.gz;
|
||||||
sha256 = "0cgkal65qqcy57b21lgij90ba36wl66byw9i76g5yhwaa8ms8hqa";
|
sha256 = "1gbnzxns4gy02lrgfmzdvr7bc0kxgxiq850mdj2y7k75nnv28iak";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ CryptOpenSSLRSA MailAuthenticationResults MailTools NetDNSResolverMock YAMLLibYAML ];
|
propagatedBuildInputs = [ CryptOpenSSLRSA MailAuthenticationResults MailTools NetDNS ];
|
||||||
doCheck = false; # tries to access the domain name system
|
doCheck = false; # tries to access the domain name system
|
||||||
buildInputs = [ TestRequiresInternet ];
|
buildInputs = [ NetDNSResolverMock TestRequiresInternet YAMLLibYAML ];
|
||||||
};
|
};
|
||||||
|
|
||||||
MailIMAPClient = buildPerlPackage {
|
MailIMAPClient = buildPerlPackage {
|
||||||
|
Loading…
Reference in New Issue
Block a user