guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: caf: Update to 0.18.5.


From: guix-commits
Subject: 04/04: gnu: caf: Update to 0.18.5.
Date: Thu, 7 Oct 2021 18:06:41 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 0a34ba76ef2b80cc31bb70434fa15b35cd4f42d6
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Mar 19 15:28:33 2021 +0000

    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>
---
 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 bc5a08a..104fe81 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]