diff options
author | Greg Hogan <code@greghogan.com> | 2021-03-19 15:28:33 +0000 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-10-08 00:00:22 +0200 |
commit | 0a34ba76ef2b80cc31bb70434fa15b35cd4f42d6 (patch) | |
tree | d9bd24e5c8053ee3ea0574e1bab65010c3dad338 /gnu/packages | |
parent | c1d40c262102360aa2d0633f7e0b551d54b07eb7 (diff) |
gnu: caf: Update to 0.18.5.
* gnu/packages/cpp.scm (caf): Update to 0.18.5.
Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index bc5a08a2c1..104fe81e18 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1029,7 +1029,7 @@ feature set with a simple and intuitive interface.") (define-public caf (package (name "caf") - (version "0.18.0") + (version "0.18.5") (source (origin (method git-fetch) (uri (git-reference @@ -1038,7 +1038,7 @@ feature set with a simple and intuitive interface.") (file-name (git-file-name name version)) (sha256 (base32 - "1c3spd6vm1h9qhlk5c4fdwi6nbqx5vwz2zvv6qp0rj1hx6xpq3cx")))) + "04b4kjisb5wzq6pilh8xzbxn7qcjgppl8k65hfv0zi0ja8fyp1xk")))) (build-system cmake-build-system) (arguments '(#:configure-flags |