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:
sternenseemann 2021-04-02 14:35:59 +02:00 committed by sterni
parent 531502481b
commit a6425a6008
2 changed files with 4 additions and 6 deletions

View File

@ -4,14 +4,14 @@
buildDunePackage rec {
minimumOCamlVersion = "4.07";
version = "20200929";
version = "20210402";
pname = "imagelib";
useDune2 = true;
src = fetchurl {
url = "https://github.com/rlepigre/ocaml-imagelib/releases/download/ocaml-imagelib_${version}/imagelib-ocaml-imagelib_${version}.tbz";
sha256 = "1wyq4xxj0dxwafbcmd7jylsd8w1gbyl7j4ak6jbq1n0ardwmpwca";
url = "https://github.com/rlepigre/ocaml-imagelib/releases/download/${version}/imagelib-${version}.tbz";
sha256 = "b3c8ace02b10b36b6c60b3ce3ae0b9109d4a861916ec320c59cc1194f4cc86e3";
};
propagatedBuildInputs = [ decompress stdlib-shims ];

View File

@ -415,9 +415,7 @@ let
hxd = callPackage ../development/ocaml-modules/hxd { };
imagelib = callPackage ../development/ocaml-modules/imagelib {
decompress = decompress-1-2;
};
imagelib = callPackage ../development/ocaml-modules/imagelib { };
inotify = callPackage ../development/ocaml-modules/inotify { };