diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-12 11:08:54 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-28 04:13:18 +0100 |
commit | bf5e7189dc4311cf1db25c95cf6c996990f7095d (patch) | |
tree | c496792b9c7c5f63b22f94041722a236d6cdfe9c /gnu/packages/perl.scm | |
parent | 3199acb2cf5cae1f1d20d03fa3fa32bd7fff5bd9 (diff) | |
download | patches-bf5e7189dc4311cf1db25c95cf6c996990f7095d.tar patches-bf5e7189dc4311cf1db25c95cf6c996990f7095d.tar.gz |
gnu: perl-yaml-libyaml: Update to 0.69.
* gnu/packages/perl.scm (perl-yaml-libyaml): Update to 0.69.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index a188891e95..556d8d31b4 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -8742,7 +8742,7 @@ on the YAML 1.0 specification.") (define-public perl-yaml-libyaml (package (name "perl-yaml-libyaml") - (version "0.65") + (version "0.69") (source (origin (method url-fetch) @@ -8752,7 +8752,7 @@ on the YAML 1.0 specification.") ".tar.gz")) (sha256 (base32 - "0izhvz8f29x1f50hhwfgm0iq1lz7apjjvg77lmky949jr07hnwfv")))) + "06msvj3vmjszl5zj1k7g47ll0kkds9gdb5sky0q27lh4zw1vlj33")))) (build-system perl-build-system) (home-page "http://search.cpan.org/dist/YAML-LibYAML/") |