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) (name name)
(version "3.0-rc1") (version "3.0-rc1")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/diegonehab/luasocket/archive/v" (url "https://github.com/diegonehab/luasocket")
version ".tar.gz")) (commit (string-append "v" version))))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0j8jx8bjicvp9khs26xjya8c495wrpb7parxfnabdqa5nnsxjrwb")))) "1chs7z7a3i3lck4x7rz60ziwbf793gw169hpjdfca8y4yf1hzsxk"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags `(#:make-flags