mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: aws-checksums: Update to 0.1.11.
* gnu/packages/c.scm (aws-checksums): Update to 0.1.11.
This commit is contained in:
parent
cc808564b8
commit
8ae79a2d82
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue