diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-11 23:36:10 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-11 23:36:10 +0200 |
commit | 77eb3008e350c069e0ae8df6a91bf0ebdcfc2ac0 (patch) | |
tree | b899e65aa79099be3f4b27dfcd565bb143681211 /gnu/packages/crypto.scm | |
parent | f7e8be231806a904e6817e8ab3404b32f2511db2 (diff) | |
parent | b50eaa67642ebc25e9c896f2e700c08610e0a5da (diff) |
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/packages/crypto.scm')
-rw-r--r-- | gnu/packages/crypto.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 3df417e13b..0158e03032 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -1295,15 +1295,15 @@ Trusted comments are signed, thus verified, before being displayed.") (define-public libolm (package (name "libolm") - (version "3.2.3") + (version "3.2.12") (source (origin (method git-fetch) (uri (git-reference - (url "https://git.matrix.org/git/olm") + (url "https://gitlab.matrix.org/matrix-org/olm") (commit version))) (sha256 (base32 - "0bixly6jqpwfx3p37c1qp1j685yg6m429r1nazwh43w4n527bs3y")) + "1k8v9ig32vmjm58rbris621d7mvp4q91qa5p79vc51p41sz91yhj")) (file-name (git-file-name name version)) ;; Delete the bundled blob. It's free, but unauditable, ;; and apparently only required for android. |