gnu: libolm: Update to 3.2.12.
* gnu/packages/crypto.scm (libolm): Update to 3.2.12. [source](uri): Follow redirect.
This commit is contained in:
parent
d01310f24b
commit
30ac2d1c40
1 changed files with 3 additions and 3 deletions
|
@ -1295,15 +1295,15 @@ (define-public minisign
|
||||||
(define-public libolm
|
(define-public libolm
|
||||||
(package
|
(package
|
||||||
(name "libolm")
|
(name "libolm")
|
||||||
(version "3.2.3")
|
(version "3.2.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.matrix.org/git/olm")
|
(url "https://gitlab.matrix.org/matrix-org/olm")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bixly6jqpwfx3p37c1qp1j685yg6m429r1nazwh43w4n527bs3y"))
|
"1k8v9ig32vmjm58rbris621d7mvp4q91qa5p79vc51p41sz91yhj"))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
;; Delete the bundled blob. It's free, but unauditable,
|
;; Delete the bundled blob. It's free, but unauditable,
|
||||||
;; and apparently only required for android.
|
;; and apparently only required for android.
|
||||||
|
|
Loading…
Reference in a new issue