guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: capnproto: Update to 0.6.1.


From: Marius Bakke
Subject: 03/03: gnu: capnproto: Update to 0.6.1.
Date: Fri, 9 Jun 2017 17:39:30 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 0866dd46a97082a963acc631ecae02820c718079
Author: Marius Bakke <address@hidden>
Date:   Fri Jun 9 23:33:36 2017 +0200

    gnu: capnproto: Update to 0.6.1.
    
    * gnu/packages/serialization.scm (capnproto): Update to 0.6.1.
---
 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 a6b5270..6a3d8f9 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -282,7 +282,7 @@ it a convenient format to store user input files.")
 (define-public capnproto
   (package
     (name "capnproto")
-    (version "0.6.0")
+    (version "0.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -290,7 +290,7 @@ it a convenient format to store user input files.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0gpp1cxsb9nfd7qkjjykzknx03y0z0n4bq5q0fmxci7w38ci22g5"))))
+                "010s9yhq4531wvdfrdf2477zswhck6cjfby79w73rff3v06090l0"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]