ocamlPackages.configurator: 0.9.0 -> 0.9.1

This commit is contained in:
Vincent Laporte 2017-08-12 09:46:59 +00:00
parent 73d4e93597
commit 9074440f11

View File

@ -289,7 +289,8 @@ rec {
configurator = janePackage {
name = "configurator";
hash = "1ll90pnprc5nah621ckvqi1gwagvglzx2mzjpkppddw1kr320w80";
version = "0.9.1";
hash = "1q0s0ghcrcrxdj6zr9zr27g7sr4qr9l14kizjphwqwwvgbzawdix";
propagatedBuildInputs = [ ppx_base ];
meta.description = "Helper library for gathering system configuration";
};