me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/machine-learning.scm (ocaml-mcl)[source]: Use git-fetch.
master
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
1 changed files with 6 additions and 6 deletions

View File

@ -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