perlPackages.Catmandu: 1.2013 -> 1.2020

This commit is contained in:
Stig Palmquist 2023-10-10 11:55:51 +02:00
parent ce4e4d5f85
commit c1659ab429

View file

@ -2923,10 +2923,10 @@ with self; {
Catmandu = buildPerlModule {
pname = "Catmandu";
version = "1.2013";
version = "1.2020";
src = fetchurl {
url = "mirror://cpan/authors/id/N/NI/NICS/Catmandu-1.2013.tar.gz";
hash = "sha256-OHIYl8hKwsKNVYHBHTtGevkwwfN34L0uwzCPAiXGBGo=";
url = "mirror://cpan/authors/id/H/HO/HOCHSTEN/Catmandu-1.2020.tar.gz";
hash = "sha256-1jIbR+NkGvkb7vZjNhWZVk88wzwAc5isa7opuO5A4cU=";
};
propagatedBuildInputs = [ AnyURIEscape AppCmd CGIExpand ConfigOnion CpanelJSONXS DataCompare DataUtil IOHandleUtil LWP ListMoreUtils LogAny MIMETypes ModuleInfo MooXAliases ParserMGC PathIteratorRule PathTiny StringCamelCase TextCSV TextHogan Throwable TryTinyByClass URITemplate UUIDTiny YAMLLibYAML namespaceclean ];
buildInputs = [ LogAnyAdapterLog4perl LogLog4perl TestDeep TestException TestLWPUserAgent TestPod ];