Skip to content

Commit 93b1b3d

Browse files
committedJul 7, 2017
perl-PDF-API2: 2.030 -> 2.033
1 parent 8fc5beb commit 93b1b3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎pkgs/top-level/perl-packages.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -10719,16 +10719,16 @@ let self = _self // overrides; _self = with self; {
1071910719
};
1072010720

1072110721
PDFAPI2 = buildPerlPackage rec {
10722-
name = "PDF-API2-2.030";
10722+
name = "PDF-API2-2.033";
1072310723
src = fetchurl {
1072410724
url = "mirror://cpan/authors/id/S/SS/SSIMMS/${name}.tar.gz";
10725-
sha256 = "a802c25c1f00b093778223fc7aea94ebd87a9abdb915151746b8ee5d4a358769";
10725+
sha256 = "9c0866ec1a3053f73afaca5f5cdbe6925903b4ce606f4bf4ac317731a69d27a0";
1072610726
};
10727+
buildInputs = [ TestException TestMemoryCycle ];
1072710728
propagatedBuildInputs = [ FontTTF ];
1072810729
meta = {
1072910730
description = "Facilitates the creation and modification of PDF files";
10730-
license = stdenv.lib.licenses.lgpl21;
10731-
maintainers = [ maintainers.rycee ];
10731+
license = stdenv.lib.licenses.lgpl21Plus;
1073210732
};
1073310733
};
1073410734

0 commit comments

Comments
 (0)