gnu: prosody: Update to 0.10.1 [security fixes].

* gnu/packages/messaging.scm (prosody): Update to 0.10.1.
This commit is contained in:
Tobias Geerinckx-Rice 2018-05-16 15:15:55 +02:00
parent cbf58afa05
commit e7395b9024
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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