diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-09-03 08:19:15 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-09-03 08:22:51 +0200 |
commit | 26baaaf49b18c84f56bfacd0760d62b1e9ccf04c (patch) | |
tree | ecf287a7254017985a89644f66334ff6a940b645 | |
parent | aa613d71ece1ae56431b788c9aba55fdacd7a22f (diff) | |
download | guix-26baaaf49b18c84f56bfacd0760d62b1e9ccf04c.tar guix-26baaaf49b18c84f56bfacd0760d62b1e9ccf04c.tar.gz |
gnu: c-toxcore: Update to 0.2.7.
* gnu/packages/messaging.scm (c-toxcore): Update to 0.2.7.
-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 b03cb8f03a..afbb458ad9 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. |