[cpan2nix] perlPackages.YAML: 1.15 -> 1.24

This commit is contained in:
volth 2018-04-07 07:55:44 +00:00
parent ab81a69d16
commit 0cb0ffbd50
1 changed files with 3 additions and 3 deletions

View File

@ -16562,10 +16562,10 @@ let self = _self // overrides; _self = with self; {
};
YAML = buildPerlPackage rec {
name = "YAML-1.15";
name = "YAML-1.24";
src = fetchurl {
url = "mirror://cpan/authors/id/I/IN/INGY/${name}.tar.gz";
sha256 = "06wx1pzc2sb7vidlp17g1x11rrz57ch8q68gjj8fbgd75wr9bx40";
url = mirror://cpan/authors/id/T/TI/TINITA/YAML-1.24.tar.gz;
sha256 = "1dpzgnjbd8yvf94vf45cmyj5bc6vrm6bchhx9xqwxqd5f9d093dm";
};
buildInputs = [ TestBase TestYAML ];