[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: wireshark: Use lua-5.2.
From: |
Marius Bakke |
Subject: |
02/03: gnu: wireshark: Use lua-5.2. |
Date: |
Sun, 6 Nov 2016 16:21:30 +0000 (UTC) |
mbakke pushed a commit to branch master
in repository guix.
commit 331ef882ff370d0f2e4f393d280b64594dd956a9
Author: Marius Bakke <address@hidden>
Date: Mon Oct 31 13:12:54 2016 +0000
gnu: wireshark: Use lua-5.2.
* gnu/packages/networking.scm (wireshark)[inputs]: Change from 'lua' to
'lua-5.2'.
---
gnu/packages/networking.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 2c51aea..63b1c96 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -487,7 +487,7 @@ which can be used to encrypt a password with
@code{crypt(3)}.")
("libgcrypt" ,libgcrypt)
("libnl" ,libnl)
("libpcap" ,libpcap)
- ("lua" ,lua)
+ ("lua" ,lua-5.2)
("krb5" ,mit-krb5)
("openssl" ,openssl)
("portaudio" ,portaudio)