From 12fdba08f0596c74f883470e842aa69dc91d0756 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 9 Feb 2023 08:10:37 +0100 Subject: [PATCH] =?UTF-8?q?ocamlPackages.torch:=200.15=20=E2=86=92=200.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/torch/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/torch/default.nix b/pkgs/development/ocaml-modules/torch/default.nix index dddbf8a790d5..e46374ee1c27 100644 --- a/pkgs/development/ocaml-modules/torch/default.nix +++ b/pkgs/development/ocaml-modules/torch/default.nix @@ -17,15 +17,16 @@ buildDunePackage rec { pname = "torch"; - version = "0.15"; + version = "0.17"; + duneVersion = "3"; minimalOCamlVersion = "4.08"; src = fetchFromGitHub { owner = "LaurentMazare"; repo = "ocaml-${pname}"; rev = version; - sha256 = "sha256-EXJqlAGa0LwQKY8IlmcoJs0l2eRTiUhuzMHfakrslXU="; + hash = "sha256-z/9NUBjeFWE63Z/e8OyzDiy8hrn6qzjaiBH8G9MPeos="; }; buildInputs = [ dune-configurator ];