Skip to content

Commit

Permalink
ocamlPackages.iter: 1.7 -> 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 25, 2023
1 parent 4909f03 commit e3695de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/iter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e3695de

Please sign in to comment.