ocamlPackages.ppx_deriving_yojson: 3.5.2 → 3.5.3

gstqt5
Vincent Laporte 2020-08-04 11:27:52 +02:00 committed by Vincent Laporte
parent a93340d651
commit 2c564010aa
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
buildDunePackage rec {
pname = "ppx_deriving_yojson";
version = "3.5.2";
version = "3.5.3";
minimumOCamlVersion = "4.04";
@ -12,7 +12,7 @@ buildDunePackage rec {
owner = "ocaml-ppx";
repo = "ppx_deriving_yojson";
rev = "v${version}";
sha256 = "1vbhmnhnj1aa4jrp8xqi52nggwj7vrml83z2j0r0qzvl65v02mc0";
sha256 = "030638gp39mr4hkilrjhd98q4s8gjqxifm6fy6bwqrg74hmrl2y5";
};
buildInputs = [ ppxfind ounit ];