GNU bug report logs -
#77176
[PATCH v2] s2n-tls, and aws-* packages update
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Sat, 22 Mar 2025 13:15:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/c.scm (aws-c-s3): Update to 0.7.14.
Change-Id: I9f8fa038e5115ab70d5931b6d88b4cf79e4dd056
---
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 cb620e4aa6..2c62ad041d 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1340,7 +1340,7 @@ (define-public aws-c-s3
(package
(name "aws-c-s3")
;; Update only when updating aws-crt-cpp.
- (version "0.6.4")
+ (version "0.7.14")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1349,7 +1349,7 @@ (define-public aws-c-s3
(file-name (git-file-name name version))
(sha256
(base32
- "08kzdpjn48bzg4hvvr92yv6igvppja6xcrqr6hsliai6088nw4kl"))))
+ "1zh6nf3cxglsdn00m697yl90w2rc012chd9zivd6jd4i4ck6wq7q"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
--
2.49.0
This bug report was last modified 106 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.