gnu: prosody: Update to 0.11.2.
* gnu/packages/messaging.scm (prosody): Update to 0.11.2.
This commit is contained in:
parent
38f18309e1
commit
104e1d55c7
|
@ -783,14 +783,14 @@ a graphical desktop environment like GNOME.")
|
||||||
(define-public prosody
|
(define-public prosody
|
||||||
(package
|
(package
|
||||||
(name "prosody")
|
(name "prosody")
|
||||||
(version "0.11.1")
|
(version "0.11.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://prosody.im/downloads/source/"
|
(uri (string-append "https://prosody.im/downloads/source/"
|
||||||
"prosody-" version ".tar.gz"))
|
"prosody-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ak5bkx09kscyifxhzybgp5a73jr8nki6xi05c59wwlq0wzw9gli"))))
|
"0ca8ivqb4hxqka08pwnaqi1bqxrdl8zw47g6z7nw9q5r57fgc4c9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;tests require "busted"
|
`(#:tests? #f ;tests require "busted"
|
||||||
|
|
Loading…
Reference in New Issue