Merge pull request #67007 from r-ryantm/auto-update/ocaml4.06.1-lwt_log

ocamlPackages.lwt_log: 1.1.0 -> 1.1.1
This commit is contained in:
Mario Rodas 2019-08-24 11:57:19 -05:00 committed by GitHub
commit 2ff3586200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildDunePackage rec {
pname = "lwt_log";
version = "1.1.0";
version = "1.1.1";
minimumOCamlVersion = "4.02";
@ -10,7 +10,7 @@ buildDunePackage rec {
owner = "aantron";
repo = pname;
rev = version;
sha256 = "1c58gkqfvyf2j11jwj2nh4iq999wj9xpnmr80hz9d0nk9fv333pi";
sha256 = "1n12i1rmn9cjn6p8yr6qn5dwbrwvym7ckr7bla04a1xnq8qlcyj7";
};
propagatedBuildInputs = [ lwt ];