mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: aws-checksums: Update to 0.1.18.
* gnu/packages/c.scm (aws-checksums): Update to 0.1.18. Change-Id: Iaed4161d8f2ba568e4aaae45a07e707d6a1b42bc
This commit is contained in:
parent
f6752fd6e9
commit
c229ad27d2
1 changed files with 2 additions and 2 deletions
|
@ -1005,7 +1005,7 @@ (define-public aws-checksums
|
|||
(package
|
||||
(name "aws-checksums")
|
||||
;; Update only when updating aws-crt-cpp.
|
||||
(version "0.1.12")
|
||||
(version "0.1.18")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1014,7 +1014,7 @@ (define-public aws-checksums
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"054f2hkmkxhw83q7zsz349k82xk6bkrvlsab088pf7kn9wd4hy4k"))))
|
||||
"1lwbs5b89z4z8pswlfhj4fn73flwmr060byy3apqfay8rxmia4hj"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue