perlPackages.NetDNS: 1.44 -> 1.48 (#366937)

This commit is contained in:
Stig
2024-12-30 00:08:35 +01:00
committed by GitHub
+3 -3
View File
@@ -18736,10 +18736,10 @@ with self; {
NetDNS = buildPerlPackage {
pname = "Net-DNS";
version = "1.44";
version = "1.48";
src = fetchurl {
url = "mirror://cpan/authors/id/N/NL/NLNETLABS/Net-DNS-1.44.tar.gz";
hash = "sha256-E9ftxLjOoBMhR/qsNXH2s8cdHQz9hExTDFoET0o+wx4=";
url = "mirror://cpan/authors/id/N/NL/NLNETLABS/Net-DNS-1.48.tar.gz";
hash = "sha256-5V8+caMcK4VgJL9QYbEWCwP4edgBNUFPONgiBHaUR1M=";
};
propagatedBuildInputs = [ DigestHMAC ];
makeMakerFlags = [ "--noonline-tests" ];