aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRutger Helling <rhelling@mykolab.com>2018-10-08 08:23:10 +0200
committerRutger Helling <rhelling@mykolab.com>2018-10-08 08:24:50 +0200
commit5103c98f68490d32e71fe7208161450de4fb6f43 (patch)
treeb2d19dfab043e63b1b048e14086016d02971d9ff
parenta0410663743eaa3bdbf3727baaa9fbc615db2549 (diff)
downloadguix-5103c98f68490d32e71fe7208161450de4fb6f43.tar
guix-5103c98f68490d32e71fe7208161450de4fb6f43.tar.gz
gnu: c-toxcore: Update to 0.2.8.
* gnu/packages/messaging.scm (c-toxcore): Update to 0.2.8.
-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 af67c922b4..8ac86a852f 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -873,7 +873,7 @@ protocols.")
(define-public c-toxcore
(package
(name "c-toxcore")
- (version "0.2.7")
+ (version "0.2.8")
(source
(origin
(method url-fetch)
@@ -882,7 +882,7 @@ protocols.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1lcw979zakyb5kzy8yfk87js3bzfz3k2jxidda6ga6ljdnqdpxmy"))))
+ "0qlkimlvbd24nlj7w9b5rpz1r807magqxmfylc1mlxsqhmfi5zj7"))))
(arguments
`(#:tests? #f)) ; FIXME: Testsuite seems to stay stuck on test 3. Disable
; for now.