ocamlPackages.ocaml-version: 3.7.2 -> 3.7.3

This commit is contained in:
R. Ryantm
2025-01-21 18:03:33 +00:00
parent 8956e27ebc
commit 3d29092753
@@ -7,11 +7,11 @@
buildDunePackage rec {
pname = "ocaml-version";
version = "3.7.2";
version = "3.7.3";
src = fetchurl {
url = "https://github.com/ocurrent/ocaml-version/releases/download/v${version}/ocaml-version-${version}.tbz";
hash = "sha256-fTbh4fAJkkQr8Az6Limt5i8/zQnxTZSrhbfK8i08da0=";
hash = "sha256-LVbB4RwjbRoXy/Mxmr16WJTyLnM08PzLot1HPKWXGt4=";
};
checkInputs = [ alcotest ];