mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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:
parent
f744063c3a
commit
13362af4bd
1 changed files with 4 additions and 4 deletions
|
@ -2058,7 +2058,7 @@ feature set with a simple and intuitive interface.")
|
||||||
(define-public caf
|
(define-public caf
|
||||||
(package
|
(package
|
||||||
(name "caf")
|
(name "caf")
|
||||||
(version "0.18.6")
|
(version "1.0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2067,11 +2067,11 @@ feature set with a simple and intuitive interface.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"055y82044djphpwbazaxsvmb66c2xfdi8vyny8pzdxkdgxfh0vq1"))))
|
"1za7yja76csa0jnvkyavg2hc5zcc00za46c4x2fq42skh1apqcnl"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
(list #:configure-flags
|
||||||
'("-DCAF_ENABLE_EXAMPLES=OFF")))
|
#~(list "-DCAF_ENABLE_EXAMPLES=OFF")))
|
||||||
(inputs
|
(inputs
|
||||||
(list openssl))
|
(list openssl))
|
||||||
(synopsis "C++ implementation of the actor model")
|
(synopsis "C++ implementation of the actor model")
|
||||||
|
|
Loading…
Add table
Reference in a new issue