gnu: perl-pdf-api2: Update to 2.040.
* gnu/packages/perl.scm (perl-pdf-api2): Update to 2.040.
This commit is contained in:
parent
6ba730cfe6
commit
c135096b23
1 changed files with 2 additions and 2 deletions
|
@ -8309,7 +8309,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.039")
|
(version "2.040")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -8317,7 +8317,7 @@ with file paths.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08x1anlvmxwym081flkrz7wr9q89y9wbq8ajqk72xsbzhhc479rn"))))
|
"0nlks4p33d08h0fiv6aivinalf9f9zdkgkxqvvbbvdkvyh4z29a9"))))
|
||||||
(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