From 94b28aed1e4f151997cb2bc70df20f0eea11ee1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Lassieur?= Date: Wed, 22 Feb 2017 20:51:59 +0100 Subject: gnu: prosody: Update to 0.9.12. * gnu/packages/messaging.scm (prosody): Update to 0.9.12. [inputs]: Change lua5.1-sec-0.5 to lua5.1-sec. * gnu/packages/lua.scm (lua5.1-sec-0.5): Remove variable. Signed-off-by: Marius Bakke --- gnu/packages/messaging.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gnu/packages/messaging.scm') diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 9345e24263..0ffc031c85 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -495,14 +495,14 @@ end-to-end encryption support; XML console.") (define-public prosody (package (name "prosody") - (version "0.9.10") + (version "0.9.12") (source (origin (method url-fetch) (uri (string-append "https://prosody.im/downloads/source/" "prosody-" version ".tar.gz")) (sha256 (base32 - "0bv6s5c0iizz015hh1lxlwlw1iwvisywajm2rcrbdfyrskzfwdj8")))) + "139yxqpinajl32ryrybvilh54ddb1q6s0ajjhlcs4a0rnwia6n8s")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no "check" target @@ -572,8 +572,7 @@ end-to-end encryption support; XML console.") ("lua5.1-expat" ,lua5.1-expat) ("lua5.1-socket" ,lua5.1-socket) ("lua5.1-filesystem" ,lua5.1-filesystem) - ;; See . - ("lua5.1-sec" ,lua5.1-sec-0.5))) + ("lua5.1-sec" ,lua5.1-sec))) (home-page "https://prosody.im/") (synopsis "Jabber (XMPP) server") (description "Prosody is a modern XMPP communication server. It aims to -- cgit v1.2.3