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 /gnu | |
| parent | aa613d71ece1ae56431b788c9aba55fdacd7a22f (diff) | |
gnu: c-toxcore: Update to 0.2.7.
* gnu/packages/messaging.scm (c-toxcore): Update to 0.2.7.
Diffstat (limited to 'gnu')
| -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 b03cb8f03a3..afbb458ad99 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm | |||
| @@ -873,7 +873,7 @@ protocols.") | |||
| 873 | (define-public c-toxcore | 873 | (define-public c-toxcore |
| 874 | (package | 874 | (package |
| 875 | (name "c-toxcore") | 875 | (name "c-toxcore") |
| 876 | (version "0.2.6") | 876 | (version "0.2.7") |
| 877 | (source | 877 | (source |
| 878 | (origin | 878 | (origin |
| 879 | (method url-fetch) | 879 | (method url-fetch) |
| @@ -882,7 +882,7 @@ protocols.") | |||
| 882 | (file-name (string-append name "-" version ".tar.gz")) | 882 | (file-name (string-append name "-" version ".tar.gz")) |
| 883 | (sha256 | 883 | (sha256 |
| 884 | (base32 | 884 | (base32 |
| 885 | "04b3ifkj64yy06vph0hlq24mw9fh24zmq1qdf40fmj24vvgfmjpl")))) | 885 | "1lcw979zakyb5kzy8yfk87js3bzfz3k2jxidda6ga6ljdnqdpxmy")))) |
| 886 | (arguments | 886 | (arguments |
| 887 | `(#:tests? #f)) ; FIXME: Testsuite seems to stay stuck on test 3. Disable | 887 | `(#:tests? #f)) ; FIXME: Testsuite seems to stay stuck on test 3. Disable |
| 888 | ; for now. | 888 | ; for now. |
