gnu: perl-yaml: Update to 1.29.

* gnu/packages/perl.scm (perl-yaml): Update to 1.29.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-16 04:47:19 +02:00
parent 0910bf508f
commit c1abd9d7e7
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -9395,15 +9395,14 @@ (define-public perl-xs-object-magic
(define-public perl-yaml
(package
(name "perl-yaml")
(version "1.27")
(version "1.29")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/T/TI/TINITA/"
"YAML-" version ".tar.gz"))
(sha256
(base32
"1yc2yqjyrcdlhp209f3a63f9xx6v5klisli25fv221yy43la34n9"))))
(base32 "0gl5ssvrdajlbc85cy6z873n9cwlssk5q8z97a31vyiikhw5fp4w"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-yaml" ,perl-test-yaml)))