* [bug#63296] [PATCH] gnu: Add capnproto-0.9
@ 2023-05-05 10:31 Franz Geffke
2023-05-11 13:42 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Franz Geffke @ 2023-05-05 10:31 UTC (permalink / raw)
To: 63296
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")
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#63296] [PATCH] gnu: Add capnproto-0.9
2023-05-05 10:31 [bug#63296] [PATCH] gnu: Add capnproto-0.9 Franz Geffke
@ 2023-05-11 13:42 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-05-11 13:42 UTC (permalink / raw)
To: Franz Geffke; +Cc: 63296
Hi Franz,
Franz Geffke <franz@pantherx.org> skribis:
> 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
Are there packages in Guix that are going to depend on it?
If not, could you explain briefly why we should have it?
In general, we keep old versions if there’s a package depending on it or
if there’s a strong use case (for example, developers may often work
with different versions of Python, GCC, or LLVM, so we keep several
versions of them).
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-11 13:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-05 10:31 [bug#63296] [PATCH] gnu: Add capnproto-0.9 Franz Geffke
2023-05-11 13:42 ` Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).