mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: perl-inline: Update to 0.81.
* gnu/packages/perl.scm (perl-inline): Update to 0.81.
This commit is contained in:
parent
b3e5cb4c7b
commit
b4d5a789b6
1 changed files with 3 additions and 3 deletions
|
@ -4061,16 +4061,16 @@ (define-public perl-indirect
|
|||
(define-public perl-inline
|
||||
(package
|
||||
(name "perl-inline")
|
||||
(version "0.80")
|
||||
(version "0.81")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://cpan/authors/id/I/IN/INGY/Inline-"
|
||||
"mirror://cpan/authors/id/T/TI/TINITA/Inline-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xnf5hykcr54271x5jsnr61bcv1c7x39cy4kdcrkxm7bn62djavy"))))
|
||||
"1qxi0xvn8rqj4sca9gwb1xkm6bdz33x57li5kfls6mnavil3i5qz"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-test-warn" ,perl-test-warn)))
|
||||
|
|
Loading…
Reference in a new issue