gnu: utox: Update to 0.18.0.
Fixes <http://issues.guix.gnu.org/43750>. * gnu/packages/messaging.scm (utox): Update to 0.18.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
1d4a2668e3
commit
f5ba25ddff
1 changed files with 3 additions and 2 deletions
|
@ -26,6 +26,7 @@
|
||||||
;;; Copyright © 2020 Mason Hock <chaosmonk@riseup.net>
|
;;; Copyright © 2020 Mason Hock <chaosmonk@riseup.net>
|
||||||
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
|
;;; Copyright © 2020 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>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -1202,7 +1203,7 @@ messenger protocol.")
|
||||||
(define-public utox
|
(define-public utox
|
||||||
(package
|
(package
|
||||||
(name "utox")
|
(name "utox")
|
||||||
(version "0.17.1")
|
(version "0.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1213,7 +1214,7 @@ messenger protocol.")
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17kwqw24iqljp2icih9k6ikx12gzr8zzqr8y5h35bg8m5s8pasq5"))))
|
"0d0mwgxffg4nhai62irf8lyhd1whp9s4k892rsmqz1sra3pbjcg9"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DENABLE_TESTS=on")
|
`(#:configure-flags '("-DENABLE_TESTS=on")
|
||||||
|
|
Reference in a new issue