me
/
guix
Archived
1
0
Fork 0

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>
master
Solene Rapenne 2021-06-12 09:42:29 +02:00 committed by Ludovic Courtès
parent 483f537081
commit d06cec625d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

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"