[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: libolm: Update to 3.2.3.
From: |
guix-commits |
Subject: |
08/08: gnu: libolm: Update to 3.2.3. |
Date: |
Sat, 29 May 2021 10:09:49 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1374347ddbdde476703a2d98666897e7c5f22a34
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri May 28 23:08:32 2021 +0200
gnu: libolm: Update to 3.2.3.
* gnu/packages/crypto.scm (libolm): Update to 3.2.3.
---
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 674cb05..99455dc 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -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
- branch master updated (6e1cf43 -> 1374347), guix-commits, 2021/05/29
- 01/08: gnu: mc: Support mice., guix-commits, 2021/05/29
- 05/08: gnu: isc-dhcp: Update to 4.4.2-P1 [fixes CVE-2021-25217]., guix-commits, 2021/05/29
- 06/08: gnu: isc-dhcp: Update home page., guix-commits, 2021/05/29
- 02/08: Sort module imports in (gnu packages mc)., guix-commits, 2021/05/29
- 03/08: gnu: mc: Order inputs alphabetically., guix-commits, 2021/05/29
- 04/08: gnu: emacs: Support console mice., guix-commits, 2021/05/29
- 07/08: gnu: libjcat: Update to 0.1.8., guix-commits, 2021/05/29
- 08/08: gnu: libolm: Update to 3.2.3.,
guix-commits <=