guix-commits
[Top][All Lists]
Advanced

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

26/27: gnu: olm: Update to 3.2.14.


From: guix-commits
Subject: 26/27: gnu: olm: Update to 3.2.14.
Date: Thu, 15 Dec 2022 13:44:23 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d6df6363d6b8342eefa1bbce62a4aa76d758b460
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:01 2022 +0100

    gnu: olm: Update to 3.2.14.
    
    * gnu/packages/crypto.scm (olm): Update to 3.2.14.
---
 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 791de39368..ad31ff8a8b 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1296,7 +1296,7 @@ Trusted comments are signed, thus verified, before being 
displayed.")
 (define-public olm
   (package
     (name "olm")
-    (version "3.2.12")
+    (version "3.2.14")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1304,7 +1304,7 @@ Trusted comments are signed, thus verified, before being 
displayed.")
                     (commit version)))
               (sha256
                (base32
-                "1k8v9ig32vmjm58rbris621d7mvp4q91qa5p79vc51p41sz91yhj"))
+                "0pj7gs32ixhlls792wah7xf49j5pra0avp7dpvy9cndkdkg6biq5"))
               (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]