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