me
/
guix
Archived
1
0
Fork 0

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
André Batista 2023-01-31 12:20:29 -03:00 committed by Christopher Baines
parent c76393f851
commit a3fcc0a86f
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -1513,14 +1513,14 @@ Qt-based XMPP library QXmpp.")
(define-public prosody
(package
(name "prosody")
(version "0.12.1")
(version "0.12.2")
(source (origin
(method url-fetch)
(uri (string-append "https://prosody.im/downloads/source/"
"prosody-" version ".tar.gz"))
(sha256
(base32
"1rch9gzp9ksnniv6r1vskifvfv5wbp8wcfjr0lc2b9013zjbpv57"))))
"05ma72wr6iypr62vq748jhzx8i3lmgnsjshrx6w0z7sg24jfhqmn"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ;tests require "busted"