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:
parent
cf6bb72c6a
commit
d49f152513
|
@ -4584,13 +4584,14 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
Inline = buildPerlPackage rec {
|
Inline = buildPerlPackage rec {
|
||||||
name = "Inline-0.45";
|
name = "Inline-0.64";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/S/SI/SISYPHUS/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/E/ET/ETJ/${name}.tar.gz";
|
||||||
sha256 = "1k5nrb3nh2y33bs944ri78m1ni60v4cl67ffhxx88azj542y5c9x";
|
sha256 = "17n3gbc9jigpfwqfhgmxpvbgr9rkdrij8jayxqpzw611ixcxrplw";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = [ TestWarn ];
|
||||||
propagatedBuildInputs = [ ParseRecDescent ];
|
propagatedBuildInputs = [ ParseRecDescent ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue