mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: ocaml4.02-ppx-tools: Don't use unstable tarball.
* gnu/packages/ocaml.scm (ocaml4.02-ppx-tools)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
ef59cf9d3b
commit
71117a36b6
1 changed files with 7 additions and 6 deletions
|
@ -1972,12 +1972,13 @@ (define-public ocaml4.02-ppx-tools
|
||||||
(inherit base)
|
(inherit base)
|
||||||
(version "5.0+4.02.0")
|
(version "5.0+4.02.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/alainfrisch/ppx_tools/archive/"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/alainfrisch/ppx_tools.git")
|
||||||
(sha256 (base32
|
(commit version)))
|
||||||
"0rjg4rngi8k9873z4zq95zn9hj8qyw1vcrf11y15aqasfpqq16rc")))))))
|
(sha256
|
||||||
|
(base32 "16drjk0qafjls8blng69qiv35a84wlafpk16grrg2i3x19p8dlj8")))))))
|
||||||
|
|
||||||
(define-public ocaml-react
|
(define-public ocaml-react
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue