mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: perl-yaml: Update to 1.29.
* gnu/packages/perl.scm (perl-yaml): Update to 1.29.
This commit is contained in:
parent
0910bf508f
commit
c1abd9d7e7
1 changed files with 2 additions and 3 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue