Skip to content

Commit

Permalink
[cpan2nix] perlPackages.Catmandu: 1.2002 -> 1.2011
Browse files Browse the repository at this point in the history
  • Loading branch information
volth committed Feb 4, 2020
1 parent ecc459f commit 17d25f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2020,12 +2020,12 @@ let

Catmandu = buildPerlModule {
pname = "Catmandu";
version = "1.2002";
version = "1.2011";
src = fetchurl {
url = mirror://cpan/authors/id/N/NI/NICS/Catmandu-1.2002.tar.gz;
sha256 = "0gq08q5s95p58fvdl30n1k94w01pplinw2c9b4s36946fhydqifq";
url = mirror://cpan/authors/id/N/NI/NICS/Catmandu-1.2011.tar.gz;
sha256 = "0awl5qhciphnr1ihq66ssd2hzxvh1ddbr016sxb0qhxbzqv77sb9";
};
propagatedBuildInputs = [ AnyURIEscape AppCmd CGIExpand ConfigOnion CpanelJSONXS DataCompare DataUUID DataUtil IOHandleUtil LWP ListMoreUtils LogAny MIMETypes ModuleInfo MooXAliases ParserMGC PathIteratorRule PathTiny StringCamelCase TextCSV TextHogan Throwable TryTinyByClass URITemplate YAMLLibYAML namespaceclean ];
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 ];
meta = {
description = "a data toolkit";
Expand Down

0 comments on commit 17d25f3

Please sign in to comment.