perlPackages.NetDNS: 1.40 -> 1.44

Upstream release notes: https://metacpan.org/dist/Net-DNS/changes#L4
This commit is contained in:
Jared Baur 2024-04-17 22:38:48 -07:00
parent 457c341784
commit 973184bd1c
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

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" ];