ocamlPackages.alcotest: 1.8.0 -> 1.9.0 (#389494)

This commit is contained in:
Weijia Wang
2025-03-23 22:30:51 +01:00
committed by GitHub

View File

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