[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/11: gnu: yaml-cpp: Update to 0.6.2.
From: |
Tobias Geerinckx-Rice |
Subject: |
05/11: gnu: yaml-cpp: Update to 0.6.2. |
Date: |
Thu, 3 May 2018 22:03:31 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 942cf159dada7e9b79b6836e56dfc8ef1e1fe00b
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu May 3 17:42:01 2018 +0200
gnu: yaml-cpp: Update to 0.6.2.
* gnu/packages/serialization.scm (yaml-cpp): Update to 0.6.2.
[inputs]: Remove removed BOOST dependency.
---
gnu/packages/serialization.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index c3d3559..d46c869 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -248,7 +248,7 @@ that implements both the msgpack and msgpack-rpc
specifications.")
(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 @@ that implements both the msgpack and msgpack-rpc
specifications.")
"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")
- branch master updated (12e352d -> 65d66b3), Tobias Geerinckx-Rice, 2018/05/03
- 02/11: gnu: ruby-minitest-hooks: Update to 1.4.2., Tobias Geerinckx-Rice, 2018/05/03
- 01/11: gnu: ruby-rb-fsevent: Update to 0.10.3., Tobias Geerinckx-Rice, 2018/05/03
- 03/11: gnu: perl-crypt-openssl-rsa: Update to 0.30., Tobias Geerinckx-Rice, 2018/05/03
- 05/11: gnu: yaml-cpp: Update to 0.6.2.,
Tobias Geerinckx-Rice <=
- 06/11: gnu: r-preprocesscore: Update to 1.42.0., Tobias Geerinckx-Rice, 2018/05/03
- 07/11: gnu: r-formula: Update to 1.2-3., Tobias Geerinckx-Rice, 2018/05/03
- 10/11: gnu: r-tsp: Update to 1.1-6., Tobias Geerinckx-Rice, 2018/05/03
- 08/11: gnu: r-multtest: Update to 2.36.0., Tobias Geerinckx-Rice, 2018/05/03
- 09/11: gnu: r-later: Update to 0.7.2., Tobias Geerinckx-Rice, 2018/05/03
- 04/11: gnu: python-mako: Update to 1.0.7., Tobias Geerinckx-Rice, 2018/05/03
- 11/11: gnu: r-np: Update to 0.60-7., Tobias Geerinckx-Rice, 2018/05/03