summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-06-15 17:56:04 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2020-06-22 17:52:02 +0200
commit22a81aa5fc15b2d41b12f7160a71cd4a9f3c3fa1 (patch)
tree0b3692aa077708bf39df2cf0d428fdf5b63c00d1 /pkgs/development/ocaml-modules/janestreet
parent31fa8b5cb9dce96d7c3dc2ca3cbbb610cd3500b1 (diff)
downloadnixpkgs-22a81aa5fc15b2d41b12f7160a71cd4a9f3c3fa1.tar
nixpkgs-22a81aa5fc15b2d41b12f7160a71cd4a9f3c3fa1.tar.gz
nixpkgs-22a81aa5fc15b2d41b12f7160a71cd4a9f3c3fa1.tar.bz2
nixpkgs-22a81aa5fc15b2d41b12f7160a71cd4a9f3c3fa1.tar.lz
nixpkgs-22a81aa5fc15b2d41b12f7160a71cd4a9f3c3fa1.tar.xz
nixpkgs-22a81aa5fc15b2d41b12f7160a71cd4a9f3c3fa1.tar.zst
nixpkgs-22a81aa5fc15b2d41b12f7160a71cd4a9f3c3fa1.zip
ocamlPackages.async_unix: 0.13.0 → 0.13.1
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/0.13.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/0.13.nix b/pkgs/development/ocaml-modules/janestreet/0.13.nix
index 4682a744d6f..d16ceefd04c 100644
--- a/pkgs/development/ocaml-modules/janestreet/0.13.nix
+++ b/pkgs/development/ocaml-modules/janestreet/0.13.nix
@@ -357,7 +357,8 @@ rec {
 
   async_unix = janePackage {
     pname = "async_unix";
-    hash = "0n3jz3qjlphyhkqgnbjbwf2fqxaksws82dx1mk4m4wnw3275gdi5";
+    version = "0.13.1";
+    hash = "1sb8grbj4bv6ih3yfdihxhn5c9rqczr56b5bhl85wy2mi92m17xv";
     meta.description = "Monadic concurrency library";
     propagatedBuildInputs = [ async_kernel core ];
   };