ocamlPackages.ounit2: 2.2.6 -> 2.2.7

This commit is contained in:
Ulrik Strid 2023-03-22 12:25:24 +01:00 committed by Vincent Laporte
parent a4c5ee1f49
commit a848458803

View file

@ -4,11 +4,11 @@ buildDunePackage rec {
minimalOCamlVersion = "4.08";
pname = "ounit2";
version = "2.2.6";
version = "2.2.7";
src = fetchurl {
url = "https://github.com/gildor478/ounit/releases/download/v${version}/ounit-${version}.tbz";
hash = "sha256-BpD7Hg6QoY7tXDVms8wYJdmLDox9UbtrhGyVxFphWRM=";
hash = "sha256-kPbmO9EkClHYubL3IgWb15zgC1J2vdYji49cYTwOc4g=";
};
propagatedBuildInputs = [ seq stdlib-shims ];