Archived
1
0
Fork 0

gnu: libolm: Update to 3.1.5.

* gnu/packages/crypto.scm (libolm): Update to 3.1.5.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-13 17:50:51 +02:00
parent 8c07da61e7
commit fbbaf04d88
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1063,7 +1063,7 @@ Trusted comments are signed, thus verified, before being displayed.")
(define-public libolm (define-public libolm
(package (package
(name "libolm") (name "libolm")
(version "3.1.4") (version "3.1.5")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1071,7 +1071,7 @@ Trusted comments are signed, thus verified, before being displayed.")
(commit version))) (commit version)))
(sha256 (sha256
(base32 (base32
"06s7rw4a9vn35wzz7chxn54mp0sjgbpv2bzz9lq0g4hnzw33cjbi")) "030g0jmmvhx2dh32k708sz6cdd5q1wz48i4gigh6dclqk10w28lm"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(arguments (arguments
`(#:phases `(#:phases