gnu: lua5.1-socket: Add missing file-name field.
* gnu/packages/lua.scm (lua5.1-socket)[source]: Add missing file-name field.master
parent
50269c0197
commit
a6888fe3cd
|
@ -179,6 +179,7 @@ language.")
|
|||
(uri (string-append
|
||||
"https://github.com/diegonehab/luasocket/archive/v"
|
||||
version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0j8jx8bjicvp9khs26xjya8c495wrpb7parxfnabdqa5nnsxjrwb"))))
|
||||
|
|
Reference in New Issue