gnu: caf: Update to 0.18.6.
* gnu/packages/cpp.scm (caf): Update to 0.18.6.
This commit is contained in:
parent
3f4850f0ae
commit
c6c32ab966
1 changed files with 2 additions and 2 deletions
|
@ -1391,7 +1391,7 @@ feature set with a simple and intuitive interface.")
|
||||||
(define-public caf
|
(define-public caf
|
||||||
(package
|
(package
|
||||||
(name "caf")
|
(name "caf")
|
||||||
(version "0.18.5")
|
(version "0.18.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1400,7 +1400,7 @@ 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
|
||||||
"04b4kjisb5wzq6pilh8xzbxn7qcjgppl8k65hfv0zi0ja8fyp1xk"))))
|
"055y82044djphpwbazaxsvmb66c2xfdi8vyny8pzdxkdgxfh0vq1"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
|
Reference in a new issue