guix-commits
[Top][All Lists]
Advanced

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

11/13: gnu: capnproto: Update to 0.8.0.


From: guix-commits
Subject: 11/13: gnu: capnproto: Update to 0.8.0.
Date: Mon, 11 May 2020 16:04:20 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 56c8b524e336727e67d5c102ee3b6a68e63b353a
Author: Marius Bakke <address@hidden>
AuthorDate: Mon May 11 16:54:16 2020 +0200

    gnu: capnproto: Update to 0.8.0.
    
    * gnu/packages/serialization.scm (capnproto): Update to 0.8.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 21209f8..5550ba1 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -331,7 +331,7 @@ it a convenient format to store user input files.")
 (define-public capnproto
   (package
     (name "capnproto")
-    (version "0.7.0")
+    (version "0.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -339,7 +339,7 @@ it a convenient format to store user input files.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0hfdnhlbskagzgvby8wy6lrxj53zfzpfqimbhga68c0ji2yw1969"))))
+                "03f1862ljdshg7d0rg3j7jzgm3ip55kzd2y91q7p0racax3hxx6i"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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