gnu: caf: Update to 1.0.2.

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

Change-Id: If3e3b24e3fdaab9232df8e64bd705b893cd10860
This commit is contained in:
Zheng Junjie 2024-11-03 19:54:36 +08:00
parent f744063c3a
commit 13362af4bd
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2058,7 +2058,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
@ -2067,11 +2067,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")