about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-10-31 22:20:45 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2022-02-21 17:48:05 +0100
commit7159ea47a45a2acfbb1f30422b51105d97d3b19c (patch)
tree1a7a1e80f8e276f6c5882cd4672d25eeecc38f05
parent6f9cb9aa5630747e7ecbb847c4af167e3c0b32bc (diff)
downloadnixlib-7159ea47a45a2acfbb1f30422b51105d97d3b19c.tar
nixlib-7159ea47a45a2acfbb1f30422b51105d97d3b19c.tar.gz
nixlib-7159ea47a45a2acfbb1f30422b51105d97d3b19c.tar.bz2
nixlib-7159ea47a45a2acfbb1f30422b51105d97d3b19c.tar.lz
nixlib-7159ea47a45a2acfbb1f30422b51105d97d3b19c.tar.xz
nixlib-7159ea47a45a2acfbb1f30422b51105d97d3b19c.tar.zst
nixlib-7159ea47a45a2acfbb1f30422b51105d97d3b19c.zip
ocamlPackages.torch: 0.13 → 0.14
-rw-r--r--pkgs/development/ocaml-modules/torch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/torch/default.nix b/pkgs/development/ocaml-modules/torch/default.nix
index 1cf84dd4938e..7a0c6bdadeff 100644
--- a/pkgs/development/ocaml-modules/torch/default.nix
+++ b/pkgs/development/ocaml-modules/torch/default.nix
@@ -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 ];