ocamlPackages.qcheck-ounit 0.21.2 -> 0.21.3 https://github.com/c-cube/qcheck/releases attrpath: ocamlPackages.qcheck-ounit 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, ounit }: buildDunePackage { pname = "qcheck-ounit"; inherit (qcheck-core) version src patches; duneVersion = "3"; propagatedBuildInputs = [ qcheck-core ounit ]; meta = qcheck-core.meta // { description = "OUnit backend for qcheck"; }; }