ocamlPackages.torch: 0.11 → 0.12
This commit is contained in:
parent
132be9e4b7
commit
2a56da2235
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue