From ffd387cb56ae99cc7f0a23bb6792c1c409c4caca Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sun, 22 Aug 2021 22:37:32 +0200 Subject: ocamlPackages.torch: 0.12 → 0.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/torch/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'pkgs/development/ocaml-modules') diff --git a/pkgs/development/ocaml-modules/torch/default.nix b/pkgs/development/ocaml-modules/torch/default.nix index 4126e3304861..1cf84dd4938e 100644 --- a/pkgs/development/ocaml-modules/torch/default.nix +++ b/pkgs/development/ocaml-modules/torch/default.nix @@ -17,17 +17,17 @@ buildDunePackage rec { pname = "torch"; - version = "0.12"; + version = "0.13"; useDune2 = true; - minimumOCamlVersion = "4.08"; + minimalOCamlVersion = "4.08"; src = fetchFromGitHub { owner = "LaurentMazare"; repo = "ocaml-${pname}"; rev = version; - sha256 = "0nl6hd2rivhgkc3sdkdmrk3j0ij3xjx1clhqm8m5iznir4g77g91"; + sha256 = "0528h1mkrqbmbf7hy91dsnxcg0k55m3jgharr71c652xyd847yz7"; }; buildInputs = [ dune-configurator ]; @@ -56,6 +56,5 @@ buildDunePackage rec { description = "Ocaml bindings to Pytorch"; maintainers = [ maintainers.bcdarwin ]; license = licenses.asl20; - broken = true; }; } -- cgit 1.4.1 From 3cd570dfcd3f7be23e816f91dccee0d7637759cd Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 23 Aug 2021 08:15:44 +0200 Subject: ocamlPackages.tezos-stdlib: fix hash --- pkgs/development/ocaml-modules/tezos/stdlib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/ocaml-modules') diff --git a/pkgs/development/ocaml-modules/tezos/stdlib.nix b/pkgs/development/ocaml-modules/tezos/stdlib.nix index d0a734800c43..eff403ba808e 100644 --- a/pkgs/development/ocaml-modules/tezos/stdlib.nix +++ b/pkgs/development/ocaml-modules/tezos/stdlib.nix @@ -18,7 +18,7 @@ buildDunePackage rec { owner = "tezos"; repo = "tezos"; rev = "v${version}"; - sha256 = "12cv2cssnw60jbpnh6xjysxgsgcj7d72454k4zs2b8fjx7mkgksk"; + sha256 = "1ykhz5m5sb2hq04nspbsbq8wspkhimagb5g6yi65hpdbn8f4zr6h"; }; minimalOCamlVersion = "4.0.8"; -- cgit 1.4.1