mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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
|
||||
(package
|
||||
(name "perl-inline")
|
||||
(version "0.81")
|
||||
(version "0.86")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://cpan/authors/id/T/TI/TINITA/Inline-"
|
||||
"mirror://cpan/authors/id/I/IN/INGY/Inline-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qxi0xvn8rqj4sca9gwb1xkm6bdz33x57li5kfls6mnavil3i5qz"))))
|
||||
"0fhyspkg2ka7yz7kbq8a028hj0chfc7qqkl7n20dpc0is3i7s2ji"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-test-warn" ,perl-test-warn)))
|
||||
|
|
Loading…
Reference in a new issue