gnu: prosody: Update to 0.12.3.

* gnu/packages/messaging.scm (prosody): Update to 0.12.3.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
André Batista 2023-05-12 19:37:05 -03:00 committed by Efraim Flashner
parent d905fbfce6
commit 9026600df2
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1455,14 +1455,14 @@ (define-public kaidan
(define-public prosody
(package
(name "prosody")
(version "0.12.2")
(version "0.12.3")
(source (origin
(method url-fetch)
(uri (string-append "https://prosody.im/downloads/source/"
"prosody-" version ".tar.gz"))
(sha256
(base32
"05ma72wr6iypr62vq748jhzx8i3lmgnsjshrx6w0z7sg24jfhqmn"))))
"0091vc0v8xnxkpdi4qpy4dirn92y4pa09q1qssi40q7l3w1hvnim"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ;tests require "busted"