mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue