mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: prosody: Update to 0.10.1 [security fixes].
* gnu/packages/messaging.scm (prosody): Update to 0.10.1.
This commit is contained in:
parent
cbf58afa05
commit
e7395b9024
1 changed files with 2 additions and 2 deletions
|
@ -736,14 +736,14 @@ (define-public dino
|
||||||
(define-public prosody
|
(define-public prosody
|
||||||
(package
|
(package
|
||||||
(name "prosody")
|
(name "prosody")
|
||||||
(version "0.10.0")
|
(version "0.10.1")
|
||||||
(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
|
||||||
"1644jy5dk46vahmh6nna36s79k8k668sbi3qamjb4q3c4m3y853l"))))
|
"1kmmpkkgymg1r8r0k8j83pgmiskg1phl8hmpzjrnvlvsfnrnjplr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no "check" target
|
`(#:tests? #f ; no "check" target
|
||||||
|
|
Loading…
Reference in a new issue