mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: utox: Update to 0.18.1.
* gnu/packages/messaging.scm (utox): Update to 0.18.1. [inputs]: Remove libsodium. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
8574c822f6
commit
f936f078bc
1 changed files with 3 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
||||||
;;; Copyright © 2020 Mason Hock <chaosmonk@riseup.net>
|
;;; Copyright © 2020 Mason Hock <chaosmonk@riseup.net>
|
||||||
;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
|
;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
|
||||||
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
|
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
|
||||||
;;; Copyright © 2020 Robert Karszniewicz <avoidr@posteo.de>
|
;;; Copyright © 2020, 2021 Robert Karszniewicz <avoidr@posteo.de>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -1430,7 +1430,7 @@ (define-public c-toxcore
|
||||||
(define-public utox
|
(define-public utox
|
||||||
(package
|
(package
|
||||||
(name "utox")
|
(name "utox")
|
||||||
(version "0.18.0")
|
(version "0.18.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1441,7 +1441,7 @@ (define-public utox
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0d0mwgxffg4nhai62irf8lyhd1whp9s4k892rsmqz1sra3pbjcg9"))))
|
"01rvlf94d4rkrygnnjak3cg16hrrqyi1rn9nx65y17qk2nbyh68g"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DENABLE_TESTS=on")
|
`(#:configure-flags '("-DENABLE_TESTS=on")
|
||||||
|
@ -1466,7 +1466,6 @@ (define-public utox
|
||||||
("filteraudio" ,filteraudio)
|
("filteraudio" ,filteraudio)
|
||||||
("fontconfig" ,fontconfig)
|
("fontconfig" ,fontconfig)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
("libsodium" ,libsodium)
|
|
||||||
("c-toxcore" ,c-toxcore)
|
("c-toxcore" ,c-toxcore)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("libvpx" ,libvpx)
|
("libvpx" ,libvpx)
|
||||||
|
|
Loading…
Reference in a new issue