Skip to content
Snippets Groups Projects
Unverified Commit f936f078 authored by Robert Karszniewicz's avatar Robert Karszniewicz Committed by Efraim Flashner
Browse files

gnu: utox: Update to 0.18.1.


* gnu/packages/messaging.scm (utox): Update to 0.18.1.
[inputs]: Remove libsodium.

Signed-off-by: default avatarEfraim Flashner <efraim@flashner.co.il>
parent 8574c822
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
;;; Copyright © 2020 Mason Hock <chaosmonk@riseup.net>
;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
;;; 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.
;;;
......@@ -1430,7 +1430,7 @@ (define-public c-toxcore
(define-public utox
(package
(name "utox")
(version "0.18.0")
(version "0.18.1")
(source
(origin
(method git-fetch)
......@@ -1441,7 +1441,7 @@ (define-public utox
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"0d0mwgxffg4nhai62irf8lyhd1whp9s4k892rsmqz1sra3pbjcg9"))))
"01rvlf94d4rkrygnnjak3cg16hrrqyi1rn9nx65y17qk2nbyh68g"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DENABLE_TESTS=on")
......@@ -1466,7 +1466,6 @@ (define-public utox
("filteraudio" ,filteraudio)
("fontconfig" ,fontconfig)
("freetype" ,freetype)
("libsodium" ,libsodium)
("c-toxcore" ,c-toxcore)
("gtk+" ,gtk+)
("libvpx" ,libvpx)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment