ocamlPackages.utop: 2.16.0 -> 2.17.0 (#503857)

This commit is contained in:
Vincent Laporte
2026-03-27 12:26:51 +00:00
committed by GitHub
@@ -16,7 +16,7 @@
buildDunePackage rec {
pname = "utop";
version = "2.16.0";
version = "2.17.0";
propagatedBuildInputs = [
findlib
lambda-term
@@ -29,7 +29,7 @@ buildDunePackage rec {
src = fetchurl {
url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tbz";
hash = "sha256-C595E10hMvshHL6ImUHP0NVMx7uAYrigRD44xUC4x2M=";
hash = "sha256-FOGTkf+LGMFbARc3TU0PxXIAUJV72AKYZQVkuJT6hdo=";
};
nativeBuildInputs = [