mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 2 additions and 4 deletions
|
@ -248,7 +248,7 @@ (define-public lua5.2-libmpack
|
|||
(define-public yaml-cpp
|
||||
(package
|
||||
(name "yaml-cpp")
|
||||
(version "0.6.1")
|
||||
(version "0.6.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -256,12 +256,10 @@ (define-public yaml-cpp
|
|||
"yaml-cpp-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"038ddf771d1zrdfiwqzq2lsjdis1fxbaasbdja2w9f1av3k3gv15"))))
|
||||
"01gxn7kc8pzyh4aadjxxzq8cignmbwmm9rfrsmgqfg9w2q75dn74"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
|
||||
(inputs
|
||||
`(("boost" ,boost)))
|
||||
(native-inputs
|
||||
`(("python" ,python)))
|
||||
(home-page "https://github.com/jbeder/yaml-cpp")
|
||||
|
|
Loading…
Reference in a new issue