This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d88ecb34b4 gnu: capnproto: Update to 1.3.0.
d88ecb34b4 is described below

commit d88ecb34b4ec6ce43e34def8e54b2f2522706721
Author: Hennadii Stepanov <[email protected]>
AuthorDate: Mon Dec 22 20:05:06 2025 +0000

    gnu: capnproto: Update to 1.3.0.
    
    * gnu/packages/serialization.scm (capnproto): Update to 1.3.0.
    
    Closes guix/guix#4942
    
    Change-Id: I5f901c52b5f5cad9ca059f2da94e731168ce458b
    Signed-off-by: Cayetano Santos <[email protected]>
---
 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 a48ec4ad4e..646052f212 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -675,7 +675,7 @@ This package also provides @samp{kdlpp}, a C++20 wrapper 
around @samp{ckdl}.")
 (define-public capnproto
   (package
     (name "capnproto")
-    (version "1.2.0")
+    (version "1.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -683,7 +683,7 @@ This package also provides @samp{kdlpp}, a C++20 wrapper 
around @samp{ckdl}.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1vs2zpk4l55hb4lq4kldbwdqcjnwm1jblhcaqxmii9dxrd7f807d"))))
+                "0211a9c394l9lfb8ixdsimpwh6kj7xxy05xfaryq66js955853q9"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to