Skip to content
Snippets Groups Projects
Unverified Commit 1a2e3d94 authored by Reza Alizadeh Majd's avatar Reza Alizadeh Majd Committed by Efraim Flashner
Browse files

gnu: c-toxcore: Update to 0.2.12.


*  gnu/packages/messaging.scm (c-toxcore): Update to 0.2.12.

Signed-off-by: default avatarEfraim Flashner <efraim@flashner.co.il>
parent 3010035b
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz> ;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com> ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2020 Reza Alizadeh Majd <r.majd@pantherx.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
...@@ -1031,7 +1032,7 @@ (define-public libtoxcore ...@@ -1031,7 +1032,7 @@ (define-public libtoxcore
(define-public c-toxcore (define-public c-toxcore
(package (package
(name "c-toxcore") (name "c-toxcore")
(version "0.2.9") (version "0.2.12")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
...@@ -1041,7 +1042,7 @@ (define-public c-toxcore ...@@ -1041,7 +1042,7 @@ (define-public c-toxcore
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0aljr9hqybla6p61af6fdkv0x8gph7c2wacqqa9hq2z9w0p4fs5j")))) "0a6sqpm00d2rn0nviqfz4gh9ck1wzci6rxgmqmcyryl5ca19ffvp"))))
(arguments (arguments
`(#:tests? #f)) ; FIXME: Testsuite seems to stay stuck on test 3. Disable `(#:tests? #f)) ; FIXME: Testsuite seems to stay stuck on test 3. Disable
; for now. ; for now.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment