[cpan2nix] perlPackages.GetoptLongDescriptive: 0.101 -> 0.102

This commit is contained in:
volth 2018-04-07 07:56:42 +00:00
parent 67e21a39e3
commit 6904fa26f9

View file

@ -6206,10 +6206,10 @@ let self = _self // overrides; _self = with self; {
};
GetoptLongDescriptive = buildPerlPackage rec {
name = "Getopt-Long-Descriptive-0.101";
name = "Getopt-Long-Descriptive-0.102";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
sha256 = "752e898ea6eb8706ceb836668ca645704f5dcbc3124b6d1b21d04007dbc46948";
sha256 = "9ad4b98f294aa0515cc3150a1ae878d39e470762b78d8bd9df055eba9dea2846";
};
buildInputs = [ CPANMetaCheck TestFatal TestWarnings ];
propagatedBuildInputs = [ ParamsValidate SubExporter ];