gnu: perl-inline: Update to 0.81.
* gnu/packages/perl.scm (perl-inline): Update to 0.81.master
parent
b3e5cb4c7b
commit
b4d5a789b6
|
@ -4061,16 +4061,16 @@ inc directory within a distribution and are used by Makefile.PL or Build.PL.")
|
||||||
(define-public perl-inline
|
(define-public perl-inline
|
||||||
(package
|
(package
|
||||||
(name "perl-inline")
|
(name "perl-inline")
|
||||||
(version "0.80")
|
(version "0.81")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://cpan/authors/id/I/IN/INGY/Inline-"
|
"mirror://cpan/authors/id/T/TI/TINITA/Inline-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xnf5hykcr54271x5jsnr61bcv1c7x39cy4kdcrkxm7bn62djavy"))))
|
"1qxi0xvn8rqj4sca9gwb1xkm6bdz33x57li5kfls6mnavil3i5qz"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-test-warn" ,perl-test-warn)))
|
`(("perl-test-warn" ,perl-test-warn)))
|
||||||
|
|
Reference in New Issue