1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 04:30:32 +02:00

gnu: prosody: Update to 0.11.9.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Solene Rapenne
2021-06-12 09:42:29 +02:00
committed by Ludovic Courtès
parent 483f537081
commit d06cec625d

View File

@@ -1275,14 +1275,14 @@ default.")
(define-public prosody
(package
(name "prosody")
(version "0.11.3")
(version "0.11.9")
(source (origin
(method url-fetch)
(uri (string-append "https://prosody.im/downloads/source/"
"prosody-" version ".tar.gz"))
(sha256
(base32
"11xz4milv2962qf75vrdwsvd8sy2332nf69202rmvz5989pvvnng"))))
"02gzvsaq0l5lx608sfh7hfz14s6yfsr4sr4kzcsqd1cxljp35h6c"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ;tests require "busted"