Merge pull request #269816 from r-ryantm/auto-update/ocamlPackages.iter
ocamlPackages.iter: 1.7 -> 1.8
This commit is contained in:
commit
b87af61276
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue