gnu: perl-pdf-api2: Update to 2.040.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 14 Apr 2021 23:51:43 +0000 (01:51 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 18 Apr 2021 18:26:59 +0000 (20:26 +0200)
* gnu/packages/perl.scm (perl-pdf-api2): Update to 2.040.

gnu/packages/perl.scm

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