diff options
author | Thomas Zdyrski <thomas.zdyrski@gmail.com> | 2025-06-12 23:47:21 -0400 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-23 21:11:37 +0100 |
commit | c16785a11e2c9f7c144d4de222f1df14ceaa86ab (patch) | |
tree | 3f9788d12e530f7fd14e811c999fe927ba2dc211 | |
parent | 7876cc448096a8ef5ddb3aca654be2c0840987ce (diff) |
gnu: perl-pdf-api2: Update to 2.047.
* gnu/packages/perl.scm (perl-pdf-api2): Update to 2.047.
Change-Id: Ifb756e19c1525cb7d2609a2680ab4ac59d12f602
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index aa213eae3d..1ce36149f3 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -9818,7 +9818,7 @@ with file paths.") (define-public perl-pdf-api2 (package (name "perl-pdf-api2") - (version "2.040") + (version "2.047") (source (origin (method url-fetch) (uri (string-append @@ -9826,7 +9826,7 @@ with file paths.") version ".tar.gz")) (sha256 (base32 - "0nlks4p33d08h0fiv6aivinalf9f9zdkgkxqvvbbvdkvyh4z29a9")))) + "0ffa3alqfvx1ssg7zpay4a5x0p1lwigjgr2d7s948y6pg6133ml4")))) (build-system perl-build-system) (native-inputs (list perl-test-exception perl-test-memory-cycle)) |