[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: libolm: Update to 3.2.1.
From: |
guix-commits |
Subject: |
03/08: gnu: libolm: Update to 3.2.1. |
Date: |
Sun, 15 Nov 2020 22:12:39 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 675c520c40b5223bfa0ec851be110f257ba8704d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 16 03:51:21 2020 +0100
gnu: libolm: Update to 3.2.1.
* gnu/packages/crypto.scm (libolm): Update to 3.2.1.
---
gnu/packages/crypto.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index b8ca013..c5aa1f5 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
- branch master updated (664821f -> 243512d), guix-commits, 2020/11/15
- 03/08: gnu: libolm: Update to 3.2.1.,
guix-commits <=
- 02/08: gnu: xterm: Update to 362., guix-commits, 2020/11/15
- 01/08: gnu: xterm: Download source over HTTPS., guix-commits, 2020/11/15
- 07/08: gnu: xen: Fix build failure., guix-commits, 2020/11/15
- 04/08: gnu: libolm: Fix (run) the tests., guix-commits, 2020/11/15
- 08/08: gnu: xen: Update to 4.14.0., guix-commits, 2020/11/15
- 05/08: gnu: acpica: Update to 20201113., guix-commits, 2020/11/15
- 06/08: gnu: scribus: Update to 1.5.6., guix-commits, 2020/11/15