gnu: ocaml-mcl: Do not use unstable tarball.

* gnu/packages/machine-learning.scm (ocaml-mcl)[source]: Use git-fetch.
This commit is contained in:
Ricardo Wurmus 2019-04-11 17:17:26 +02:00
parent b24aaeec45
commit fb168a310e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -305,14 +305,14 @@ (define-public ocaml-mcl
(version "12-068oasis4")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/fhcrc/mcl/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/fhcrc/mcl.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1l5jbhwjpsj38x8b9698hfpkv75h8hn3kj0gihjhn8ym2cwwv110"))))
"0009dc3h2jp3qg5val452wngpqnbfyhbcxylghq0mrjqxx0jdq5p"))))
(build-system ocaml-build-system)
(arguments
`(#:phases