mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: aws-c-cal: Downgrade to 0.8.8.
* gnu/packages/c.scm (aws-c-cal): Downgrade to 0.8.8. Change-Id: I05f5e5895236c3d58e15f65a3a4322efd07af0a6
This commit is contained in:
parent
c22c9323c5
commit
245c297d35
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.8.9")
|
||||
(version "0.8.8")
|
||||
(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
|
||||
"10n5v7s9z2kfbsq7frkwq1l4383yrq9bc3qlsxz2hrliy230828h"))))
|
||||
"0f9bfgn100hdc08wvbh041bgfv0g29vzkp7arqa1d68880vi58kx"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue