3
0
Fork 0
forked from mirrors/nixpkgs

[cpan2nix] perlPackages.Mouse: v2.5.4 -> v2.5.6

This commit is contained in:
volth 2018-08-25 12:55:32 +00:00
parent c80bbbb9e3
commit fab711473c

View file

@ -10909,10 +10909,10 @@ let
};
Mouse = buildPerlModule rec {
name = "Mouse-2.5.4";
name = "Mouse-2.5.6";
src = fetchurl {
url = mirror://cpan/authors/id/S/SK/SKAJI/Mouse-v2.5.4.tar.gz;
sha256 = "041nm46bxxyi1fd8w69r45k434b6m43va2s06pr3bys6igxic79d";
url = mirror://cpan/authors/id/S/SK/SKAJI/Mouse-v2.5.6.tar.gz;
sha256 = "1j3048ip691j91rdig6wrlg6i4jdzhszxmz5pi2g7n355rl2w00l";
};
buildInputs = [ DevelPPPort ModuleBuildXSUtil TestException TestFatal TestLeakTrace TestOutput TestRequires TryTiny self.version ];
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isi686 "-fno-stack-protector";