gnu: ocaml-jbuilder: Don't use unstable tarball.
* gnu/packages/ocaml.scm (ocaml-jbuilder)[source]: Use GIT-FETCH and GIT-FILE-NAME.master
parent
677a88e075
commit
55f9f9b081
|
@ -4333,15 +4333,15 @@ library is currently designed for Unicode Standard 3.2.")
|
||||||
(package
|
(package
|
||||||
(name "ocaml-jbuilder")
|
(name "ocaml-jbuilder")
|
||||||
(version "1.0+beta16")
|
(version "1.0+beta16")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append
|
(method git-fetch)
|
||||||
"https://github.com/janestreet/jbuilder/archive/"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/janestreet/jbuilder.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1y3fgf570w3vrnhianrg26jy5j749zczq3f78s2dy5ylbp1hrx71"))))
|
||||||
"1cy07pwvbrlysszs938yd74yyvvbgkffpb82qrjph77zf0h2gdi7"))))
|
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:ocaml ,ocaml-4.02
|
`(#:ocaml ,ocaml-4.02
|
||||||
|
|
Reference in New Issue