[cpan2nix] perlPackages.MouseXGetopt: 0.37 -> 0.38

This commit is contained in:
volth 2019-03-05 04:00:04 +00:00
parent 0af45b1e6b
commit f20661e01a

View file

@ -10371,10 +10371,10 @@ let
};
MouseXGetopt = buildPerlModule rec {
name = "MouseX-Getopt-0.37";
name = "MouseX-Getopt-0.38";
src = fetchurl {
url = "mirror://cpan/authors/id/G/GF/GFUJI/${name}.tar.gz";
sha256 = "a6221043e7be3217ce56d2a6425a413d9cd28e2f52053995a6ceb118e8e963bc";
sha256 = "de3ea8ef452dd9501ea8c4eda8744b7224602602b04692607edd7d62b79f038f";
};
buildInputs = [ ModuleBuildTiny MouseXConfigFromFile MouseXSimpleConfig TestException TestWarn ];
propagatedBuildInputs = [ GetoptLongDescriptive Mouse ];