guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: c-toxcore: Update to 0.2.7.


From: Rutger Helling
Subject: 02/02: gnu: c-toxcore: Update to 0.2.7.
Date: Mon, 3 Sep 2018 02:23:30 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit 26baaaf49b18c84f56bfacd0760d62b1e9ccf04c
Author: Rutger Helling <address@hidden>
Date:   Mon Sep 3 08:19:15 2018 +0200

    gnu: c-toxcore: Update to 0.2.7.
    
    * gnu/packages/messaging.scm (c-toxcore): Update to 0.2.7.
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index b03cb8f..afbb458 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.6")
+    (version "0.2.7")
     (source
      (origin
        (method url-fetch)
@@ -882,7 +882,7 @@ protocols.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "04b3ifkj64yy06vph0hlq24mw9fh24zmq1qdf40fmj24vvgfmjpl"))))
+         "1lcw979zakyb5kzy8yfk87js3bzfz3k2jxidda6ga6ljdnqdpxmy"))))
     (arguments
      `(#:tests? #f)) ; FIXME: Testsuite seems to stay stuck on test 3. Disable
                      ; for now.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]