guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: c-toxcore: Update to 0.1.10.


From: Ludovic Courtès
Subject: 03/05: gnu: c-toxcore: Update to 0.1.10.
Date: Sun, 19 Nov 2017 17:44:05 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 27015d6fbd1384370882451bcc944fc9985b9465
Author: Rutger Helling <address@hidden>
Date:   Mon Nov 13 22:39:38 2017 +0100

    gnu: c-toxcore: Update to 0.1.10.
    
    * gnu/packages/messaging.scm (c-toxcore): Update to 0.1.10.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 a9a77ae..907320e 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -768,7 +768,7 @@ protocols.")
 (define-public c-toxcore
   (package
     (name "c-toxcore")
-    (version "0.1.9")
+    (version "0.1.10")
     (source
      (origin
        (method url-fetch)
@@ -777,7 +777,7 @@ protocols.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1y30xc1dzq9knww274d4y0m8gridcf5j851rxdri8j2s64p3qqgk"))))
+         "1lbvq9pp1ganjk5lql5lzcn8bcmgfi8y026pb2j2nq8yldqrrjby"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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