ocamlPackages.minisat: 0.4 -> 0.5

Diff: https://github.com/c-cube/ocaml-minisat/compare/v0.4...v0.5
This commit is contained in:
Mario Rodas 2023-06-11 04:20:00 +00:00 committed by Vincent Laporte
parent c224900097
commit c8cb1f7a2d

View file

@ -2,17 +2,15 @@
buildDunePackage rec {
pname = "minisat";
version = "0.4";
version = "0.5";
useDune2 = true;
minimumOCamlVersion = "4.05";
minimalOCamlVersion = "4.05";
src = fetchFromGitHub {
owner = "c-cube";
repo = "ocaml-minisat";
rev = "v${version}";
sha256 = "009jncrvnl9synxx6jnm6gp0cs7zlj71z22zz7bs1750b0jrfm2r";
hash = "sha256-hqGSHxhT+Z2slRCIXnfYuasG1K3tVG/tsM0IXxmy9hQ=";
};
meta = {