guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: aws-checksums: Update to 0.1.12.


From: guix-commits
Subject: 01/02: gnu: aws-checksums: Update to 0.1.12.
Date: Thu, 14 Oct 2021 14:30:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1ea174125306ca6dcca5dbf9afd92f68421b12b2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 14 20:04:39 2021 +0200

    gnu: aws-checksums: Update to 0.1.12.
    
    * gnu/packages/c.scm (aws-checksums): Update to 0.1.12.
---
 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 9f30295..6b6edda 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -578,7 +578,7 @@ portability.")
 (define-public aws-checksums
   (package
     (name "aws-checksums")
-    (version "0.1.11")
+    (version "0.1.12")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -587,7 +587,7 @@ portability.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1pjs31x3cq9wyw511y00kksz660m8im9zxk30hid8iwlilcbnyvx"))
+                "054f2hkmkxhw83q7zsz349k82xk6bkrvlsab088pf7kn9wd4hy4k"))
               (patches (search-patches "aws-checksums-cmake-prefix.patch"))))
     (build-system cmake-build-system)
     (arguments



reply via email to

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