summaryrefslogtreecommitdiff
path: root/gnu/packages/messaging.scm
diff options
context:
space:
mode:
authorReza Alizadeh Majd <r.majd@pantherx.org>2020-06-14 17:51:38 +0430
committerEfraim Flashner <efraim@flashner.co.il>2020-06-14 17:13:29 +0300
commit1a2e3d940f7fdee70f845c7901426464f445ea61 (patch)
tree86ef97e3e06c9cb8e06c7cd31a0d2e2c5ce6e518 /gnu/packages/messaging.scm
parent3010035b40af0b277b1b00493d61115287e1751c (diff)
downloadguix-patches-1a2e3d940f7fdee70f845c7901426464f445ea61.tar
guix-patches-1a2e3d940f7fdee70f845c7901426464f445ea61.tar.gz
gnu: c-toxcore: Update to 0.2.12.
* gnu/packages/messaging.scm (c-toxcore): Update to 0.2.12. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/messaging.scm')
-rw-r--r--gnu/packages/messaging.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index e9c6c94cef..6ee21a42e7 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -21,6 +21,7 @@
;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2020 Reza Alizadeh Majd <r.majd@pantherx.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1031,7 +1032,7 @@ and prevent message loss.")
(define-public c-toxcore
(package
(name "c-toxcore")
- (version "0.2.9")
+ (version "0.2.12")
(source
(origin
(method git-fetch)
@@ -1041,7 +1042,7 @@ and prevent message loss.")
(file-name (git-file-name name version))
(sha256
(base32
- "0aljr9hqybla6p61af6fdkv0x8gph7c2wacqqa9hq2z9w0p4fs5j"))))
+ "0a6sqpm00d2rn0nviqfz4gh9ck1wzci6rxgmqmcyryl5ca19ffvp"))))
(arguments
`(#:tests? #f)) ; FIXME: Testsuite seems to stay stuck on test 3. Disable
; for now.