GNU bug report logs -
#73323
[PATCH 00/15] Update aws-sdk-cpp.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 17 Sep 2024 20:17:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/c.scm (aws-c-sdkutils): Update to 0.1.19.
Change-Id: I7c6ee085cafdd0f0d8df125f2f602b14b073bb81
---
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 ae9c443b2f..455014a18f 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1123,7 +1123,7 @@ (define-public aws-c-sdkutils
(package
(name "aws-c-sdkutils")
;; Update only when updating aws-crt-cpp.
- (version "0.1.2")
+ (version "0.1.19")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1132,7 +1132,7 @@ (define-public aws-c-sdkutils
(file-name (git-file-name name version))
(sha256
(base32
- "14wpl3dxwjbbzas44v6m6m3ll89rgz34x9gb140qz624gwzs9v0v"))))
+ "12xpnx0qxnjc2gnbpxq0kx6dfyi650zlrl2ykfhn3z9h6gj0lz8s"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
--
2.46.0
This bug report was last modified 234 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.