* [bug#74186] [PATCH] gnu: caf: Update to 1.0.2.
@ 2024-11-03 11:54 Zheng Junjie
2024-11-15 10:56 ` bug#74186: " Z572
0 siblings, 1 reply; 2+ messages in thread
From: Zheng Junjie @ 2024-11-03 11:54 UTC (permalink / raw)
To: 74186
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#74186: [PATCH] gnu: caf: Update to 1.0.2.
2024-11-03 11:54 [bug#74186] [PATCH] gnu: caf: Update to 1.0.2 Zheng Junjie
@ 2024-11-15 10:56 ` Z572
0 siblings, 0 replies; 2+ messages in thread
From: Z572 @ 2024-11-15 10:56 UTC (permalink / raw)
To: 74186-done
[-- 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 --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-15 10:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-03 11:54 [bug#74186] [PATCH] gnu: caf: Update to 1.0.2 Zheng Junjie
2024-11-15 10:56 ` bug#74186: " Z572
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).