perl-packages: Update Inline to version 0.64.

Also tested whether all references (InlineJava, Autodia) are built
successfully.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2014-07-30 04:36:22 +02:00
parent cf6bb72c6a
commit d49f152513
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -4584,13 +4584,14 @@ let self = _self // overrides; _self = with self; {
};
Inline = buildPerlPackage rec {
name = "Inline-0.45";
name = "Inline-0.64";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SI/SISYPHUS/${name}.tar.gz";
sha256 = "1k5nrb3nh2y33bs944ri78m1ni60v4cl67ffhxx88azj542y5c9x";
url = "mirror://cpan/authors/id/E/ET/ETJ/${name}.tar.gz";
sha256 = "17n3gbc9jigpfwqfhgmxpvbgr9rkdrij8jayxqpzw611ixcxrplw";
};
buildInputs = [ TestWarn ];
propagatedBuildInputs = [ ParseRecDescent ];
meta = {