mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: libsignal-protocol-c: Update to 2.3.3.
* gnu/packages/messaging.scm (libsignal-protocol-c): Update to 2.3.3.
This commit is contained in:
parent
22d4c2e452
commit
162fa6bd59
1 changed files with 2 additions and 2 deletions
|
@ -478,7 +478,7 @@ (define-public libotr
|
|||
(define-public libsignal-protocol-c
|
||||
(package
|
||||
(name "libsignal-protocol-c")
|
||||
(version "2.3.2")
|
||||
(version "2.3.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -487,7 +487,7 @@ (define-public libsignal-protocol-c
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qj2w4csy6j9jg1jy66n1qwysx7hgjywk4n35hlqcnh1kpa14k3p"))))
|
||||
"0z5p03vk15i6h870azfjgyfgxhv31q2vq6rfhnybrnkxq2wqzwhk"))))
|
||||
(arguments
|
||||
`(;; Required for proper linking and for tests to run.
|
||||
#:configure-flags '("-DBUILD_SHARED_LIBS=on" "-DBUILD_TESTING=1")))
|
||||
|
|
Loading…
Reference in a new issue