gnu: c-toxcore: Update to 0.1.11.

* gnu/packages/messaging.scm (c-toxcore): Update to 0.1.11.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-26 22:55:57 +01:00
parent cc809f1636
commit 33a3b9fc11
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
;;; Copyright © 2016, 2017 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2017 Mekeor Melire <mekeor.melire@gmail.com>
;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Theodoros Foradis <theodoros@foradis.org>
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
;;;
@ -773,7 +773,7 @@ protocols.")
(define-public c-toxcore
(package
(name "c-toxcore")
(version "0.1.10")
(version "0.1.11")
(source
(origin
(method url-fetch)
@ -782,7 +782,7 @@ protocols.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1lbvq9pp1ganjk5lql5lzcn8bcmgfi8y026pb2j2nq8yldqrrjby"))))
"040vwihl1r5159vzimmnff75iqfg53vhnfi5wcb3cd0c2r51idl5"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))