ocamlPackages.lwt_log: 1.1.0 -> 1.1.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-lwt_log/versions
This commit is contained in:
R. RyanTM 2019-08-19 19:07:38 -07:00
parent ffbb4d26f9
commit 66cd7aa947

View File

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