Skip to content

Commit

Permalink
ocamlPackages.ppx_yojson_conv_lib: 0.16.0 -> 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 28, 2024
1 parent 1d72886 commit 137d520
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildDunePackage rec {
pname = "ppx_yojson_conv_lib";
version = "0.16.0";
version = "0.17.0";

minimalOCamlVersion = "4.02.3";

src = fetchFromGitHub {
owner = "janestreet";
repo = pname;
rev = "v${version}";
hash = "sha256-TOf6DKyvc+RsSWsLi//LXW+J0sd5uJtF/HFQllcL7No=";
hash = "sha256-XGgpcAEemBNEagblBjpK+BiL0OUsU2JPqOq+heHbqVk=";
};

propagatedBuildInputs = [ yojson ];
Expand Down

0 comments on commit 137d520

Please sign in to comment.