gnu: mcabber: Update to 1.1.0
* gnu/packages/messaging.scm (mcabber): Update to 1.1.0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
fb94d82bc2
commit
ccccb467fb
|
@ -1385,7 +1385,7 @@ protocol allows.")
|
||||||
(define-public mcabber
|
(define-public mcabber
|
||||||
(package
|
(package
|
||||||
(name "mcabber")
|
(name "mcabber")
|
||||||
(version "1.0.5")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1393,7 +1393,7 @@ protocol allows.")
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ixdzk5b3s31a4bdfqgqrsiq7vbgdzhqr49p9pz9cq9bgn0h1wm0"))))
|
"1ggh865p1rf10ffsnf4g6qv9i8bls36dxdb1nzs5r9vdqci2rz04"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags (list "--enable-otr"
|
'(#:configure-flags (list "--enable-otr"
|
||||||
|
|
Loading…
Reference in New Issue