gnu: aws-checksums: Update to 0.1.11.

* gnu/packages/c.scm (aws-checksums): Update to 0.1.11.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-06 19:50:12 +01:00
parent cc808564b8
commit 8ae79a2d82
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -567,7 +567,7 @@ (define-public aws-c-common
(define-public aws-checksums
(package
(name "aws-checksums")
(version "0.1.10")
(version "0.1.11")
(source (origin
(method git-fetch)
(uri (git-reference
@ -576,7 +576,7 @@ (define-public aws-checksums
(file-name (git-file-name name version))
(sha256
(base32
"1f9scl5734pgjlsixspwljrrlndzhllwlfygdcr1gx5p0za08zjb"))
"1pjs31x3cq9wyw511y00kksz660m8im9zxk30hid8iwlilcbnyvx"))
(patches (search-patches "aws-checksums-cmake-prefix.patch"))))
(build-system cmake-build-system)
(inputs