gnu: perl-yaml: Update to 1.27.

* gnu/packages/perl.scm (perl-yaml): Update to 1.27.
master
Tobias Geerinckx-Rice 2019-03-22 15:41:06 +01:00
parent d5b5d5826c
commit 1a3f4684a5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -9213,7 +9213,7 @@ neither visible nor modifiable from Perl space).")
(define-public perl-yaml
(package
(name "perl-yaml")
(version "1.24")
(version "1.27")
(source
(origin
(method url-fetch)
@ -9221,7 +9221,7 @@ neither visible nor modifiable from Perl space).")
"YAML-" version ".tar.gz"))
(sha256
(base32
"1dpzgnjbd8yvf94vf45cmyj5bc6vrm6bchhx9xqwxqd5f9d093dm"))))
"1yc2yqjyrcdlhp209f3a63f9xx6v5klisli25fv221yy43la34n9"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-yaml" ,perl-test-yaml)))