1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ocamlPackages.core: 0.11.1 -> 0.11.2

This commit is contained in:
Vincent Laporte 2018-08-06 10:04:45 +00:00 committed by Vincent Laporte
parent 7e0561370b
commit 4b542fdf8e

View file

@ -299,9 +299,9 @@ rec {
};
core = janePackage {
version = "0.11.1";
version = "0.11.2";
name = "core";
hash = "0wa2dsfk5m5wlhz915664y9h08idijj5s41hyg8n54dhihvxw2ci";
hash = "0vpsvd75lxb09il2rnzyib9mlr51v1hzqdc9fdxgx353pb5agh8a";
propagatedBuildInputs = [ core_kernel spawn ];
meta.description = "Jane Street's standard library overlay";
};