Merge pull request #269816 from r-ryantm/auto-update/ocamlPackages.iter

ocamlPackages.iter: 1.7 -> 1.8
This commit is contained in:
Weijia Wang 2023-12-08 01:26:43 +01:00 committed by GitHub
commit b87af61276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;