From 273d0a48b3ece92e1ff9d2f42b93dc691cdf785e Mon Sep 17 00:00:00 2001 From: Brickworld Date: Fri, 24 Apr 2026 17:16:14 +0200 Subject: gnu: ocaml-4.14: Fetch source tarball via HTTPS. * gnu/packages/ocaml.scm (ocaml-4.14)[source]: Use HTTPS. Change-Id: I21f342a7b7adbccbb8c6ce0b452f02442b9e39e6 Signed-off-by: Julien Lepiller --- gnu/packages/ocaml.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 215ed4f3d5..f19a838520 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -313,7 +313,7 @@ functional, imperative and object-oriented styles of programming.") (source (origin (method url-fetch) (uri (string-append - "http://caml.inria.fr/pub/distrib/ocaml-" + "https://caml.inria.fr/pub/distrib/ocaml-" (version-major+minor version) "/ocaml-" version ".tar.xz")) (sha256 -- cgit v1.3