mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: aws-c-cal: Update to 0.8.9.
* gnu/packages/c.scm (aws-c-cal): Update to 0.8.9. Change-Id: I80d003d645fdb390db1fb74d91daa808d0a40a5f Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
d2e82478a1
commit
8697eed189
1 changed files with 2 additions and 2 deletions
|
@ -1176,7 +1176,7 @@ event-driven, asynchronous network application protocols.")
|
|||
(package
|
||||
(name "aws-c-cal")
|
||||
;; Update only when updating aws-crt-cpp.
|
||||
(version "0.7.4")
|
||||
(version "0.8.9")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1185,7 +1185,7 @@ event-driven, asynchronous network application protocols.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"01h3ypypn3lbqm9r252zkh26wg8g7acl1slddy4vd59nfwqlwp7m"))))
|
||||
"10n5v7s9z2kfbsq7frkwq1l4383yrq9bc3qlsxz2hrliy230828h"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue