summaryrefslogtreecommitdiff
path: root/gnu/packages/crypto.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-16 03:51:21 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-16 04:10:51 +0100
commit675c520c40b5223bfa0ec851be110f257ba8704d (patch)
treeec6206c27f431642c0ff783192835c1593f78829 /gnu/packages/crypto.scm
parent4929ab53f535e3ecdee6f84135c8213957d848fc (diff)
gnu: libolm: Update to 3.2.1.
* gnu/packages/crypto.scm (libolm): Update to 3.2.1.
Diffstat (limited to 'gnu/packages/crypto.scm')
-rw-r--r--gnu/packages/crypto.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index b8ca0134b3..c5aa1f53f9 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1230,7 +1230,7 @@ Trusted comments are signed, thus verified, before being displayed.")
(define-public libolm
(package
(name "libolm")
- (version "3.1.5")
+ (version "3.2.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1238,7 +1238,7 @@ Trusted comments are signed, thus verified, before being displayed.")
(commit version)))
(sha256
(base32
- "030g0jmmvhx2dh32k708sz6cdd5q1wz48i4gigh6dclqk10w28lm"))
+ "14b5cplcnbf2baq0lvz4f97m6swxpb13rvxdajxyw3s4mbvasia4"))
(file-name (git-file-name name version))))
(arguments
`(#:phases