me
/
guix
Archived
1
0
Fork 0

gnu: make-lua-socket: Don't use unstable tarball.

* gnu/packages/lua.scm (make-lua-socket)[source]: Download using
git-fetch.
master
Efraim Flashner 2020-01-06 14:33:21 +02:00
parent bf73eb142b
commit 5545abecd2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 6 deletions

View File

@ -196,14 +196,14 @@ language.")
(name name)
(version "3.0-rc1")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/diegonehab/luasocket/archive/v"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/diegonehab/luasocket")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0j8jx8bjicvp9khs26xjya8c495wrpb7parxfnabdqa5nnsxjrwb"))))
"1chs7z7a3i3lck4x7rz60ziwbf793gw169hpjdfca8y4yf1hzsxk"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags