[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/11: gnu: caf: Update to 0.18.6.
From: |
guix-commits |
Subject: |
03/11: gnu: caf: Update to 0.18.6. |
Date: |
Tue, 31 May 2022 21:36:52 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c6c32ab96666b0b23e080213d3c3371f499f8f1f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:00 2022 +0200
gnu: caf: Update to 0.18.6.
* gnu/packages/cpp.scm (caf): Update to 0.18.6.
---
gnu/packages/cpp.scm | 4 ++--
1 file 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
- branch master updated (b279e778ab -> a3ea97976b), guix-commits, 2022/05/31
- 03/11: gnu: caf: Update to 0.18.6.,
guix-commits <=
- 01/11: gnu: foomatic-filters: Use project home page., guix-commits, 2022/05/31
- 06/11: gnu: fprintd: Remove input labels., guix-commits, 2022/05/31
- 05/11: gnu: fprintd: Fix build., guix-commits, 2022/05/31
- 08/11: gnu: libfprint: Update to 1.94.4., guix-commits, 2022/05/31
- 07/11: gnu: fprintd: Update to 1.94.2., guix-commits, 2022/05/31
- 10/11: bash completion: Fix & unify option parsing., guix-commits, 2022/05/31
- 04/11: gnu: beancount: Update to 2.3.5., guix-commits, 2022/05/31
- 09/11: gnu: services: Update setuid service description., guix-commits, 2022/05/31
- 11/11: gnu: corefreq: Update to 1.90.1., guix-commits, 2022/05/31
- 02/11: gnu: quazip: Update to 1.3., guix-commits, 2022/05/31