ocamlPackages.alcotest: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm
2025-03-13 11:00:04 +00:00
parent 08a88be023
commit 081ec64709

View File

@@ -13,11 +13,11 @@
buildDunePackage rec {
pname = "alcotest";
version = "1.8.0";
version = "1.9.0";
src = fetchurl {
url = "https://github.com/mirage/alcotest/releases/download/${version}/alcotest-${version}.tbz";
hash = "sha256-y6G9AXB8jFW0dkuw34yccyvjIeHxwalqQG5W2NvKHQ4=";
hash = "sha256-4jhxNsqFTfK0FSE53U1LOVOmRugElIBz3t/gojLwihU=";
};
nativeBuildInputs = [ ocaml-syntax-shims ];