gnu: libolm: Update to 3.2.2.
* gnu/packages/crypto.scm (libolm): Update to 3.2.2.
This commit is contained in:
parent
b94d4e6a1d
commit
779243832c
1 changed files with 2 additions and 2 deletions
|
@ -1237,7 +1237,7 @@ Trusted comments are signed, thus verified, before being displayed.")
|
||||||
(define-public libolm
|
(define-public libolm
|
||||||
(package
|
(package
|
||||||
(name "libolm")
|
(name "libolm")
|
||||||
(version "3.2.1")
|
(version "3.2.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1245,7 +1245,7 @@ Trusted comments are signed, thus verified, before being displayed.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14b5cplcnbf2baq0lvz4f97m6swxpb13rvxdajxyw3s4mbvasia4"))
|
"0qji25wiwmkxyfpraxj96c54hyayqmjkvwh0gsy5gb5pz5bp4mcy"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue