mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ocaml-dose3: Migrate from gforce.inria.fr.
* gnu/packages/ocaml.scm (ocaml-dose3) [source]: Fetch from git from inill's gitlab instance.
This commit is contained in:
parent
a93781b83c
commit
1390e38264
1 changed files with 6 additions and 3 deletions
|
@ -648,11 +648,14 @@ (define-public ocaml-dose3
|
|||
(name "ocaml-dose3")
|
||||
(version "5.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri "https://gforge.inria.fr/frs/download.php/file/36063/dose3-5.0.1.tar.gz")
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.com/irill/dose3")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"00yvyfm4j423zqndvgc1ycnmiffaa2l9ab40cyg23pf51qmzk2jm"))
|
||||
"0dxkw37gj8z45kd0dnrlfgpj8yycq0dphs8kjm9kvq9xc8rikxp3"))
|
||||
(patches
|
||||
(search-patches
|
||||
"ocaml-dose3-add-unix-dependency.patch"
|
||||
|
|
Loading…
Reference in a new issue