gnu: prosody: Update to 0.12.2.
* gnu/packages/messaging.scm (prosody): Update to 0.12.2. Signed-off-by: Christopher Baines <mail@cbaines.net>master
parent
c76393f851
commit
a3fcc0a86f
|
@ -1513,14 +1513,14 @@ Qt-based XMPP library QXmpp.")
|
||||||
(define-public prosody
|
(define-public prosody
|
||||||
(package
|
(package
|
||||||
(name "prosody")
|
(name "prosody")
|
||||||
(version "0.12.1")
|
(version "0.12.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://prosody.im/downloads/source/"
|
(uri (string-append "https://prosody.im/downloads/source/"
|
||||||
"prosody-" version ".tar.gz"))
|
"prosody-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rch9gzp9ksnniv6r1vskifvfv5wbp8wcfjr0lc2b9013zjbpv57"))))
|
"05ma72wr6iypr62vq748jhzx8i3lmgnsjshrx6w0z7sg24jfhqmn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;tests require "busted"
|
`(#:tests? #f ;tests require "busted"
|
||||||
|
|
Reference in New Issue