lol

ocamlPackages.torch: 0.12 → 0.13

authored by

Vincent Laporte and committed by
Vincent Laporte
ffd387cb dcc8b48d

+3 -4
+3 -4
pkgs/development/ocaml-modules/torch/default.nix
··· 17 17 18 18 buildDunePackage rec { 19 19 pname = "torch"; 20 - version = "0.12"; 20 + version = "0.13"; 21 21 22 22 useDune2 = true; 23 23 24 - minimumOCamlVersion = "4.08"; 24 + minimalOCamlVersion = "4.08"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "LaurentMazare"; 28 28 repo = "ocaml-${pname}"; 29 29 rev = version; 30 - sha256 = "0nl6hd2rivhgkc3sdkdmrk3j0ij3xjx1clhqm8m5iznir4g77g91"; 30 + sha256 = "0528h1mkrqbmbf7hy91dsnxcg0k55m3jgharr71c652xyd847yz7"; 31 31 }; 32 32 33 33 buildInputs = [ dune-configurator ]; ··· 56 56 description = "Ocaml bindings to Pytorch"; 57 57 maintainers = [ maintainers.bcdarwin ]; 58 58 license = licenses.asl20; 59 - broken = true; 60 59 }; 61 60 }