me
/
guix
Archived
1
0
Fork 0

gnu: libolm: Update to 3.2.3.

* gnu/packages/crypto.scm (libolm): Update to 3.2.3.
master
Tobias Geerinckx-Rice 2021-05-28 23:08:32 +02:00
parent 38c892f605
commit 1374347ddb
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1299,7 +1299,7 @@ Trusted comments are signed, thus verified, before being displayed.")
(define-public libolm
(package
(name "libolm")
(version "3.2.2")
(version "3.2.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1307,7 +1307,7 @@ Trusted comments are signed, thus verified, before being displayed.")
(commit version)))
(sha256
(base32
"0qji25wiwmkxyfpraxj96c54hyayqmjkvwh0gsy5gb5pz5bp4mcy"))
"0bixly6jqpwfx3p37c1qp1j685yg6m429r1nazwh43w4n527bs3y"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments