summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2017-07-07 17:33:01 +0200
committerRobert Helgesson <robert@rycee.net>2017-07-07 17:33:43 +0200
commit93b1b3d6e64d37b85d751d5855d227090f6cf3ee (patch)
tree9666d9e23bd5f2b0a40457e173b789862f82105a
parent8fc5beb8553eeb016870528f74f1b89527a08b1b (diff)
downloadnixlib-93b1b3d6e64d37b85d751d5855d227090f6cf3ee.tar
nixlib-93b1b3d6e64d37b85d751d5855d227090f6cf3ee.tar.gz
nixlib-93b1b3d6e64d37b85d751d5855d227090f6cf3ee.tar.bz2
nixlib-93b1b3d6e64d37b85d751d5855d227090f6cf3ee.tar.lz
nixlib-93b1b3d6e64d37b85d751d5855d227090f6cf3ee.tar.xz
nixlib-93b1b3d6e64d37b85d751d5855d227090f6cf3ee.tar.zst
nixlib-93b1b3d6e64d37b85d751d5855d227090f6cf3ee.zip
perl-PDF-API2: 2.030 -> 2.033
-rw-r--r--pkgs/top-level/perl-packages.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 1e772e406205..0bd8b0c5b0d1 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -10719,16 +10719,16 @@ let self = _self // overrides; _self = with self; {
   };
 
   PDFAPI2 = buildPerlPackage rec {
-    name = "PDF-API2-2.030";
+    name = "PDF-API2-2.033";
     src = fetchurl {
       url = "mirror://cpan/authors/id/S/SS/SSIMMS/${name}.tar.gz";
-      sha256 = "a802c25c1f00b093778223fc7aea94ebd87a9abdb915151746b8ee5d4a358769";
+      sha256 = "9c0866ec1a3053f73afaca5f5cdbe6925903b4ce606f4bf4ac317731a69d27a0";
     };
+    buildInputs = [ TestException TestMemoryCycle ];
     propagatedBuildInputs = [ FontTTF ];
     meta = {
       description = "Facilitates the creation and modification of PDF files";
-      license = stdenv.lib.licenses.lgpl21;
-      maintainers = [ maintainers.rycee ];
+      license = stdenv.lib.licenses.lgpl21Plus;
     };
   };