diff options
author | Efraim Flashner <[email protected]> | 2022-06-01 12:31:09 +0300 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2022-06-01 12:42:04 +0300 |
commit | 64c043e63a4be97f59fd1906c47973a74eedda67 (patch) | |
tree | 37b15dfb4830e4f874edca87b521b6e9cdc3c81b /gnu/packages/cpp.scm | |
parent | b1f763de54dc2b8e240d0f01f7948ce76f67243e (diff) | |
parent | 75af73e1b7ac58770122d8831faa3a8158638bb0 (diff) |
Merge remote-tracking branch 'origin/master' into staging
Diffstat (limited to 'gnu/packages/cpp.scm')
-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 fafa55c3cd..87bd43356a 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1391,7 +1391,7 @@ feature set with a simple and intuitive interface.") (define-public caf (package (name "caf") - (version "0.18.5") + (version "0.18.6") (source (origin (method git-fetch) (uri (git-reference @@ -1400,7 +1400,7 @@ feature set with a simple and intuitive interface.") (file-name (git-file-name name version)) (sha256 (base32 - "04b4kjisb5wzq6pilh8xzbxn7qcjgppl8k65hfv0zi0ja8fyp1xk")))) + "055y82044djphpwbazaxsvmb66c2xfdi8vyny8pzdxkdgxfh0vq1")))) (build-system cmake-build-system) (arguments '(#:configure-flags |