gnu: chez-srfi: Don't use unstable tarball.
* gnu/packages/chez.scm (chez-srfi)[source]: Use GIT-FETCH and GIT-FILE-NAME.master
parent
bd86f7dbdf
commit
f9cd13c95d
|
@ -237,13 +237,13 @@ and 32-bit PowerPC architectures.")
|
||||||
(version "1.0")
|
(version "1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://github.com/fedeinthemix/chez-srfi/archive"
|
(url "https://github.com/fedeinthemix/chez-srfi.git")
|
||||||
"/v" version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "17i4wly7bcr5kb5hf04ljpbvv4r5hsr9xsmw650fj43z9jr303gs"))
|
(base32 "1vgn984mj2q4w6r2q66h7qklp2hrh85wwh4k9yisga5fi0ps7myf"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("chez-scheme" ,chez-scheme)))
|
`(("chez-scheme" ,chez-scheme)))
|
||||||
|
|
Reference in New Issue