GNU bug report logs - #63296
[PATCH] gnu: Add capnproto-0.9

Previous Next

Package: guix-patches;

Reported by: Franz Geffke <franz <at> pantherx.org>

Date: Fri, 5 May 2023 10:33:01 UTC

Severity: normal

Tags: moreinfo, patch

Full log


View this message in rfc822 format

From: Franz Geffke <franz <at> pantherx.org>
To: 63296 <at> debbugs.gnu.org
Subject: [bug#63296] [PATCH] gnu: Add capnproto-0.9
Date: Fri, 5 May 2023 11:31:51 +0100
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 39954d6764..d0b44f7709 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -613,6 +613,20 @@ (define-public capnproto
 RPC system.  Think JSON, except binary.  Or think Protocol Buffers, except 
faster.")
     (license license:expat)))

+(define-public capnproto-0.9
+  (package
+    (inherit capnproto)
+    (name "capnproto")
+    (version "0.9.2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://capnproto.org/capnproto-c++-"
+                    version ".tar.gz"))
+              (sha256
+               (base32
+                "0hi5lpyhskdg99n9zgn0ffr79gn12m1j7igkp9wikklg2p4yjca0"))))))
+
 (define-public python-ruamel.yaml
   (package
     (name "python-ruamel.yaml")




This bug report was last modified 2 years and 9 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.