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

* gnu/packages/perl.scm (perl-yaml-libyaml): Update to 0.78.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Alex Griffin 2019-06-10 21:49:50 -05:00 committed by Ludovic Courtès
parent 15f836efc1
commit 1682368932
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

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