ocamlPackages.torch: 0.13 → 0.14
This commit is contained in:
committed by
Vincent Laporte
parent
6f9cb9aa56
commit
7159ea47a4
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user