gnu: libyaml: Update to 0.1.6 [fixes CVE-2014-2525].
* gnu/packages/web.scm (libyaml): Update to 0.1.6.
This commit is contained in:
parent
a535e12226
commit
e00df583a2
|
@ -604,7 +604,7 @@ of people.")
|
||||||
(define-public libyaml
|
(define-public libyaml
|
||||||
(package
|
(package
|
||||||
(name "libyaml")
|
(name "libyaml")
|
||||||
(version "0.1.5")
|
(version "0.1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -613,7 +613,7 @@ of people.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vrv5ly58bkmcyc049ad180f2m8iav6l9h3v8l2fqdmrny7yx1zs"))))
|
"0j9731s5zjb8mjx7wzf6vh7bsqi38ay564x6s9nri2nh9cdrg9kx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://pyyaml.org/wiki/LibYAML")
|
(home-page "http://pyyaml.org/wiki/LibYAML")
|
||||||
(synopsis "YAML 1.1 parser and emitter written in C")
|
(synopsis "YAML 1.1 parser and emitter written in C")
|
||||||
|
|
Loading…
Reference in New Issue