~ruther/guix-local

bf5e7189dc4311cf1db25c95cf6c996990f7095d — Tobias Geerinckx-Rice 8 years ago 3199acb
gnu: perl-yaml-libyaml: Update to 0.69.

* gnu/packages/perl.scm (perl-yaml-libyaml): Update to 0.69.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/perl.scm
M gnu/packages/perl.scm => gnu/packages/perl.scm +2 -2
@@ 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/")