perlPackages.ZonemasterEngine: 4.5.1 -> 4.6.1

This commit is contained in:
Nick Cao 2023-02-06 20:34:35 +08:00
parent aba3b5d8cd
commit c216e89616
No known key found for this signature in database

View File

@ -27833,18 +27833,13 @@ let
ZonemasterEngine = buildPerlPackage {
pname = "Zonemaster-Engine";
version = "4.5.1";
version = "4.6.1";
src = fetchurl {
url = "mirror://cpan/authors/id/Z/ZN/ZNMSTR/Zonemaster-Engine-v4.5.1.tar.gz";
hash = "sha256-RdIExtrXzZAXYIS/JCe6qM5QNoSlaZ6+sjbk0zvAuoY=";
url = "mirror://cpan/authors/id/Z/ZN/ZNMSTR/Zonemaster-Engine-v4.6.1.tar.gz";
hash = "sha256-4AXo3bZTOLnnPjjX5KNb/2O7MRqcAtlqpz5sPwNN9b0=";
};
buildInputs = [ PodCoverage TestDifferences TestException TestFatal TestNoWarnings TestPod ];
propagatedBuildInputs = [ ClassAccessor Clone EmailValid FileShareDir FileSlurp IOSocketINET6 ListMoreUtils ModuleFind Moose MooseXSingleton NetIP Readonly TextCSV ZonemasterLDNS libintl-perl ];
preCheck = ''
# disable dnssec test as it fails
rm -f t/Test-dnssec.t t/manifest.t
'';
propagatedBuildInputs = [ ClassAccessor Clone EmailValid FileShareDir FileSlurp IOSocketINET6 ListMoreUtils ModuleFind Moose MooseXSingleton NetIP NetIPXS Readonly TextCSV ZonemasterLDNS libintl-perl ];
meta = {
description = "A tool to check the quality of a DNS zone";