all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Z572 <zhengjunjie@iscas.ac.cn>
To: 74186-done@debbugs.gnu.org
Subject: bug#74186: [PATCH] gnu: caf: Update to 1.0.2.
Date: Fri, 15 Nov 2024 18:56:31 +0800	[thread overview]
Message-ID: <87frnspxy8.fsf@iscas.ac.cn> (raw)
In-Reply-To: <705b660f789472e45e64ef6f0a8c18c25eeea842.1730634876.git.zhengjunjie@iscas.ac.cn> (Zheng Junjie's message of "Sun, 3 Nov 2024 19:54:36 +0800")

[-- Attachment #1: Type: text/plain, Size: 1518 bytes --]

Zheng Junjie <zhengjunjie@iscas.ac.cn> writes:

> * 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

pushed, closing.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      reply	other threads:[~2024-11-15 10:57 UTC|newest]

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

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

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

  git send-email \
    --in-reply-to=87frnspxy8.fsf@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=74186-done@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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.