gnu: perl-pdf-api2: Update to 2.039.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 3 Apr 2021 22:24:44 +0000 (00:24 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 4 Apr 2021 13:16:44 +0000 (15:16 +0200)
* gnu/packages/perl.scm (perl-pdf-api2): Update to 2.039.

gnu/packages/perl.scm

index af02559..f1bc219 100644 (file)
@@ -8309,7 +8309,7 @@ with file paths.")
 (define-public perl-pdf-api2
   (package
     (name "perl-pdf-api2")
-    (version "2.038")
+    (version "2.039")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -8317,7 +8317,7 @@ with file paths.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "02dxz798sx0ncdphjrfvfl2a3c1lkplyriyk4psq99q2kdsc8ivl"))))
+                "08x1anlvmxwym081flkrz7wr9q89y9wbq8ajqk72xsbzhhc479rn"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-test-exception" ,perl-test-exception)