gnu: prosody: Update to 0.12.4.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
André Batista 2023-09-08 09:24:08 -03:00 committed by Ludovic Courtès
parent 45fbcc452f
commit be214b56c0
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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