ocamlPackages.camlpdf: 2.6 → 2.7

ocamlPackages.cpdf: 2.6 → 2.7
This commit is contained in:
Vincent Laporte 2024-03-05 14:58:14 +01:00 committed by Vincent Laporte
parent e4e2121b15
commit 43092bdad4
2 changed files with 4 additions and 4 deletions

View File

@ -5,14 +5,14 @@ then throw "camlpdf is not available for OCaml ${ocaml.version}"
else
stdenv.mkDerivation rec {
version = "2.6";
version = "2.7";
pname = "ocaml${ocaml.version}-camlpdf";
src = fetchFromGitHub {
owner = "johnwhitington";
repo = "camlpdf";
rev = "v${version}";
hash = "sha256-CJWVvZSbvSzG3PIr7w0vmbmY6tH59AgBAWRfDpQ9MCk=";
hash = "sha256-SVmLWffB7GF+Bu0tj5fIvQVMRh6uV3u2G3rC4cVH2Gw=";
};
nativeBuildInputs = [ which ocaml findlib ];

View File

@ -6,13 +6,13 @@ else
stdenv.mkDerivation rec {
pname = "ocaml${ocaml.version}-cpdf";
version = "2.6";
version = "2.7";
src = fetchFromGitHub {
owner = "johnwhitington";
repo = "cpdf-source";
rev = "v${version}";
hash = "sha256-5gEv/lmca3FR16m4uxbCJ3y/XtTSBvoIojeKszc24ss=";
hash = "sha256-Tm+xvL2HNdQsD04I9eR9tLL0bs5Ls2q+IndLV/p9sHs=";
};
nativeBuildInputs = [ ocaml findlib ];