ocamlPackages.mccs: 1.1+13 -> 1.1+17

This commit is contained in:
R. Ryantm
2024-04-20 12:53:30 +00:00
committed by Weijia Wang
parent e540698524
commit 550fb35763

View File

@@ -2,17 +2,15 @@
buildDunePackage rec {
pname = "mccs";
version = "1.1+13";
version = "1.1+17";
src = fetchFromGitHub {
owner = "AltGr";
repo = "ocaml-mccs";
rev = version;
sha256 = "sha256-K249E9qkWNK4BC+ynaR3bVEyu9Tk8iCE7GptKk/aVJc=";
hash = "sha256-0NZF2W/eWwZRXnMJh9LmOdbE/CRDYeLUUx6ty4irP6U=";
};
useDune2 = true;
propagatedBuildInputs = [
cudf
];