mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libolm: Update to 3.2.1.
* gnu/packages/crypto.scm (libolm): Update to 3.2.1.
This commit is contained in:
parent
4929ab53f5
commit
675c520c40
1 changed files with 2 additions and 2 deletions
|
@ -1230,7 +1230,7 @@ (define-public minisign
|
|||
(define-public libolm
|
||||
(package
|
||||
(name "libolm")
|
||||
(version "3.1.5")
|
||||
(version "3.2.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1238,7 +1238,7 @@ (define-public libolm
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"030g0jmmvhx2dh32k708sz6cdd5q1wz48i4gigh6dclqk10w28lm"))
|
||||
"14b5cplcnbf2baq0lvz4f97m6swxpb13rvxdajxyw3s4mbvasia4"))
|
||||
(file-name (git-file-name name version))))
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue