gnu: perl-pdf-api2: Update to 2.038.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 2 Sep 2020 13:28:21 +0000 (15:28 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 2 Sep 2020 18:31:10 +0000 (20:31 +0200)
* gnu/packages/perl.scm (perl-pdf-api2): Update to 2.038.

gnu/packages/perl.scm

index 1343a3e..bd6e746 100644 (file)
@@ -8229,7 +8229,7 @@ with file paths.")
 (define-public perl-pdf-api2
   (package
     (name "perl-pdf-api2")
-    (version "2.036")
+    (version "2.038")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -8237,7 +8237,7 @@ with file paths.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0x0pa75wpb87pcshl92y5nh8pzikjp46ljlr2pqvdgpqzvll8107"))))
+                "02dxz798sx0ncdphjrfvfl2a3c1lkplyriyk4psq99q2kdsc8ivl"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-test-exception" ,perl-test-exception)