mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: mcabber: Update to 1.1.1.
* gnu/packages/messaging.scm (mcabber): Update to 1.1.1.
This commit is contained in:
parent
c4e7325102
commit
dce464e940
1 changed files with 2 additions and 3 deletions
|
@ -1575,15 +1575,14 @@ (define-public loudmouth
|
||||||
(define-public mcabber
|
(define-public mcabber
|
||||||
(package
|
(package
|
||||||
(name "mcabber")
|
(name "mcabber")
|
||||||
(version "1.1.0")
|
(version "1.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://mcabber.com/files/"
|
(uri (string-append "https://mcabber.com/files/"
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0ngrcc8nzpzk4vw36ni3w073149zsi0yjh922xy9cy5a7srwx2fp"))))
|
||||||
"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 a new issue