mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: perl-inline: Update to 0.86.
* gnu/packages/perl.scm (perl-inline): Update to 0.86.
This commit is contained in:
parent
7403498b74
commit
fb0f7424df
1 changed files with 3 additions and 3 deletions
|
@ -5229,16 +5229,16 @@ (define-public perl-indirect
|
||||||
(define-public perl-inline
|
(define-public perl-inline
|
||||||
(package
|
(package
|
||||||
(name "perl-inline")
|
(name "perl-inline")
|
||||||
(version "0.81")
|
(version "0.86")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://cpan/authors/id/T/TI/TINITA/Inline-"
|
"mirror://cpan/authors/id/I/IN/INGY/Inline-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qxi0xvn8rqj4sca9gwb1xkm6bdz33x57li5kfls6mnavil3i5qz"))))
|
"0fhyspkg2ka7yz7kbq8a028hj0chfc7qqkl7n20dpc0is3i7s2ji"))))
|
||||||
(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)))
|
||||||
|
|
Loading…
Reference in a new issue