gnu: perl-yaml: Update to 1.23.
* gnu/packages/perl.scm (perl-yaml): Update to 1.23.
This commit is contained in:
parent
7b34de5f84
commit
687d2c4fe2
1 changed files with 2 additions and 2 deletions
|
@ -7914,7 +7914,7 @@ 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.14")
|
(version "1.23")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7922,7 +7922,7 @@ neither visible nor modifiable from Perl space).")
|
||||||
"YAML-" version ".tar.gz"))
|
"YAML-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sswbkyisgny7ksw34n7zdaxrhsbbn7dgjb9gjybpzhcnml476kc"))))
|
"0kf8mllrgnrmlvjijxc6srjj1y9i8rik5jpjvm8jh4yx70h9gn1a"))))
|
||||||
(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 a new issue