guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/09: gnu: perl-pdf-api2: Update to 2.039.


From: guix-commits
Subject: 02/09: gnu: perl-pdf-api2: Update to 2.039.
Date: Sun, 4 Apr 2021 10:03:15 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 719dd9b45f26a0b987f10665f45cdc8af3b2e7f4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Apr 4 00:24:44 2021 +0200

    gnu: perl-pdf-api2: Update to 2.039.
    
    * gnu/packages/perl.scm (perl-pdf-api2): Update to 2.039.
---
 gnu/packages/perl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index af02559..f1bc219 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]