[cpan2nix] perlPackages.YAML: 1.24 -> 1.26

This commit is contained in:
volth 2018-06-02 20:37:23 +00:00
parent eeb9c1e894
commit 9cd80380fe

View File

@ -18036,13 +18036,13 @@ let self = _self // overrides; _self = with self; {
};
YAML = buildPerlPackage rec {
name = "YAML-1.24";
name = "YAML-1.26";
src = fetchurl {
url = mirror://cpan/authors/id/T/TI/TINITA/YAML-1.24.tar.gz;
sha256 = "1dpzgnjbd8yvf94vf45cmyj5bc6vrm6bchhx9xqwxqd5f9d093dm";
url = mirror://cpan/authors/id/T/TI/TINITA/YAML-1.26.tar.gz;
sha256 = "1g3zjm145zsackgnzkkb1chd15xns84jccm6knpwbysa9karjbzs";
};
buildInputs = [ TestBase TestYAML ];
buildInputs = [ TestBase TestDeep TestYAML ];
meta = {
homepage = https://github.com/ingydotnet/yaml-pm/tree;