gnu: perl-yaml-libyaml: Update to 0.69.

* gnu/packages/perl.scm (perl-yaml-libyaml): Update to 0.69.
master
Tobias Geerinckx-Rice 2018-02-12 11:08:54 +01:00
parent 3199acb2cf
commit bf5e7189dc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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/")