gnu: perl-yaml: Update to 1.30.
* gnu/packages/perl.scm (perl-yaml): Update to 1.30.master
parent
5b186c7117
commit
12f9c50ac4
|
@ -10767,14 +10767,14 @@ neither visible nor modifiable from Perl space).")
|
||||||
(define-public perl-yaml
|
(define-public perl-yaml
|
||||||
(package
|
(package
|
||||||
(name "perl-yaml")
|
(name "perl-yaml")
|
||||||
(version "1.29")
|
(version "1.30")
|
||||||
(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 "0gl5ssvrdajlbc85cy6z873n9cwlssk5q8z97a31vyiikhw5fp4w"))))
|
(base32 "1kbrfksjg4k4vmx1i337m5n69m00m0m5bgsh61c15bzzrgbacc2h"))))
|
||||||
(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)))
|
||||||
|
|
Reference in New Issue