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

This commit is contained in:
R. Ryantm 2024-08-21 13:31:24 +00:00 committed by Weijia Wang
parent 625941e1a9
commit e4973c6bdf

View File

@ -2,13 +2,13 @@
buildDunePackage rec { buildDunePackage rec {
pname = "mccs"; pname = "mccs";
version = "1.1+17"; version = "1.1+18";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "AltGr"; owner = "AltGr";
repo = "ocaml-mccs"; repo = "ocaml-mccs";
rev = version; rev = version;
hash = "sha256-0NZF2W/eWwZRXnMJh9LmOdbE/CRDYeLUUx6ty4irP6U="; hash = "sha256-Swfqq7O5KASf1nkK/lgIO9byWDUv1FiWh8cNULF7wfI=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [