ocamlPackages.qtest: 2.11 -> 2.11.1

This commit is contained in:
R. RyanTM
2020-11-03 14:48:05 +00:00
parent 72c32ad3d7
commit 6872c4df54
@@ -2,13 +2,13 @@
buildDunePackage rec { buildDunePackage rec {
pname = "qtest"; pname = "qtest";
version = "2.11"; version = "2.11.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vincent-hugot"; owner = "vincent-hugot";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "10fi2093ny8pp3jsi1gdqsllp3lr4r5mfcs2hrm7qvbnhrdbb0g3"; sha256 = "01aaqnblpkrkv1b2iy5cwn92vxdj4yjiav9s2nvvrqz5m8b9hi1f";
}; };
propagatedBuildInputs = [ qcheck ]; propagatedBuildInputs = [ qcheck ];