diff mbox series

[bug#41851,1/2] gnu: c-toxcore: Update to 0.2.12.

Message ID 20200614132138.26699-1-r.majd@pantherx.org
State Accepted
Headers show
Series Update qTox to fix build issues | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Reza Alizadeh Majd June 14, 2020, 1:21 p.m. UTC
*  gnu/packages/messaging.scm (c-toxcore): Update to 0.2.12.
---
 gnu/packages/messaging.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 3216f0d88d..c84a1b95c3 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1,4 +1,4 @@ 
-;;; GNU Guix --- Functional package management for GNU
+/;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2014, 2017 Julien Lepiller <julien@lepiller.eu>
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
@@ -1031,7 +1031,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 +1041,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.