diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-08-18 12:20:47 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-08-18 12:21:52 +0200 |
commit | b83a40906e07b6261cab60c890ecf150763e4b3d (patch) | |
tree | 361864ec92b750d4c728008438123a1c1302cf25 | |
parent | 2913a942378a99df5915bb8d3d53b0c9828e8fd5 (diff) |
gnu: c-toxcore: Update to 0.2.6.
* gnu/packages/messaging.scm (c-toxcore): Update to 0.2.6.
-rw-r--r-- | gnu/packages/messaging.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index a76bf4f235..b03cb8f03a 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.5") + (version "0.2.6") (source (origin (method url-fetch) @@ -882,7 +882,7 @@ protocols.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1n6j3brfz7kp9a7dd1xnwsa29whrb24zglbz1130l3n8vars7n4s")))) + "04b3ifkj64yy06vph0hlq24mw9fh24zmq1qdf40fmj24vvgfmjpl")))) (arguments `(#:tests? #f)) ; FIXME: Testsuite seems to stay stuck on test 3. Disable ; for now. |