ocamlPackages.lun: 0.0.1 -> 0.0.2 (#463278)

This commit is contained in:
Weijia Wang
2026-02-07 17:34:19 +00:00
committed by GitHub
2 changed files with 3 additions and 4 deletions
@@ -6,18 +6,18 @@
buildDunePackage rec {
pname = "lun";
version = "0.0.1";
version = "0.0.2";
minimalOCamlVersion = "4.12.0";
src = fetchurl {
url = "https://github.com/robur-coop/lun/releases/download/v${version}/lun-${version}.tbz";
hash = "sha256-zKi63/g7Rw/c+xhAEW+Oim8suGzeL0TtKM8my/aSp5M=";
hash = "sha256-1oqjTXY+/jJT1uQOV6iiK9qV9DAmERYsL2BtentmB8I=";
};
meta = {
description = "Optics in OCaml";
homepage = "https://git.robur.coop/robur/lun";
homepage = "https://github.com/robur-coop/lun";
license = lib.licenses.isc;
maintainers = [ ];
};
@@ -22,6 +22,5 @@ buildDunePackage {
meta = lun.meta // {
description = "Optics with lun package and PPX";
license = lib.licenses.mit;
broken = lib.versionAtLeast ppxlib.version "0.36";
};
}