mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: olm: Update to 3.2.14.
* gnu/packages/crypto.scm (olm): Update to 3.2.14.
This commit is contained in:
parent
d1c3681e38
commit
d6df6363d6
1 changed files with 2 additions and 2 deletions
|
@ -1296,7 +1296,7 @@ (define-public minisign
|
|||
(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 @@ (define-public olm
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue