ocamlPackages.torch: 0.13 → 0.14

This commit is contained in:
Vincent Laporte 2021-10-31 22:20:45 +01:00 committed by Vincent Laporte
parent 6f9cb9aa56
commit 7159ea47a4

View file

@ -17,7 +17,7 @@
buildDunePackage rec {
pname = "torch";
version = "0.13";
version = "0.14";
useDune2 = true;
@ -27,7 +27,7 @@ buildDunePackage rec {
owner = "LaurentMazare";
repo = "ocaml-${pname}";
rev = version;
sha256 = "0528h1mkrqbmbf7hy91dsnxcg0k55m3jgharr71c652xyd847yz7";
sha256 = "sha256:039anfvzsalbqi5cdp95bbixcwr2ngharihgd149hcr0wa47y700";
};
buildInputs = [ dune-configurator ];