perl-YAML: 0.90 -> 1.15

This commit is contained in:
Pascal Wittmann 2015-10-13 10:58:30 +02:00
parent d17b367e0c
commit 87ca45a08d

View File

@ -12645,12 +12645,15 @@ let self = _self // overrides; _self = with self; {
}; };
}; };
YAML = buildPerlPackage { YAML = buildPerlPackage rec {
name = "YAML-0.90"; name = "YAML-1.15";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/I/IN/INGY/YAML-0.90.tar.gz; url = "mirror://cpan/authors/id/I/IN/INGY/${name}.tar.gz";
sha256 = "0kfsmhv1lmqw2g1038azpxkfb91valwkh4i4gfjvqrj2wsr2hzhq"; sha256 = "06wx1pzc2sb7vidlp17g1x11rrz57ch8q68gjj8fbgd75wr9bx40";
}; };
buildInputs = [ TestBase TestYAML ];
meta = { meta = {
homepage = https://github.com/ingydotnet/yaml-pm/tree; homepage = https://github.com/ingydotnet/yaml-pm/tree;
description = "YAML Ain't Markup Language (tm)"; description = "YAML Ain't Markup Language (tm)";