ocamlPackages.imagelib: 20200929 -> 20210402
Allows us to get rid of decompress 1.2.0: https://github.com/rlepigre/ocaml-imagelib/releases/tag/20210402
This commit is contained in:
parent
531502481b
commit
a6425a6008
@ -4,14 +4,14 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
minimumOCamlVersion = "4.07";
|
minimumOCamlVersion = "4.07";
|
||||||
version = "20200929";
|
version = "20210402";
|
||||||
pname = "imagelib";
|
pname = "imagelib";
|
||||||
|
|
||||||
useDune2 = true;
|
useDune2 = true;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/rlepigre/ocaml-imagelib/releases/download/ocaml-imagelib_${version}/imagelib-ocaml-imagelib_${version}.tbz";
|
url = "https://github.com/rlepigre/ocaml-imagelib/releases/download/${version}/imagelib-${version}.tbz";
|
||||||
sha256 = "1wyq4xxj0dxwafbcmd7jylsd8w1gbyl7j4ak6jbq1n0ardwmpwca";
|
sha256 = "b3c8ace02b10b36b6c60b3ce3ae0b9109d4a861916ec320c59cc1194f4cc86e3";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ decompress stdlib-shims ];
|
propagatedBuildInputs = [ decompress stdlib-shims ];
|
||||||
|
@ -415,9 +415,7 @@ let
|
|||||||
|
|
||||||
hxd = callPackage ../development/ocaml-modules/hxd { };
|
hxd = callPackage ../development/ocaml-modules/hxd { };
|
||||||
|
|
||||||
imagelib = callPackage ../development/ocaml-modules/imagelib {
|
imagelib = callPackage ../development/ocaml-modules/imagelib { };
|
||||||
decompress = decompress-1-2;
|
|
||||||
};
|
|
||||||
|
|
||||||
inotify = callPackage ../development/ocaml-modules/inotify { };
|
inotify = callPackage ../development/ocaml-modules/inotify { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user