mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: prosody: Update to 0.11.3.
* gnu/packages/messaging.scm (prosody): Update to 0.11.3.
This commit is contained in:
parent
b9fcf5bc9c
commit
c688e314dc
1 changed files with 2 additions and 2 deletions
|
@ -773,14 +773,14 @@ (define-public dino
|
|||
(define-public prosody
|
||||
(package
|
||||
(name "prosody")
|
||||
(version "0.11.2")
|
||||
(version "0.11.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://prosody.im/downloads/source/"
|
||||
"prosody-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ca8ivqb4hxqka08pwnaqi1bqxrdl8zw47g6z7nw9q5r57fgc4c9"))))
|
||||
"11xz4milv2962qf75vrdwsvd8sy2332nf69202rmvz5989pvvnng"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;tests require "busted"
|
||||
|
|
Loading…
Reference in a new issue