mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: aws-c-event-stream: Update to 0.5.4.
* gnu/packages/c.scm (aws-c-event-stream): Update to 0.5.4. Change-Id: I3e5f0733c3b55fb7c587e6d54fd30fbb457ed419 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
5be0bde3a8
commit
711d7dd6cd
1 changed files with 2 additions and 2 deletions
|
@ -1115,7 +1115,7 @@ with fallback to efficient C99 software implementations.")
|
|||
(package
|
||||
(name "aws-c-event-stream")
|
||||
;; Update only when updating aws-crt-cpp.
|
||||
(version "0.4.3")
|
||||
(version "0.5.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1124,7 +1124,7 @@ with fallback to efficient C99 software implementations.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pm6ggm2yv5rqfijvi0zd7xf4a0zq0m21c36vhgda5mh5wbhzf64"))))
|
||||
"0bxbvmj59g51k2w8dny65j48z02z5n30c86qzhh88x2qv6hg52v3"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue