ocamlPackages.incremental_kernel: 0.11.0 -> 0.11.1

This commit is contained in:
Vincent Laporte 2018-08-07 13:01:01 +00:00 committed by Vincent Laporte
parent 2aae0c0442
commit 44f18a5a4f

View file

@ -550,8 +550,9 @@ rec {
};
incremental_kernel = janePackage {
version = "0.11.1";
name = "incremental_kernel";
hash = "02arw8blpmnzlw5jlvavyvpgh3s9q0j9mhi2byz0x8cxknqvvasg";
hash = "1qp9dqncx2h0np0rndqaic4dna8f1dlkqnbjfcdhcim5dp2vg4x6";
propagatedBuildInputs = [ core_kernel ];
meta.description = "Library for incremental computations depending only on core_kernel";
};