summaryrefslogtreecommitdiff
path: root/gnu/packages/lua.scm
diff options
context:
space:
mode:
authorClément Lassieur <clement@lassieur.org>2017-02-22 20:51:59 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-02-23 14:46:19 +0100
commit94b28aed1e4f151997cb2bc70df20f0eea11ee1b (patch)
tree79ccb3c6b4574fe836fe6eb457bd144cb53ea408 /gnu/packages/lua.scm
parent2b7d10d2db9f5e2dc2afb0d8711ce67e0a63229b (diff)
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 <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages/lua.scm')
-rw-r--r--gnu/packages/lua.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 5016732b7a4..e3ab3561cbe 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -283,18 +283,6 @@ communication. It takes an already established TCP connection and creates a
283secure session between the peers.") 283secure session between the peers.")
284 (license (package-license lua-5.1)))) 284 (license (package-license lua-5.1))))
285 285
286(define-public lua5.1-sec-0.5
287 (package
288 (inherit lua5.1-sec)
289 (version "0.5.1")
290 (source (origin
291 (method url-fetch)
292 (uri (string-append "https://github.com/brunoos/luasec/archive/"
293 "luasec-" version ".tar.gz"))
294 (sha256
295 (base32
296 "01llf5bcrjmqqy6m65avqkajz7h79rvkka6rd131kwr10n75yp3d"))))))
297
298(define-public lua-lgi 286(define-public lua-lgi
299 (package 287 (package
300 (name "lua-lgi") 288 (name "lua-lgi")