[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: capnproto: Update to 0.6.0.
From: |
Leo Famulari |
Subject: |
04/04: gnu: capnproto: Update to 0.6.0. |
Date: |
Wed, 3 May 2017 19:37:27 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 55a797999a61dad1ad15df6a214434cda8efc9b8
Author: Leo Famulari <address@hidden>
Date: Tue May 2 02:34:51 2017 -0400
gnu: capnproto: Update to 0.6.0.
* gnu/packages/serialization.scm (capnproto): Update to 0.6.0.
---
gnu/packages/serialization.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 602b44b..7110491 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -265,7 +265,7 @@ it a convenient format to store user input files.")
(define-public capnproto
(package
(name "capnproto")
- (version "0.5.3.1")
+ (version "0.6.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -273,7 +273,7 @@ it a convenient format to store user input files.")
version ".tar.gz"))
(sha256
(base32
- "06wi4fcxx58nc7pr2xga20hn11psk56b0yhna5bx2pw90mlcbd84"))))
+ "0gpp1cxsb9nfd7qkjjykzknx03y0z0n4bq5q0fmxci7w38ci22g5"))))
(build-system gnu-build-system)
(arguments
`(#:phases