ocamlPackages.iter: 1.7 -> 1.8

This commit is contained in:
R. Ryantm 2023-11-25 08:37:48 +00:00
parent 4909f03115
commit e3695de873

View File

@ -4,13 +4,13 @@
buildDunePackage rec {
pname = "iter";
version = "1.7";
version = "1.8";
minimalOCamlVersion = "4.08";
src = fetchurl {
url = "https://github.com/c-cube/iter/releases/download/v${version}/iter-${version}.tbz";
hash = "sha256-vtcSnPMxpBwDve1zsR6cEnUsyu3JELPt2Kwu4OEEtzA=";
hash = "sha256-+HOcoFrpxLqKogwNQZfnRAnytlmhfxJzDUKvH9n0MCM=";
};
doCheck = true;