gnu: ocaml-mcl: Do not use unstable tarball.
* gnu/packages/machine-learning.scm (ocaml-mcl)[source]: Use git-fetch.master
parent
b24aaeec45
commit
fb168a310e
|
@ -305,14 +305,14 @@ networks) based on simulation of (stochastic) flow in graphs.")
|
||||||
(version "12-068oasis4")
|
(version "12-068oasis4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://github.com/fhcrc/mcl/archive/"
|
(url "https://github.com/fhcrc/mcl.git")
|
||||||
version ".tar.gz"))
|
(commit version)))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l5jbhwjpsj38x8b9698hfpkv75h8hn3kj0gihjhn8ym2cwwv110"))))
|
"0009dc3h2jp3qg5val452wngpqnbfyhbcxylghq0mrjqxx0jdq5p"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in New Issue