Merge pull request #305545 from r-ryantm/auto-update/ocamlPackages.mccs

ocamlPackages.mccs: 1.1+13 -> 1.1+17
This commit is contained in:
Weijia Wang 2024-07-07 03:23:40 +02:00 committed by GitHub
commit 5ce632a201
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
];