perlPackages.YAMLSyck: 1.34 -> 1.36 (#475119)

This commit is contained in:
Stig
2025-12-29 22:23:55 +00:00
committed by GitHub
+3 -3
View File
@@ -39171,10 +39171,10 @@ with self;
YAMLSyck = buildPerlPackage {
pname = "YAML-Syck";
version = "1.34";
version = "1.36";
src = fetchurl {
url = "mirror://cpan/authors/id/T/TO/TODDR/YAML-Syck-1.34.tar.gz";
hash = "sha256-zJFWzK69p5jr/i8xthnoBld/hg7RcEJi8X/608bjQVk=";
url = "mirror://cpan/authors/id/T/TO/TODDR/YAML-Syck-1.36.tar.gz";
hash = "sha256-Tc2dmzsM48ZaL/K5tMb/+LZJ/fJDv9fhiJVDvs25GlI=";
};
meta = {
description = "Fast, lightweight YAML loader and dumper";