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

* gnu/packages/perl.scm (perl-yaml-libyaml): Update to 0.76.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-22 21:18:02 +01:00
parent b59d5885ad
commit 883a100de4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -9220,7 +9220,7 @@ on the YAML 1.0 specification.")
(define-public perl-yaml-libyaml (define-public perl-yaml-libyaml
(package (package
(name "perl-yaml-libyaml") (name "perl-yaml-libyaml")
(version "0.69") (version "0.76")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -9229,8 +9229,7 @@ on the YAML 1.0 specification.")
version version
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32 "1m94g36sl9rasjlvlsf65xcal5hvkc3gbzd7l68h17az75269kyy"))))
"06msvj3vmjszl5zj1k7g47ll0kkds9gdb5sky0q27lh4zw1vlj33"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page (home-page
"https://metacpan.org/release/YAML-LibYAML") "https://metacpan.org/release/YAML-LibYAML")