gnu: mcabber: Update to 1.1.2.

* gnu/packages/messaging.scm (mcabber) [version]: Update to 1.1.2.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Raghav Gururajan 2021-02-24 22:54:15 -05:00 committed by Danny Milosavljevic
parent c00b5be7a1
commit 5e69fcf429
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

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