[cpan2nix] perlPackages.Mouse: v2.5.9 -> v2.5.10
This commit is contained in:
parent
b1ed557bbe
commit
ccdc773858
|
@ -13415,10 +13415,10 @@ let
|
|||
|
||||
Mouse = buildPerlModule {
|
||||
pname = "Mouse";
|
||||
version = "2.5.9";
|
||||
version = "2.5.10";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/S/SK/SKAJI/Mouse-v2.5.9.tar.gz";
|
||||
sha256 = "0wqcnm6xl7fv9r8izc9c43kr83qsr60i7y53hkickcqhxx38vmxr";
|
||||
url = mirror://cpan/authors/id/S/SK/SKAJI/Mouse-v2.5.10.tar.gz;
|
||||
sha256 = "1vijm8wkyws1jhnqmx104585q3srw9z1crcpy1zlcfhm8qww53ff";
|
||||
};
|
||||
buildInputs = [ DevelPPPort ModuleBuildXSUtil TestException TestFatal TestLeakTrace TestOutput TestRequires TryTiny ];
|
||||
perlPreHook = "export LD=$CC";
|
||||
|
|
Loading…
Reference in New Issue