ocamlPackages.utop: 2.16.0 -> 2.17.0

This commit is contained in:
R. Ryantm
2026-03-26 19:24:44 +00:00
parent 085868b4df
commit af56313045
@@ -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 = [