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:
Tobias Geerinckx-Rice 2019-04-09 00:10:45 +02:00
parent ef59cf9d3b
commit 71117a36b6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1972,12 +1972,13 @@ (define-public ocaml4.02-ppx-tools
(inherit base)
(version "5.0+4.02.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/alainfrisch/ppx_tools/archive/"
version ".tar.gz"))
(sha256 (base32
"0rjg4rngi8k9873z4zq95zn9hj8qyw1vcrf11y15aqasfpqq16rc")))))))
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/alainfrisch/ppx_tools.git")
(commit version)))
(sha256
(base32 "16drjk0qafjls8blng69qiv35a84wlafpk16grrg2i3x19p8dlj8")))))))
(define-public ocaml-react
(package