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 (define-public perl-yaml
(package (package
(name "perl-yaml") (name "perl-yaml")
(version "1.27") (version "1.29")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/T/TI/TINITA/" (uri (string-append "mirror://cpan/authors/id/T/TI/TINITA/"
"YAML-" version ".tar.gz")) "YAML-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "0gl5ssvrdajlbc85cy6z873n9cwlssk5q8z97a31vyiikhw5fp4w"))))
"1yc2yqjyrcdlhp209f3a63f9xx6v5klisli25fv221yy43la34n9"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-test-yaml" ,perl-test-yaml))) `(("perl-test-yaml" ,perl-test-yaml)))