From 90eb705de18cfc5c54a7e2de3f38e60e3bf830ba Mon Sep 17 00:00:00 2001 From: Rutger Helling Date: Thu, 21 Feb 2019 09:02:41 +0100 Subject: gnu: c-toxcore: Update to 0.2.9. * gnu/packages/messaging.scm (c-toxcore): Update to 0.2.9. --- gnu/packages/messaging.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/messaging.scm') diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 1991528a53..674a02937b 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -12,7 +12,7 @@ ;;; Copyright © 2017, 2018 Arun Isaac ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice ;;; Copyright © 2017 Theodoros Foradis -;;; Copyright © 2017, 2018 Rutger Helling +;;; Copyright © 2017, 2018, 2019 Rutger Helling ;;; Copyright © 2018 Leo Famulari ;;; Copyright © 2018 Pierre-Antoine Rouby ;;; @@ -975,7 +975,7 @@ (define-public libtoxcore (define-public c-toxcore (package (name "c-toxcore") - (version "0.2.8") + (version "0.2.9") (source (origin (method git-fetch) @@ -985,7 +985,7 @@ (define-public c-toxcore (file-name (git-file-name name version)) (sha256 (base32 - "0xgnraysz25fbws5zwjk92mwnl8k1yih701qam8kgm3rxh50kyhm")))) + "0aljr9hqybla6p61af6fdkv0x8gph7c2wacqqa9hq2z9w0p4fs5j")))) (arguments `(#:tests? #f)) ; FIXME: Testsuite seems to stay stuck on test 3. Disable ; for now. -- cgit v1.2.3