Merge pull request #306947 from stigtsp/perl/yaml-libyaml-0.89

perlPackages.YAMLLibYAML: 0.88 -> 0.89
This commit is contained in:
Stig 2024-05-04 00:35:57 +02:00 committed by GitHub
commit 6e8bbb279b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -29045,10 +29045,10 @@ with self; {
YAMLLibYAML = buildPerlPackage {
pname = "YAML-LibYAML";
version = "0.88";
version = "0.89";
src = fetchurl {
url = "mirror://cpan/authors/id/I/IN/INGY/YAML-LibYAML-0.88.tar.gz";
hash = "sha256-qKJzjMzDMqj3VJxMJ/PgCQyasR7vD2yFZEUXc5gTVng=";
url = "mirror://cpan/authors/id/T/TI/TINITA/YAML-LibYAML-0.89.tar.gz";
hash = "sha256-FVq4NnU0XFCt0DMRrPndkVlVcH+Qmiq9ixfXeShZsuw=";
};
meta = {
description = "Perl YAML Serialization using XS and libyaml";