ocamlPackages.ocf: 0.8.0 -> 0.9.0

This commit is contained in:
R. Ryantm 2024-10-13 06:39:37 +00:00
parent ac8b46d1c2
commit 79a2983ffb

View File

@ -2,7 +2,7 @@
buildDunePackage rec {
pname = "ocf";
version = "0.8.0";
version = "0.9.0";
duneVersion = "3";
minimalOCamlVersion = "4.03";
src = fetchFromGitLab {
@ -10,7 +10,7 @@ buildDunePackage rec {
owner = "zoggy";
repo = "ocf";
rev = version;
sha256 = "sha256:00ap3q5yjqmpk87lxqv1j2wkc7583ynhjr1jjrfn9r0j2h9pfd60";
sha256 = "sha256-tTNpvncLO/WfcMbjqRfqzcdPv2Bd877fOU5AZlkkcXA=";
};
propagatedBuildInputs = [ yojson ];