guix-commits
[Top][All Lists]
Advanced

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

05/12: gnu: aws-c-cal: Update to 0.5.11.


From: guix-commits
Subject: 05/12: gnu: aws-c-cal: Update to 0.5.11.
Date: Fri, 15 Oct 2021 18:02:46 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d061193e786b0a8d5df9e4adf713964eb2d2c965
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed Jun 30 15:35:04 2021 +0000

    gnu: aws-c-cal: Update to 0.5.11.
    
    * gnu/packages/c.scm (aws-c-cal): Update to 0.5.11.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/c.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 2c22c54..2a2b140 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -668,7 +668,7 @@ event-driven, asynchronous network application protocols.")
 (define-public aws-c-cal
   (package
     (name "aws-c-cal")
-    (version "0.4.5")
+    (version "0.5.11")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -677,7 +677,7 @@ event-driven, asynchronous network application protocols.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "04acra1mnzw9q7jycs5966akfbgnx96hkrq90nq0dhw8pvarlyv6"))
+                "0rqqk4n56h8sf4q070rhgjwas04j8h0vq4wl1alq5l1rqq72qqdf"))
               (patches (search-patches "aws-c-cal-cmake-prefix.patch"))))
     (build-system cmake-build-system)
     (arguments



reply via email to

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