ocamlPackages.torch: 0.11 → 0.12

This commit is contained in:
Vincent Laporte 2021-03-11 09:00:32 +01:00 committed by Vincent Laporte
parent 132be9e4b7
commit 2a56da2235

View file

@ -17,7 +17,7 @@
buildDunePackage rec {
pname = "torch";
version = "0.11";
version = "0.12";
useDune2 = true;
@ -27,7 +27,7 @@ buildDunePackage rec {
owner = "LaurentMazare";
repo = "ocaml-${pname}";
rev = version;
sha256 = "19zbl9zn6fslrcm6x9cis6nswhwz8mc57nrhkada658n7rcdmskr";
sha256 = "0nl6hd2rivhgkc3sdkdmrk3j0ij3xjx1clhqm8m5iznir4g77g91";
};
buildInputs = [ dune-configurator ];