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:
Maxim Cournoyer 2022-10-02 22:25:06 -04:00
parent a93781b83c
commit 1390e38264
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

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