ocamlPackages.torch: 0.11 → 0.12

This commit is contained in:
Vincent Laporte
2021-03-15 15:16:12 +01:00
committed by Vincent Laporte
parent 132be9e4b7
commit 2a56da2235
@@ -17,7 +17,7 @@
buildDunePackage rec { buildDunePackage rec {
pname = "torch"; pname = "torch";
version = "0.11"; version = "0.12";
useDune2 = true; useDune2 = true;
@@ -27,7 +27,7 @@ buildDunePackage rec {
owner = "LaurentMazare"; owner = "LaurentMazare";
repo = "ocaml-${pname}"; repo = "ocaml-${pname}";
rev = version; rev = version;
sha256 = "19zbl9zn6fslrcm6x9cis6nswhwz8mc57nrhkada658n7rcdmskr"; sha256 = "0nl6hd2rivhgkc3sdkdmrk3j0ij3xjx1clhqm8m5iznir4g77g91";
}; };
buildInputs = [ dune-configurator ]; buildInputs = [ dune-configurator ];