diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-13 17:50:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-14 00:05:08 +0200 |
commit | fbbaf04d885e172f86348f64cc2fe99633a9e78d (patch) | |
tree | c284ca6c937d2f0cc98968c098145fdea273bf6a /gnu | |
parent | 8c07da61e74cd26b5467183915fca2ebb68e46b0 (diff) |
gnu: libolm: Update to 3.1.5.
* gnu/packages/crypto.scm (libolm): Update to 3.1.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 99b23b7b7e..be8f8b9f05 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -1063,7 +1063,7 @@ Trusted comments are signed, thus verified, before being displayed.") (define-public libolm (package (name "libolm") - (version "3.1.4") + (version "3.1.5") (source (origin (method git-fetch) (uri (git-reference @@ -1071,7 +1071,7 @@ Trusted comments are signed, thus verified, before being displayed.") (commit version))) (sha256 (base32 - "06s7rw4a9vn35wzz7chxn54mp0sjgbpv2bzz9lq0g4hnzw33cjbi")) + "030g0jmmvhx2dh32k708sz6cdd5q1wz48i4gigh6dclqk10w28lm")) (file-name (git-file-name name version)))) (arguments `(#:phases |