ocamlPackages.ppx_deriving_qcheck 0.21.2 -> 0.21.3 https://github.com/c-cube/qcheck/releases attrpath: ocamlPackages.ppx_deriving_qcheck Checking auto update branch... No auto update branch exists Old version 0.21.2" not present in master derivation file with contents: { buildDunePackage, qcheck-core , qcheck, ppxlib, ppx_deriving }: buildDunePackage { pname = "ppx_deriving_qcheck"; inherit (qcheck-core) version src patches; duneVersion = "3"; propagatedBuildInputs = [ qcheck ppxlib ppx_deriving ]; meta = qcheck-core.meta // { description = "PPX Deriver for QCheck"; }; }