Merge pull request #304987 from jmbaur/perl-netdns

perlPackages.NetDNS: 1.40 -> 1.44
This commit is contained in:
Stig 2024-04-18 13:56:06 +02:00 committed by GitHub
commit ae3c6a2eb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18606,10 +18606,10 @@ with self; {
NetDNS = buildPerlPackage {
pname = "Net-DNS";
version = "1.40";
version = "1.44";
src = fetchurl {
url = "mirror://cpan/authors/id/N/NL/NLNETLABS/Net-DNS-1.40.tar.gz";
hash = "sha256-IJu9QN6NSMG9eq3kjaI3/gpJn4nSebqi4amb1eySLdw=";
url = "mirror://cpan/authors/id/N/NL/NLNETLABS/Net-DNS-1.44.tar.gz";
hash = "sha256-E9ftxLjOoBMhR/qsNXH2s8cdHQz9hExTDFoET0o+wx4=";
};
propagatedBuildInputs = [ DigestHMAC ];
makeMakerFlags = [ "--noonline-tests" ];