gnu: perl-pdf-api2: Update to 2.038.
* gnu/packages/perl.scm (perl-pdf-api2): Update to 2.038.
This commit is contained in:
parent
3d9c9ac871
commit
0da58921ec
1 changed files with 2 additions and 2 deletions
|
@ -8229,7 +8229,7 @@ with file paths.")
|
||||||
(define-public perl-pdf-api2
|
(define-public perl-pdf-api2
|
||||||
(package
|
(package
|
||||||
(name "perl-pdf-api2")
|
(name "perl-pdf-api2")
|
||||||
(version "2.036")
|
(version "2.038")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -8237,7 +8237,7 @@ with file paths.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x0pa75wpb87pcshl92y5nh8pzikjp46ljlr2pqvdgpqzvll8107"))))
|
"02dxz798sx0ncdphjrfvfl2a3c1lkplyriyk4psq99q2kdsc8ivl"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-test-exception" ,perl-test-exception)
|
`(("perl-test-exception" ,perl-test-exception)
|
||||||
|
|
Reference in a new issue