cbaines pushed a commit to branch master
in repository guix.

commit 711d7dd6cd34a314b559eefc165c09305c49062d
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Wed Apr 2 11:46:24 2025 +0000

    gnu: aws-c-event-stream: Update to 0.5.4.
    
    * gnu/packages/c.scm (aws-c-event-stream): Update to 0.5.4.
    
    Change-Id: I3e5f0733c3b55fb7c587e6d54fd30fbb457ed419
    Signed-off-by: Christopher Baines <[email protected]>
---
 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 6148dd4816..b2e3096c54 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1115,7 +1115,7 @@ with fallback to efficient C99 software implementations.")
   (package
     (name "aws-c-event-stream")
     ;; Update only when updating aws-crt-cpp.
-    (version "0.4.3")
+    (version "0.5.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1124,7 +1124,7 @@ with fallback to efficient C99 software implementations.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0pm6ggm2yv5rqfijvi0zd7xf4a0zq0m21c36vhgda5mh5wbhzf64"))))
+                "0bxbvmj59g51k2w8dny65j48z02z5n30c86qzhh88x2qv6hg52v3"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags

Reply via email to