ocamlPackages.async_unix: 0.13.0 → 0.13.1

This commit is contained in:
Vincent Laporte 2020-06-15 17:56:04 +02:00 committed by Vincent Laporte
parent 31fa8b5cb9
commit 22a81aa5fc

View file

@ -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 ];
};