gnu: aws-c-cal: Update to 0.5.11.
* gnu/packages/c.scm (aws-c-cal): Update to 0.5.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
64aaf61762
commit
d061193e78
|
@ -668,7 +668,7 @@ event-driven, asynchronous network application protocols.")
|
||||||
(define-public aws-c-cal
|
(define-public aws-c-cal
|
||||||
(package
|
(package
|
||||||
(name "aws-c-cal")
|
(name "aws-c-cal")
|
||||||
(version "0.4.5")
|
(version "0.5.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -677,7 +677,7 @@ event-driven, asynchronous network application protocols.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04acra1mnzw9q7jycs5966akfbgnx96hkrq90nq0dhw8pvarlyv6"))
|
"0rqqk4n56h8sf4q070rhgjwas04j8h0vq4wl1alq5l1rqq72qqdf"))
|
||||||
(patches (search-patches "aws-c-cal-cmake-prefix.patch"))))
|
(patches (search-patches "aws-c-cal-cmake-prefix.patch"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue