aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-05-19 05:46:39 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-05-19 15:39:30 +0200
commit05ca7a916a54d32ae4603bcd90918fb19e907704 (patch)
tree8d9ae461820a81924a11b3ba0605fac71b9fdd58
parentade57b6964d3a6b910118a210477f234c9706d5e (diff)
downloadguix-05ca7a916a54d32ae4603bcd90918fb19e907704.tar
guix-05ca7a916a54d32ae4603bcd90918fb19e907704.tar.gz
gnu: libsignal-protocol-c: Update to 2.3.2.
* gnu/packages/messaging.scm (libsignal-protocol-c): Update to 2.3.2.
-rw-r--r--gnu/packages/messaging.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 0ffc2e0b79..ef13eb08bc 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -132,7 +132,7 @@ keys, no previous conversation is compromised.")
(define-public libsignal-protocol-c
(package
(name "libsignal-protocol-c")
- (version "2.3.1")
+ (version "2.3.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/WhisperSystems/"
@@ -141,7 +141,7 @@ keys, no previous conversation is compromised.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1klz9jvbnmfc3qy2x6qcswzw14a7kyzs51dlg18yllvir1f1kz0s"))))
+ "0380hl6fw3ppf265fg897pyrpqygpx4m9j8ifq118bim8lq6z0pk"))))
(arguments
`(;; Required for proper linking and for tests to run.
#:configure-flags '("-DBUILD_SHARED_LIBS=on" "-DBUILD_TESTING=1")))