gnu: yaml-cpp: Update to 0.6.2.
* gnu/packages/serialization.scm (yaml-cpp): Update to 0.6.2. [inputs]: Remove removed BOOST dependency.
This commit is contained in:
parent
fc7c91a53a
commit
942cf159da
@ -248,7 +248,7 @@ that implements both the msgpack and msgpack-rpc specifications.")
|
|||||||
(define-public yaml-cpp
|
(define-public yaml-cpp
|
||||||
(package
|
(package
|
||||||
(name "yaml-cpp")
|
(name "yaml-cpp")
|
||||||
(version "0.6.1")
|
(version "0.6.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -256,12 +256,10 @@ that implements both the msgpack and msgpack-rpc specifications.")
|
|||||||
"yaml-cpp-" version ".tar.gz"))
|
"yaml-cpp-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"038ddf771d1zrdfiwqzq2lsjdis1fxbaasbdja2w9f1av3k3gv15"))))
|
"01gxn7kc8pzyh4aadjxxzq8cignmbwmm9rfrsmgqfg9w2q75dn74"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
|
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
|
||||||
(inputs
|
|
||||||
`(("boost" ,boost)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python" ,python)))
|
`(("python" ,python)))
|
||||||
(home-page "https://github.com/jbeder/yaml-cpp")
|
(home-page "https://github.com/jbeder/yaml-cpp")
|
||||||
|
Loading…
Reference in New Issue
Block a user