guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/11: gnu: libolm: Update to 3.2.12.


From: guix-commits
Subject: 06/11: gnu: libolm: Update to 3.2.12.
Date: Thu, 4 Aug 2022 06:41:17 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 30ac2d1c4043af279d60bb271e24fd5fea896d2e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Aug 4 11:23:41 2022 +0200

    gnu: libolm: Update to 3.2.12.
    
    * gnu/packages/crypto.scm (libolm): Update to 3.2.12.
    [source](uri): Follow redirect.
---
 gnu/packages/crypto.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 6e4b1331e7..9dcffd8dd4 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]