[cpan2nix] perlPackages.MouseXGetopt: 0.37 -> 0.38
This commit is contained in:
parent
0af45b1e6b
commit
f20661e01a
@ -10371,10 +10371,10 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
MouseXGetopt = buildPerlModule rec {
|
MouseXGetopt = buildPerlModule rec {
|
||||||
name = "MouseX-Getopt-0.37";
|
name = "MouseX-Getopt-0.38";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/G/GF/GFUJI/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/G/GF/GFUJI/${name}.tar.gz";
|
||||||
sha256 = "a6221043e7be3217ce56d2a6425a413d9cd28e2f52053995a6ceb118e8e963bc";
|
sha256 = "de3ea8ef452dd9501ea8c4eda8744b7224602602b04692607edd7d62b79f038f";
|
||||||
};
|
};
|
||||||
buildInputs = [ ModuleBuildTiny MouseXConfigFromFile MouseXSimpleConfig TestException TestWarn ];
|
buildInputs = [ ModuleBuildTiny MouseXConfigFromFile MouseXSimpleConfig TestException TestWarn ];
|
||||||
propagatedBuildInputs = [ GetoptLongDescriptive Mouse ];
|
propagatedBuildInputs = [ GetoptLongDescriptive Mouse ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user