gnu: mcabber: Update to 1.1.1.

* gnu/packages/messaging.scm (mcabber): Update to 1.1.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-11 16:20:30 +02:00
parent c4e7325102
commit dce464e940
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1575,15 +1575,14 @@ (define-public loudmouth
(define-public mcabber
(package
(name "mcabber")
(version "1.1.0")
(version "1.1.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://mcabber.com/files/"
name "-" version ".tar.bz2"))
(sha256
(base32
"1ggh865p1rf10ffsnf4g6qv9i8bls36dxdb1nzs5r9vdqci2rz04"))))
(base32 "0ngrcc8nzpzk4vw36ni3w073149zsi0yjh922xy9cy5a7srwx2fp"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags (list "--enable-otr"