unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: 74186@debbugs.gnu.org
Subject: [bug#74186] [PATCH] gnu: caf: Update to 1.0.2.
Date: Sun,  3 Nov 2024 19:54:36 +0800	[thread overview]
Message-ID: <705b660f789472e45e64ef6f0a8c18c25eeea842.1730634876.git.zhengjunjie@iscas.ac.cn> (raw)

* gnu/packages/cpp.scm (caf): Update to 1.0.2.
[arguments]: Use G-expression.

Change-Id: If3e3b24e3fdaab9232df8e64bd705b893cd10860
---
 gnu/packages/cpp.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 26fc1691542..eff01e205d6 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2035,7 +2035,7 @@ (define-public cli11
 (define-public caf
   (package
     (name "caf")
-    (version "0.18.6")
+    (version "1.0.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2044,11 +2044,11 @@ (define-public caf
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "055y82044djphpwbazaxsvmb66c2xfdi8vyny8pzdxkdgxfh0vq1"))))
+                "1za7yja76csa0jnvkyavg2hc5zcc00za46c4x2fq42skh1apqcnl"))))
     (build-system cmake-build-system)
     (arguments
-     '(#:configure-flags
-       '("-DCAF_ENABLE_EXAMPLES=OFF")))
+     (list #:configure-flags
+           #~(list "-DCAF_ENABLE_EXAMPLES=OFF")))
     (inputs
      (list openssl))
     (synopsis "C++ implementation of the actor model")

base-commit: a26ba23cdd476cb5eb8378c4785ccf1bc4145f17
prerequisite-patch-id: d9314911732a6e7420aee9888a6335b1fee67274
prerequisite-patch-id: 2004d3d10bba51deea93634b8a5ddeae1d049287
-- 
2.46.0





             reply	other threads:[~2024-11-03 11:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-03 11:54 Zheng Junjie [this message]
2024-11-15 10:56 ` bug#74186: [PATCH] gnu: caf: Update to 1.0.2 Z572

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=705b660f789472e45e64ef6f0a8c18c25eeea842.1730634876.git.zhengjunjie@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=74186@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).