civodul pushed a commit to branch master
in repository guix.

commit c229ad27d2f28ed126df42c1677a4dfca3e21e92
Author: Greg Hogan <c...@greghogan.com>
AuthorDate: Tue Sep 17 20:16:52 2024 +0000

    gnu: aws-checksums: Update to 0.1.18.
    
    * gnu/packages/c.scm (aws-checksums): Update to 0.1.18.
    
    Change-Id: Iaed4161d8f2ba568e4aaae45a07e707d6a1b42bc
---
 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 43c837d251..cbbc1b4e96 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1005,7 +1005,7 @@ C programming language.")
   (package
     (name "aws-checksums")
     ;; Update only when updating aws-crt-cpp.
-    (version "0.1.12")
+    (version "0.1.18")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1014,7 +1014,7 @@ C programming language.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "054f2hkmkxhw83q7zsz349k82xk6bkrvlsab088pf7kn9wd4hy4k"))))
+                "1lwbs5b89z4z8pswlfhj4fn73flwmr060byy3apqfay8rxmia4hj"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags

Reply via email to